[html5] r7576 - [giow] (3) Change default rule for <b> and <strong> to be 'bolder' rather than ' [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Dec 9 21:53:33 PST 2012
Author: ianh
Date: 2012-12-09 21:53:32 -0800 (Sun, 09 Dec 2012)
New Revision: 7576
Modified:
complete.html
index
source
Log:
[giow] (3) Change default rule for <b> and <strong> to be 'bolder' rather than 'bold'.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17895
Affected topics: Rendering
Modified: complete.html
===================================================================
--- complete.html 2012-12-10 05:01:33 UTC (rev 7575)
+++ complete.html 2012-12-10 05:53:32 UTC (rev 7576)
@@ -95471,14 +95471,10 @@
<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; }
Modified: index
===================================================================
--- index 2012-12-10 05:01:33 UTC (rev 7575)
+++ index 2012-12-10 05:53:32 UTC (rev 7576)
@@ -95471,14 +95471,10 @@
<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; }
Modified: source
===================================================================
--- source 2012-12-10 05:01:33 UTC (rev 7575)
+++ source 2012-12-10 05:53:32 UTC (rev 7576)
@@ -110581,15 +110581,10 @@
<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; }
More information about the Commit-Watchers
mailing list