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.
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 relatedonsnapchanged
andonsnapchanging
properties that got added to theElement
interface. Note that the event is incorrectly marked as supported in Chrome. Chrome seems to implement theSnapEvent
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