Open s10wen opened 8 years ago
Are those officially defined in one of the CSS specs, or is it a Mozilla-only thing? Sorry, too flustered at work to look these up properly right now.
On further investigation it seems word-spacing
is:
https://www.w3.org/wiki/CSS/Properties/word-spacing
http://caniuse.com/#search=word-spacing
But pointer-events
isn't, although it is widely supported:
http://caniuse.com/#search=pointer-events
Hope you sorted your flustering out :)
Having this issue with the flex
property: https://www.w3.org/TR/2016/CR-css-flexbox-1-20160301/
Is there a way to ignore such warnings only for the flex property?
Warning: word-spacing is not a known property
https://developer.mozilla.org/en/docs/Web/CSS/word-spacingWarning: pointer-events is not a known property
https://developer.mozilla.org/en/docs/Web/CSS/pointer-eventsThere's more I found, wondering if there's a reason for these being picked up?