Open
Bug 1950338
Opened 21 days ago
Updated 21 days ago
Rename `invoketarget` to `commandfor`, `invokeaction` to `command`.
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: mozilla, Unassigned)
References
(Blocks 1 open bug)
Details
No description provided.
Comment 1•21 days ago
|
||
Thanks for filing the issue Keith.
For DevTools, this will impact https://searchfox.org/mozilla-release/rev/201ece97e589a880d0b3f000affc9bf459e90cee/devtools/client/shared/node-attribute-parser.js#162
["invoketarget", { WILDCARD: { namespaceURI: HTML_NS, type: TYPE_IDREF } }],
// The condition should be removed when "dom.element.invokers.enabled" is removed
generalEvent(
"control",
"invoke",
global => global && "InvokeEvent" in global
),
(and their related tests)
You need to log in
before you can comment on or make changes to this bug.
Description
•