[Webkit-unassigned] [Bug 51254] New: <noscript> is not allowed inside <p>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 17 08:08:03 PST 2010


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

           Summary: <noscript> is not allowed inside <p>
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://jsperf.com/slugs
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mathias at qiwi.be


See http://code.google.com/p/chromium/issues/detail?id=51085:

What steps will reproduce the problem?
1. Open any page with a <noscript> element inside a <p> element
2. Check the Web Inspector

What is the expected result?

No errors or warnings are displayed.

What happens instead?

The Web Inspector displays errors because, apparently, "<noscript> is not allowed inside <p>".

Please provide any additional information below. Attach a screenshot if
possible.

Since this appears to be a WebKit bug, I filed this bug there as well: https://bugs.webkit.org/show_bug.cgi?id=43440

At first, I wasn't sure what to do with this, so I asked #whatwg: http://krijnhoetmer.nl/irc-logs/whatwg/20100803#l-952

# [21:20] <Matjas> What is up with this? Web Inspector gives the following error: "<noscript> is not allowed inside <p>" Screenshot: http://i.imgur.com/rQSRl.png  
# [21:21] <Matjas> But the HTML validates and everything… Is this is a Webkit bug or am I doing something wrong?  
# [21:21] <annevk5> sounds like a WebKit bug  
# [21:23] <Matjas> annevk5: http://www.w3.org/TR/REC-html40/interact/scripts.html#h-18.3.1 says "<!ELEMENT NOSCRIPT - - (%block;)+ "  
# [21:23] <Matjas> (That's from HTML4 though)  
# [21:24] <annevk5> HTML4 does not seem relevant  
# [21:24] <annevk5> and that does not tell anything about what <p> allows  
# [21:24] <annevk5> though I guess if <noscript> just allows %block; <p> does not allow <noscript>  
# [21:24] <annevk5> but still a bug in WebKit

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list