- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 Feb 2009 10:44:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17941
Modified Files:
Overview.html
Log Message:
Make <code> into a formatting element actually affected by the AAA. See r2509. (credit: kg) (whatwg r2791)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1961
retrieving revision 1.1962
diff -u -d -r1.1961 -r1.1962
--- Overview.html 11 Feb 2009 10:36:22 -0000 1.1961
+++ Overview.html 11 Feb 2009 10:44:49 -0000 1.1962
@@ -41904,7 +41904,7 @@
</dd>
- <dt>A start tag whose tag name is one of: "b", "big", "em",
+ <dt>A start tag whose tag name is one of: "b", "big", "code", "em",
"font", "i", "s", "small", "strike", "strong", "tt", "u"</dt>
<dd>
@@ -41936,8 +41936,8 @@
</dd>
- <dt id=adoptionAgency>An end tag whose tag name is one of:
- "a", "b", "big", "em", "font", "i", "nobr", "s", "small",
+ <dt id=adoptionAgency>An end tag whose tag name is one of: "a",
+ "b", "big", "code", "em", "font", "i", "nobr", "s", "small",
"strike", "strong", "tt", "u"</dt>
<dd>
Received on Wednesday, 11 February 2009 10:45:00 UTC