8000 [css-tables] Setting order of rendering borders with border-collapse: collapse · Issue #1870 · w3c/csswg-drafts · GitHub
[go: up one dir, main page]

Skip to content

[css-tables] Setting order of rendering borders with border-collapse: collapse #1870

@ahtohbi4

Description

@ahtohbi4

Currently, if you want to highlight any cell of a table with border-collapse: collapse by border-color there will get only two borders in needed color.

https://jsfiddle.net/ahtohbi4/vpkst1rf/

But if you could specify an order of rendering borders (e. g. border-order), we could get all borders of the highlighted cell.

.highlighted-cell {
    border-order: 1;
}

What do you think about it?

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

      0