NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 524 - Make <code> into a formatting element actually affected by the AAA. See r2509. (credit: kg)
Make <code> into a formatting element actually affected by the AAA. See r2509...
Status: NEW
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Nobody
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-05-27 14:20 CEST by Henri Sivonen
Modified: 2009-11-23 17:17 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2009-05-27 14:20:05 CEST
Index: source
===================================================================
--- source	(revision 2790)
+++ source	(revision 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>