Closed
Bug 1935294
Opened 1 year ago
Closed 1 year ago
Remove some moz-user-input usage from UA sheets.
Categories
(Core :: CSS Parsing and Computation, task)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
135 Branch
| Tracking | Status | |
|---|---|---|
| firefox135 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•1 year ago
|
||
For print preview, make stuff inert. For editor, remove it:
-
The type=hidden rules are clearly unnecessary, type=hidden has
display: none so they do nothing. -
The others feel fairly arbitrary: why file but not color, for
example? Try to simplify it. If someone complains we can probably add
IsEditable() checks in the relevant places in the DOM, but I don't
think we really care: we've started enabling more and more events for
these...
Updated•1 year ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/55d2336ea5cf
Remove some moz-user-input usage from UA sheets. r=masayuki
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
Blocks: 1261296
You need to log in
before you can comment on or make changes to this bug.
Description
•