| 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
|
|
|