- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Fri, 20 Jul 2018 17:58:46 +0000
- To: public-css-archive@w3.org
Then the question is whether the writing mode should be ignored in :visited or if it should affect the logical-to-physical mapping, e.g.
```css
a {
border: 20px solid red;
writing-mode: horizontail-tb;
}
a:visited {
border-block-start-color: green;
writing-mode: vertical-lr;
}
```
Should `border-block-start-color` be resolved according to `horizontail-tb` or `vertical-lr`? For consistency with #2263, I'm more inclined towards the latter.
--
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2844#issuecomment-406679943 using your GitHub account
Received on Friday, 20 July 2018 17:58:47 UTC