From af16dde652b480d253cb1eba3aa9f396cbeeac91 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 19 Oct 2015 13:41:53 -0700 Subject: Fixed duplicate id 'attribute'. --- spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index e95da0a..5739953 100644 --- a/spec.txt +++ b/spec.txt @@ -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 `