- From: Brad Kemper <brad.kemper@gmail.com>
- Date: Tue, 8 Jun 2010 18:24:38 -0700
- To: MURAKAMI Shinyu <murakami@antenna.co.jp>
- Cc: Hakon Wium Lie <howcome@opera.com>, "Tab Atkins Jr." <jackalmage@gmail.com>, John Daggett <jdaggett@mozilla.com>, Boris Zbarsky <bzbarsky@mit.edu>, www-style list <www-style@w3.org>
On Jun 8, 2010, at 10:54 AM, MURAKAMI Shinyu wrote: > Another case, when the initial value of 'writing-mode' is 'lr-tb' > and {writing-mode: tb-rl} is specified in the author style sheet, > we expect :ttb { ... } of the default style sheet is enabled, > but the :ttb selector is not affected by the real writing-mode. Ordinarily, if the author can specify the writing mode, then he can also specify the appropriate margins, etc. for that writing mode. I believe what you are pointing out is that a UA that does not understand 'writing-mode' or cannot render vertical writing would still use those inappropriate margins, etc. without proper fallback. This suggests to me that we really do need something like @supports(writing-mode:ttb)
Received on Wednesday, 9 June 2010 01:25:14 UTC