Skip to content

Commit

Permalink
[e] (0) Add a clear warning that this isn't settled, to avoid any ris…
Browse files Browse the repository at this point in the history
…k of biasing implementations.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=12154
Affected topics: HTML, Rendering

git-svn-id: http://svn.whatwg.org/webapps@6962 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 1, 2012
1 parent f5327d1 commit a7121cb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
7 changes: 6 additions & 1 deletion complete.html
Expand Up @@ -47467,7 +47467,7 @@ <h6 id=the-required-attribute><span class=secno>4.10.7.3.6 </span>The <code titl

<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;
Expand Down Expand Up @@ -89715,6 +89715,11 @@ <h4 id=flow-content-1><span class=secno>14.3.3 </span>Flow content</h4>

<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; }
Expand Down
7 changes: 6 additions & 1 deletion index
Expand Up @@ -47467,7 +47467,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

<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;
Expand Down Expand Up @@ -89715,6 +89715,11 @@ form { margin-bottom: 1em; }</pre>

<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; }
Expand Down
8 changes: 7 additions & 1 deletion source
Expand Up @@ -55230,7 +55230,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

<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>Create new account&lt;/h1>
Expand Down Expand Up @@ -103860,6 +103860,12 @@ form { margin-bottom: 1em; }</pre>

<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; }
Expand Down

0 comments on commit a7121cb

Please sign in to comment.