CARVIEW |
Select Language
HTTP/2 200
date: Fri, 10 Oct 2025 03:17:50 GMT
content-type: text/html
content-encoding: gzip
last-modified: Sat, 15 Jul 2023 03:17:31 GMT
cache-control: max-age=2592000, public
expires: Sat, 08 Nov 2025 11:22:57 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98bd80cc69dea384
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: HIT
set-cookie: __cf_bm=jqw9UVLV60P0Hk6oCJW5k_QsVNy2N83951fMpSylA4c-1760066270-1.0.1.1-0KXPhpBtwc7_xWh8a4wOFtt7CmHGt1rmLZxfSjklXuk_dceiMSCYmLDhks1PjSd9cXOYMxa76DksP.mhWJjbQjEDn2ieTVdRn3.MdEHRApY; path=/; expires=Fri, 10-Oct-25 03:47:50 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98c2f78a8df1f473-BLR
alt-svc: h3=":443"; ma=86400
Re: [css-text-decor] Update to account for sideways-lr/rl from fantasai on 2016-12-27 (www-style@w3.org from December 2016)
Re: [css-text-decor] Update to account for sideways-lr/rl
- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Tue, 27 Dec 2016 16:48:53 +0330
- To: "www-style@w3.org" <www-style@w3.org>, 'WWW International' <www-international@w3.org>, CJK discussion <public-i18n-cjk@w3.org>
- Message-ID: <ff899465-c3d5-2868-8ac3-5fe3fb7284e6@inkedblade.net>
On 03/15/2016 11:46 PM, fantasai wrote: > The Text Decoration module does certain special things for vertical > writing modes; it should be fixed/clarified to make sure it does > the appropriate things for sideways-lr/rl modes (i.e. don't use > vertical typographic conventions, use horizontal ones rotated 90deg). I've checked in changes that make text decoration depend on vertical vs horizontal *typographic* mode rather than *writing* mode. Note that this makes text-emphasis-position and text-underline-position use the [over|under] value pairing instead of the [left|right] for the sideways-lr/rl values of 'writing-mode'. (The logic for this is that all text, including CJK, is rotated in these modes--CJK text would tend to use vertical-lr/rl, which allows for upright characters and allows for sideways characters via 'text-orientation'.) https://www.w3.org/TR/css-writing-modes-3/#typographic-mode https://www.w3.org/TR/css-writing-modes-3/#block-flow Please let me know if there are any concerns with this approach. ~fantasai
Received on Tuesday, 27 December 2016 13:19:34 UTC