- From: poot <cvsmail@w3.org>
- Date: Wed, 8 Sep 2010 12:37:37 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: markup error (whatwg r5438) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4336&r2=1.4337&f=h http://html5.org/tools/web-apps-tracker?from=5437&to=5438 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4336 retrieving revision 1.4337 diff -u -d -r1.4336 -r1.4337 --- Overview.html 8 Sep 2010 00:47:11 -0000 1.4336 +++ Overview.html 8 Sep 2010 03:30:18 -0000 1.4337 @@ -6771,11 +6771,15 @@ <li value="81"><dfn><code>PARSE_ERR</code></dfn></li> <!- - actually defined in dom3ls - -> <li value="82"><dfn><code>SERIALIZE_ERR</code></dfn></li> <!- - actually defined in dom3ls - -> --> - </ol><pre class="impl">[Supplemental] exception DOMException { + </ol><div class="impl"> + + <pre class="idl">[Supplemental] exception DOMException { const unsigned short <a href="#url_mismatch_err">URL_MISMATCH_ERR</a> = 21; const unsigned short <a href="#quota_exceeded_err">QUOTA_EXCEEDED_ERR</a> = 22; const unsigned short <a href="#data_clone_err">DATA_CLONE_ERR</a> = 25; -};</pre><div class="impl"> +};</pre> + + </div><div class="impl"> <h4 id="garbage-collection"><span class="secno">2.7.9 </span>Garbage collection</h4>
Received on Wednesday, 8 September 2010 03:31:03 UTC