Skip to content

Commit

Permalink
[e] (0) No elements have a hyphen these days.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3727 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 2, 2009
1 parent 36e8cf9 commit 624af71
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
11 changes: 5 additions & 6 deletions index
Expand Up @@ -59670,12 +59670,11 @@ interface <dfn id=messageport>MessagePort</dfn> {
<p>Tags contain a <dfn id=syntax-tag-name title=syntax-tag-name>tag name</dfn>,
giving the element's name. HTML elements all have names that only
use characters in the range U+0030 DIGIT ZERO .. U+0039 DIGIT NINE,
U+0061 LATIN SMALL LETTER A .. U+007A LATIN SMALL LETTER Z, U+0041
LATIN CAPITAL LETTER A .. U+005A LATIN CAPITAL LETTER Z, and U+002D
HYPHEN-MINUS (<code>-</code>). In the HTML syntax, tag names may be
written with any mix of lower- and uppercase letters that, when
converted to all-lowercase, matches the element's tag name; tag
names are case-insensitive.</p>
U+0061 LATIN SMALL LETTER A .. U+007A LATIN SMALL LETTER Z, and
U+0041 LATIN CAPITAL LETTER A .. U+005A LATIN CAPITAL LETTER Z. In
the HTML syntax, tag names may be written with any mix of lower- and
uppercase letters that, when converted to all-lowercase, matches the
element's tag name; tag names are case-insensitive.</p>


<h5 id=start-tags><span class=secno>9.1.2.1 </span>Start tags</h5>
Expand Down
11 changes: 5 additions & 6 deletions source
Expand Up @@ -73974,12 +73974,11 @@ interface <dfn>MessagePort</dfn> {
<p>Tags contain a <dfn title="syntax-tag-name">tag name</dfn>,
giving the element's name. HTML elements all have names that only
use characters in the range U+0030 DIGIT ZERO .. U+0039 DIGIT NINE,
U+0061 LATIN SMALL LETTER A .. U+007A LATIN SMALL LETTER Z, U+0041
LATIN CAPITAL LETTER A .. U+005A LATIN CAPITAL LETTER Z, and U+002D
HYPHEN-MINUS (<code>-</code>). In the HTML syntax, tag names may be
written with any mix of lower- and uppercase letters that, when
converted to all-lowercase, matches the element's tag name; tag
names are case-insensitive.</p>
U+0061 LATIN SMALL LETTER A .. U+007A LATIN SMALL LETTER Z, and
U+0041 LATIN CAPITAL LETTER A .. U+005A LATIN CAPITAL LETTER Z. In
the HTML syntax, tag names may be written with any mix of lower- and
uppercase letters that, when converted to all-lowercase, matches the
element's tag name; tag names are case-insensitive.</p>


<h5>Start tags</h5>
Expand Down

0 comments on commit 624af71

Please sign in to comment.