Closed
Bug 1849255
Opened 1 years ago
Closed 1 year 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-mode
direction
text-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•1 years ago
|
||
Updated•1 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•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
Updated•1 year ago
|
Whiteboard: [devtools:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•