Changeset 94006 in webkit
- Timestamp:
- Aug 29, 2011, 1:06:52 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 3 edited
-
LayoutTests/ChangeLog (modified) (1 diff)
-
LayoutTests/fast/css/dfn-default-font-style-expected.txt (added)
-
LayoutTests/fast/css/dfn-default-font-style.html (added)
-
Source/WebCore/ChangeLog (modified) (1 diff)
-
Source/WebCore/css/html.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r94002 r94006 1 2011-08-29 Nayan Kumar K <nayankk@motorola.com> 2 3 As per HTML specification, default font style of dfn tag should be italic. 4 https://bugs.webkit.org/show_bug.cgi?id=56670 5 6 Reviewed by Adam Barth. 7 8 * fast/css/dfn-default-font-style-expected.txt: Added. 9 * fast/css/dfn-default-font-style.html: Added. 10 1 11 2011-08-29 Chris Palmer <palmer@google.com> 2 12 -
trunk/Source/WebCore/ChangeLog
r94005 r94006 1 2011-08-29 Nayan Kumar K <nayankk@motorola.com> 2 3 As per HTML specification, default font style of dfn tag should be italic. 4 https://bugs.webkit.org/show_bug.cgi?id=56670 5 6 Reviewed by Adam Barth. 7 8 Test: fast/css/dfn-default-font-style.html 9 10 * css/html.css: 11 (i, cite, em, var, address, dfn): 12 1 13 2011-08-29 Patrick Gansterer <paroga@webkit.org> 2 14 -
trunk/Source/WebCore/css/html.css
r92585 r94006 849 849 } 850 850 851 i, cite, em, var, address {851 i, cite, em, var, address, dfn { 852 852 font-style: italic 853 853 }
Note:
See TracChangeset
for help on using the changeset viewer.