html5/spec-author-view Overview.html,1.1552,1.1553 dnd.html,1.588,1.589 index-of-terms.html,1.485,1.486 spec.html,1.1682,1.1683 spec.preprocessed.html,1.534,1.535 the-menu-element.html,1.116,1.117

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv19828

Modified Files:
	Overview.html dnd.html index-of-terms.html spec.html 
	spec.preprocessed.html the-menu-element.html 
Log Message:
typo (whatwg r6430)

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.1552
retrieving revision 1.1553
diff -u -d -r1.1552 -r1.1553
--- Overview.html	12 Aug 2011 06:57:19 -0000	1.1552
+++ Overview.html	12 Aug 2011 19:57:14 -0000	1.1553
@@ -361,7 +361,7 @@
     <dt>Editor:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
-      This is revision 1.5132.</p> 
+      This is revision 1.5134.</p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &copy; 2011 <a href="http://www.w3.org/"><abbr title="World Wide
    Web Consortium">W3C</abbr></a><sup>&reg;</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1682
retrieving revision 1.1683
diff -u -d -r1.1682 -r1.1683
--- spec.html	12 Aug 2011 06:57:27 -0000	1.1682
+++ spec.html	12 Aug 2011 19:57:15 -0000	1.1683
@@ -362,7 +362,7 @@
     <dt>Editor:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
-      This is revision 1.5132.</p> 
+      This is revision 1.5134.</p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
    Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -21270,8 +21270,8 @@
   doesn't appear in the toolbar, because it is not a child of the
   <code><a href="#the-menu-element" id="menu_19">menu</a></code> element or of its <code><a href="#the-li-element" id="li_17">li</a></code> children.</p><h5 id="context-menus"><span class="secno">4.11.4.2 </span><dfn aria-haspopup="true" role="button" tabindex="0">Context menus</dfn></h5><p>The <dfn aria-haspopup="true" id="attr-contextmenu" role="button" tabindex="0"><code>contextmenu</code></dfn>
   attribute gives the element's <a href="#context-menus" id="context-menus_0" title="context menus">context
-  menu</a>. The value must be the <a href="#concept-id" id="concept-id_15" title="concept-id">ID</a> of a <code><a href="#the-menu-element" id="menu_20">menu</a></code> element
-  in the DOM. </p>
+  menu</a>. The value must be the <a href="#concept-id" id="concept-id_15" title="concept-id">ID</a> of a <code><a href="#the-menu-element" id="menu_20">menu</a></code> element in the
+  DOM. </p>
 <p>The <dfn aria-haspopup="true" id="dom-contextmenu" role="button" tabindex="0"><code>contextMenu</code></dfn>
   IDL attribute must <a href="#reflect" id="reflect_97">reflect</a> the <code title="attr-contextmenu"><a href="#attr-contextmenu" id="contextmenu_0">contextmenu</a></code> content attribute.</p>
 <div class="example">
