script: Implement HTMLMarqueeElement type#43610
Conversation
|
🔨 Triggering try run (#23491526946) for Linux (WPT) |
|
Test results for linux-wpt from try job (#23491526946): Flaky unexpected result (31)
Stable unexpected results that are known to be intermittent (15)
Stable unexpected results (3)
|
|
|
9ab4ac7 to
c585feb
Compare
|
This needs |
This adds the WebIDl and implementation for the HTMLMarqueeElement type. The <marquee> HTML is now assigned this type. None of the contained properties or methods are implemented yet. Signed-off-by: Luke Warlow <lwarlow@igalia.com>
c585feb to
84b9c2b
Compare
|
Good catch, done that now. |
|
Any ideas on the taplo failure? |
|
I believe we've had issues with slow network connections on github-hosted runners before, maybe that's the cause. Let's rerun and hope it works better this time. |
|
Why are we implementing an obsolete feature? |
It's part of the web platform, I don't really understand the question. It's also used on a non-negligible amount of websites: https://chromestatus.com/metrics/feature/timeline/popularity/53 |
|
Servo also already implements numerous obsolete features to varying degrees. If servo wants to have a policy against that id personally be in favour but as it stands the project seems to be aiming for implementing them. |
This adds the WebIDl and implementation for the HTMLMarqueeElement type.
The
<marquee>HTML is now assigned this type.None of the contained properties or methods are implemented yet.
Testing: Existing WPTs