Version: (using KDE Devel) Installed from: Compiled sources OS: Linux Text in a table cell inherits the font family, but not the size. Note that this used to happen in older browsers and setting "td: { font-size: 100% }" used to fix it, but it doesn't here.
Created an attachment (id=5700) [details] test case
well, the testcase has transitional doctype. if you want standard compliant rendering, set strict doctype. which browser supports the td font-size hack?
In Firefox 0.8 and IE6 then Strict and Transitional doctypes produce standards compliant output, while a page with no doctype doesn't, as expected. In KDE 3.2, Strict is standards compliant, while Transitional and doctypeless documents look wrong for this test case. Oh, and forget about the font-size hack - I'm not sure what browsers it used to work in, and it isn't important. I was getting confused!
CVS commit by coolo: mergin the doctype sniffing code from Webcore, but reviewed quite some aspects of this - tons of feedback and test cases by David and Germain BUG: 83129 BUG: 79970 A html/doctypes.gperf 1.1 M +6 -0 ChangeLog 1.320 M +3 -6 html/Makefile.am 1.17 M +236 -105 html/html_documentimpl.cpp 1.169 M +2 -2 html/html_headimpl.cpp 1.110 M +1 -1 html/htmlparser.cpp 1.352 M +3 -3 xml/dom_docimpl.cpp 1.301 M +2 -0 xml/dom_docimpl.h 1.138 M +1 -1 xml/dom_elementimpl.cpp 1.202
You need to log in before you can comment on or make changes to this bug.