w3c / csswg-drafts

CSS Working Group Editor Drafts
https://drafts.csswg.org/
Other
4.5k stars 661 forks source link

[css2] CSS 2.2 does not reflect changes to the color type from CSS 3 Color, which is a Rec #628

Open svgeesus opened 8 years ago

svgeesus commented 8 years ago

CSS 2.2 section 4.3.6 Colors https://www.w3.org/TR/CSS22/syndata.html#value-def-color

This section doesn't seem to reflect the changes made in CSS3 Color, which has been a W3C Recommendation for a while. I thought we were adding pointers from 2.2 to newer work, or indeed deleting sections from 2.2 and replacing them with a pointer to newer work?

SelenIT commented 8 years ago

Maybe it would make sense to delete all sections marked as replaced by newer spec in the "Official Definition" of CSS per CSS-2015 snapshot and replace them with pointers to the newer modules? It would be much easier to read the spec without need to check if the particular section has been superseded by something newer or not.

tabatkins commented 8 years ago

That is our general policy, yes - delete if it's entirely superceded, with a pointer to the new spec. (For exactly the reasons you give.)

fantasai commented 4 years ago

@tabatkins That is incorrect. Our policy was to add a pointer to the new spec, not to remove the section.