Closed ShikiOkasaka closed 11 years ago
Note attribute references in CSS3 VALUES would be an interesting addition for supporting this enhancement: cf. http://www.w3.org/TR/css3-values/#attr-notation
One of the ideas for doing this it to use !important rules in the user agent stylesheet (default.css), which are not currently used at all.
Fixed at 04cd71924c1ee07df281c58d03eca84c88b946f9
Let's move non-CSS presentational hints to a stylesheet as much as possible. Currently presentational hints are processed by the code. It would be nice if those are processed via an ordinary CSS stylesheet.
cf. http://www.w3.org/TR/CSS21/cascade.html#preshint cf. http://www.w3.org/TR/html5/rendering.html#the-css-user-agent-style-sheet-and-presentational-hints cf. http://dbaron.org/css/test/noncss2