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

Unified Diff: sky/specs/markup.md

Issue 657393004: Parser tokeniser states (WIP, doesn't yet do script/style) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Parser spec updates Created 6 years, 2 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 | « 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 88ff3d7d9bbc5393fe1aa133abe0aba0301ca5f7..934423b7188f050e33d55441fe6729907928bb03 100644
--- a/sky/specs/markup.md
+++ b/sky/specs/markup.md
@@ -100,8 +100,10 @@ An element consists of the following:
2. Attribute name: A sequence of characters other than ```/```,
```=```, ```>```, U+0020, U+000A, U+000D (whitespace).
3. Optionally:
- 1. ```=```
- 2. Attribute value: Either:
+ 1. Zero or more U+0020, U+000A, U+000D (whitespace) characters.
+ 2. ```=```
+ 3. Zero or more U+0020, U+000A, U+000D (whitespace) characters.
+ 4. Attribute value: Either:
- ```'``` followed by attribute text other than ```'```
followed by a terminating ```'```.
- ```"``` followed by attribute text other than ```'```
« 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