Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to submit CSS feature requests [closed]

Tags:

css

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?

like image 376
David O'Sullivan Avatar asked Sep 18 '25 10:09

David O'Sullivan


1 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.

like image 178
BoltClock Avatar answered Sep 21 '25 01:09

BoltClock