diff options
author | Emilio Cobos Álvarez <me@emiliocobos.me> | 2016-05-03 23:38:55 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <me@emiliocobos.me> | 2016-05-04 00:34:07 +0200 |
commit | 44293184501b726aa3895f7af268bc33a65bd9ff (patch) | |
tree | 73339b39619b541248e2663f918c888c11b15959 | |
parent | aacf67afcdbd712406b7f8ca4ca398492a5addce (diff) | |
download | servo-44293184501b726aa3895f7af268bc33a65bd9ff.tar.gz servo-44293184501b726aa3895f7af268bc33a65bd9ff.zip |
docs: Ammend the lazy pseudo-element section to be clearer
Thanks to Simon for the feedback :)
-rw-r--r-- | docs/components/style.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/style.md b/docs/components/style.md index a85816e6fef..a3d657e53e0 100644 --- a/docs/components/style.md +++ b/docs/components/style.md @@ -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 |