- From: poot <cvsmail@w3.org>
- Date: Sun, 16 Aug 2009 20:24:25 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Tweak examples for <sub>/<sup> to be less specific about the semantics of <sub> with <var>. (whatwg r3638) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2823&r2=1.2824&f=h http://html5.org/tools/web-apps-tracker?from=3637&to=3638 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2823 retrieving revision 1.2824 diff -u -d -r1.2823 -r1.2824 --- Overview.html 16 Aug 2009 10:43:56 -0000 1.2823 +++ Overview.html 16 Aug 2009 11:24:05 -0000 1.2824 @@ -14224,18 +14224,22 @@ to be used in the name of the LaTeX document preparation system. In general, authors should use these elements only if the <em>absence</em> of those elements would change the meaning of the - content.<p>When the <code><a href="#the-sub-and-sup-elements">sub</a></code> element is used inside a - <code><a href="#the-var-element">var</a></code> element, it represents the subscript that - identifies the variable in a family of variables.<div class="example"> - <pre><p>The coordinate of the <var>i</var>th point is -(<var>x<sub><var>i</var></sub></var>, <var>y<sub><var>i</var></sub></var>). -For example, the 10th point has coordinate -(<var>x<sub>10</sub></var>, <var>y<sub>10</sub></var>).</p></pre> - </div><p>In certain languages, superscripts are part of the typographical + content.<p>In certain languages, superscripts are part of the typographical conventions for some abbreviations.<div class="example"> <pre><p>The most beautiful women are <span lang="fr"><abbr>M<sup>lle</sup></abbr> Gwendoline</span> and <span lang="fr"><abbr>M<sup>me</sup></abbr> Denise</span>.</p></pre> + </div><p>The <code><a href="#the-sub-and-sup-elements">sub</a></code> element can be used inside a + <code><a href="#the-var-element">var</a></code> element, for variables that have subscripts.<div class="example"> + + <p>Here, the <code><a href="#the-sub-and-sup-elements">sub</a></code> element is used to represents the + subscript that identifies the variable in a family of + variables:</p> + + <pre><p>The coordinate of the <var>i</var>th point is +(<var>x<sub><var>i</var></sub></var>, <var>y<sub><var>i</var></sub></var>). +For example, the 10th point has coordinate +(<var>x<sub>10</sub></var>, <var>y<sub>10</sub></var>).</p></pre> </div><p>Mathematical expressions often use subscripts and superscripts. Authors are encouraged to use MathML for marking up mathematics, but authors may opt to use <code><a href="#the-sub-and-sup-elements">sub</a></code> and <code><a href="#the-sub-and-sup-elements">sup</a></code> if
Received on Sunday, 16 August 2009 11:25:02 UTC