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

The link in [this case](https://output.jsbin.com/nuxikep/quiet) is clickable
```
div {
    pointer-events: none;
}
<a href=#test><div>The link is not-clickable</div></a>
```
what means element events, element that contains pseudo-elements with `pointer-events: none`, wouldn't be avoided either.

@Loirooriol thanks for answering the question! Closing this task for now. Anyway it would be great to have official spec for CSS pointer-events.

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

Received on Monday, 27 November 2017 23:39:36 UTC