Closed
Bug 1392595
Opened 7 years ago
Closed 4 years ago
Implement <marquee> per spec
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 1425874
People
(Reporter: ayg, Unassigned)
Details
We currently implement it with an XBL binding. This doesn't result in the behavior that the spec says -- to begin with, we have no HTMLMarqueeElement interface. Also, properties like .loop and .scrollAmount aren't on the element's prototype, are they maybe added during layout or something? They show up as undefined in tests (presumably because the event loop didn't spin):
http://wpt.fyi/html/obsolete/requirements-for-implementations/the-marquee-element-0
Updated•7 years ago
|
Priority: -- → P3
As of Firefox 83, Firefox enables marquee pain/animation, and blocking autoplay does not protect users from marquee pain/animation.
Comment 2•4 years ago
|
||
https://searchfox.org/mozilla-central/source/dom/html/HTMLMarqueeElement.cpp
This was fixed by Bug 1425874
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•