[html5] r8580 - [e] (0) typo fix Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25113 Aff [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Apr 24 20:37:11 PDT 2014


Author: ianh
Date: 2014-04-24 20:37:05 -0700 (Thu, 24 Apr 2014)
New Revision: 8580

Modified:
   complete.html
   index
   source
Log:
[e] (0) typo fix
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25113
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2014-04-24 20:15:29 UTC (rev 8579)
+++ complete.html	2014-04-25 03:37:05 UTC (rev 8580)
@@ -138,7 +138,7 @@
    #reviewer { position: fixed; bottom: 0; right: 0; padding: 0.15em 0.25em 0em 0.5em; white-space: nowrap; overflow: hidden; z-index: 30; background: gray; background: rgba(32,32,32,0.9); color: white; border-radius: 1em 0 0 0; -moz-border-radius: 1em 0 0 0; max-width: 90%; }
    #reviewer input { max-width: 50%; }
    #reviewer * { font-size: small; }
-   #reviewer.off > :not(:first-child) { display: none; }
+   #reviewer.off > :not(:last-child) { display: none; }
    #alert { position: fixed; top: 20%; left: 20%; right: 20%; font-size: 2em; padding: 0.5em; z-index: 40; background: gray; background: rgba(32,32,32,0.9); color: white; border-radius: 1em; -moz-border-radius: 1em; -webkit-transition: opacity 1s linear; }
    #alert.closed { opacity: 0; }
    #alert button { position: absolute; top: -1em; right: 2em; border-radius: 1em 1em 0 0; border: none; line-height: 0.9; color: white; background: rgb(64,64,64); font-size: 0.6em; font-weight: 900; cursor: pointer; }
@@ -292,75 +292,29 @@
    }, false);
 
   </script><body onload=init()>
-  <header class=head id=head><style scoped>
-    header#head > div {
-      text-align: center;
-    }
-    header#head > div > div {
-      display: inline-block;
-    }
-    header#head > div > div > a {
-      display: inline-block;
-      white-space: nowrap;
-      font: 1.75em/1 Helvetica Neue, sans-serif, Droid Sans Fallback;
-      text-decoration: none;
-      width: 9em;
-      padding: 0.75em 0.5em;
-      margin: 0.5em;
-      color: #F3F3F3;
-      text-align: center;
-      box-shadow: 0 0 5px black;
-      transition: box-shadow 0.05s linear, color 0.05s linear;
-    }
-    header#head > div > div > a { background: #3C790A; }
-    header#head > div > div > a.comms { background: #0B2F66; } /* #165FCC #43679D */
-    header#head > div > div > a.feedback { background: #990300; } /* #FF3E3A #CD6B6A */
-    header#head > div > div > a.changes { background: #28584C; } /* #54B29A #6A9A8E */
-    header#head > div > div > a.misc { background: #945400; } /* #FFA32D #CB9D62 */
-    header#head > div > div > a:hover {
-      box-shadow: 0 0 25px black;
-      color: #FFFFFF;
-    }
-    header#head > div > div > a > * > * {
-      display: block;
-      color: inherit;
-      font: inherit;
-    }
-    header#head > div > div > a > * > strong {
-      font-variant: small-caps;
-      font-weight: bold;
-      margin-bottom: 0.25em;
-      text-decoration: underline;
-    }
-    header#head > div > div > a > * > code {
-      font-size: 0.6em;
-      font-weight: 100;
-    }
-    header#head > div ~ p.copyright { text-align: center; }
-    header#head > div ~ p.copyright > span { display: inline-block; border: none; }
-   </style><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
+  <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 24 April 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 25 April 2014</h2>
    </hgroup><div>
     <div>
