[html5] r8098 - [e] (0) Oops, forgot to rename the dict key name for ErrorEventInit Fixing https [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jul 29 12:54:08 PDT 2013


Author: ianh
Date: 2013-07-29 12:54:07 -0700 (Mon, 29 Jul 2013)
New Revision: 8098

Modified:
   complete.html
   index
   source
Log:
[e] (0) Oops, forgot to rename the dict key name for ErrorEventInit
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22800
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-07-27 15:48:56 UTC (rev 8097)
+++ complete.html	2013-07-29 19:54:07 UTC (rev 8098)
@@ -256,7 +256,7 @@
 
   <header class=head id=head><p><a href=http://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 27 July 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 29 July 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>
@@ -71854,7 +71854,7 @@
   DOMString message;
   DOMString filename;
   unsigned long lineno;
-  unsigned long column;
+  unsigned long colno;
   any error;
 };</pre>
 
@@ -95555,7 +95555,7 @@
 :root:lang(gu),       :not(:lang(gu)) > :lang(gu)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
 :root:lang(guz),      :not(:lang(guz)) > :lang(guz)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
 :root:lang(ha),       :not(:lang(ha)) > :lang(ha)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
-:root:lang(he),       :not(:lang(he)) > :lang(he)             { quotes: '\0022' '\0022' '\0027' '\0027' } /* " " ' ' */
+:root:lang(he),       :not(:lang(he)) > :lang(he)             { quotes: '\05f4' '\05f4' '\05f3' '\05f3' } /* &#x5f4; &#x5f4; &#x5f3; &#x5f3; */
 :root:lang(hi),       :not(:lang(hi)) > :lang(hi)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
 :root:lang(hr),       :not(:lang(hr)) > :lang(hr)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
 :root:lang(hu),       :not(:lang(hu)) > :lang(hu)             { quotes: '\201e' '\201d' '\00bb' '\00ab' } /* „ ” » « */
@@ -103835,6 +103835,7 @@
   Christian Johansen,
   Christian Schmidt,
   Christoph Päper,
+  Christophe Dumez,
   Christopher Aillon,
   Christopher Ferris,
   Chriswa,

Modified: index
===================================================================
--- index	2013-07-27 15:48:56 UTC (rev 8097)
+++ index	2013-07-29 19:54:07 UTC (rev 8098)
@@ -256,7 +256,7 @@
 
   <header class=head id=head><p><a href=http://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 27 July 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 29 July 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>
@@ -71854,7 +71854,7 @@
   DOMString message;
   DOMString filename;
   unsigned long lineno;
-  unsigned long column;
+  unsigned long colno;
   any error;
 };</pre>
 
@@ -95555,7 +95555,7 @@
 :root:lang(gu),       :not(:lang(gu)) > :lang(gu)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
 :root:lang(guz),      :not(:lang(guz)) > :lang(guz)           { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
 :root:lang(ha),       :not(:lang(ha)) > :lang(ha)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
-:root:lang(he),       :not(:lang(he)) > :lang(he)             { quotes: '\0022' '\0022' '\0027' '\0027' } /* " " ' ' */
+:root:lang(he),       :not(:lang(he)) > :lang(he)             { quotes: '\05f4' '\05f4' '\05f3' '\05f3' } /* &#x5f4; &#x5f4; &#x5f3; &#x5f3; */
 :root:lang(hi),       :not(:lang(hi)) > :lang(hi)             { quotes: '\201c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
 :root:lang(hr),       :not(:lang(hr)) > :lang(hr)             { quotes: '\201e' '\201c' '\201a' '\2018' } /* „ “ ‚ ‘ */
 :root:lang(hu),       :not(:lang(hu)) > :lang(hu)             { quotes: '\201e' '\201d' '\00bb' '\00ab' } /* „ ” » « */
@@ -103835,6 +103835,7 @@
   Christian Johansen,
   Christian Schmidt,
   Christoph Päper,
+  Christophe Dumez,
   Christopher Aillon,
   Christopher Ferris,
   Chriswa,

Modified: source
===================================================================
--- source	2013-07-27 15:48:56 UTC (rev 8097)
+++ source	2013-07-29 19:54:07 UTC (rev 8098)
@@ -80364,7 +80364,7 @@
   DOMString message;
   DOMString filename;
   unsigned long lineno;
-  unsigned long column;
+  unsigned long colno;
   any error;
 };</pre>
 
@@ -116406,6 +116406,7 @@
   Christian Johansen,
   Christian Schmidt,
   Christoph Päper,
+  Christophe Dumez,
   Christopher Aillon,
   Christopher Ferris,
   Chriswa,




More information about the Commit-Watchers mailing list