Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Number of property warnings I'm unsure about #43

Open
s10wen opened this issue Feb 3, 2016 · 3 comments
Open

Number of property warnings I'm unsure about #43

s10wen opened this issue Feb 3, 2016 · 3 comments

Comments

@s10wen
Copy link

s10wen commented Feb 3, 2016

Warning: word-spacing is not a known property https://developer.mozilla.org/en/docs/Web/CSS/word-spacing

Warning: pointer-events is not a known property https://developer.mozilla.org/en/docs/Web/CSS/pointer-events

There's more I found, wondering if there's a reason for these being picked up?

@fidian
Copy link
Owner

fidian commented Feb 3, 2016

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.

@s10wen
Copy link
Author

s10wen commented Feb 4, 2016

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 :)

@udiboy1209
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants