-
Notifications
You must be signed in to change notification settings - Fork 478
Missing CSS properties #232
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
Comments
We purposely don't include all defined CSS properties because the draft specs change so frequently. We also don't specifically add vendor-prefixed properties, those are automatically skipped by CSS Lint. If there are specific non-vendor-prefixed ones that you think should be included, please list them out and point to some browser documentation indicating support. |
I found one: border-spacing http://www.w3.org/TR/CSS2/tables.html#propdef-border-spacing |
That one was already handled with #234 |
Ops! I'm sorry! |
The text-rendering property is not in draft status. Its a recommendation for SVG. It's not likely to change. Please add support for this-- I use it all the time. |
If you want a specific property added, please file a separate issue for it. |
Sorry, the OP was wanting the same property, so I thought it fit. Will file a new bug. |
Some defined CSS properties are missing and are flagged as warnings: text-rendering, and several of the options described here, including font-variant-ligatures and friends.
While you could argue that these are not final, vendor-specific prefixes (which are even less final) are already allowed, even required in some cases, e.g. gradients.
The text was updated successfully, but these errors were encountered: