- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 Feb 2009 02:49:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13300
Modified Files:
Overview.html
Log Message:
Include more examples of small print in the prose. (whatwg r2799)
Index: Overview.html
===================================================================
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:49:25 UTC