- From: poot <cvsmail@w3.org>
- Date: Thu, 12 Feb 2009 11:51:09 +0900 (JST)
- To: public-html-diffs@w3.org
Include more examples of small print in the prose. (whatwg r2799)
4.6.6 The small element
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1970.html#the-small-element
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1969&r2=1.1970&f=h
http://html5.org/tools/web-apps-tracker?from=2798&to=2799
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1969
retrieving revision 1.1970
diff -u -d -r1.1969 -r1.1970
--- Overview.html 12 Feb 2009 02:48:32 -0000 1.1969
+++ Overview.html 12 Feb 2009 02:49:12 -0000 1.1970
@@ -10718,8 +10718,9 @@
<dt>DOM interface:</dt>
<dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
</dl><p>The <code><a href=#the-small-element>small</a></code> element <a href=#represents>represents</a> small
- print (part of a document often describing legal restrictions, such
- as copyrights or other disadvantages), or other side comments.<p class=note>The <code><a href=#the-small-element>small</a></code> element does not
+ print (part of a document often describing disclaimers, caveats, or
+ legal restrictions, such as copyrights or other disadvantages), or
+ other side comments.<p class=note>The <code><a href=#the-small-element>small</a></code> element does not
"de-emphasize" or lower the importance of text emphasised 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.<div class=example>
Received on Thursday, 12 February 2009 02:51:45 UTC