- From: poot <cvsmail@w3.org>
- Date: Thu, 05 May 2011 03:18:33 -0400
- To: public-html-diffs@w3.org
hixie: clarify element definitions (whatwg r6079) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4882&r2=1.4883&f=h http://html5.org/tools/web-apps-tracker?from=6078&to=6079 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4882 retrieving revision 1.4883 diff -u -d -r1.4882 -r1.4883 --- Overview.html 5 May 2011 06:49:14 -0000 1.4882 +++ Overview.html 5 May 2011 07:15:18 -0000 1.4883 @@ -17329,10 +17329,9 @@ <dd>Uses <code><a href="#htmlelement">HTMLElement</a></code>.</dd> </dl><p>The <code><a href="#the-i-element">i</a></code> element <a href="#represents">represents</a> a span of text in an alternate voice or mood, or otherwise offset from the normal - prose, such as a taxonomic designation, a technical term, an - idiomatic phrase from another language, a thought, a ship name in - Western texts, or some other prose whose typical typographic - presentation is italicized.<p>Terms in languages different from the main text should be + prose in a manner indicating a different quality of text, such as a + taxonomic designation, a technical term, an idiomatic phrase from + another language, a thought, or a ship name in Western texts.<p>Terms in languages different from the main text should be annotated with <code title="attr-lang"><a href="#attr-lang">lang</a></code> attributes (or, in XML, <a href="#attr-xml-lang" title="attr-xml-lang"><code title="">lang</code> attributes in the <span>XML namespace</span></a>).<div class="example"> @@ -17374,10 +17373,11 @@ <dt>DOM interface:</dt> <dd>Uses <code><a href="#htmlelement">HTMLElement</a></code>.</dd> </dl><p>The <code><a href="#the-b-element">b</a></code> element <a href="#represents">represents</a> a span of text - to be stylistically offset from the normal prose without conveying - any extra importance, such as key words in a document abstract, - product names in a review, or other spans of text whose typical - typographic presentation is boldened.<div class="example"> + to which attention is being drawn for utilitarian purposes without + conveying any extra importance and with no implication of an + alternate voice or mood, such as key words in a document abstract, + product names in a review, actionable words in interactive + text-driven software, or an article lede.<div class="example"> <p>The following example shows a use of the <code><a href="#the-b-element">b</a></code> element to highlight key words without marking them up as important:</p> <pre><p>The <b>frobonitor</b> and <b>barbinator</b> components are fried.</p></pre>
Received on Thursday, 5 May 2011 07:18:35 UTC