[html5] r8061 - [e] (0) fix some typos in recent checkins (MimeTypenArray, track/menuitem) Affec [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jul 15 16:37:22 PDT 2013


Author: ianh
Date: 2013-07-15 16:37:20 -0700 (Mon, 15 Jul 2013)
New Revision: 8061

Modified:
   complete.html
   index
   source
Log:
[e] (0) fix some typos in recent checkins (MimeTypenArray, track/menuitem)
Affected topics: DOM APIs, HTML

Modified: complete.html
===================================================================
--- complete.html	2013-07-15 23:35:08 UTC (rev 8060)
+++ complete.html	2013-07-15 23:37:20 UTC (rev 8061)
@@ -74888,7 +74888,7 @@
   return a <code><a href=#pluginarray>PluginArray</a></code> object. The same object must be returned each time.</p>
 
   <p>The <dfn id=dom-navigator-mimetypes title=dom-navigator-mimeTypes><code>navigator.mimeTypes</code></dfn> attribute must
-  return a <code>MimeTypenArray</code> object. The same object must be returned each time.</p>
+  return a <code><a href=#mimetypearray>MimeTypeArray</a></code> object. The same object must be returned each time.</p>
 
   <hr><p>A <code><a href=#pluginarray>PluginArray</a></code> object represents none, some, or all of the <a href=#plugin title=plugin>plugins</a> supported by the user agent, each of which is represented by a <code title=dom-Plugin><a href=#dom-plugin>Plugin</a></code> object. Each of these <code title=dom-Plugin><a href=#dom-plugin>Plugin</a></code>
   objects may be <dfn id=hidden-plugin title="hidden plugin">hidden plugins</dfn>. A <a href=#hidden-plugin>hidden plugin</a> can't
@@ -101733,7 +101733,7 @@
           <a href=#valid-non-negative-integer>valid non-negative integer</a>, or
           <a href=#valid-duration-string>valid duration string</a>
     <tr><th> <code title="">default</code>
-     <td> <code title=attr-menuitem-default><a href=#attr-menuitem-default>track</a></code>
+     <td> <code title=attr-menuitem-default><a href=#attr-menuitem-default>menuitem</a></code>
      <td> Mark the command as being a default command
      <td> <a href=#boolean-attribute>Boolean attribute</a>
     <tr><th> <code title="">default</code>

Modified: index
===================================================================
--- index	2013-07-15 23:35:08 UTC (rev 8060)
+++ index	2013-07-15 23:37:20 UTC (rev 8061)
@@ -74888,7 +74888,7 @@
   return a <code><a href=#pluginarray>PluginArray</a></code> object. The same object must be returned each time.</p>
 
   <p>The <dfn id=dom-navigator-mimetypes title=dom-navigator-mimeTypes><code>navigator.mimeTypes</code></dfn> attribute must
-  return a <code>MimeTypenArray</code> object. The same object must be returned each time.</p>
+  return a <code><a href=#mimetypearray>MimeTypeArray</a></code> object. The same object must be returned each time.</p>
 
   <hr><p>A <code><a href=#pluginarray>PluginArray</a></code> object represents none, some, or all of the <a href=#plugin title=plugin>plugins</a> supported by the user agent, each of which is represented by a <code title=dom-Plugin><a href=#dom-plugin>Plugin</a></code> object. Each of these <code title=dom-Plugin><a href=#dom-plugin>Plugin</a></code>
   objects may be <dfn id=hidden-plugin title="hidden plugin">hidden plugins</dfn>. A <a href=#hidden-plugin>hidden plugin</a> can't
@@ -101733,7 +101733,7 @@
           <a href=#valid-non-negative-integer>valid non-negative integer</a>, or
           <a href=#valid-duration-string>valid duration string</a>
     <tr><th> <code title="">default</code>
-     <td> <code title=attr-menuitem-default><a href=#attr-menuitem-default>track</a></code>
+     <td> <code title=attr-menuitem-default><a href=#attr-menuitem-default>menuitem</a></code>
      <td> Mark the command as being a default command
      <td> <a href=#boolean-attribute>Boolean attribute</a>
     <tr><th> <code title="">default</code>

Modified: source
===================================================================
--- source	2013-07-15 23:35:08 UTC (rev 8060)
+++ source	2013-07-15 23:37:20 UTC (rev 8061)
@@ -83829,7 +83829,7 @@
   return a <code>PluginArray</code> object. The same object must be returned each time.</p>
 
   <p>The <dfn title="dom-navigator-mimeTypes"><code>navigator.mimeTypes</code></dfn> attribute must
-  return a <code>MimeTypenArray</code> object. The same object must be returned each time.</p>
+  return a <code>MimeTypeArray</code> object. The same object must be returned each time.</p>
 
   <hr>
 
@@ -113878,7 +113878,7 @@
           <span>valid duration string</span>
     <tr>
      <th> <code title="">default</code>
-     <td> <code title="attr-menuitem-default">track</code>
+     <td> <code title="attr-menuitem-default">menuitem</code>
      <td> Mark the command as being a default command
      <td> <span>Boolean attribute</span>
     <tr>




More information about the Commit-Watchers mailing list