[html5] r2509 - [ct] (0) Make <code> into a formatting element affected by the AAA. (credit: pt)

whatwg at whatwg.org whatwg at whatwg.org
Mon Dec 1 20:02:56 PST 2008


Author: ianh
Date: 2008-12-01 20:02:55 -0800 (Mon, 01 Dec 2008)
New Revision: 2509

Modified:
   index
   source
Log:
[ct] (0) Make <code> into a formatting element affected by the AAA. (credit: pt)

Modified: index
===================================================================
--- index	2008-12-02 03:58:47 UTC (rev 2508)
+++ index	2008-12-02 04:02:55 UTC (rev 2509)
@@ -45932,10 +45932,11 @@
    <dt><dfn id=formatting>Formatting</dfn></dt>
    <dd><p>The following HTML elements are those that end up in the
    <a href=#list-of-active-formatting-elements>list of active formatting elements</a>: <code><a href=#the-a-element>a</a></code>,
-   <code><a href=#the-b-element>b</a></code>, <code>big</code>, <code><a href=#the-em-element>em</a></code>,
-   <code>font</code>, <code><a href=#the-i-element>i</a></code>, <code>nobr</code>,
-   <code>s</code>, <code><a href=#the-small-element>small</a></code>, <code>strike</code>,
-   <code><a href=#the-strong-element>strong</a></code>, <code>tt</code>, and <code>u</code>.</dd>
+   <code><a href=#the-b-element>b</a></code>, <code>big</code>, <code><a href=#the-code-element>code</a></code>,
+   <code><a href=#the-em-element>em</a></code>, <code>font</code>, <code><a href=#the-i-element>i</a></code>,
+   <code>nobr</code>, <code>s</code>, <code><a href=#the-small-element>small</a></code>,
+   <code>strike</code>, <code><a href=#the-strong-element>strong</a></code>, <code>tt</code>, and
+   <code>u</code>.</dd>
 
    <dt><dfn id=phrasing>Phrasing</dfn></dt>
    <dd><p>All other elements found while parsing an HTML

Modified: source
===================================================================
--- source	2008-12-02 03:58:47 UTC (rev 2508)
+++ source	2008-12-02 04:02:55 UTC (rev 2509)
@@ -52417,10 +52417,11 @@
    <dt><dfn>Formatting</dfn></dt>
    <dd><p>The following HTML elements are those that end up in the
    <span>list of active formatting elements</span>: <code>a</code>,
-   <code>b</code>, <code>big</code>, <code>em</code>,
-   <code>font</code>, <code>i</code>, <code>nobr</code>,
-   <code>s</code>, <code>small</code>, <code>strike</code>,
-   <code>strong</code>, <code>tt</code>, and <code>u</code>.</p></dd>
+   <code>b</code>, <code>big</code>, <code>code</code>,
+   <code>em</code>, <code>font</code>, <code>i</code>,
+   <code>nobr</code>, <code>s</code>, <code>small</code>,
+   <code>strike</code>, <code>strong</code>, <code>tt</code>, and
+   <code>u</code>.</p></dd>
 
    <dt><dfn>Phrasing</dfn></dt>
    <dd><p>All other elements found while parsing an HTML




More information about the Commit-Watchers mailing list