Re: [css3-text-layout] margin-before/after/start/end etc. and :ttb pseudo-classes

Also sprach Brad Kemper:

 > > That would be a longer stretch, but not impossibly so. Code like this
 > > could work:
 > >
 > > @media (block-direction: rl) { ... }
 > > @media (preferred-writing-mode: vertical) { ... }
 > > @media (ttb) { ... }
 > 
 > Why a longer stretch? It would be better than writing ':ttb' a hundred  
 > times. 

I'm fine with using media queries. Querying user preferences would be
somewhat novel, but one can query window sizes today and that is also
a user preference, kind of. Perhaps:

  @media (rtl) { ... }
  @media (ltr) { ... }
  @media (ttb) { ... }

Cheers,

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

Received on Sunday, 6 June 2010 23:26:29 UTC