inflate statusText to make it look bigger: https://www.w3.org/Bugs/Public/show_bug.cgi?id=16557
--- a/Overview.html Mon May 14 16:59:05 2012 +0200
+++ b/Overview.html Thu Jun 07 17:37:11 2012 +0200
@@ -40,7 +40,7 @@
<h1 class="head" id="xmlhttprequest-ls">XMLHttpRequest</h1>
- <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 14 May 2012</h2>
+ <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 7 June 2012</h2>
<dl>
<dt>This Version:</dt>
@@ -134,9 +134,7 @@
<li><a href="#formdata-constructors"><span class="secno">5.1 </span>Constructors</a></li>
<li><a href="#the-append()-method"><span class="secno">5.2 </span>The <code title="">append()</code> method</a></ol></li>
<li><a href="#data:-urls-and-http"><span class="secno">6 </span><code>data:</code> URLs and HTTP</a></li>
- <li><a class="no-num" href="#references">References</a>
- <ol class="toc">
- <li><a class="no-num" href="#normative-references">Normative references</a></ol></li>
+ <li><a class="no-num" href="#references">References</a></li>
<li><a class="no-num" href="#acknowledgments">Acknowledgments</a></ol>
<!--end-toc-->
@@ -2052,7 +2050,13 @@
<li><p>If the <a href="#error-flag">error flag</a> is set, return the empty string and
terminate these steps.
- <li><p>Return the HTTP status text.</li>
+ <li>
+ <p>Return the HTTP status text,
+ <a href="#inflate-a-byte-sequence-into-a-domstring" title="inflate a byte sequence into a DOMString">inflated</a>.
+
+ <p class="note">It has to be
+ <a href="#inflate-a-byte-sequence-into-a-domstring" title="inflate a byte sequence into a DOMString">inflated</a>
+ as the HTTP status text consists of bytes.
</ol>
@@ -2888,8 +2892,7 @@
<h2 class="no-num" id="references">References</h2>
-<h3 class="no-num" id="normative-references">Normative references</h3>
-<div id="anolis-references-normative"><dl><dt id="refsCOOKIES">[COOKIES]
+<div id="anolis-references"><dl><dt id="refsCOOKIES">[COOKIES]
<dd><cite><a href="http://tools.ietf.org/html/rfc6265">HTTP State Management Mechanism</a></cite>, Adam Barth. IETF.
<dt id="refsCORS">[CORS]
@@ -2943,10 +2946,6 @@
</dl></div>
-<!--<h3 class=no-num>Informative references</h3>
-<div id=anolis-references-informative></div>-->
-
-
<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
--- a/Overview.src.html Mon May 14 16:59:05 2012 +0200
+++ b/Overview.src.html Thu Jun 07 17:37:11 2012 +0200
@@ -2062,7 +2062,13 @@
<li><p>If the <span>error flag</span> is set, return the empty string and
terminate these steps.
- <li><p>Return the HTTP status text.</p></li>
+ <li>
+ <p>Return the HTTP status text,
+ <span title="inflate a byte sequence into a DOMString">inflated</span>.
+
+ <p class=note>It has to be
+ <span title="inflate a byte sequence into a DOMString">inflated</span>
+ as the HTTP status text consists of bytes.
</ol>
@@ -2898,12 +2904,7 @@
<h2 class=no-num>References</h2>
-<h3 class=no-num>Normative references</h3>
-<div id=anolis-references-normative></div>
-
-<!--<h3 class=no-num>Informative references</h3>
-<div id=anolis-references-informative></div>-->
-
+<div id=anolis-references></div>
<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>