This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 12032 - <!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>
Summary: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>zzz</title> <scri...
Status: RESOLVED INVALID
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Web Storage (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: public-webapps-bugzilla
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-11 04:12 UTC by contributor
Modified: 2011-02-11 10:05 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2011-02-11 04:12:21 UTC
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