impressivewebs / CSS-Values

A PWA that allows you to search for any CSS property to get a quick reference on possible values and browser support.
https://cssvalues.com
25 stars 4 forks source link

Missing "pointer-events" property #12

Closed starzonmyarmz closed 10 years ago

starzonmyarmz commented 11 years ago

see https://developer.mozilla.org/en-US/docs/CSS/pointer-events

impressivewebs commented 11 years ago

Yes, agreed, however, according to the W3C spec, this property is only valid for SVG elements:

http://www.w3.org/TR/SVG11/interact.html#PointerEventsProperty

So if I'm going to include pointer-events, then I also have to include all other SVG-related properties.

So that's basically why I didn't include it, because for non-SVG elements, it's considered "experimental" (as the MDN article points out). I want this particular reference to only include stuff that's made it into the spec.

Now, that having been said, if you can find "pointer-events" listed anywhere here as a valid CSS property for non-SVG elements, then I'll gladly include it. I did find this:

http://wiki.csswg.org/spec/css4-ui#pointer-events

But that's not an official spec page, and it says there that it was "Moved from CSS3-UI editor's draft because it was the top source of issues for the 2nd CSS3-UI LCWD." (whatever that means!) I think it used to be in here:

http://dev.w3.org/csswg/css3-ui/

Anyhow, thanks for the tip, I'll keep this issue open while I investigate further.

impressivewebs commented 10 years ago

I've added this a while ago with just 2 values. I think the alternate values still only work on SVG elements, so I'll close this for now.