[html5] r7766 - [e] (0) Fix some typos or copypasta. Fixing https://www.w3.org/Bugs/Public/show_ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Mar 22 10:53:15 PDT 2013
Author: ianh
Date: 2013-03-22 10:53:13 -0700 (Fri, 22 Mar 2013)
New Revision: 7766
Modified:
complete.html
index
source
Log:
[e] (0) Fix some typos or copypasta.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20826
Affected topics: Canvas, Workers
Modified: complete.html
===================================================================
--- complete.html 2013-03-21 22:43:35 UTC (rev 7765)
+++ complete.html 2013-03-22 17:53:13 UTC (rev 7766)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 21 March 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 22 March 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -32867,7 +32867,7 @@
<p>Second, the worker:</p>
<pre>onmessage = function (event) {
- var context = new CanvasRenderingContext2d();
+ var context = new CanvasRenderingContext2D();
event.data.setContext(context); // event.data is the CanvasProxy object
setInterval(function () {
context.clearRect(0, 0, context.width, context.height);
Modified: index
===================================================================
--- index 2013-03-21 22:43:35 UTC (rev 7765)
+++ index 2013-03-22 17:53:13 UTC (rev 7766)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 21 March 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 22 March 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -32867,7 +32867,7 @@
<p>Second, the worker:</p>
<pre>onmessage = function (event) {
- var context = new CanvasRenderingContext2d();
+ var context = new CanvasRenderingContext2D();
event.data.setContext(context); // event.data is the CanvasProxy object
setInterval(function () {
context.clearRect(0, 0, context.width, context.height);
Modified: source
===================================================================
--- source 2013-03-21 22:43:35 UTC (rev 7765)
+++ source 2013-03-22 17:53:13 UTC (rev 7766)
@@ -40019,7 +40019,7 @@
<p>Second, the worker:</p>
<pre>onmessage = function (event) {
- var context = new CanvasRenderingContext2d();
+ var context = new CanvasRenderingContext2D();
event.data.setContext(context); // event.data is the CanvasProxy object
setInterval(function () {
context.clearRect(0, 0, context.width, context.height);
More information about the Commit-Watchers
mailing list