- From: Bert Bos <bert@w3.org>
- Date: Thu, 27 Feb 2003 11:54:50 +0100
- To: <www-style@w3.org>
Simon Jessey writes:
> 
> --W3C Working Draft 26 February 2003--
> 
> There appears to be a problem with the way the 'tables' are rendered in:
> 12. Properties Index -
> http://www.w3.org/TR/2003/WD-css3-text-20030226/#properties
> 
> IE6, Opera 7 and Mozilla 1.2.1 all have problems with it. The 'tables'
> appear offset to the left, resulting in missing content. IE displays a
> horizontal scrollbar (ewww). Ironically, Netscape Navigator 4.8 has no
> trouble with it.
I made a mistake in the style sheet :-( There is a rule
    table.proptable {
	...
	margin: 1em 0 1em -8.5em;
And the -8.5 is much too big. (It matches the BODY margin for print
media, but not for screen.) I'll change it ASAP.
Bert
-- 
  Bert Bos                                ( W 3 C ) http://www.w3.org/
  http://www.w3.org/people/bos/                              W3C/INRIA
  bert@w3.org                             2004 Rt des Lucioles / BP 93
  +33 (0)4 92 38 76 92            06902 Sophia Antipolis Cedex, France
Received on Thursday, 27 February 2003 05:54:52 UTC