spec/Overview.html 1.1680 2509 Make <code> into a formatting element af

Make <code> into a formatting element affected by the AAA. (credit: pt)
(whatwg r2509)

Phrasing
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1680.html#phrasing
Formatting
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1680.html#formatting

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1679&r2=1.1680&f=h
http://html5.org/tools/web-apps-tracker?from=2508&to=2509

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1679
retrieving revision 1.1680
diff -u -d -r1.1679 -r1.1680
--- Overview.html 2 Dec 2008 03:58:51 -0000 1.1679
+++ Overview.html 2 Dec 2008 04:02:59 -0000 1.1680
@@ -36847,10 +36847,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

Received on Tuesday, 2 December 2008 04:06:11 UTC