[html5] r8069 - [e] (0) Markup error in ImageBitmap section Affected topics: Canvas

whatwg at whatwg.org whatwg at whatwg.org
Thu Jul 18 09:44:03 PDT 2013


Author: ianh
Date: 2013-07-18 09:44:01 -0700 (Thu, 18 Jul 2013)
New Revision: 8069

Modified:
   complete.html
   index
   source
Log:
[e] (0) Markup error in ImageBitmap section
Affected topics: Canvas

Modified: complete.html
===================================================================
--- complete.html	2013-07-18 00:21:16 UTC (rev 8068)
+++ complete.html	2013-07-18 16:44:01 UTC (rev 8069)
@@ -75615,14 +75615,14 @@
 
    <li><p>Return <var title="">output</var>.</li>
 
-  </ol><p>The <dfn id=dom-imagebitmap-width title=dom-ImageBitmap-width><code>width</code> attribute must return the
-  <code>ImageBitmap</code> object's width, in CSS pixels.</dfn>
+  </ol><p>The <dfn id=dom-imagebitmap-width title=dom-ImageBitmap-width><code>width</code></dfn> attribute must return the
+  <code><a href=#imagebitmap>ImageBitmap</a></code> object's width, in CSS pixels.</p>
 
-  <p>The <dfn id=dom-imagebitmap-height title=dom-ImageBitmap-height><code>height</code> attribute must return the
-  <code>ImageBitmap</code> object's height, in CSS pixels.</dfn>
+  <p>The <dfn id=dom-imagebitmap-height title=dom-ImageBitmap-height><code>height</code></dfn> attribute must return the
+  <code><a href=#imagebitmap>ImageBitmap</a></code> object's height, in CSS pixels.</p>
 
-  <p>The <dfn id=dom-imagebitmap-resolution title=dom-ImageBitmap-resolution><code>resolution</code> attribute must return the
-  <code>ImageBitmap</code> object's linear pixel density, in image data pixels per CSS pixel.</dfn>
+  <p>The <dfn id=dom-imagebitmap-resolution title=dom-ImageBitmap-resolution><code>resolution</code></dfn> attribute must return the
+  <code><a href=#imagebitmap>ImageBitmap</a></code> object's linear pixel density, in image data pixels per CSS pixel.</p>
 
   </div>
 

Modified: index
===================================================================
--- index	2013-07-18 00:21:16 UTC (rev 8068)
+++ index	2013-07-18 16:44:01 UTC (rev 8069)
@@ -75615,14 +75615,14 @@
 
    <li><p>Return <var title="">output</var>.</li>
 
-  </ol><p>The <dfn id=dom-imagebitmap-width title=dom-ImageBitmap-width><code>width</code> attribute must return the
-  <code>ImageBitmap</code> object's width, in CSS pixels.</dfn>
+  </ol><p>The <dfn id=dom-imagebitmap-width title=dom-ImageBitmap-width><code>width</code></dfn> attribute must return the
+  <code><a href=#imagebitmap>ImageBitmap</a></code> object's width, in CSS pixels.</p>
 
-  <p>The <dfn id=dom-imagebitmap-height title=dom-ImageBitmap-height><code>height</code> attribute must return the
-  <code>ImageBitmap</code> object's height, in CSS pixels.</dfn>
+  <p>The <dfn id=dom-imagebitmap-height title=dom-ImageBitmap-height><code>height</code></dfn> attribute must return the
+  <code><a href=#imagebitmap>ImageBitmap</a></code> object's height, in CSS pixels.</p>
 
-  <p>The <dfn id=dom-imagebitmap-resolution title=dom-ImageBitmap-resolution><code>resolution</code> attribute must return the
-  <code>ImageBitmap</code> object's linear pixel density, in image data pixels per CSS pixel.</dfn>
+  <p>The <dfn id=dom-imagebitmap-resolution title=dom-ImageBitmap-resolution><code>resolution</code></dfn> attribute must return the
+  <code><a href=#imagebitmap>ImageBitmap</a></code> object's linear pixel density, in image data pixels per CSS pixel.</p>
 
   </div>
 

Modified: source
===================================================================
--- source	2013-07-18 00:21:16 UTC (rev 8068)
+++ source	2013-07-18 16:44:01 UTC (rev 8069)
@@ -84695,14 +84695,14 @@
 
   </ol>
 
-  <p>The <dfn title="dom-ImageBitmap-width"><code>width</code> attribute must return the
-  <code>ImageBitmap</code> object's width, in CSS pixels.</dfn>
+  <p>The <dfn title="dom-ImageBitmap-width"><code>width</code></dfn> attribute must return the
+  <code>ImageBitmap</code> object's width, in CSS pixels.</p>
 
-  <p>The <dfn title="dom-ImageBitmap-height"><code>height</code> attribute must return the
-  <code>ImageBitmap</code> object's height, in CSS pixels.</dfn>
+  <p>The <dfn title="dom-ImageBitmap-height"><code>height</code></dfn> attribute must return the
+  <code>ImageBitmap</code> object's height, in CSS pixels.</p>
 
-  <p>The <dfn title="dom-ImageBitmap-resolution"><code>resolution</code> attribute must return the
-  <code>ImageBitmap</code> object's linear pixel density, in image data pixels per CSS pixel.</dfn>
+  <p>The <dfn title="dom-ImageBitmap-resolution"><code>resolution</code></dfn> attribute must return the
+  <code>ImageBitmap</code> object's linear pixel density, in image data pixels per CSS pixel.</p>
 
   </div>
 




More information about the Commit-Watchers mailing list