[csswg-drafts] [css-box-3] Defining pointer-event handling for visible:hidden

HolgerJeromin has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== [css-box-3] Defining pointer-event handling for visible:hidden ==
The [visibility 
property](https://drafts.csswg.org/css-box-3/#visibility-prop) says 
nothing about user interaction of `visibility:hidden` elements. The 
reality shows that no events are generated for such elements (in 
most/all? browsers).

But text even says "fully transparent" which let you think about 
something like `opacity:0` which gets pointer events!
Perhaps this is defined somewhere else, but adding a small sentence 
that you have not to add `pointer-events:none` would be helpful.

Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/795 using your GitHub 
account

Received on Wednesday, 7 December 2016 09:35:05 UTC