[html5] r4919 - [e] (0) answer the obvious question Fixing http://www.w3.org/Bugs/Public/show_bu [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Mar 31 01:49:47 PDT 2010
Author: ianh
Date: 2010-03-31 01:49:46 -0700 (Wed, 31 Mar 2010)
New Revision: 4919
Modified:
complete.html
index
source
Log:
[e] (0) answer the obvious question
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9247
Modified: complete.html
===================================================================
--- complete.html 2010-03-31 08:45:52 UTC (rev 4918)
+++ complete.html 2010-03-31 08:49:46 UTC (rev 4919)
@@ -17199,7 +17199,9 @@
<p class=note>The <code><a href=#the-small-element>small</a></code> element does not
"de-emphasize" or lower the importance of text emphasized by the
<code><a href=#the-em-element>em</a></code> element or marked as important with the
- <code><a href=#the-strong-element>strong</a></code> element.</p>
+ <code><a href=#the-strong-element>strong</a></code> element. To mark text as not emphasized or
+ important, simply do not mark it up with the <code><a href=#the-em-element>em</a></code> or
+ <code><a href=#the-strong-element>strong</a></code> elements respectively.</p>
<p>The <code><a href=#the-small-element>small</a></code> element should not be used for extended
spans of text, such as multiple paragraphs, lists, or sections of
Modified: index
===================================================================
--- index 2010-03-31 08:45:52 UTC (rev 4918)
+++ index 2010-03-31 08:49:46 UTC (rev 4919)
@@ -17097,7 +17097,9 @@
<p class=note>The <code><a href=#the-small-element>small</a></code> element does not
"de-emphasize" or lower the importance of text emphasized by the
<code><a href=#the-em-element>em</a></code> element or marked as important with the
- <code><a href=#the-strong-element>strong</a></code> element.</p>
+ <code><a href=#the-strong-element>strong</a></code> element. To mark text as not emphasized or
+ important, simply do not mark it up with the <code><a href=#the-em-element>em</a></code> or
+ <code><a href=#the-strong-element>strong</a></code> elements respectively.</p>
<p>The <code><a href=#the-small-element>small</a></code> element should not be used for extended
spans of text, such as multiple paragraphs, lists, or sections of
Modified: source
===================================================================
--- source 2010-03-31 08:45:52 UTC (rev 4918)
+++ source 2010-03-31 08:49:46 UTC (rev 4919)
@@ -18175,7 +18175,9 @@
<p class="note">The <code>small</code> element does not
"de-emphasize" or lower the importance of text emphasized by the
<code>em</code> element or marked as important with the
- <code>strong</code> element.</p>
+ <code>strong</code> element. To mark text as not emphasized or
+ important, simply do not mark it up with the <code>em</code> or
+ <code>strong</code> elements respectively.</p>
<p>The <code>small</code> element should not be used for extended
spans of text, such as multiple paragraphs, lists, or sections of
More information about the Commit-Watchers
mailing list