[csswg-drafts] [css-tables] Setting order of rendering borders at border-collapse: collapse

ahtohbi4 has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-tables] Setting order of rendering borders at border-collapse: collapse ==
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.

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

What do you think about it?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1870 using your GitHub account

Received on Sunday, 15 October 2017 11:46:52 UTC