[html5] r1681 - /
whatwg at whatwg.org
whatwg at whatwg.org
Fri May 23 00:56:45 PDT 2008
Author: ianh
Date: 2008-05-23 00:56:45 -0700 (Fri, 23 May 2008)
New Revision: 1681
Modified:
index
source
Log:
[e] (0) The syntax section didn't take <h1>..<h6> into account, oops.
Modified: index
===================================================================
--- index 2008-05-23 03:42:33 UTC (rev 1680)
+++ index 2008-05-23 07:56:45 UTC (rev 1681)
@@ -40964,12 +40964,12 @@
<p>Tags contain a <dfn id=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+0061 LATIN SMALL LETTER A .. U+007A LATIN SMALL
- LETTER Z, or, in uppercase, 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.
+ 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.
<h5 id=start><span class=secno>8.1.2.1. </span>Start tags</h5>
Modified: source
===================================================================
--- source 2008-05-23 03:42:33 UTC (rev 1680)
+++ source 2008-05-23 07:56:45 UTC (rev 1681)
@@ -38555,13 +38555,13 @@
<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+0061 LATIN SMALL LETTER A .. U+007A
- LATIN SMALL LETTER Z, or, in uppercase, 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>
+ 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>
<h5>Start tags</h5>
More information about the Commit-Watchers
mailing list