[html5] r3781 - [e] (0) minor readability issue

whatwg at whatwg.org whatwg at whatwg.org
Wed Sep 9 03:29:16 PDT 2009


Author: ianh
Date: 2009-09-09 03:29:15 -0700 (Wed, 09 Sep 2009)
New Revision: 3781

Modified:
   index
   source
Log:
[e] (0) minor readability issue

Modified: index
===================================================================
--- index	2009-09-09 10:27:53 UTC (rev 3780)
+++ index	2009-09-09 10:29:15 UTC (rev 3781)
@@ -1445,7 +1445,7 @@
   <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 <a href=#unquoted>left unquoted</a> if it doesn't contain any special
+  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 <a href=#unquoted>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

Modified: source
===================================================================
--- source	2009-09-09 10:27:53 UTC (rev 3780)
+++ source	2009-09-09 10:29:15 UTC (rev 3781)
@@ -460,8 +460,8 @@
   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 <a
-  href="#unquoted">left unquoted</a> if it doesn't contain any special
+  title="">=</code>" character. The attribute value can be left <a
+  href="#unquoted">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




More information about the Commit-Watchers mailing list