Re: [csswg-drafts] [css4-ui] pointer-events for pseudo-elements

`pointer-events: none` just means that the element is not the target of mouse events. But the target can be an ancestor, in this case, the `a` element. So the link is followed.

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

Received on Monday, 27 November 2017 23:20:11 UTC