Fix for 3503652, news.com misrenders badly (footer is out of position). My fix to 3495748 caused this
regression. I made the tag priority of <nobr> too high. It needed to be the same as <div>, and I
accidentally made it higher. I intended for it to be the same as <div>.
I also had to make a fix (now that <nobr> has a higher priority) to ensure <nobr> can't be nested inside
other <nobr>.
Both fixes were required to make news.com render correctly again.
Reviewed by darin
* khtml/html/dtd.cpp:
* khtml/html/htmlparser.cpp:
(KHTMLParser::getElement):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5724 268f45cc-cd09-0410-ab3c-d52691b4dbfc
3 files changed