Open
Bug 1734512
Opened 4 years ago
Updated 5 months ago
Form controls in design mode are not interactive
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox95 | --- | affected |
People
(Reporter: masayuki, Unassigned)
References
(Blocks 1 open bug,
URL
)
Details
(Keywords: parity-chrome, parity-safari)
Form controls in design mode are not interactive in design mode document. This is different from Chrome/Safari.
Nothing is declared by the standard.
https://html.spec.whatwg.org/multipage/interaction.html#making-entire-documents-editable:-the-designmode-idl-attribute
And in contenteditable mode, they are interactive. So for making consistency, I think that it's better to change Gecko's behavior.
You need to log in
before you can comment on or make changes to this bug.
Description
•