htmlHacks() - Fun with Safari HTML rendering This is a code snippet from one of the patches Safari coder Dave Hyatt created in his now completed quest to pass the acid2 HTML/CSS rendering test:
+ else if (!style()->htmlHacks()) { + // Completely empty tables (with no sections or anything) + // should at least honor specified height in strict mode. + m_height += th; + }
|