Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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

git-svn-id: http://svn.whatwg.org/webapps@6514 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 19, 2011
1 parent f7627e5 commit 67e411f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
9 changes: 4 additions & 5 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 18 August 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -2074,10 +2074,9 @@ <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 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
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="">&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
is the empty string.</p>

<pre>&lt;!-- empty attributes --&gt;
Expand Down
9 changes: 4 additions & 5 deletions index
Expand Up @@ -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 &mdash; Last Updated 18 August 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -1971,10 +1971,9 @@
<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 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
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="">&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
is the empty string.</p>

<pre>&lt;!-- empty attributes --&gt;
Expand Down
11 changes: 6 additions & 5 deletions source
Expand Up @@ -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="">&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
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="">&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
is the empty string.</p>

Expand Down

0 comments on commit 67e411f

Please sign in to comment.