Skip to content

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

Closed
Synchro opened this issue Feb 8, 2012 · 7 comments
Closed

Missing CSS properties #232

Synchro opened this issue Feb 8, 2012 · 7 comments
Labels

Comments

@Synchro
Copy link

Synchro commented Feb 8, 2012

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.

@nzakas
Copy link
Contributor

nzakas commented Feb 10, 2012

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.

@robsonsobral
Copy link

@nzakas
Copy link
Contributor

nzakas commented Feb 13, 2012

That one was already handled with #234

@robsonsobral
Copy link

Ops! I'm sorry!

@AaronAsAChimp
Copy link

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.

@nzakas
Copy link
Contributor

nzakas commented Apr 27, 2012

If you want a specific property added, please file a separate issue for it.

@nzakas nzakas closed this as completed Apr 27, 2012
@AaronAsAChimp
Copy link

Sorry, the OP was wanting the same property, so I thought it fit. Will file a new bug.

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

4 participants