RESOLVED INVALID 89803
tokenizerStateForContextElement should belong to HTMLTokenizer
https://bugs.webkit.org/show_bug.cgi?id=89803
Summary tokenizerStateForContextElement should belong to HTMLTokenizer
Kwang Yul Seo
Reported 2012-06-22 22:46:41 PDT
Because tokenizerStateForContextElement function returns the HTMLTokenizer's state for the given context element, it it more natural to make it a method of HTMLTokenizer.
Attachments
Patch (6.04 KB, patch)
2012-06-22 22:54 PDT, Kwang Yul Seo
no flags
Kwang Yul Seo
Comment 1 2012-06-22 22:54:03 PDT
Kwang Yul Seo
Comment 2 2012-06-23 00:59:08 PDT
I've changed my mind to abandon this patch because tokenizerStateForContextElement is used only once in HTMLDocumentParser (fragment parsing case).
Note You need to log in before you can comment on or make changes to this bug.