[html5] r4698 - [e] (0) It's suggested 'left' might be confusing with 'left hand side'... Fixing [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Feb 13 02:30:07 PST 2010
Author: ianh
Date: 2010-02-13 02:30:05 -0800 (Sat, 13 Feb 2010)
New Revision: 4698
Modified:
complete.html
index
source
Log:
[e] (0) It's suggested 'left' might be confusing with 'left hand side'...
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8768
Modified: complete.html
===================================================================
--- complete.html 2010-02-13 04:07:02 UTC (rev 4697)
+++ complete.html 2010-02-13 10:30:05 UTC (rev 4698)
@@ -1744,7 +1744,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 left <a href=#unquoted>unquoted</a> if it doesn't contain spaces or any of
+ 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
Modified: index
===================================================================
--- index 2010-02-13 04:07:02 UTC (rev 4697)
+++ index 2010-02-13 10:30:05 UTC (rev 4698)
@@ -1643,7 +1643,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 left <a href=#unquoted>unquoted</a> if it doesn't contain spaces or any of
+ 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
Modified: source
===================================================================
--- source 2010-02-13 04:07:02 UTC (rev 4697)
+++ source 2010-02-13 10:30:05 UTC (rev 4698)
@@ -587,7 +587,7 @@
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 <a
+ 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>
More information about the Commit-Watchers
mailing list