From 6ba6d3374bf168a9a7fa106ad8428da96024d16f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 11 Jul 2015 15:13:36 -0700 Subject: Updated spec. --- test/spec.txt | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/spec.txt b/test/spec.txt index f25439b..0f62a54 100644 --- a/test/spec.txt +++ b/test/spec.txt @@ -7498,7 +7498,8 @@ so custom tags (and even, say, DocBook tags) may be used. Here is the grammar for tags: A [tag name](@tag-name) consists of an ASCII letter -followed by zero or more ASCII letters or digits. +followed by zero or more ASCII letters, digits, or +hyphens (`-`). An [attribute](@attribute) consists of [whitespace], an [attribute name], and an optional @@ -7596,6 +7597,21 @@ _boolean zoop:33=zoop:33 /> _boolean zoop:33=zoop:33 />

. +Custom tag names can be used: + +. + + + +foo + +. + + +foo + +. + Illegal tag names, not parsed as HTML: . -- cgit v1.2.3