Re: [csswg-drafts] [selectors] Should empty string link match :visited?

Yes. There's nothing special about href="", as long as it points to the current page (depends on the BASE tag), it should be considered visible. I can't seem to duplicate your problems here -- the jsbin works, local files containing

```
<a href="">test.html</a>
<a href="test2.html">test2.html</a>
```
work as expected. So closing out the issue as invalid.

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2884#issuecomment-438846106 using your GitHub account

Received on Wednesday, 14 November 2018 22:40:40 UTC