script: Add nohref reflection to HTMLAreaElement (#43500)

script: Add nohref reflection to HTMLAreaElement

Testing: Covered by WPTs

Signed-off-by: Luke Warlow <lwarlow@igalia.com>
This commit is contained in:
Luke Warlow
2026-03-21 08:00:48 +00:00
committed by GitHub
parent cfaaad4b66
commit 74640b7719
4 changed files with 8 additions and 128 deletions

View File

@@ -29,6 +29,6 @@ HTMLAreaElement includes HTMLHyperlinkElementUtils;
// https://html.spec.whatwg.org/multipage/#HTMLAreaElement-partial
partial interface HTMLAreaElement {
// [CEReactions]
// attribute boolean noHref;
[CEReactions]
attribute boolean noHref;
};