Closed
Bug 1849235
Opened 2 years ago
Closed 2 years ago
[Inactive CSS] Report ignored properties on ::cue 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 ::cue pseudo-element can only be styled by a limited set of properties. Those properties are:
coloropacityvisibility- the properties corresponding to the
text-decorationshorthand text-shadow- the properties corresponding to the
backgroundshorthand - the properties corresponding to the
outlineshorthand - the properties corresponding to the
fontshorthand, includingline-height white-spacetext-combine-uprightruby-position
See https://www.w3.org/TR/webvtt1/#the-cue-pseudo-element and https://developer.mozilla.org/en-US/docs/Web/CSS/::cue#permitted_properties.
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/ff72ed65b815
[devtools] Handle ::cue pseudo-element's ignored properties in inactive CSS. r=devtools-reviewers,fluent-reviewers,flod,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
•