Re: [css3-text-layout] New editor's draft - margin-before/after/start/end etc.

Also sprach Brad Kemper:

 > Yes, but surely you are not suggesting that an equivalent rule with
 > with 'left', 'right', etc. that computes to the same thing couldn't
 > also be written? E.g.:
 > 
 >  p {
 >    margin-top: 10px;
 >    margin-bottom: 10px;
 >    margin-left: 20px;
 >    margin-right: 20px;
 >  }
 > 
 >  p:lang(ja) {
 >    writing-mode: tb-rl;
 >    margin-top: 20px;
 >    margin-bottom: 20px;
 >    margin-left: 10px;
 >    margin-right: 10px;
 >  }

Sure, this would also work.

-h&kon
              Håkon Wium Lie                          CTO °þe®ª
howcome@opera.com                  http://people.opera.com/howcome

Received on Wednesday, 26 May 2010 14:32:45 UTC