Fixed: <rdar://problem/
3505072> hang in KHTMLParser::parseToken (consulting.soroos.net)
* khtml/html/dtd.cpp: <label> needed a much higher priority such that it will close block elements. Malformed HTML (ugh) is the only reason why we need to do this.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@8282
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2004-12-25 Kevin Decker <kdecker@apple.com>
+
+ Reviewed by Hyatt.
+
+ Fixed: <rdar://problem/3505072> hang in KHTMLParser::parseToken (consulting.soroos.net)
+
+ * khtml/html/dtd.cpp: <label> needed a much higher priority such that it will close block elements. Malformed HTML (ugh) is the only reason why we need to do this.
+
2004-12-23 Darin Adler <darin@apple.com>
Reviewed by Ken.
0, // ID_ISINDEX
1, // ID_KBD
0, // ID_KEYGEN
- 1, // ID_LABEL
+ 5, // ID_LABEL
1, // ID_LAYER
1, // ID_LEGEND
3, // ID_LI