Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (3) Change default rule for <b> and <strong> to be 'bolder' ra…
…ther than 'bold'.

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

git-svn-id: http://svn.whatwg.org/webapps@7576 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 10, 2012
1 parent a403061 commit 0232e99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
6 changes: 1 addition & 5 deletions complete.html
Expand Up @@ -95471,14 +95471,10 @@ <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=17895">bug 17895</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; }
b, strong { font-weight: bold; }
b, strong { font-weight: bolder; }
code, kbd, samp, tt { font-family: monospace; }
big { font-size: larger; }
small { font-size: smaller; }
Expand Down
6 changes: 1 addition & 5 deletions index
Expand Up @@ -95471,14 +95471,10 @@ 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=17895">bug 17895</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; }
b, strong { font-weight: bold; }
b, strong { font-weight: bolder; }
code, kbd, samp, tt { font-family: monospace; }
big { font-size: larger; }
small { font-size: smaller; }
Expand Down
7 changes: 1 addition & 6 deletions source
Expand Up @@ -110581,15 +110581,10 @@ 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=17895">bug 17895</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; }
b, strong { font-weight: bold; }
b, strong { font-weight: bolder; }
code, kbd, samp, tt { font-family: monospace; }
big { font-size: larger; }
small { font-size: smaller; }
Expand Down

0 comments on commit 0232e99

Please sign in to comment.