mirror of
https://github.com/servo/servo
synced 2026-05-03 21:02:19 +02:00
prefs: Remove dom_command_invokers_enabled (#43190)
Remove command invokers preference This now passes most of the relevant tests. Most of the remaining failures are due to missing functionality such as the popover API, element reflection properties (see https://github.com/servo/servo/issues/42884), and issues with the event retargeting code that doesn't handle shadow dom correctly. Signed-off-by: Luke Warlow <lwarlow@igalia.com>
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
interface HTMLButtonElement : HTMLElement {
|
||||
[HTMLConstructor] constructor();
|
||||
|
||||
[CEReactions, Pref="dom_command_invokers_enabled"]
|
||||
[CEReactions]
|
||||
attribute DOMString command;
|
||||
// [CEReactions, Pref="dom_command_invokers_enabled"]
|
||||
// [CEReactions]
|
||||
// attribute Element? commandForElement;
|
||||
// [CEReactions]
|
||||
// attribute boolean autofocus;
|
||||
|
||||
Reference in New Issue
Block a user