On Mon, 15 Dec 2003, Idan Sofer wrote: > >Known bug. What's stopping its' resolution is that CSS doesn't define a > >property for "margin from start of line" but only "margin from > >left/right". Thus, you cannot give <ol>s and <ul>s a direction-dependant > >style. > > > > > > > I wonder how explorer workarounds this issue - I have a feeling it does > so in fairly kludgy way, that it's either going to break as soon as one > defines it's own custom stylesheet, or they do that by inverting margin > left/right according to the text direction(which is a lousy solution to > the problem if one cares about standards, but not something unexpected)
A good solution to this will be to add a new (non-standard) method of setting the margins, say, "margin-start" and "margin-end", and use it in the default stylesheet, and have margin-left and margin-right override this non-standard setting. Alon -- This message was sent by Alon Altman ([EMAIL PROTECTED]) ICQ:1366540 GPG public key at http://alon.wox.org/pubkey.txt Key fingerprint = A670 6C81 19D3 3773 3627 DE14 B44A 50A3 FE06 7F24 -------------------------------------------------------------------------- -=[ Random Fortune ]=- Your mode of life will be changed to ASCII. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