-     <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>http://whatwg.org/html</code></span></a>
-     <a href=//whatwg.org/c><span><strong>One-Page Version</strong> <code>http://whatwg.org/c</code></span></a>
-     <a href=//whatwg.org/pdf><span><strong>PDF Version</strong> <code>http://whatwg.org/pdf</code></span></a>
-     <a href=http://developers.whatwg.org/><span><strong>Developer Version</strong> <code>http://developers.whatwg.org/</code></span></a>
+     <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
+     <a href=//whatwg.org/c><span><strong>One-Page Version</strong> <code>whatwg.org/c</code></span></a>
+     <a href=//whatwg.org/pdf><span><strong>PDF Version</strong> <code>whatwg.org/pdf</code></span></a>
+     <a href=http://developers.whatwg.org/><span><strong>Developer Version</strong> <code>developers.whatwg.org</code></span></a>
 
-     <a href=//whatwg.org/faq class=misc><span><strong>FAQ</strong> <code>http://whatwg.org/faq</code></span></a>
-     <a href=http://validators.whatwg.org/ class=misc><span><strong>Validators</strong> <code>http://validators.whatwg.org/</code></span></a>
+     <a href=//whatwg.org/faq class=misc><span><strong>FAQ</strong> <code>whatwg.org/faq</code></span></a>
+     <a href=http://validator.whatwg.org/ class=misc><span><strong>Validators</strong> <code>validator.whatwg.org</code></span></a>
 
      <a href=//www.whatwg.org/mailing-list class=comms><span><strong>Mailing List</strong> <code>whatwg at whatwg.org</code></span></a>
      <a href=http://wiki.whatwg.org/wiki/IRC class=comms><span><strong>IRC</strong> <code>#whatwg on Freenode</code></span></a>
-     <a href=http://forums.whatwg.org/ class=comms><span><strong>Forums</strong> <code>http://forums.whatwg.org/</code></span></a>
+     <a href=http://forums.whatwg.org/ class=comms><span><strong>Forums</strong> <code>forums.whatwg.org</code></span></a>
 
-     <a href=http://html5.org/tools/web-apps-tracker class=changes><span><strong>Change Log</strong> <code>html5.org/tools/web-apps-tracker</code></span></a>
-     <a href=http://svn.whatwg.org/webapps class=changes><span><strong>SVN Repository</strong> <code>http://svn.whatwg.org/webapps</code></span></a>
+     <a href=http://svn.whatwg.org/webapps class=changes><span><strong>SVN Repository</strong> <code>svn.whatwg.org/webapps</code></span></a>
+     <a href=http://html5.org/tools/web-apps-tracker class=changes><span><strong>Change Log</strong> <code>html5.org's tracker</code></span></a>
      <a href=http://twitter.com/WHATWG class=changes><span><strong>Twitter Updates</strong> <code>@WHATWG</code></span></a>
 
-     <a href="https://www.w3.org/Bugs/Public/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=HTML&product=WHATWG" class=feedback><span><strong>View Open Bugs</strong> <code>WHATWG/HTML in the W3C Bugzilla</code></span></a>
-     <a href=//www.whatwg.org/newbug class=feedback><span><strong>File a Bug</strong> <code>http://whatwg.org/newbug</code></span></a>
+     <a href="https://www.w3.org/Bugs/Public/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=HTML&product=WHATWG" class=feedback><span><strong>View Open Bugs</strong> <code>filed in Bugzilla</code></span></a>
+     <a href=//www.whatwg.org/newbug class=feedback><span><strong>File a Bug</strong> <code>whatwg.org/newbug</code></span></a>
      <a href=http://ian.hixie.ch/+ class=feedback><span><strong>E-mail the Editor</strong> <code>ian at hixie.ch</code></span></a>
     </div>
    </div>
@@ -83586,7 +83540,7 @@
    <li>
 
     <p>Let <var title="">destinations</var> be a list of <code><a href=#broadcastchannel>BroadcastChannel</a></code> objects that
-    match the folllowing criteria:</p>
+    match the following criteria:</p>
 
     <ul><li><p>Their <a href=#broadcastchannel-settings-object><code>BroadcastChannel</code> settings object</a> specifies a
      <a href=#responsible-document>responsible document</a> that is <a href=#fully-active>fully active</a>.</li>

