Does any one know any official place where CSS feature requests can be made?

I would like to request that there be an 'inset' keyword added to the text-shadow property so we can have inset text shadows. This seems totally logical since it is there on box-shadow, why not text-shadows as well?

link|improve this question

40% accept rate
feedback

closed as off topic by Juhana, cdeszaq, Octavian Damiean, Yi Jiang, thirtydot Feb 2 at 19:40

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

2 Answers

Does any one know any official place where CSS feature requests can be made?

A substantial portion of the discussion of the W3C specifications happens in the respective W3C public mailing lists. For CSS, you'll want to subscribe to www-style.

I would like to request that there be an 'inset' keyword added to the text-shadow property so we can have inset text shadows

There is already at least one existing proposal for the inset keyword to be introduced to text-shadow. Also, look for recent messages in the thread "Possible text-shadow enhancements" for a much lengthier discussion on this and other aspects of CSS3's text-shadow.

link|improve this answer
feedback

I would start by looking for relevant mailing lists at the w3c consortium. Also, getting in touch with the dev team for the major browser vendors will help as well.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.