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

Unified Diff: sky/specs/parsing.md

Issue 696783003: fix the complexity comments for attribute APIs (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 | « sky/specs/apis.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/parsing.md
diff --git a/sky/specs/parsing.md b/sky/specs/parsing.md
index f03d287e57a7c8cdab009ae6b5cf7d882fac63bc..a75046e983b2d8ef961099709cd5ef4eac1d4069 100644
--- a/sky/specs/parsing.md
+++ b/sky/specs/parsing.md
@@ -769,6 +769,8 @@ For each start tag token, remove all but the first name/value pair for
each name (i.e. remove duplicate attributes, keeping only the first
one).
+TODO(ianh): maybe sort the attributes?
+
For each end tag token, remove the attributes entirely.
If the token is a start tag token, notify the JavaScript token stream
« no previous file with comments | « sky/specs/apis.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698