html5/md Overview.html,1.162,1.163

Update of /sources/public/html5/md
In directory hutz:/tmp/cvs-serv8146

Modified Files:
	Overview.html 
Log Message:
Exceptions DOM Core/WebIDL fix. (whatwg r6602)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- Overview.html	29 Sep 2011 00:24:04 -0000	1.162
+++ Overview.html	30 Sep 2011 00:24:47 -0000	1.163
@@ -321,7 +321,7 @@
 
    <h1>HTML Microdata</h1>
    <h2 class="no-num no-toc" id="generatedID"></h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-28-september-2011">Editor's Draft 28 September 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-september-2011">Editor's Draft 30 September 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/microdata/">http://www.w3.org/TR/microdata/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -455,7 +455,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 28 September 2011 Editor's Draft.
+  This specification is the 30 September 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This specification is an extension to the HTML5 language. All
@@ -1423,7 +1423,7 @@
     <p>Can be set, to change the element's <a href="#concept-property-value" title="concept-property-value">value</a>. Setting the <a href="#concept-property-value" title="concept-property-value">value</a> when the element has
     no <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute or when
     the element's value is an <a href="#concept-item" title="concept-item">item</a>
-    throws an <code>INVALID_ACCESS_ERR</code> exception.</p>
+    throws an <code>InvalidAccessError</code> exception.</p>
 
    </dd>
 
@@ -1474,13 +1474,13 @@
   <dl><dt>If the element has no <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute</dt>
 
    <dd><p>The attribute must return null on getting and must throw an
-   <code>INVALID_ACCESS_ERR</code> exception on setting.</p>
+   <code>InvalidAccessError</code> exception on setting.</p>
 
 
    <dt>If the element has an <code title="attr-itemscope"><a href="#attr-itemscope">itemscope</a></code> attribute</dt>
 
    <dd><p>The attribute must return the element itself on getting and
-   must throw an <code>INVALID_ACCESS_ERR</code> exception on
+   must throw an <code>InvalidAccessError</code> exception on
    setting.</p>
 
 

Received on Friday, 30 September 2011 00:24:51 UTC