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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 12 11:16:34 PDT 2008


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





------- Comment #1 from rc at opelgt.org  2008-09-12 11:16 PDT -------
To have something that works:

<HTML>
 <HEAD>
  <STYLE type="text/css">
   table.m td        {border:1px solid #F00}
   table.m td td     {border:1px solid #FA0}
  </STYLE>
 </HEAD>
<BODY>
<TABLE class=m>
 <TR>
  <TD>
   <TABLE><TR><TD>innere Tabelle</TD></TR></TABLE>
  </TD>
  <TD>Text</TD>
 </TR>
</TABLE>
</BODY>
</HTML>


-- 
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