[Webkit-unassigned] [Bug 32706] <noscript> is taking effect even though the Javascript is enabled, when XHTMLMP is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 20 23:46:48 PST 2009


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


Charles Wei <charles.wei at torchmobile.com.cn> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #45308|                            |review?, commit-queue+
               Flag|                            |




--- Comment #1 from Charles Wei <charles.wei at torchmobile.com.cn>  2009-12-20 23:46:47 PST ---
Created an attachment (id=45308)
 --> (https://bugs.webkit.org/attachment.cgi?id=45308)
patch

This patch fixes the problem "contents inside <noscript> is taking effect even
when Javascript is enabled, this happens only when XHTMLMP is enabled".

<noscript> is enabled when XHTMLMP is enabled,   but the implementation only
hides the contents inside <noscript> when Javascript is turned on, which is
incorrect.

The correct solution is to skip the parsing of all the contents inside
<noscript> if Javascript is turned on .

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