[Webkit-unassigned] [Bug 48493] Rendered <noscript> tag if XHTMLMP feature is enable.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 28 03:01:09 PDT 2010


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


kyounga <kyounga.ra at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kyounga.ra at gmail.com




--- Comment #2 from kyounga <kyounga.ra at gmail.com>  2010-10-28 03:01:09 PST ---
Even though script is enabled, the noscript element is inserted in HTMLTreeBuilder using processGenericRawTextStartTag().

It seems that the parser is supposed to support HTML5's requirement. 
Reference : http://www.whatwg.org/specs/web-apps/current-work/#the-noscript-element. 

So, I think it is right that the presenting issue is handed by rendererIsNeeded().

But, the noscript element must not be used in XML documents.

The noscript element is only effective in the HTML syntax, it has no effect in the XHTML syntax.

So, we should ignore noscript element or make it a parse error for XHTML, shall we?

-- 
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