mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +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:
@@ -49,7 +49,7 @@ partial interface HTMLImageElement {
|
||||
[CEReactions]
|
||||
attribute unsigned long vspace;
|
||||
[CEReactions]
|
||||
attribute DOMString longDesc;
|
||||
attribute USVString longDesc;
|
||||
|
||||
[CEReactions]
|
||||
attribute [LegacyNullToEmptyString] DOMString border;
|
||||
|
||||
Reference in New Issue
Block a user