[html5] r1293 - /
whatwg at whatwg.org
whatwg at whatwg.org
Sun Mar 2 01:51:00 PST 2008
Author: ianh
Date: 2008-03-02 01:50:56 -0800 (Sun, 02 Mar 2008)
New Revision: 1293
Modified:
index
source
Log:
[a] (1) Recent changes have simplified the allowed attribute name syntax.
Modified: index
===================================================================
--- index 2008-03-02 09:45:59 UTC (rev 1292)
+++ index 2008-03-02 09:50:56 UTC (rev 1293)
@@ -37459,16 +37459,14 @@
element are expressed inside the element's start tag.
<p>Attributes have a name and a value. <dfn id=attribute
- title=syntax-attribute-name>Attribute names</dfn> must consist of one
- character other than the <a href="#space" title="space character">space
- characters</a>, U+003E GREATER-THAN SIGN (>), and U+002F SOLIDUS (/),
- followed by zero or more characters other than the <a href="#space"
- title="space character">space characters</a>, U+003E GREATER-THAN SIGN
- (>), U+002F SOLIDUS (/), and U+003D EQUALS SIGN (=). In the HTML
- syntax, attribute names may be written with any mix of lower- and
- uppercase letters that, when converted to
- all-lowercase<!-- ASCII case-insensitive -->, matches the attribute's
- name; attribute names are case-insensitive.
+ title=syntax-attribute-name>Attribute names</dfn> must consist of one or
+ more characters other than the <a href="#space" title="space
+ character">space characters</a>, U+003E GREATER-THAN SIGN (>), U+002F
+ SOLIDUS (/), and U+003D EQUALS SIGN (=). In the HTML syntax, attribute
+ names may be written with any mix of lower- and uppercase letters that,
+ when converted to all-lowercase<!-- ASCII
+ case-insensitive -->, matches
+ the attribute's name; attribute names are case-insensitive.
<p><dfn id=attribute0 title=syntax-attribute-value>Attribute values</dfn>
are a mixture of <a href="#text1" title=syntax-text>text</a> and <a
Modified: source
===================================================================
--- source 2008-03-02 09:45:59 UTC (rev 1292)
+++ source 2008-03-02 09:50:56 UTC (rev 1293)
@@ -34961,15 +34961,13 @@
<p>Attributes have a name and a value. <dfn
title="syntax-attribute-name">Attribute names</dfn> must consist of
- one character other than the <span title="space character">space
- characters</span>, U+003E GREATER-THAN SIGN (>), and U+002F
- SOLIDUS (/), followed by zero or more characters other than the
- <span title="space character">space characters</span>, U+003E
- GREATER-THAN SIGN (>), U+002F SOLIDUS (/), and U+003D EQUALS SIGN
- (=). In the HTML syntax, attribute names may be written with any mix
- of lower- and uppercase letters that, when converted to
- all-lowercase<!-- ASCII case-insensitive -->, matches the
- attribute's name; attribute names are case-insensitive.</p>
+ one or more characters other than the <span title="space
+ character">space characters</span>, U+003E GREATER-THAN SIGN (>),
+ U+002F SOLIDUS (/), and U+003D EQUALS SIGN (=). In the HTML syntax,
+ attribute names may be written with any mix of lower- and uppercase
+ letters that, when converted to all-lowercase<!-- ASCII
+ case-insensitive -->, matches the attribute's name; attribute names
+ are case-insensitive.</p>
<p><dfn title="syntax-attribute-value">Attribute values</dfn> are a
mixture of <span title="syntax-text">text</span> and <span
More information about the Commit-Watchers
mailing list