[html5] r3727 - [e] (0) No elements have a hyphen these days.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Sep 1 18:14:43 PDT 2009
Author: ianh
Date: 2009-09-01 18:14:42 -0700 (Tue, 01 Sep 2009)
New Revision: 3727
Modified:
index
source
Log:
[e] (0) No elements have a hyphen these days.
Modified: index
===================================================================
--- index 2009-09-02 01:04:07 UTC (rev 3726)
+++ index 2009-09-02 01:14:42 UTC (rev 3727)
@@ -59670,12 +59670,11 @@
<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>
Modified: source
===================================================================
--- source 2009-09-02 01:04:07 UTC (rev 3726)
+++ source 2009-09-02 01:14:42 UTC (rev 3727)
@@ -73974,12 +73974,11 @@
<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>
More information about the Commit-Watchers
mailing list