Modified: index
===================================================================
--- index	2014-04-24 20:15:29 UTC (rev 8579)
+++ index	2014-04-25 03:37:05 UTC (rev 8580)
@@ -138,7 +138,7 @@
    #reviewer { position: fixed; bottom: 0; right: 0; padding: 0.15em 0.25em 0em 0.5em; white-space: nowrap; overflow: hidden; z-index: 30; background: gray; background: rgba(32,32,32,0.9); color: white; border-radius: 1em 0 0 0; -moz-border-radius: 1em 0 0 0; max-width: 90%; }
    #reviewer input { max-width: 50%; }
    #reviewer * { font-size: small; }
-   #reviewer.off > :not(:first-child) { display: none; }
+   #reviewer.off > :not(:last-child) { display: none; }
    #alert { position: fixed; top: 20%; left: 20%; right: 20%; font-size: 2em; padding: 0.5em; z-index: 40; background: gray; background: rgba(32,32,32,0.9); color: white; border-radius: 1em; -moz-border-radius: 1em; -webkit-transition: opacity 1s linear; }
    #alert.closed { opacity: 0; }
    #alert button { position: absolute; top: -1em; right: 2em; border-radius: 1em 1em 0 0; border: none; line-height: 0.9; color: white; background: rgb(64,64,64); font-size: 0.6em; font-weight: 900; cursor: pointer; }
@@ -292,75 +292,29 @@
    }, false);
 
   </script><body onload=init()>
-  <header class=head id=head><style scoped>
-    header#head > div {
-      text-align: center;
-    }
-    header#head > div > div {
-      display: inline-block;
-    }
-    header#head > div > div > a {
-      display: inline-block;
-      white-space: nowrap;
-      font: 1.75em/1 Helvetica Neue, sans-serif, Droid Sans Fallback;
-      text-decoration: none;
-      width: 9em;
-      padding: 0.75em 0.5em;
-      margin: 0.5em;
-      color: #F3F3F3;
-      text-align: center;
-      box-shadow: 0 0 5px black;
-      transition: box-shadow 0.05s linear, color 0.05s linear;
-    }
-    header#head > div > div > a { background: #3C790A; }
-    header#head > div > div > a.comms { background: #0B2F66; } /* #165FCC #43679D */
-    header#head > div > div > a.feedback { background: #990300; } /* #FF3E3A #CD6B6A */
-    header#head > div > div > a.changes { background: #28584C; } /* #54B29A #6A9A8E */
-    header#head > div > div > a.misc { background: #945400; } /* #FFA32D #CB9D62 */
-    header#head > div > div > a:hover {
-      box-shadow: 0 0 25px black;
-      color: #FFFFFF;
-    }
-    header#head > div > div > a > * > * {
-      display: block;
-      color: inherit;
-      font: inherit;
-    }
-    header#head > div > div > a > * > strong {
-      font-variant: small-caps;
-      font-weight: bold;
-      margin-bottom: 0.25em;
-      text-decoration: underline;
-    }
-    header#head > div > div > a > * > code {
-      font-size: 0.6em;
-      font-weight: 100;
-    }
-    header#head > div ~ p.copyright { text-align: center; }
-    header#head > div ~ p.copyright > span { display: inline-block; border: none; }
-   </style><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
+  <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 24 April 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 25 April 2014</h2>
    </hgroup><div>
     <div>
-     <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>http://whatwg.org/html</code></span></a>
-     <a href=//whatwg.org/c><span><strong>One-Page Version</strong> <code>http://whatwg.org/c</code></span></a>
-     <a href=//whatwg.org/pdf><span><strong>PDF Version</strong> <code>http://whatwg.org/pdf</code></span></a>
-     <a href=http://developers.whatwg.org/><span><strong>Developer Version</strong> <code>http://developers.whatwg.org/</code></span></a>
+     <a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
+     <a href=//whatwg.org/c><span><strong>One-Page Version</strong> <code>whatwg.org/c</code></span></a>
+     <a href=//whatwg.org/pdf><span><strong>PDF Version</strong> <code>whatwg.org/pdf</code></span></a>
+     <a href=http://developers.whatwg.org/><span><strong>Developer Version</strong> <code>developers.whatwg.org</code></span></a>
 
