hixie: Apparently 'uk' is the language code, 'ua' is the country code. So it was right after al and I'm a doofus. (whatwg r4128)

hixie: Apparently 'uk' is the language code, 'ua' is the country code.
So it was right after al and I'm a doofus. (whatwg r4128)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3282&r2=1.3283&f=h
http://html5.org/tools/web-apps-tracker?from=4127&to=4128

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3282
retrieving revision 1.3283
diff -u -d -r1.3282 -r1.3283
--- Overview.html 13 Oct 2009 11:05:43 -0000 1.3282
+++ Overview.html 13 Oct 2009 21:31:47 -0000 1.3283
@@ -5514,7 +5514,7 @@
   DOM property of each of the elements represented by the object, in
   <a href="#tree-order">tree order</a>.</p>
 
-  </div><h4 id="domtokenlist-0"><span class="secno">2.7.3 </span>DOMTokenList</h4><p>The <code><a href="#domtokenlist">DOMTokenList</a></code> interface represents an interface
+  </div><h4 id="domtokenlist-0"><span class="secno">2.7.3 </span>DOMTokenList</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="#domtokenlist">DOMTokenList</a></code> interface represents an interface
   to an underlying string that consists of a <a href="#set-of-space-separated-tokens">set of
   space-separated tokens</a>.<p class="note"><code><a href="#domtokenlist">DOMTokenList</a></code> objects are always
   <a href="#case-sensitive">case-sensitive</a>, even when the underlying string might
@@ -5964,7 +5964,7 @@
 
   </div>
 
-  </div><h2 id="dom"><span class="secno">3 </span>Semantics, structure, and APIs of HTML documents</h2><p class="XXX annotation"><b>Status: </b><i>Working draft</i><h3 id="documents"><span class="secno">3.1 </span>Documents</h3><p>Every XML and HTML document in an HTML UA is represented by a
+  </div><h2 id="dom"><span class="secno">3 </span>Semantics, structure, and APIs of HTML documents</h2><p class="XXX annotation"><b>Status: </b><i>Working draft</i><h3 id="documents"><span class="secno">3.1 </span>Documents</h3><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i><p>Every XML and HTML document in an HTML UA is represented by a
   <code>Document</code> object. <a href="#refsDOMCORE">[DOMCORE]</a><p><dfn id="the-document-s-address">The document's address</dfn> is an <a href="#absolute-url">absolute URL</a>
   that is set when the <code>Document</code> is created. <dfn id="the-document-s-current-address">The
   document's current address</dfn> is an <a href="#absolute-url">absolute URL</a>
@@ -5984,7 +5984,7 @@
   certain APIs and the case-sensitivity of some selectors.<p class="note">A <code>Document</code> object created by the <code title="">createDocument()</code> API on the
   <code>DOMImplementation</code> object is flagged as an <a href="#xml-documents" title="XML documents">XML document</a>. A <code>Document</code>
   object created by the <a href="#html-parser">HTML parser</a> for a
-  <code><a href="#text-html">text/html</a></code> resource will be flagged as an <a href="#html-documents" title="HTML documents">HTML document</a>.<h4 id="documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</h4><p>All <code>Document</code> objects (in user agents implementing
+  <code><a href="#text-html">text/html</a></code> resource will be flagged as an <a href="#html-documents" title="HTML documents">HTML document</a>.<h4 id="documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>All <code>Document</code> objects (in user agents implementing
   this specification) <span class="impl">must</span> also implement
   the <code><a href="#htmldocument">HTMLDocument</a></code> interface, available using
   binding-specific methods. (This is the case whether or not the
@@ -6108,7 +6108,7 @@
 };
 <span>Document</span> implements <a href="#htmldocument">HTMLDocument</a>;</pre><p>Since the <code><a href="#htmldocument">HTMLDocument</a></code> interface holds methods and
   attributes related to a number of disparate features, the members of
-  this interface are described in various different sections.<h4 id="security"><span class="secno">3.1.2 </span>Security</h4><p>User agents <span class="impl">must</span> raise a
+  this interface are described in various different sections.<h4 id="security"><span class="secno">3.1.2 </span>Security</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i><p>User agents <span class="impl">must</span> raise a
   <code><a href="#security_err">SECURITY_ERR</a></code> exception whenever any of the members of
   an <code><a href="#htmldocument">HTMLDocument</a></code> object are accessed by scripts whose
   <a href="#effective-script-origin">effective script origin</a> is not the <a href="#same-origin" title="same
@@ -54244,7 +54244,7 @@
       <tr><td>tr<!-- -TR -->
        <td>windows-1254 <!-- ISO-8859-9 -->
 
-      <tr><td>ua <!-- uk -->
+      <tr><td>uk
        <td>windows-1251
 
       <tr><td>vi
@@ -65770,7 +65770,7 @@
   IDL attribute must <a href="#reflect">reflect</a> the <code title="attr-applet-codebase">codebase</code> content attribute.</p>
 
 
-  <h4 id="the-marquee-element"><span class="secno">12.3.2 </span>The <dfn><code>marquee</code></dfn> element</h4>
+  <h4 id="the-marquee-element"><span class="secno">12.3.2 </span>The <dfn><code>marquee</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p>
 
   <p>The <code><a href="#the-marquee-element">marquee</a></code> element is a presentational element that
   animates content. CSS transitions and animations are a more
@@ -65957,7 +65957,7 @@
   attribute.</p>
 
 
-  <h4 id="frames"><span class="secno">12.3.3 </span>Frames</h4>
+  <h4 id="frames"><span class="secno">12.3.3 </span>Frames</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p>
 
   <p>The <dfn id="frameset"><code>frameset</code></dfn> element acts as <a href="#the-body-element">the
   body element</a> in documents that use frames.</p>
@@ -67196,7 +67196,7 @@
    </dd>
    <dt>Related information</dt>
    <dd>None.</dd>   
-  </dl><h2 class="no-num" id="index">Index</h2><p class="XXX annotation"><b>Status: </b><i>First draft</i><div class="impl">
+  </dl><h2 class="no-num" id="index">Index</h2><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i><div class="impl">
 
   <p>The following sections only cover conforming elements and features.</p>
 
@@ -69307,7 +69307,7 @@
 
   </table><p class="note">See also <a href="#mediaevents">media element
   events</a>, <a href="#appcacheevents">application cache events</a>,
-  and <a href="#dndevents">drag-and-drop events</a>.</p><!--START vCard--><!--START vEvent--><h2 class="no-num" id="references">References</h2><p class="XXX annotation"><b>Status: </b><i>First draft</i></p><!--REFS--><!--END vCard--><!--END vEvent--><p>All references are normative unless marked "Non-normative".</p><!--START vCard--><!--START vEvent--><dl><dt id="refsABNF">[ABNF]</dt>
+  and <a href="#dndevents">drag-and-drop events</a>.</p><!--START vCard--><!--START vEvent--><h2 class="no-num" id="references">References</h2><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><!--REFS--><!--END vCard--><!--END vEvent--><p>All references are normative unless marked "Non-normative".</p><!--START vCard--><!--START vEvent--><dl><dt id="refsABNF">[ABNF]</dt>
    <dd><cite><a href="http://www.ietf.org/rfc/std/std68.txt">Augmented
    BNF for Syntax Specifications: ABNF</a></cite>, D. Crocker,
    P. Overell. IETF, January 2008.</dd>

Received on Tuesday, 13 October 2009 21:32:37 UTC