hixie: Add a clear warning that this isn't settled, to avoid any risk of biasing implementations. (whatwg r6962)

hixie: Add a clear warning that this isn't settled, to avoid any risk of
biasing implementations. (whatwg r6962)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5556&r2=1.5557&f=h
http://html5.org/tools/web-apps-tracker?from=6961&to=6962

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5556
retrieving revision 1.5557
diff -u -d -r1.5556 -r1.5557
--- Overview.html 1 Feb 2012 00:57:19 -0000 1.5556
+++ Overview.html 1 Feb 2012 07:10:09 -0000 1.5557
@@ -37918,7 +37918,7 @@
 
    <p>The following form has two required fields, one for an e-mail
    address and one for a password. It also has a third field that is
-   only considerd valid if the user types the same password in the
+   only considered valid if the user types the same password in the
    password field and this third field.</p>
 
    <pre>&lt;h1&gt;Create new account&lt;/h1&gt;
@@ -66571,6 +66571,11 @@
 
   <h4 id="phrasing-content-1"><span class="secno">10.3.4 </span>Phrasing content</h4>
 
+  <p class="critical">The rule for <code><a href="#the-b-element">b</a></code> and
+  <code><a href="#the-strong-element">strong</a></code> elements below might change (to 'bolder' instead
+  of 'bold'). See <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=12154">W3C bug
+  12154</a>. Implementation feedback is desired.</p>
+
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
 
 cite, dfn, em, i, var { font-style: italic; }

Received on Wednesday, 1 February 2012 07:11:16 UTC