[Bug 12032] New: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>zzz</title> <script src="modernizr.min.js"></script> </head> <body> <script> function supports_canvas() { return !!document.createElement('canvas').getCantext; } </script> </body> </html>

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12032

           Summary: <!DOCTYPE html> <html> <head> <meta charset="utf-8">
                    <title>zzz</title> <script
                    src="modernizr.min.js"></script> </head> <body>
                    <script> function supports_canvas() { return
                    !!document.createElement('canvas').getCantext; }
                    </script> </body> </html>
           Product: WebAppsWG
           Version: unspecified
          Platform: Other
               URL: http://www.whatwg.org/specs/web-apps/current-work/#top
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Web Storage (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: contributor@whatwg.org
         QAContact: member-webapi-cvs@w3.org
                CC: ian@hixie.ch, mike@w3.org, public-webapps@w3.org


Specification: http://dev.w3.org/html5/webstorage/
Section: http://www.whatwg.org/specs/web-apps/current-work/complete.html#top

Comment:
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>zzz</title>
    <script src="modernizr.min.js"></script>
</head>

<body>
 <script>
    function supports_canvas() {
    return !!document.createElement('canvas').getCantext;
}

 </script>
</body>
</html>

Posted from: 116.45.86.3

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Friday, 11 February 2011 04:12:23 UTC