mirror of
https://github.com/servo/servo
synced 2026-04-26 09:35:26 +02:00
script: Add longdesc reflection to HTMLIFrameElement and HTMLFrameElement (#43518)
script: Add longdesc reflection to HTMLIFrameElement and HTMLFrameElement Also corrects the reflection for HTMLImageElement to use USVString. Testing: Covered by WPTs Signed-off-by: Luke Warlow <lwarlow@igalia.com>
This commit is contained in:
@@ -32,8 +32,8 @@ partial interface HTMLIFrameElement {
|
||||
// attribute DOMString scrolling;
|
||||
[CEReactions]
|
||||
attribute DOMString frameBorder;
|
||||
// [CEReactions]
|
||||
// attribute DOMString longDesc;
|
||||
[CEReactions]
|
||||
attribute USVString longDesc;
|
||||
|
||||
// [CEReactions, LegacyNullToEmptyString]
|
||||
// attribute DOMString marginHeight;
|
||||
|
||||
Reference in New Issue
Block a user