[html5] r3274 - [e] (0) Even more editorial cleanup.
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 15 18:12:42 PDT 2009
Author: ianh
Date: 2009-06-15 18:12:40 -0700 (Mon, 15 Jun 2009)
New Revision: 3274
Modified:
index
source
Log:
[e] (0) Even more editorial cleanup.
Modified: index
===================================================================
--- index 2009-06-16 01:09:26 UTC (rev 3273)
+++ index 2009-06-16 01:12:40 UTC (rev 3274)
@@ -13812,7 +13812,6 @@
<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,
@@ -13988,10 +13987,15 @@
</div>
- <!-- XXX should say it is wrong to use as in:
+ <!--
- <p><em>Note</em>: ...</p>
+ The following is a bad use of <em>:
+ <p><em>Note</em>: ...</p>
+
+ You should use <strong> or <i> for this instead (depending on
+ exactly what you're doing).
+
-->
@@ -14278,7 +14282,7 @@
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
@@ -15427,12 +15431,11 @@
styling of specific elements of the sample output using a
style sheet.</p>
- <!-- XXX should those nested SAMPs be SPANs? -->
- <pre><pre><samp><samp class="prompt">jdoe at mowmow:~$</samp> <kbd>ssh demo.example.com</kbd>
+ <pre><pre><samp><span class="prompt">jdoe at mowmow:~$</span> <kbd>ssh demo.example.com</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
-<samp class="prompt">jdoe at demo:~$</samp> <samp class="cursor">_</samp></samp></pre></pre>
+<span class="prompt">jdoe at demo:~$</span> <span class="cursor">_</span></samp></pre></pre>
</div>
Modified: source
===================================================================
--- source 2009-06-16 01:09:26 UTC (rev 3273)
+++ source 2009-06-16 01:12:40 UTC (rev 3274)
@@ -14637,7 +14637,6 @@
<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
@@ -14818,10 +14817,15 @@
</div>
- <!-- XXX should say it is wrong to use as in:
+ <!--
- <p><em>Note</em>: ...</p>
+ The following is a bad use of <em>:
+ <p><em>Note</em>: ...</p>
+
+ You should use <strong> or <i> for this instead (depending on
+ exactly what you're doing).
+
-->
@@ -15122,7 +15126,7 @@
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
@@ -16397,12 +16401,11 @@
styling of specific elements of the sample output using a
style sheet.</p>
- <!-- XXX should those nested SAMPs be SPANs? -->
- <pre><pre><samp><samp class="prompt">jdoe at mowmow:~$</samp> <kbd>ssh demo.example.com</kbd>
+ <pre><pre><samp><span class="prompt">jdoe at mowmow:~$</span> <kbd>ssh demo.example.com</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
-<samp class="prompt">jdoe at demo:~$</samp> <samp class="cursor">_</samp></samp></pre></pre>
+<span class="prompt">jdoe at demo:~$</span> <span class="cursor">_</span></samp></pre></pre>
</div>
More information about the Commit-Watchers
mailing list