NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 210 - Add <h4> to the bail-out tag list. (I can count! I swear!) (credit: sp)
Add <h4> to the bail-out tag list. (I can count! I swear!) (credit: sp)
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-05-25 21:05 CEST by Henri Sivonen
Modified: 2008-05-28 14:09 CEST (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 2008-05-25 21:05:33 CEST
Index: source
===================================================================
--- source	(revision 1693)
+++ source	(revision 1694)
@@ -45041,11 +45041,12 @@
 
    <dt>A start tag whose tag name is one of: <!--"a",--> "b", "big",
    "blockquote", "body"<!--by inspection-->, "br", "center", "code",
-   "dd", "div", "dl", "em", "embed", "font", "h1", "h2", "h3", "h5",
-   "h6"<!--for completeness-->, "head"<!--by inspection-->, "hr", "i",
-   "img", "li", "menu", "meta", "nobr", "p", "pre", "ruby", "s",
-   <!--"script",--> "small", "span", "strong", <!--"style",--> "sub",
-   "sup", "table"<!--by inspection-->, "tt", "u", "ul", "var"</dt>
+   "dd", "div", "dl", "em", "embed", "font", "h1", "h2", "h3",
+   "h4"<!--for completeness-->, "h5", "h6"<!--for completeness-->,
+   "head"<!--by inspection-->, "hr", "i", "img", "li", "menu", "meta",
+   "nobr", "p", "pre", "ruby", "s", <!--"script",--> "small", "span",
+   "strong", <!--"style",--> "sub", "sup", "table"<!--by
+   inspection-->, "tt", "u", "ul", "var"</dt>
    <!-- this list was determined empirically by studying over
    6,000,000,000 pages that were specifically not XML pages -->
    <dt>An end-of-file token</dt>