- From: Alexandr Antonov via GitHub <sysbot+gh@w3.org>
- Date: Sun, 15 Oct 2017 11:47:04 +0000
- To: public-css-archive@w3.org
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