- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Dec 2008 04:03:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv14656
Modified Files:
Overview.html
Log Message:
Make <code> into a formatting element affected by the AAA. (credit: pt) (whatwg r2509)
Index: Overview.html
===================================================================
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:03:12 UTC