Skip to content

Commit

Permalink
[e] (0) It's suggested 'left' might be confusing with 'left hand side…
Browse files Browse the repository at this point in the history
…'...

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8768

git-svn-id: http://svn.whatwg.org/webapps@4698 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 13, 2010
1 parent a6cfdcd commit 86f3637
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -1744,7 +1744,7 @@ <h3 id=a-quick-introduction-to-html><span class=secno>1.9 </span>A quick introdu
<pre>&lt;a href="demo.html"&gt;simple&lt;/a&gt;</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="">&lt;</code>
or <code title="">&gt;</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
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -1643,7 +1643,7 @@
<pre>&lt;a href="demo.html"&gt;simple&lt;/a&gt;</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="">&lt;</code>
or <code title="">&gt;</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
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -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="">&lt;</code>
Expand Down

0 comments on commit 86f3637

Please sign in to comment.