w3c / csswg-drafts

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

[css-2024] Add features to Safe to Release pre-CR Exceptions #10687

Open SebastianZ opened 1 month ago

SebastianZ commented 1 month ago

Here's a (very hand-wavy) list of features I believe could be added to the "Safe to Release pre-CR Exceptions" section of CSS 2024:

For this list I went through all the specs and checked what seems fairly stable to me based on issues within the spec. and on GitHub and/or is already widely implemented in browsers. For some I checked the WPT coverage, though not all. I may go through them and provide some more detailed info. And there are surely some Interop 2023 and 2024 features I didn't list here yet, which might be added.

Everyone is encouraged to edit this list or suggest additions, changes, or removals! And let me know if it makes sense to split it into separate issues to discuss them individually!

Sebastian

svgeesus commented 1 month ago
  • linear() from CSS Easing 2 (requires to publish a FPWD)

Yes we absolutely need a FPWD :) also it would be good if the spec had WPT annoutations to show how well it is tested

svgeesus commented 1 month ago

In general, if the proposal for pre-CR exceptions is "all from spec foo" then it kind of implies that foo should move to CR.

SebastianZ commented 1 month ago

In general, if the proposal for pre-CR exceptions is "all from spec foo" then it kind of implies that foo should move to CR.

Agree, though some of them have a lot of open issues (in-spec and/or on GitHub), but all of their features are widely implemented. Not sure how to handle those. I'll try to dig up some numbers, so we can get a better picture of their actual state, though that'll take a bit.

Sebastian