Changeset 10060 in webkit
- Timestamp:
- Aug 5, 2005, 1:47:36 PM (20 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/ChangeLog-2005-08-23
r10059 r10060 8 8 * layout-tests/fast/js/regexp-big-unicode-ranges-expected.txt: Added. 9 9 * layout-tests/fast/js/regexp-big-unicode-ranges.html: Added. 10 11 2005-08-05 David Hyatt <hyatt@apple.com> 12 13 Make sure that <wbr> and <nobr> are included as residual style tags. 14 15 Reviewed by john 16 17 Test cases added: fast/invalid/wbrlink.html 18 19 * khtml/css/html4.css: 20 * khtml/html/htmlparser.cpp: 21 (HTMLParser::isResidualStyleTag): 10 22 11 23 2005-08-05 David Hyatt <hyatt@apple.com> -
trunk/WebCore/khtml/css/html4.css
r10012 r10060 372 372 373 373 nobr { 374 display: inline;375 374 white-space: nowrap 376 375 } -
trunk/WebCore/khtml/html/htmlparser.cpp
r10041 r10060 935 935 residualStyleTags.insert(kbdTag.localName().implementation()); 936 936 residualStyleTags.insert(varTag.localName().implementation()); 937 residualStyleTags.insert(nobrTag.localName().implementation()); 938 residualStyleTags.insert(wbrTag.localName().implementation()); 937 939 } 938 940
Note:
See TracChangeset
for help on using the changeset viewer.