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

Unified Diff: sky/specs/markup.md

Issue 733313003: Specs: Make </> automatically close the last open tag, so you don't have to repeat yourself all the… (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/specs/parsing.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/markup.md
diff --git a/sky/specs/markup.md b/sky/specs/markup.md
index 20d0151e77e3deeca64b518f16b190e856634898..b1cff37423c510cd7cdb534def081db9fdf077b1 100644
--- a/sky/specs/markup.md
+++ b/sky/specs/markup.md
@@ -134,7 +134,10 @@ An element consists of the following:
name is not ``template``, consisting of:
1. ``<``
2. ``/``
- 3. Same sequence of characters as "tag name" above.
+ 3. Same sequence of characters as "tag name" above; this may
+ be omitted if no start tags have had their end tag omitted
+ since this element's start tag, unless this element's tag
+ name is ``script`` or ``style``.
4. ``>``
« no previous file with comments | « no previous file | sky/specs/parsing.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698