LeaVerou / css3test

How does your browser score for its CSS3 support?
http://css3test.com
MIT License
214 stars 83 forks source link

How should filtering by stability work? #223

Open SebastianZ opened 2 years ago

SebastianZ commented 2 years ago

With #212 in place, there is an option to filter the specs by stability. A specification is marked as stable if it is listed anywhere in one of the CSS snapshots or is expected to not change (much) anymore. Otherwise it is marked as experimental.

That was the simplest solution I could come up with. Though there may be other ways to define the stability of the specs.

Specific questions:

This issue overlaps with #220 to some extent.

Sebastian