- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 01 Feb 2012 07:10:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22117
Modified Files:
Overview.html
Log Message:
Add a clear warning that this isn't settled, to avoid any risk of biasing implementations. (whatwg r6962)
Index: Overview.html
===================================================================
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><h1>Create new account</h1>
@@ -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:10:24 UTC