RE: [CSS21] response to issue 36

I have repeatedly unsubscribed from this list and I am continuing to receive
emails. Can someone please inform the moderator of this?

Thanks!

Mike Tangorre

-----Original Message-----
From: staffan.mahlen@comhem.se [mailto:staffan.mahlen@comhem.se] 
Sent: Tuesday, February 10, 2004 1:57 PM
To: www-style@w3.org
Subject: Re: [CSS21] response to issue 36


On 9 Feb 2004 at 17:47, Bert Bos wrote:
> CSS WG response:
> 
>     Because that's what UAs interoperably do, and the adjacent
>     position is desirable if there is enough room.
> 

While i must admit to more or less agreeing to the first part of the 
above sentence, i don't quite understand the second. For instance, 
what users intuitively expect the following should render like it 
does?

  <table align="left">
    <tr><td>First</td></tr>
  </table>
  <table align="center">
    <tr><td>Second</td></tr>
  </table>
  <table align="right">
    <tr><td>Third</td></tr>
  </table>


If you play around a little, you do get interoperability issues, but 
that may be due to the bugs in table and float implementations rather 
than issues with the model.

The above is really not all that interesting, but if you get some 
spare time, i would like help understanding why this is ever 
desirable.
 /Staffan

Received on Tuesday, 10 February 2004 13:59:05 UTC