Changeset 103468 in webkit
- Timestamp:
- Dec 21, 2011, 3:58:04 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r103466 r103468 1 2011-12-21 Wyatt Carss <wcarss@chromium.org> 2 3 Reviewed by Ryosuke Niwa. 4 5 strong and b should be font-weight: bold, not bolder 6 https://bugs.webkit.org/show_bug.cgi?id=56400 7 8 Changed html.css to specify that strong and b are font-weight: bold, 9 not font-weight: bolder. Test added to confirm. 10 11 * fast/html/font-weight-bold-for-b-and-strong-expected.png: Added. 12 * fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added. 13 * fast/html/font-weight-bold-for-b-and-strong.html: Added. 14 * WebCore/css/html.css: 15 1 16 2011-12-21 Adrienne Walker <enne@google.com> 2 17 -
trunk/Source/WebCore/ChangeLog
r103465 r103468 1 2011-12-21 Wyatt Carss <wcarss@chromium.org> 2 3 Reviewed by Ryosuke Niwa. 4 5 strong and b should be font-weight: bold, not bolder 6 https://bugs.webkit.org/show_bug.cgi?id=56400 7 8 Test: fast/html/font-weight-bold-for-b-and-strong.html 9 10 * css/html.css: 11 (strong, b): 12 1 13 2011-12-21 Florin Malita <fmalita@google.com> 2 14 -
trunk/Source/WebCore/css/html.css
r101742 r103468 847 847 848 848 strong, b { 849 font-weight: bold er849 font-weight: bold 850 850 } 851 851
Note:
See TracChangeset
for help on using the changeset viewer.