@@ -24939,9 +24939,9 @@
 
   </dl><h5 id="the-datatransferitem-interface"><span class="secno">7.7.3.2 </span>The <code><a href="#datatransferitem" id="datatransferitem_4">DataTransferItem</a></code> interface</h5><p>Each <code><a href="#datatransferitem" id="datatransferitem_5">DataTransferItem</a></code> object is associated with a
   <code><a href="#datatransfer" id="datatransfer_5">DataTransfer</a></code> object.</p><pre class="idl">interface <dfn aria-haspopup="true" id="datatransferitem" role="button" tabindex="0">DataTransferItem</dfn> {
-    readonly attribute DOMString <a href="#dom-datatransferitem-kind" title="dom-DataTransferItem-kind">kind</a>;
-    readonly attribute DOMString <a href="#dom-datatransferitem-type" title="dom-DataTransferItem-type">type</a>;
-    void <a href="#dom-datatransferitem-getasstring" title="dom-DataTransferItem-getAsString">getAsString</a>(in <a href="#functionstringcallback" id="functionstringcallback_0">FunctionStringCallback</a>? callback);    <a href="http://dev.w3.org/html5/spec/infrastructure.html#file" class="full-spec-link" title='Read about this "File" reference in the full HTML5 spec.'>File</a>? <a href="#dom-datatransferitem-getasfile" title="dom-DataTransferItem-getAsFile">getAsFile</a>();};
+  readonly attribute DOMString <a href="#dom-datatransferitem-kind" title="dom-DataTransferItem-kind">kind</a>;
+  readonly attribute DOMString <a href="#dom-datatransferitem-type" title="dom-DataTransferItem-type">type</a>;
+  void <a href="#dom-datatransferitem-getasstring" title="dom-DataTransferItem-getAsString">getAsString</a>(in <a href="#functionstringcallback" id="functionstringcallback_0">FunctionStringCallback</a>? callback);  <a href="http://dev.w3.org/html5/spec/infrastructure.html#file" class="full-spec-link" title='Read about this "File" reference in the full HTML5 spec.'>File</a>? <a href="#dom-datatransferitem-getasfile" title="dom-DataTransferItem-getAsFile">getAsFile</a>();};
 
 [Callback=FunctionOnly, NoInterfaceObject]
 interface <dfn aria-haspopup="true" id="functionstringcallback" role="button" tabindex="0">FunctionStringCallback</dfn> {
@@ -35266,8 +35266,8 @@
 <dd class="dfn-excerpt">
 <span><span>...
   attribute gives the element's </span><a href="#context-menus" title="context menus">context
-  menu</a>. The value must be the <a href="#concept-id" title="concept-id">ID</a> of a <code><a href="#the-menu-element">menu</a></code> element
-  in the DOM. </span>
+  menu</a>. The value must be the <a href="#concept-id" title="concept-id">ID</a> of a <code><a href="#the-menu-element">menu</a></code> element in the
+  DOM. </span>
 </dd>
 <dd>
 <a href="#contextmenu"><span class="secno">3.2.3 </span><span>Global attributes</span></a>

Index: the-menu-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-menu-element.html,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- the-menu-element.html	11 Aug 2011 21:57:38 -0000	1.116
+++ the-menu-element.html	12 Aug 2011 19:57:25 -0000	1.117
@@ -442,8 +442,8 @@
   doesn't appear in the toolbar, because it is not a child of the
   <code><a href="#the-menu-element" id="menu_19">menu</a></code> element or of its <code><a href="the-li-element.html#the-li-element" id="li_17">li</a></code> children.<h5 id="context-menus"><span class="secno">4.11.4.2 </span><dfn aria-haspopup="true" role="button" tabindex="0">Context menus</dfn></h5><p>The <dfn aria-haspopup="true" id="attr-contextmenu" role="button" tabindex="0"><code>contextmenu</code></dfn>
   attribute gives the element's <a href="#context-menus" id="context-menus_0" title="context menus">context
-  menu</a>. The value must be the <a href="global-attributes.html#concept-id" id="concept-id_15" title="concept-id">ID</a> of a <code><a href="#the-menu-element" id="menu_20">menu</a></code> element
-  in the DOM. </p>
+  menu</a>. The value must be the <a href="global-attributes.html#concept-id" id="concept-id_15" title="concept-id">ID</a> of a <code><a href="#the-menu-element" id="menu_20">menu</a></code> element in the
+  DOM. </p>
 <p>The <dfn aria-haspopup="true" id="dom-contextmenu" role="button" tabindex="0"><code>contextMenu</code></dfn>
   IDL attribute must <a href="common-dom-interfaces.html#reflect" id="reflect_97">reflect</a> the <code title="attr-contextmenu"><a href="#attr-contextmenu" id="contextmenu_0">contextmenu</a></code> content attribute.</p>
 <div class="example">

Index: dnd.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dnd.html,v
retrieving revision 1.588
retrieving revision 1.589
diff -u -d -r1.588 -r1.589
--- dnd.html	11 Aug 2011 22:57:06 -0000	1.588
+++ dnd.html	12 Aug 2011 19:57:14 -0000	1.589
@@ -726,9 +726,9 @@
 
   </dl><h5 id="the-datatransferitem-interface"><span class="secno">7.7.3.2 </span>The <code><a href="#datatransferitem" id="datatransferitem_4">DataTransferItem</a></code> interface</h5><p>Each <code><a href="#datatransferitem" id="datatransferitem_5">DataTransferItem</a></code> object is associated with a
   <code><a href="#datatransfer" id="datatransfer_5">DataTransfer</a></code> object.<pre class="idl">interface <dfn aria-haspopup="true" id="datatransferitem" role="button" tabindex="0">DataTransferItem</dfn> {
-    readonly attribute DOMString <a href="#dom-datatransferitem-kind" title="dom-DataTransferItem-kind">kind</a>;
-    readonly attribute DOMString <a href="#dom-datatransferitem-type" title="dom-DataTransferItem-type">type</a>;
-    void <a href="#dom-datatransferitem-getasstring" title="dom-DataTransferItem-getAsString">getAsString</a>(in <a href="#functionstringcallback" id="functionstringcallback_0">FunctionStringCallback</a>? callback);    <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#file" title='Read about this "File" reference in the full HTML5 spec.'>File</a>? <a href="#dom-datatransferitem-getasfile" title="dom-DataTransferItem-getAsFile">getAsFile</a>();};
+  readonly attribute DOMString <a href="#dom-datatransferitem-kind" title="dom-DataTransferItem-kind">kind</a>;
+  readonly attribute DOMString <a href="#dom-datatransferitem-type" title="dom-DataTransferItem-type">type</a>;
+  void <a href="#dom-datatransferitem-getasstring" title="dom-DataTransferItem-getAsString">getAsString</a>(in <a href="#functionstringcallback" id="functionstringcallback_0">FunctionStringCallback</a>? callback);  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#file" title='Read about this "File" reference in the full HTML5 spec.'>File</a>? <a href="#dom-datatransferitem-getasfile" title="dom-DataTransferItem-getAsFile">getAsFile</a>();};
 
 [Callback=FunctionOnly, NoInterfaceObject]
 interface <dfn aria-haspopup="true" id="functionstringcallback" role="button" tabindex="0">FunctionStringCallback</dfn> {

Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.534
retrieving revision 1.535
diff -u -d -r1.534 -r1.535
--- spec.preprocessed.html	12 Aug 2011 06:57:35 -0000	1.534
+++ spec.preprocessed.html	12 Aug 2011 19:57:23 -0000	1.535
@@ -378,7 +378,7 @@
     <dt>Editor:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
-      This is revision 1.5132.</p> 
+      This is revision 1.5134.</p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide
    Web Consortium">W3C</abbr></a><sup>&#174;</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -21120,9 +21120,9 @@
   doesn't appear in the toolbar, because it is not a child of the
   <code><a href="#the-menu-element">menu</a></code> element or of its <code><a href="#the-li-element">li</a></code> children.</p><h5 id="context-menus"><span class="secno">4.11.4.3 </span><dfn role="button" tabindex="0" aria-haspopup="true">Context menus</dfn></h5><p>The <dfn id="attr-contextmenu" role="button" tabindex="0" aria-haspopup="true"><code>contextmenu</code></dfn>
   attribute gives the element's <a href="#context-menus" title="context menus">context
-  menu</a>. The value must be the <a href="#concept-id" title="concept-id">ID</a> of a <code><a href="#the-menu-element">menu</a></code> element
-  in the DOM. <span class="impl">If the node that would be obtained by
-  the invoking the <code title="dom-Document-getElementById"><a href="#dom-document-getelementbyid">getElementById()</a></code> method
+  menu</a>. The value must be the <a href="#concept-id" title="concept-id">ID</a> of a <code><a href="#the-menu-element">menu</a></code> element in the
+  DOM. <span class="impl">If the node that would be obtained by
+  invoking the <code title="dom-Document-getElementById"><a href="#dom-document-getelementbyid">getElementById()</a></code> method
   using the attribute's value as the only argument is null or not a
   <code><a href="#the-menu-element">menu</a></code> element, then the element has no assigned context
   menu. Otherwise, the element's assigned context menu is the element
@@ -24828,9 +24828,9 @@
 
   </dl><h5 id="the-datatransferitem-interface"><span class="secno">7.7.3.2 </span>The <code><a href="#datatransferitem">DataTransferItem</a></code> interface</h5><p>Each <code><a href="#datatransferitem">DataTransferItem</a></code> object is associated with a
   <code><a href="#datatransfer">DataTransfer</a></code> object.</p><pre class="idl">interface <dfn id="datatransferitem" role="button" tabindex="0" aria-haspopup="true">DataTransferItem</dfn> {
-    readonly attribute DOMString <a href="#dom-datatransferitem-kind" title="dom-DataTransferItem-kind">kind</a>;
-    readonly attribute DOMString <a href="#dom-datatransferitem-type" title="dom-DataTransferItem-type">type</a>;
-    void <a href="#dom-datatransferitem-getasstring" title="dom-DataTransferItem-getAsString">getAsString</a>(in <a href="#functionstringcallback">FunctionStringCallback</a>? callback);    <a href="#file">File</a>? <a href="#dom-datatransferitem-getasfile" title="dom-DataTransferItem-getAsFile">getAsFile</a>();};
+  readonly attribute DOMString <a href="#dom-datatransferitem-kind" title="dom-DataTransferItem-kind">kind</a>;
+  readonly attribute DOMString <a href="#dom-datatransferitem-type" title="dom-DataTransferItem-type">type</a>;
+  void <a href="#dom-datatransferitem-getasstring" title="dom-DataTransferItem-getAsString">getAsString</a>(in <a href="#functionstringcallback">FunctionStringCallback</a>? callback);  <a href="#file">File</a>? <a href="#dom-datatransferitem-getasfile" title="dom-DataTransferItem-getAsFile">getAsFile</a>();};
 
 [Callback=FunctionOnly, NoInterfaceObject]
 interface <dfn id="functionstringcallback" role="button" tabindex="0" aria-haspopup="true">FunctionStringCallback</dfn> {

Index: index-of-terms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms.html,v
retrieving revision 1.485
retrieving revision 1.486
diff -u -d -r1.485 -r1.486
--- index-of-terms.html	12 Aug 2011 06:57:25 -0000	1.485
+++ index-of-terms.html	12 Aug 2011 19:57:14 -0000	1.486
@@ -5653,8 +5653,8 @@
 <dd class="dfn-excerpt">
 <span><span>...
   attribute gives the element's </span><a href="the-menu-element.html#context-menus" title="context menus">context
-  menu</a>. The value must be the <a href="global-attributes.html#concept-id" title="concept-id">ID</a> of a <code><a href="the-menu-element.html#the-menu-element">menu</a></code> element
-  in the DOM. </span>
+  menu</a>. The value must be the <a href="global-attributes.html#concept-id" title="concept-id">ID</a> of a <code><a href="the-menu-element.html#the-menu-element">menu</a></code> element in the
+  DOM. </span>
 </dd>
 <dd>
 <a href="global-attributes.html#contextmenu"><span class="secno">3.2.3 </span><span>Global attributes</span></a>

Received on Friday, 12 August 2011 19:57:34 UTC