[Webkit-unassigned] [Bug 15049] New: [S60] JKRL-769F2J: browser does not properly support the noscript tag correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 22 11:43:16 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15049

           Summary: [S60] JKRL-769F2J: browser does not properly support the
                    noscript tag correctly
           Product: WebKit
           Version: 522+ (nightly)
          Platform: S60 Emulator
        OS/Version: S60 3rd edition
            Status: NEW
          Keywords: PlatformOnly
          Severity: Blocker
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wei.liu at nokia.com


starting conditions: java scripting enabled (options settings -> general ->
java/ecma script -> on)

given the script:

<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
"http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">

        <html>
                <head>
                        <title>Test of 'noscript' - VBcript</title>
                </head>

                <body>

                        <p> Client should print either: VBscript supported! or
VBScript NOT supported </p>

                        <script type="text/vbscript">
                        <!--
                        document.write("VB script supported!")
                        '-->
                        </script>

                        <noscript>VBScript NOT Supported!</noscript>


                </body>
        </html>

browser should display "VBScript NOT Supported!" because it does not support
the vbscript. in this case the content of the noscript element should be should
be rendered because the browser is a script aware agent and it does not support
the given script (the vbscript). for further reference check
http://www.w3.org/TR/html4/interact/scripts.html section 18.3.1. also the
rainbow browser (the s40 browser) properly supports the tag. please refer to
the attached screenshots.

this case block the oma copliancy certification. please fix as soon as
possible.


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



More information about the webkit-unassigned mailing list