-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
interopImplementations are not interoperable with each otherImplementations are not interoperable with each otherremoval/deprecationRemoving or deprecating a featureRemoving or deprecating a feature
Description
When a marquee element is created, the user agent must queue a task to fire an event named start at the element.
https://html.spec.whatwg.org/#the-marquee-element
This doesn't match browser behavior (I intend to post tests today). Neither Edge nor Firefox fire the event until the element is added to a document. Edge also doesn't fire it for a marquee that's display: none, although Firefox does. I would say the spec should follow Edge, all else being equal, because they made up the feature.
(Chrome and WebKit do not implement marquee events AFAICT.)
Metadata
Metadata
Assignees
Labels
interopImplementations are not interoperable with each otherImplementations are not interoperable with each otherremoval/deprecationRemoving or deprecating a featureRemoving or deprecating a feature