[Webkit-unassigned] [Bug 19573] font-size didn't inherit from body to table elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 16 09:54:21 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=19573





------- Comment #2 from mitz at webkit.org  2008-06-16 09:54 PDT -------
>From quirks.css:

/* Tables reset both line-height and white-space in quirks mode. */
/* Compatible with WinIE. Note that font-family is *not* reset. */
table {
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-size: medium;
    font-variant: normal;
    font-style: normal;
    color: -webkit-text;
    text-align: -webkit-auto
}


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list