Skip to content

Support capturing colspan and rowspan on table elements #9

@chriscarrollsmith

Description

@chriscarrollsmith

The colspan and rowspan attributes are pretty important for capturing structural information about tables.

  • We could add support for capturing arbitrary attributes, but,
  • Alternatively, we could make table the leaf node and treat its internal row/cell tags as plaintext. That would reduce some complexity related to processing, storing, displaying, embedding, and querying tables.

I think the second option is ultimately what we should move toward.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions