Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Unified Diff: sky/specs/style.md

Issue 940593003: Specs: clean up the last remaining mentions of documents (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/specs/pointer.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/style.md
diff --git a/sky/specs/style.md b/sky/specs/style.md
index e7244d05c910e72b08341c55bdd06d0572ddc158..1aa03ab35be68387135d963106830c57ee67477b 100644
--- a/sky/specs/style.md
+++ b/sky/specs/style.md
@@ -159,11 +159,11 @@ same classname), or specifying other redundant or conflicting
selectors (e.g. [foo][foo=bar], or [foo=bar][foo=baz]) will be
flagged.
-Alternatively, a selector can be the special value "@document",
+Alternatively, a selector can be the special value "@root",
optionally followed by a pseudo-element, as in:
```css
-@document::bar
+@root::bar
```
@@ -573,9 +573,9 @@ and pseudoElement from each such Rule.
Update the render tree
----------------------
-Simultaneously walk the tree rooted at the application Document,
-taking into account shadow trees and child distribution, and the tree
-rooted at the document's RenderNode.
+Simultaneously walk the tree rooted at the application's element
+tree's root node, taking into account shadow trees and child
+distribution, and the tree rooted at that Root node's RenderNode.
If you come across a node that doesn't have an assigned RenderNode,
then create one, placing it in the appropriate place in the RenderTree
« no previous file with comments | « sky/specs/pointer.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698