[html5] r8643 - [e] (0) markup typo in Path2D section Affected topics: Canvas

whatwg at whatwg.org whatwg at whatwg.org
Mon May 19 11:18:38 PDT 2014


Author: ianh
Date: 2014-05-19 11:18:35 -0700 (Mon, 19 May 2014)
New Revision: 8643

Modified:
   complete.html
   index
   source
Log:
[e] (0) markup typo in Path2D section
Affected topics: Canvas

Modified: complete.html
===================================================================
--- complete.html	2014-05-18 00:38:24 UTC (rev 8642)
+++ complete.html	2014-05-19 18:18:35 UTC (rev 8643)
@@ -290,7 +290,7 @@
   </script><body onload=init()>
   <header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 18 May 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 19 May 2014</h2>
    </hgroup><div>
     <div>
      <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
@@ -57016,7 +57016,7 @@
     <p>Run the appropriate step from the following list, based on the constructor's sectond
     argument:</p>
 
-    <dl class=switch><dd>If it is "nonzero"</dd>
+    <dl class=switch><dt>If it is "nonzero"</dt>
 
      <dd>
 
@@ -57029,7 +57029,7 @@
 
      </dd>
 
-     <dd>If it is "evenodd"</dd>
+     <dt>If it is "evenodd"</dt>
 
      <dd>
 

Modified: index
===================================================================
--- index	2014-05-18 00:38:24 UTC (rev 8642)
+++ index	2014-05-19 18:18:35 UTC (rev 8643)
@@ -290,7 +290,7 @@
   </script><body onload=init()>
   <header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 18 May 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 19 May 2014</h2>
    </hgroup><div>
     <div>
      <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
@@ -57016,7 +57016,7 @@
     <p>Run the appropriate step from the following list, based on the constructor's sectond
     argument:</p>
 
-    <dl class=switch><dd>If it is "nonzero"</dd>
+    <dl class=switch><dt>If it is "nonzero"</dt>
 
      <dd>
 
@@ -57029,7 +57029,7 @@
 
      </dd>
 
-     <dd>If it is "evenodd"</dd>
+     <dt>If it is "evenodd"</dt>
 
      <dd>
 

Modified: source
===================================================================
--- source	2014-05-18 00:38:24 UTC (rev 8642)
+++ source	2014-05-19 18:18:35 UTC (rev 8643)
@@ -62129,7 +62129,7 @@
 
     <dl class="switch">
 
-     <dd>If it is "nonzero"</dd>
+     <dt>If it is "nonzero"</dt>
 
      <dd>
 
@@ -62142,7 +62142,7 @@
 
      </dd>
 
-     <dd>If it is "evenodd"</dd>
+     <dt>If it is "evenodd"</dt>
 
      <dd>
 



More information about the Commit-Watchers mailing list