mirror of
https://github.com/servo/servo
synced 2026-05-03 12:52:25 +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:
@@ -15,8 +15,8 @@ interface HTMLFrameElement : HTMLElement {
|
||||
// attribute DOMString src;
|
||||
// [CEReactions]
|
||||
// attribute DOMString frameBorder;
|
||||
// [CEReactions]
|
||||
// attribute DOMString longDesc;
|
||||
[CEReactions]
|
||||
attribute USVString longDesc;
|
||||
// [CEReactions]
|
||||
// attribute boolean noResize;
|
||||
// readonly attribute Document? contentDocument;
|
||||
|
||||
Reference in New Issue
Block a user