mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
docs: Ammend the lazy pseudo-element section to be clearer
Thanks to Simon for the feedback :)
This commit is contained in:
parent
aacf67afcd
commit
4429318450
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ Lazy cascading allows to compute pseudo-element styles lazily, that is, just
|
|||
when needed.
|
||||
|
||||
Currently (for Servo, not that much for stylo), **selectors supported for this
|
||||
kind of pseudo-elements are only a subset of selectors that can be computed
|
||||
in a thread-safe way in layout**.
|
||||
kind of pseudo-elements are only a subset of selectors that can be matched on
|
||||
the layout tree, which does not hold all data from the DOM tree**.
|
||||
|
||||
This subset includes tags and attribute selectors, enough for making
|
||||
`::-servo-details-summary` a lazy pseudo-element (that only needs to know
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue