Re: [csswg-drafts] [selectors] Match local links

I believe it's considered bad practice to link a page to itself, so `a:not([href])` should suffice in that case.

Intra-page links can be addressed with `a[href^="#"]` or `a[href*="#"]`.

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

Received on Tuesday, 5 December 2017 16:51:36 UTC