Skip to content

Commit 67e411f

Browse files
committed
[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
1 parent f7627e5 commit 67e411f

3 files changed

Lines changed: 14 additions & 15 deletions

File tree

complete.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239

240240
<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>
241241
<hgroup><h1>Web Applications 1.0</h1>
242-
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 18 August 2011</h2>
242+
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 19 August 2011</h2>
243243
</hgroup><dl><dt>Multiple-page version:</dt>
244244
<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>
245245
<dt>One-page version:</dt>
@@ -2074,10 +2074,9 @@ <h3 id=a-quick-introduction-to-html><span class=secno>1.9 </span>A quick introdu
20742074
<pre>&lt;a href="demo.html"&gt;simple&lt;/a&gt;</pre>
20752075

20762076
<p><a href=#syntax-attributes title=syntax-attributes>Attributes</a> are placed
2077-
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
2078-
<code title="">"</code> <code title="">'</code> <code title="">`</code> <code title="">=</code> <code title="">&lt;</code>
2079-
or <code title="">&gt;</code>. Otherwise, it has to be quoted using
2080-
either single or double quotes. The value, along with the "<code title="">=</code>" character, can be omitted altogether if the value
2077+
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>
2078+
<code title="">=</code> <code title="">&lt;</code> or <code title="">&gt;</code>. Otherwise, it has to be quoted using either
2079+
single or double quotes. The value, along with the "<code title="">=</code>" character, can be omitted altogether if the value
20812080
is the empty string.</p>
20822081

20832082
<pre>&lt;!-- empty attributes --&gt;

index

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243

244244
<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>
245245
<hgroup><h1 class=allcaps>HTML</h1>
246-
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 18 August 2011</h2>
246+
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 19 August 2011</h2>
247247
</hgroup><dl><dt><strong>Web developer edition</strong></dt>
248248
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
249249
<dt>Multiple-page version:</dt>
@@ -1971,10 +1971,9 @@
19711971
<pre>&lt;a href="demo.html"&gt;simple&lt;/a&gt;</pre>
19721972

19731973
<p><a href=#syntax-attributes title=syntax-attributes>Attributes</a> are placed
1974-
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
1975-
<code title="">"</code> <code title="">'</code> <code title="">`</code> <code title="">=</code> <code title="">&lt;</code>
1976-
or <code title="">&gt;</code>. Otherwise, it has to be quoted using
1977-
either single or double quotes. The value, along with the "<code title="">=</code>" character, can be omitted altogether if the value
1974+
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>
1975+
<code title="">=</code> <code title="">&lt;</code> or <code title="">&gt;</code>. Otherwise, it has to be quoted using either
1976+
single or double quotes. The value, along with the "<code title="">=</code>" character, can be omitted altogether if the value
19781977
is the empty string.</p>
19791978

19801979
<pre>&lt;!-- empty attributes --&gt;

source

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -853,11 +853,12 @@
853853
title="syntax-attribute-name">name</span> and a <span
854854
title="syntax-attribute-value">value</span>, separated by an "<code
855855
title="">=</code>" character. The attribute value can remain <a
856-
href="#unquoted">unquoted</a> if it doesn't contain spaces or any of
857-
<code title="">"</code> <code title="">'</code> <code
858-
title="">`</code> <code title="">=</code> <code title="">&lt;</code>
859-
or <code title="">&gt;</code>. Otherwise, it has to be quoted using
860-
either single or double quotes. The value, along with the "<code
856+
href="#unquoted">unquoted</a> if it doesn't contain <span
857+
title="space character">space characters</span> or any of <code
858+
title="">"</code> <code title="">'</code> <code title="">`</code>
859+
<code title="">=</code> <code title="">&lt;</code> or <code
860+
title="">&gt;</code>. Otherwise, it has to be quoted using either
861+
single or double quotes. The value, along with the "<code
861862
title="">=</code>" character, can be omitted altogether if the value
862863
is the empty string.</p>
863864

0 commit comments

Comments
 (0)