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

Rule: Incomplete vendor prefixing #146

Closed
stubbornella opened this issue Jul 29, 2011 · 2 comments
Closed

Rule: Incomplete vendor prefixing #146

stubbornella opened this issue Jul 29, 2011 · 2 comments
Labels
Milestone

Comments

@stubbornella
Copy link
Member

-webkit
-moz
-o
and regular w3c property

Warn when any are left out.

e.g.
-moz-border-radius
-webkit-border-radius
-o-border-radius

should warn: You are missing the standard (non-vendor-prefixed) border-radius property. Please add border-radius.

@nzakas
Copy link
Contributor

nzakas commented Jul 29, 2011

This already works for -webkit and -moz, so I'm guessing this ticket is to add support for -o. Also assuming you mean this to apply to all properties and not just border-radius.

@mkoistinen
Copy link

Um, don't forget -ms-* too.

@nzakas nzakas closed this as completed in 8760121 Aug 8, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants