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:
Luke Warlow
2026-03-21 11:46:16 +00:00
committed by GitHub
parent 4199e050d9
commit 09b0cfce8e
10 changed files with 23 additions and 418 deletions

View File

@@ -49,7 +49,7 @@ partial interface HTMLImageElement {
[CEReactions]
attribute unsigned long vspace;
[CEReactions]
attribute DOMString longDesc;
attribute USVString longDesc;
[CEReactions]
attribute [LegacyNullToEmptyString] DOMString border;