Skip to content
  • abarth@webkit.org's avatar
    2010-07-09 Adam Barth <abarth@webkit.org> · 2e6286aa
    abarth@webkit.org authored
            Reviewed by Eric Seidel.
    
            Implementing pending table characters
            https://bugs.webkit.org/show_bug.cgi?id=41916
    
            This turned out to not be as scary as I thought it would be.
    
            * html/HTMLTreeBuilder.cpp:
            (WebCore::HTMLTreeBuilder::processDoctypeToken):
            (WebCore::HTMLTreeBuilder::processStartTag):
            (WebCore::HTMLTreeBuilder::processEndTag):
            (WebCore::HTMLTreeBuilder::processComment):
            (WebCore::HTMLTreeBuilder::processCharacter):
            (WebCore::HTMLTreeBuilder::processEndOfFile):
            (WebCore::HTMLTreeBuilder::processDefaultForInTableTextMode):
            * html/HTMLTreeBuilder.h:
    2010-07-09  Adam Barth  <abarth@webkit.org>
    
            Reviewed by Eric Seidel.
    
            Implementing pending table characters
            https://bugs.webkit.org/show_bug.cgi?id=41916
    
            This doesn't quite fix all the tests, but it fixes a bunch of them.
    
            * html5lib/runner-expected-html5.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@62914 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    2e6286aa