[html5] r3438 - [e] (0) Elaborate on unquoted attribute values in intro.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jul 16 20:57:02 PDT 2009
Author: ianh
Date: 2009-07-16 20:57:00 -0700 (Thu, 16 Jul 2009)
New Revision: 3438
Modified:
index
source
Log:
[e] (0) Elaborate on unquoted attribute values in intro.
Modified: index
===================================================================
--- index 2009-07-17 03:27:12 UTC (rev 3437)
+++ index 2009-07-17 03:57:00 UTC (rev 3438)
@@ -1446,10 +1446,11 @@
<pre><a href="demo.html">simple</a></pre>
<p><a href=#syntax-attributes title=syntax-attributes>Attributes</a> are placed
- inside the start tag, and consist of a <a href=#syntax-attribute-name title=syntax-attribute-name>name</a> and a <a href=#syntax-attribute-value title=syntax-attribute-value>value</a>, separated by an "<code title="">=</code>" character. The attribute value can be left
- unquoted if it is a keyword. Otherwise, it has to be quoted using
- either single or double quotes. The value, along with the "<code title="">=</code>" character, can be omitted altogether if the value
- is the empty string.</p>
+ inside the start tag, and consist of a <a href=#syntax-attribute-name title=syntax-attribute-name>name</a> and a <a href=#syntax-attribute-value title=syntax-attribute-value>value</a>, separated by an "<code title="">=</code>" character. The attribute value can be <a href=#unquoted>left unquoted</a> if it doesn't contain any special
+ characters. Otherwise, it has to be quoted using either single or
+ double quotes. The value, along with the "<code title="">=</code>"
+ character, can be omitted altogether if the value is the empty
+ string.</p>
<pre><!-- empty attributes -->
<input name=address disabled>
@@ -58256,7 +58257,7 @@
</dd>
- <dt>Unquoted attribute value syntax</dt>
+ <dt id=unquoted>Unquoted attribute value syntax</dt>
<dd>
@@ -71676,6 +71677,7 @@
Anthony Ricaud,
Antti Koivisto,
Arphen Lin,
+ Aryeh Gregor,
Asbjørn Ulsberg,
Ashley Sheridan,
Aurelien Levy,
Modified: source
===================================================================
--- source 2009-07-17 03:27:12 UTC (rev 3437)
+++ source 2009-07-17 03:57:00 UTC (rev 3438)
@@ -449,11 +449,12 @@
inside the start tag, and consist of a <span
title="syntax-attribute-name">name</span> and a <span
title="syntax-attribute-value">value</span>, separated by an "<code
- title="">=</code>" character. The attribute value can be left
- unquoted if it is a keyword. Otherwise, it has to be quoted using
- either single or double quotes. The value, along with the "<code
- title="">=</code>" character, can be omitted altogether if the value
- is the empty string.</p>
+ title="">=</code>" character. The attribute value can be <a
+ href="#unquoted">left unquoted</a> if it doesn't contain any special
+ characters. Otherwise, it has to be quoted using either single or
+ double quotes. The value, along with the "<code title="">=</code>"
+ character, can be omitted altogether if the value is the empty
+ string.</p>
<pre><!-- empty attributes -->
<input name=address disabled>
@@ -71836,7 +71837,7 @@
</dd>
- <dt>Unquoted attribute value syntax</dt>
+ <dt id="unquoted">Unquoted attribute value syntax</dt>
<dd>
@@ -84659,6 +84660,7 @@
Anthony Ricaud,
Antti Koivisto,
Arphen Lin,
+ Aryeh Gregor,
Asbjørn Ulsberg,
Ashley Sheridan,
Aurelien Levy,
More information about the Commit-Watchers
mailing list