[Webkit-unassigned] [Bug 243976] New: HTML parser should ignore head start tags in "in head noscript" state

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 15 23:07:20 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=243976

            Bug ID: 243976
           Summary: HTML parser should ignore head start tags in "in head
                    noscript" state
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: heycam at apple.com

When a <head> start tag is parsed while in the "in head noscript" state (i.e., the parser has the "scripting flag" set to false, and we're inside the <head>), then the tag should be ignored.  But there's a typo, which results in us implying a closing </noscript> tag.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220816/3b9f138a/attachment.htm>


More information about the webkit-unassigned mailing list