Skip to content

Feature request: Parent/wrapper element in element-processor #95

Description

@vincerubinetti

This might be out of scope for the project, but it would really save heartache in my very specific case:

I want to be able to wrap <table> elements in a <div> so I can add overflow-x so tables can properly scroll horizontally, instead of just grossly overflowing the section or body containing it. (Adding the overflow directly to the table element doesn't work, thanks spec). I guess instead of children, it'd be parent and work in sort of the same way?

I suppose another solution, for my specific case, would add a "wrapper" functionality to just the table processor.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions