Open Bug 1374021 Opened 7 years ago Updated 2 years ago

stylo: consider making :-moz-browser-frame not a revalidation selector

Categories

(Core :: CSS Parsing and Computation, enhancement, P4)

53 Branch
enhancement

Tracking

()

Tracking Status
firefox57 --- wontfix
firefox58 --- wontfix
firefox59 --- ?

People

(Reporter: bzbarsky, Unassigned)

References

(Blocks 1 open bug)

Details

We'd basically need to move it from checking stuff on the element to being an event state.  Right now this is one of our UA-sheet revalidation selectors, with this selector:

  *|*:fullscreen:not(:root):not(:-moz-browser-frame)

In practice, matching it is not too bad if we fix bug 1373800 because then we'll try to match :fullscreen first and that's just a state check and pretty much never matches.  So this might not actually be worth doing.
Blocks: 1373362
Blocks: stylo-perf
Priority: -- → P4
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.