Closed
Bug 1849255
Opened 2 years ago
Closed 2 years ago
[Inactive CSS] Report ignored properties on ::placeholder pseudo-elements
Categories
(DevTools :: Inspector: Rules, enhancement)
DevTools
Inspector: Rules
Tracking
(firefox119 fixed)
RESOLVED
FIXED
119 Branch
| Tracking | Status | |
|---|---|---|
| firefox119 | --- | fixed |
People
(Reporter: sebo, Assigned: sebo)
References
(Blocks 2 open bugs, )
Details
(Whiteboard: [devtools:relnote])
Attachments
(1 file)
The ::placeholder pseudo-element allows to be styled the same way as the ::first-line pseudo-element.
As user agents are allowed to apply any additional properties to the ones listed in the spec., the only ones that are explicitly excluded are:
writing-modedirectiontext-orientation- All CSS Inline properties (as of a CSSWG resolution)
See also https://drafts.csswg.org/css-pseudo-4/#placeholder-pseudo.
Sebastian
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → sebastianzartner
Status: NEW → ASSIGNED
Pushed by sebastianzartner@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/c00da6644e7a
[devtools] Handle ::placeholder pseudo-element's ignored properties in inactive CSS. r=devtools-reviewers,fluent-reviewers,nchevobbe.
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
Updated•2 years ago
|
Whiteboard: [devtools:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•