Skip to content

Commit

Permalink
[e] (0) minor readability issue
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3781 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 9, 2009
1 parent 4ea802e commit 339311b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index
Expand Up @@ -1445,7 +1445,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 <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
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -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
Expand Down

0 comments on commit 339311b

Please sign in to comment.