[Webkit-unassigned] [Bug 20799] Formatting <TD> with CSS only in the first deeper level

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 20 19:57:37 PDT 2011


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


Tab Atkins <tabatkins at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME
                 CC|                            |tabatkins at google.com




--- Comment #2 from Tab Atkins <tabatkins at google.com>  2011-10-20 19:57:37 PST ---
HTML automatically "repairs" tables by wrapping bare <tr>s into a <tbody>, which is why your .r selector didn't work.  So the selector you want is "table > tbody > tr > td".

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



More information about the webkit-unassigned mailing list