mirror of
https://github.com/servo/servo
synced 2026-05-05 22:52:07 +02:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user