- From: poot <cvsmail@w3.org>
- Date: Wed, 11 Feb 2009 19:47:49 +0900 (JST)
- To: public-html-diffs@w3.org
Make <code> into a formatting element actually affected by the AAA. See r2509. (credit: kg) (whatwg r2791) 8.2.5.10 The "in body" insertion mode http://people.w3.org/mike/diffs/html5/spec/Overview.1.1962.html#parsing-main-inbody An end tag whose tag name is one of: "a", "b", "big", "code", "em", "font", "i", "nobr", "s", "small", "strike", "strong", "tt", "u" http://people.w3.org/mike/diffs/html5/spec/Overview.1.1962.html#adoptionAgency http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1961&r2=1.1962&f=h http://html5.org/tools/web-apps-tracker?from=2790&to=2791 =================================================================== 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:48:25 UTC