Merge WHATWG change: You MUST. No escapes.
--- a/Overview.html Wed Oct 23 14:44:34 2013 +0900
+++ b/Overview.html Wed Oct 23 15:02:35 2013 +0900
@@ -771,7 +771,7 @@
<p>The
<dfn id="dom-xmlhttprequest-open" title="dom-XMLHttpRequest-open"><code>open(<var title="">method</var>, <var title="">url</var>, <var title="">async</var>, <var title="">username</var>, <var title="">password</var>)</code></dfn>
-method must run these steps (unless otherwise indicated):
+method must run these steps:
<ol>
<li><p>Let <var title="">base</var> be null.
@@ -1186,7 +1186,7 @@
</dl>
<p>The <dfn id="dom-xmlhttprequest-send" title="dom-XMLHttpRequest-send"><code>send(<var>data</var>)</code></dfn>
-method must run these steps (unless otherwise noted):
+method must run these steps:
<ol>
<li><p>If the state is not
@@ -1849,7 +1849,7 @@
</dl>
<p>The <dfn id="dom-xmlhttprequest-abort" title="dom-XMLHttpRequest-abort"><code>abort()</code></dfn> method must run
-these steps (unless otherwise noted):
+these steps:
<ol>
<li><p><a href="#terminate-the-request">Terminate the request</a>.
--- a/Overview.src.html Wed Oct 23 14:44:34 2013 +0900
+++ b/Overview.src.html Wed Oct 23 15:02:35 2013 +0900
@@ -780,7 +780,7 @@
<p>The
<dfn id="dom-xmlhttprequest-open" title="dom-XMLHttpRequest-open"><code>open(<var title>method</var>, <var title>url</var>, <var title>async</var>, <var title>username</var>, <var title>password</var>)</code></dfn>
-method must run these steps (unless otherwise indicated):
+method must run these steps:
<ol>
<li><p>Let <var title>base</var> be null.
@@ -1195,7 +1195,7 @@
</dl>
<p>The <dfn title="dom-XMLHttpRequest-send"><code>send(<var>data</var>)</code></dfn>
-method must run these steps (unless otherwise noted):
+method must run these steps:
<ol>
<li><p>If the state is not
@@ -1858,7 +1858,7 @@
</dl>
<p>The <dfn title="dom-XMLHttpRequest-abort"><code>abort()</code></dfn> method must run
-these steps (unless otherwise noted):
+these steps:
<ol>
<li><p><span>Terminate the request</span>.