Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) More clarifications, editorial fixes, example fixes, etc.
git-svn-id: http://svn.whatwg.org/webapps@3988 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 24, 2009
1 parent ee06d7d commit f6f5b92
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 40 deletions.
36 changes: 16 additions & 20 deletions index
Expand Up @@ -13256,8 +13256,7 @@ not-slash = %x0000-002E / %x0030-10FFFF
work. But I'm paid to do my hobby, so I never know what to
answer. Some people wonder what they would do if they didn't have to
work... but I know what I would do, because I was unemployed for a
year, and I filled that time doing exactly what I do
now.</q></p>
year, and I filled that time doing exactly what I do now.</q></p>

<aside>
<q> People ask me what I do for fun when I'm not at work. But I'm
Expand Down Expand Up @@ -13562,8 +13561,8 @@ isn't his only passion. He also enjoys other pleasures.</p>
<h1>Little Green Guys With Guns</h1>
<nav>
<ul>
<li><a href="/games">Games</a> |
<li><a href="/forum">Forum</a> |
<li><a href="/games">Games</a>
<li><a href="/forum">Forum</a>
<li><a href="/download">Download</a>
</ul>
</nav>
Expand Down Expand Up @@ -13601,12 +13600,12 @@ isn't his only passion. He also enjoys other pleasures.</p>
information about its section such as who wrote it, links to related
documents, copyright data, and the like.</p>

<p class=note>Contact information belongs in an
<code><a href=#the-address-element>address</a></code> element, possibly itself inside a
<code><a href=#the-footer-element>footer</a></code>.</p>
<p class=note>Contact information for the author or editor of a
section belongs in an <code><a href=#the-address-element>address</a></code> element, possibly itself
inside a <code><a href=#the-footer-element>footer</a></code>.</p>

<p>Footers don't necessarily have to appear at the <em>end</em> of a section,
though they usually do.</p>
<p>Footers don't necessarily have to appear at the <em>end</em> of a
section, though they usually do.</p>

<p>When the <code><a href=#the-footer-element>footer</a></code> element contains entire sections,
they <a href=#represents title=represents>represent</a> appendices, indexes,
Expand Down Expand Up @@ -15704,26 +15703,23 @@ gossip column, maybe!&lt;/q&gt;.&lt;/p&gt;</pre>
</dl><p>The <code><a href=#the-q-element>q</a></code> element <a href=#represents>represents</a> some <a href=#phrasing-content title="phrasing content">phrasing content</a> quoted from another
source.</p>

<p>Quotation punctuation (such as quotation marks) must not appear
immediately before, after, or inside <code><a href=#the-q-element>q</a></code> elements; they
will be inserted into the rendering by the user agent.</p>
<p>Quotation punctuation (such as quotation marks) that is quoting
the contents of the element must not appear immediately before,
after, or inside <code><a href=#the-q-element>q</a></code> elements; they will be inserted into
the rendering by the user agent.</p>

<p>Content inside a <code><a href=#the-q-element>q</a></code> element must be quoted from
another source, whose address, if it has one, should be cited in the
<dfn id=attr-q-cite title=attr-q-cite><code>cite</code></dfn> attribute. The
source may be fictional, as when quoting characters in a novel or
screenplay.</p>

<div class=impl>

<p>If the <code title=attr-q-cite><a href=#attr-q-cite>cite</a></code> attribute is
present, it must be a <a href=#valid-url>valid URL</a>. To obtain the
corresponding citation link, the value of the attribute must be
<a href=#resolve-a-url title="resolve a url">resolved</a> relative to the
present, it must be a <a href=#valid-url>valid URL</a>. <span class=impl>To
obtain the corresponding citation link, the value of the attribute
must be <a href=#resolve-a-url title="resolve a url">resolved</a> relative to the
element. User agents should allow users to follow such citation
links.</p>

</div>
links.</span></p>

<p>The <code><a href=#the-q-element>q</a></code> element must not be used in place of quotation
marks that do not represent quotes; for example, it is inappropriate
Expand Down
36 changes: 16 additions & 20 deletions source
Expand Up @@ -14084,8 +14084,7 @@ not-slash = %x0000-002E / %x0030-10FFFF
work. But I'm paid to do my hobby, so I never know what to
answer. Some people wonder what they would do if they didn't have to
work... but I know what I would do, because I was unemployed for a
year, and I filled that time doing exactly what I do
now.&lt;/q>&lt;/p>
year, and I filled that time doing exactly what I do now.&lt;/q>&lt;/p>

&lt;aside>
&lt;q> People ask me what I do for fun when I'm not at work. But I'm
Expand Down Expand Up @@ -14399,8 +14398,8 @@ isn't his only passion. He also enjoys other pleasures.&lt;/p>
&lt;h1>Little Green Guys With Guns&lt;/h1>
&lt;nav>
&lt;ul>
&lt;li>&lt;a href="/games">Games&lt;/a> |
&lt;li>&lt;a href="/forum">Forum&lt;/a> |
&lt;li>&lt;a href="/games">Games&lt;/a>
&lt;li>&lt;a href="/forum">Forum&lt;/a>
&lt;li>&lt;a href="/download">Download&lt;/a>
&lt;/ul>
&lt;/nav>
Expand Down Expand Up @@ -14441,12 +14440,12 @@ isn't his only passion. He also enjoys other pleasures.&lt;/p>
information about its section such as who wrote it, links to related
documents, copyright data, and the like.</p>

<p class="note">Contact information belongs in an
<code>address</code> element, possibly itself inside a
<code>footer</code>.</p>
<p class="note">Contact information for the author or editor of a
section belongs in an <code>address</code> element, possibly itself
inside a <code>footer</code>.</p>

<p>Footers don't necessarily have to appear at the <em>end</em> of a section,
though they usually do.</p>
<p>Footers don't necessarily have to appear at the <em>end</em> of a
section, though they usually do.</p>

<p>When the <code>footer</code> element contains entire sections,
they <span title="represents">represent</span> appendices, indexes,
Expand Down Expand Up @@ -16739,26 +16738,23 @@ gossip column, maybe!&lt;/q>.&lt;/p></pre>
title="phrasing content">phrasing content</span> quoted from another
source.</p>

<p>Quotation punctuation (such as quotation marks) must not appear
immediately before, after, or inside <code>q</code> elements; they
will be inserted into the rendering by the user agent.</p>
<p>Quotation punctuation (such as quotation marks) that is quoting
the contents of the element must not appear immediately before,
after, or inside <code>q</code> elements; they will be inserted into
the rendering by the user agent.</p>

<p>Content inside a <code>q</code> element must be quoted from
another source, whose address, if it has one, should be cited in the
<dfn title="attr-q-cite"><code>cite</code></dfn> attribute. The
source may be fictional, as when quoting characters in a novel or
screenplay.</p>

<div class="impl">

<p>If the <code title="attr-q-cite">cite</code> attribute is
present, it must be a <span>valid URL</span>. To obtain the
corresponding citation link, the value of the attribute must be
<span title="resolve a url">resolved</span> relative to the
present, it must be a <span>valid URL</span>. <span class="impl">To
obtain the corresponding citation link, the value of the attribute
must be <span title="resolve a url">resolved</span> relative to the
element. User agents should allow users to follow such citation
links.</p>

</div>
links.</span></p>

<p>The <code>q</code> element must not be used in place of quotation
marks that do not represent quotes; for example, it is inappropriate
Expand Down

0 comments on commit f6f5b92

Please sign in to comment.