Skip to content

Commit

Permalink
[e] (0) Even more editorial cleanup.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3274 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 16, 2009
1 parent 5966722 commit ef37754
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
17 changes: 10 additions & 7 deletions index
Expand Up @@ -13812,7 +13812,6 @@ resulting from the campaign's mismanagement.&lt;/p&gt;</pre>
<dd><a href=#global-attributes>Global attributes</a></dd>
<dt>DOM interface:</dt>
<dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
<!-- XXX should the cite element have a cite attribute? -->
</dl><p>The <code><a href=#the-cite-element>cite</a></code> element <a href=#represents>represents</a> the title
of a work (e.g.
a book,
Expand Down Expand Up @@ -13988,9 +13987,14 @@ gossip column, maybe!&lt;/q&gt;.&lt;/p&gt;</pre>

</div>

<!-- XXX should say it is wrong to use as in:
<!--

The following is a bad use of <em>:

<p><em>Note</em>: ...</p>

<p><em>Note</em>: ...</p>
You should use <strong> or <i> for this instead (depending on
exactly what you're doing).

-->

Expand Down Expand Up @@ -14278,7 +14282,7 @@ wormhole connection.&lt;/mark&gt;&lt;/p&gt;</pre>
is the exact <code>textContent</code> of the <code><a href=#the-dfn-element>dfn</a></code>
element that gives the term being defined.</p>

<!-- XXX that means <dfn>x \n x</dfn> won't match <span>x x</span> -->
<!-- note that this means <dfn>x \n x</dfn> won't match <span>x x</span> -->

<p>If the <code title=attr-dfn-title><a href=#attr-dfn-title>title</a></code> attribute of the
<code><a href=#the-dfn-element>dfn</a></code> element is present, then it must contain only the
Expand Down Expand Up @@ -15427,12 +15431,11 @@ two&lt;/samp&gt; but I didn't know what that meant.&lt;/p&gt;</pre>
styling of specific elements of the sample output using a
style sheet.</p>

<!-- XXX should those nested SAMPs be SPANs? -->
<pre>&lt;pre&gt;&lt;samp&gt;&lt;samp class="prompt"&gt;jdoe@mowmow:~$&lt;/samp&gt; &lt;kbd&gt;ssh demo.example.com&lt;/kbd&gt;
<pre>&lt;pre&gt;&lt;samp&gt;&lt;span class="prompt"&gt;jdoe@mowmow:~$&lt;/span&gt; &lt;kbd&gt;ssh demo.example.com&lt;/kbd&gt;
Last login: Tue Apr 12 09:10:17 2005 from mowmow.example.com on pts/1
Linux demo 2.6.10-grsec+gg3+e+fhs6b+nfs+gr0501+++p3+c4a+gr2b-reslog-v6.189 #1 SMP Tue Feb 1 11:22:36 PST 2005 i686 unknown

&lt;samp class="prompt"&gt;jdoe@demo:~$&lt;/samp&gt; &lt;samp class="cursor"&gt;_&lt;/samp&gt;&lt;/samp&gt;&lt;/pre&gt;</pre>
&lt;span class="prompt"&gt;jdoe@demo:~$&lt;/span&gt; &lt;span class="cursor"&gt;_&lt;/span&gt;&lt;/samp&gt;&lt;/pre&gt;</pre>
</div>


Expand Down
17 changes: 10 additions & 7 deletions source
Expand Up @@ -14637,7 +14637,6 @@ resulting from the campaign's mismanagement.&lt;/p></pre>
<dd><span>Global attributes</span></dd>
<dt>DOM interface:</dt>
<dd>Uses <code>HTMLElement</code>.</dd>
<!-- XXX should the cite element have a cite attribute? -->
</dl>

<p>The <code>cite</code> element <span>represents</span> the title
Expand Down Expand Up @@ -14818,9 +14817,14 @@ gossip column, maybe!&lt;/q>.&lt;/p></pre>

</div>

<!-- XXX should say it is wrong to use as in:
<!--

The following is a bad use of <em>:

<p><em>Note</em>: ...</p>

<p><em>Note</em>: ...</p>
You should use <strong> or <i> for this instead (depending on
exactly what you're doing).

-->

Expand Down Expand Up @@ -15122,7 +15126,7 @@ wormhole connection.&lt;/mark>&lt;/p></pre>
is the exact <code>textContent</code> of the <code>dfn</code>
element that gives the term being defined.</p>

<!-- XXX that means <dfn>x \n x</dfn> won't match <span>x x</span> -->
<!-- note that this means <dfn>x \n x</dfn> won't match <span>x x</span> -->

<p>If the <code title="attr-dfn-title">title</code> attribute of the
<code>dfn</code> element is present, then it must contain only the
Expand Down Expand Up @@ -16397,12 +16401,11 @@ two&lt;/samp> but I didn't know what that meant.&lt;/p></pre>
styling of specific elements of the sample output using a
style sheet.</p>

<!-- XXX should those nested SAMPs be SPANs? -->
<pre>&lt;pre>&lt;samp>&lt;samp class="prompt">jdoe@mowmow:~$&lt;/samp> &lt;kbd>ssh demo.example.com&lt;/kbd>
<pre>&lt;pre>&lt;samp>&lt;span class="prompt">jdoe@mowmow:~$&lt;/span> &lt;kbd>ssh demo.example.com&lt;/kbd>
Last login: Tue Apr 12 09:10:17 2005 from mowmow.example.com on pts/1
Linux demo 2.6.10-grsec+gg3+e+fhs6b+nfs+gr0501+++p3+c4a+gr2b-reslog-v6.189 #1 SMP Tue Feb 1 11:22:36 PST 2005 i686 unknown

&lt;samp class="prompt">jdoe@demo:~$&lt;/samp> &lt;samp class="cursor">_&lt;/samp>&lt;/samp>&lt;/pre></pre>
&lt;span class="prompt">jdoe@demo:~$&lt;/span> &lt;span class="cursor">_&lt;/span>&lt;/samp>&lt;/pre></pre>
</div>


Expand Down

0 comments on commit ef37754

Please sign in to comment.