From 44293184501b726aa3895f7af268bc33a65bd9ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 3 May 2016 23:38:55 +0200 Subject: [PATCH] docs: Ammend the lazy pseudo-element section to be clearer Thanks to Simon for the feedback :) --- docs/components/style.md | 4 ++-- 1 file 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