[html5] r6514 - [e] (0) Add a cross-ref here to make it easier to see what is meant. Fixing http [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Aug 18 19:58:23 PDT 2011


Author: ianh
Date: 2011-08-18 19:58:21 -0700 (Thu, 18 Aug 2011)
New Revision: 6514

Modified:
   complete.html
   index
   source
Log:
[e] (0) Add a cross-ref here to make it easier to see what is meant.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12938

Modified: complete.html
===================================================================
--- complete.html	2011-08-18 22:53:01 UTC (rev 6513)
+++ complete.html	2011-08-19 02:58:21 UTC (rev 6514)
@@ -239,7 +239,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 18 August 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 19 August 2011</h2>
    </hgroup><dl><dt>Multiple-page version:</dt>
     <dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd>
     <dt>One-page version:</dt>
@@ -2074,10 +2074,9 @@
   <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 remain <a href=#unquoted>unquoted</a> if it doesn't contain spaces or any of
-  <code title="">"</code> <code title="">'</code> <code title="">`</code> <code title="">=</code> <code title=""><</code>
-  or <code title="">></code>. 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
+  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 remain <a href=#unquoted>unquoted</a> if it doesn't contain <a href=#space-character title="space character">space characters</a> or any of <code title="">"</code> <code title="">'</code> <code title="">`</code>
+  <code title="">=</code> <code title=""><</code> or <code title="">></code>. 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 -->

Modified: index
===================================================================
--- index	2011-08-18 22:53:01 UTC (rev 6513)
+++ index	2011-08-19 02:58:21 UTC (rev 6514)
@@ -243,7 +243,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 18 August 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 19 August 2011</h2>
    </hgroup><dl><dt><strong>Web developer edition</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -1971,10 +1971,9 @@
   <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 remain <a href=#unquoted>unquoted</a> if it doesn't contain spaces or any of
-  <code title="">"</code> <code title="">'</code> <code title="">`</code> <code title="">=</code> <code title=""><</code>
-  or <code title="">></code>. 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
+  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 remain <a href=#unquoted>unquoted</a> if it doesn't contain <a href=#space-character title="space character">space characters</a> or any of <code title="">"</code> <code title="">'</code> <code title="">`</code>
+  <code title="">=</code> <code title=""><</code> or <code title="">></code>. 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 -->

Modified: source
===================================================================
--- source	2011-08-18 22:53:01 UTC (rev 6513)
+++ source	2011-08-19 02:58:21 UTC (rev 6514)
@@ -853,11 +853,12 @@
   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 remain <a
-  href="#unquoted">unquoted</a> if it doesn't contain spaces or any of
-  <code title="">"</code> <code title="">'</code> <code
-  title="">`</code> <code title="">=</code> <code title=""><</code>
-  or <code title="">></code>. Otherwise, it has to be quoted using
-  either single or double quotes. The value, along with the "<code
+  href="#unquoted">unquoted</a> if it doesn't contain <span
+  title="space character">space characters</span> or any of <code
+  title="">"</code> <code title="">'</code> <code title="">`</code>
+  <code title="">=</code> <code title=""><</code> or <code
+  title="">></code>. 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>
 




More information about the Commit-Watchers mailing list