diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-10-19 13:41:53 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-10-19 13:41:53 -0700 |
commit | af16dde652b480d253cb1eba3aa9f396cbeeac91 (patch) | |
tree | 79a3399f0d4bf5193f44c4435351ee299b41a908 | |
parent | fb43049d468dce1592e41c84debee22f830578e7 (diff) |
Fixed duplicate id 'attribute'.
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7639,7 +7639,7 @@ consists of `"`, zero or more characters not including `"`, and a final `"`. An [open tag](@open-tag) consists of a `<` character, a [tag name], -zero or more [attributes](@attribute), optional [whitespace], an optional `/` +zero or more [attribute]s, optional [whitespace], an optional `/` character, and a `>` character. A [closing tag](@closing-tag) consists of the string `</`, a |