[html5] r2791 - [ct] (0) Make <code> into a formatting element actually affected by the AAA. See [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 11 02:44:45 PST 2009
Author: ianh
Date: 2009-02-11 02:44:44 -0800 (Wed, 11 Feb 2009)
New Revision: 2791
Modified:
index
source
Log:
[ct] (0) Make <code> into a formatting element actually affected by the AAA. See r2509. (credit: kg)
Modified: index
===================================================================
--- index 2009-02-11 10:36:17 UTC (rev 2790)
+++ index 2009-02-11 10:44:44 UTC (rev 2791)
@@ -51412,7 +51412,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>
@@ -51444,8 +51444,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>
Modified: source
===================================================================
--- source 2009-02-11 10:36:17 UTC (rev 2790)
+++ source 2009-02-11 10:44:44 UTC (rev 2791)
@@ -58649,7 +58649,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>
@@ -58681,8 +58681,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>
More information about the Commit-Watchers
mailing list