mirror of
https://github.com/servo/servo
synced 2026-05-03 21:02:19 +02:00
script: Add an initial command and commandfor attribute implementation (#41237)
Initial command and commandfor attribute implementation Testing: Covered by WPTs Signed-off-by: Luke Warlow <lwarlow@igalia.com>
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
interface HTMLButtonElement : HTMLElement {
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
[CEReactions, Pref="dom_command_invokers_enabled"]
|
||||
attribute DOMString command;
|
||||
// [CEReactions, Pref="dom_command_invokers_enabled"]
|
||||
// attribute Element? commandForElement;
|
||||
// [CEReactions]
|
||||
// attribute boolean autofocus;
|
||||
[CEReactions]
|
||||
|
||||
Reference in New Issue
Block a user