LeaVerou / css3test

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

Updated CSS Scroll Snap 2 #252

Closed SebastianZ closed 3 weeks ago

SebastianZ commented 2 months ago

The scroll-start property and its longhands got removed based on https://github.com/w3c/csswg-drafts/issues/6985#issuecomment-2166073296.

And the SnapEvent interface gets tested now plus the related onsnapchanged and onsnapchanging properties that got added to the Element interface. Note that the event is incorrectly marked as supported in Chrome. Chrome seems to implement the SnapEvent interface, though it doesn't support its constructor. That causes any tested property to be marked as supported. I've created #251 to fix that.

Sebastian