[html5] r6962 - [e] (0) Add a clear warning that this isn't settled, to avoid any risk of biasin [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jan 31 23:10:04 PST 2012
Author: ianh
Date: 2012-01-31 23:10:00 -0800 (Tue, 31 Jan 2012)
New Revision: 6962
Modified:
complete.html
index
source
Log:
[e] (0) Add a clear warning that this isn't settled, to avoid any risk of biasing implementations.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=12154
Affected topics: HTML, Rendering
Modified: complete.html
===================================================================
--- complete.html 2012-02-01 00:57:14 UTC (rev 6961)
+++ complete.html 2012-02-01 07:10:00 UTC (rev 6962)
@@ -47467,7 +47467,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>
@@ -89715,6 +89715,11 @@
<h4 id=phrasing-content-1><span class=secno>14.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; }
Modified: index
===================================================================
--- index 2012-02-01 00:57:14 UTC (rev 6961)
+++ index 2012-02-01 07:10:00 UTC (rev 6962)
@@ -47467,7 +47467,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>
@@ -89715,6 +89715,11 @@
<h4 id=phrasing-content-1><span class=secno>14.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; }
Modified: source
===================================================================
--- source 2012-02-01 00:57:14 UTC (rev 6961)
+++ source 2012-02-01 07:10:00 UTC (rev 6962)
@@ -55230,7 +55230,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>
@@ -103860,6 +103860,12 @@
<h4>Phrasing content</h4>
+ <p class="critical">The rule for <code>b</code> and
+ <code>strong</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; }
More information about the Commit-Watchers
mailing list