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

Unified Diff: sky/README.md

Issue 701873004: Specs: define registerElement() more carefully; add an 'end tag (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | sky/examples/radio.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/README.md
diff --git a/sky/README.md b/sky/README.md
index 8a5673248d615f70d3d4250b768efe06b880b6a9..1b4a97e589c5d1eeea4428f1a9350980fb0e590b 100644
--- a/sky/README.md
+++ b/sky/README.md
@@ -28,9 +28,12 @@ to create custom elements. The following elements are built into the engine:
- ``content``: Visually projects descendents of the shadow host
- ``shadow``: Visually projects older shadow roots of the shadow host
- ``img``: Displays an image
+ - ``div``: Neutral element for hooking styles in shadow trees
+ - ``span``: Neutral element for hooking styles in shadow trees
- ``a``: Links to another Mojo application
- ``title``: Briefly describes the current application state to the user
- ``t``: Preserve whitespace (by default, whitespace nodes are dropped)
+ - ``error``: Represents a parse error
### Additional Elements ###
« no previous file with comments | « no previous file | sky/examples/radio.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698