Open
Bug 1973496
Opened 2 days ago
Updated 4 hours ago
Command & Commandfor: Built-ins should use dashes
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
ASSIGNED
Tracking | Status | |
---|---|---|
firefox142 | --- | affected |
People
(Reporter: keithamus, Assigned: keithamus)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
Each of the built-ins needs to use a -
, but the current built-in values do not. For example command=show-modal
is valid while command=showmodal
is not.
Assignee | ||
Comment 1•2 days ago
|
||
Pushed by mozilla@keithcirkel.co.uk:
https://github.com/mozilla-firefox/firefox/commit/037e8a482d01
https://hg.mozilla.org/integration/autoland/rev/0bdb02311b99
Use dashes for command attribute enumerations r=emilio
Pushed by amarc@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/d5979c2a5c2e
https://hg.mozilla.org/integration/autoland/rev/a68ee7633d26
Revert "Bug 1973496 - Use dashes for command attribute enumerations r=emilio" for causing dt failures @ browser_dbg-event-breakpoints.js
Backed out for causing dt failures @ browser_dbg-event-breakpoints.js
Flags: needinfo?(mozilla)
Assignee | ||
Updated•12 hours ago
|
Flags: needinfo?(mozilla)
Updated•4 hours ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•