clean up non-normative responseType text. https://www.w3.org/Bugs/Public/show_bug.cgi?id=15305
authorAnne van Kesteren <annevk@opera.com>
Thu, 22 Dec 2011 10:59:18 +0100
changeset 30 9090a37c787f
parent 29 ac2bf114fd20
child 31 8b3865161981
clean up non-normative responseType text. https://www.w3.org/Bugs/Public/show_bug.cgi?id=15305
Overview.html
Overview.src.html
--- a/Overview.html	Thu Dec 22 10:54:16 2011 +0100
+++ b/Overview.html	Thu Dec 22 10:59:18 2011 +0100
@@ -2473,13 +2473,13 @@
     "<code title="">document</code>",
     "<code title="">json</code>", and
     "<code title="">text</code>".</p>
-    <p>Throws an "<code class="external"><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#invalidstateerror">InvalidStateError</a></code>"
-    exception if the state is
-    <a href="#dom-xmlhttprequest-loading" title="dom-XMLHttpRequest-LOADING">LOADING</a> or
+    <p>When set: throws an
+    "<code class="external"><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#invalidstateerror">InvalidStateError</a></code>" exception if the
+    state is <a href="#dom-xmlhttprequest-loading" title="dom-XMLHttpRequest-LOADING">LOADING</a> or
     <a href="#dom-xmlhttprequest-done" title="dom-XMLHttpRequest-DONE">DONE</a>.
     <p>When set: throws an
     "<code class="external"><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#invalidaccesserror">InvalidAccessError</a></code>" exception if the
-    <a href="#synchronous-flag">synchronous flag</a> is set when there is an associated
+    <a href="#synchronous-flag">synchronous flag</a> is set and there is an associated
     <a href="#xmlhttprequest-document"><code>XMLHttpRequest</code> document</a>.</p>
   </dl>
 
--- a/Overview.src.html	Thu Dec 22 10:54:16 2011 +0100
+++ b/Overview.src.html	Thu Dec 22 10:59:18 2011 +0100
@@ -2481,13 +2481,13 @@
     "<code title>document</code>",
     "<code title>json</code>", and
     "<code title>text</code>".</p>
-    <p>Throws an "<code data-anolis-spec=dom>InvalidStateError</code>"
-    exception if the state is
-    <span title="dom-XMLHttpRequest-LOADING">LOADING</span> or
+    <p>When set: throws an
+    "<code data-anolis-spec=dom>InvalidStateError</code>" exception if the
+    state is <span title="dom-XMLHttpRequest-LOADING">LOADING</span> or
     <span title="dom-XMLHttpRequest-DONE">DONE</span>.
     <p>When set: throws an
     "<code data-anolis-spec=dom>InvalidAccessError</code>" exception if the
-    <span>synchronous flag</span> is set when there is an associated
+    <span>synchronous flag</span> is set and there is an associated
     <span><code>XMLHttpRequest</code> document</span>.</p>
   </dl>