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/howcomeReceived on Sunday, 6 June 2010 23:26:29 UTC
This archive was generated by hypermail 2.4.0 : Monday, 23 January 2023 02:13:47 UTC