DescriptionMerge 145293 "[HTMLTemplateElement] processTemplateEndTag() need..."
> [HTMLTemplateElement] processTemplateEndTag() needs to check for template in html scope
> https://bugs.webkit.org/show_bug.cgi?id=111880
>
> Reviewed by Eric Seidel.
>
> Source/WebCore:
>
> Currently, </template> handling exits with an error if there is not a template tag "in scope"
> which will be true if there is a table (for instance) below a template. This makes it so that
> the search (correctly) examines the entire element stack.
>
> Tests added to html5lib testing library.
>
> * html/parser/HTMLTreeBuilder.cpp:
> (WebCore::HTMLTreeBuilder::processTemplateEndTag):
>
> LayoutTests:
>
> * html5lib/resources/template.dat:
TBR=rafaelw@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=145566
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|