-     <a href=//whatwg.org/faq class=misc><span><strong>FAQ</strong> <code>http://whatwg.org/faq</code></span></a>
-     <a href=http://validators.whatwg.org/ class=misc><span><strong>Validators</strong> <code>http://validators.whatwg.org/</code></span></a>
+     <a href=//whatwg.org/faq class=misc><span><strong>FAQ</strong> <code>whatwg.org/faq</code></span></a>
+     <a href=http://validator.whatwg.org/ class=misc><span><strong>Validators</strong> <code>validator.whatwg.org</code></span></a>
 
      <a href=//www.whatwg.org/mailing-list class=comms><span><strong>Mailing List</strong> <code>whatwg at whatwg.org</code></span></a>
      <a href=http://wiki.whatwg.org/wiki/IRC class=comms><span><strong>IRC</strong> <code>#whatwg on Freenode</code></span></a>
-     <a href=http://forums.whatwg.org/ class=comms><span><strong>Forums</strong> <code>http://forums.whatwg.org/</code></span></a>
+     <a href=http://forums.whatwg.org/ class=comms><span><strong>Forums</strong> <code>forums.whatwg.org</code></span></a>
 
-     <a href=http://html5.org/tools/web-apps-tracker class=changes><span><strong>Change Log</strong> <code>html5.org/tools/web-apps-tracker</code></span></a>
-     <a href=http://svn.whatwg.org/webapps class=changes><span><strong>SVN Repository</strong> <code>http://svn.whatwg.org/webapps</code></span></a>
+     <a href=http://svn.whatwg.org/webapps class=changes><span><strong>SVN Repository</strong> <code>svn.whatwg.org/webapps</code></span></a>
+     <a href=http://html5.org/tools/web-apps-tracker class=changes><span><strong>Change Log</strong> <code>html5.org's tracker</code></span></a>
      <a href=http://twitter.com/WHATWG class=changes><span><strong>Twitter Updates</strong> <code>@WHATWG</code></span></a>
 
-     <a href="https://www.w3.org/Bugs/Public/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=HTML&product=WHATWG" class=feedback><span><strong>View Open Bugs</strong> <code>WHATWG/HTML in the W3C Bugzilla</code></span></a>
-     <a href=//www.whatwg.org/newbug class=feedback><span><strong>File a Bug</strong> <code>http://whatwg.org/newbug</code></span></a>
+     <a href="https://www.w3.org/Bugs/Public/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=HTML&product=WHATWG" class=feedback><span><strong>View Open Bugs</strong> <code>filed in Bugzilla</code></span></a>
+     <a href=//www.whatwg.org/newbug class=feedback><span><strong>File a Bug</strong> <code>whatwg.org/newbug</code></span></a>
      <a href=http://ian.hixie.ch/+ class=feedback><span><strong>E-mail the Editor</strong> <code>ian at hixie.ch</code></span></a>
     </div>
    </div>
@@ -83586,7 +83540,7 @@
    <li>
 
     <p>Let <var title="">destinations</var> be a list of <code><a href=#broadcastchannel>BroadcastChannel</a></code> objects that
-    match the folllowing criteria:</p>
+    match the following criteria:</p>
 
     <ul><li><p>Their <a href=#broadcastchannel-settings-object><code>BroadcastChannel</code> settings object</a> specifies a
      <a href=#responsible-document>responsible document</a> that is <a href=#fully-active>fully active</a>.</li>

Modified: source
===================================================================
--- source	2014-04-24 20:15:29 UTC (rev 8579)
+++ source	2014-04-25 03:37:05 UTC (rev 8580)
@@ -93816,7 +93816,7 @@
    <li>
 
     <p>Let <var data-x="">destinations</var> be a list of <code>BroadcastChannel</code> objects that
-    match the folllowing criteria:</p>
+    match the following criteria:</p>
 
     <ul>
 




More information about the Commit-Watchers mailing list