ISSUE-18: [css3-writing-modes] Character's intrinsic orientation ⓣ ⓒ

[css3-writing-modes] Character's intrinsic orientation ⓣ ⓒ

State:
CLOSED
Product:
css-writing-modes
Raised by:
Richard Ishida
Opened on:
2011-03-23
Description:
THREAD: http://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style%2F2011Mar%2F0489.html&list=www-style


Fantasai and I were discussing on the definition of "character's intrinsic orientation". It's described at the text-orientation property[1], after "Example V".

After several investigation, we figured that neither script orientation[2] alone nor Unicode East Asian Width[3] alone is good enough to determine the intrinsic orientation, so we need to modify the logic to use both of them. Current our idea is to revise the logic to the one as below.

IF ScriptOrientation=Translate || (EAW=F|W)
Always upright
ELIF ScriptOrientation=Rotate # All chars are EAW=N
Always sideways
ELIF ScriptOrientation=Horizontal # EAW=F|W are already excluded by first IF
Sideways for ''vertical-right'', upright for ''upright''
ELIF # Script=Common|Inherited|Unknown
IF EAW=H|N|Na
Sideways
ELSE # EAW=A
...

The "..." part indicates when both script and EAW are ambiguous. Our hope is to rely on font information in that case, and we'll be investigating the appropriate sentences to put in there.

Current our idea is to put sentences like this:

| If the font has information (like vertical alternates or vertical position)
| that indicates intrinsic orientation is upright, it should be honored.

We'll investigate if this is appropriate and get this reviewed by a few people around, but any opinions and/or feedback are greatly appreciated.

[1] http://dev.w3.org/csswg/css3-writing-modes/#text-orientation
[2] http://dev.w3.org/csswg/css3-writing-modes/#script-orientations
[3] http://unicode.org/reports/tr11/
Related Actions Items:
No related actions
Related emails:
  1. [minutes] Internationalization telecon 2018-02-08 (from ishida@w3.org on 2018-02-12)
  2. Re: [css-text-decor-3] Updated DoC, open issues (from fantasai.lists@inkedblade.net on 2017-04-06)
  3. [css-text-decor-3] Updated DoC, open issues (from fantasai.lists@inkedblade.net on 2016-12-27)
  4. Review of tracker issues for best practices (from addison@lab126.com on 2015-03-25)
  5. I18N-ISSUE-18: [css3-writing-modes] Character's intrinsic orientation [CSS-mail] (from sysbot+tracker@w3.org on 2011-03-23)

Related notes:

No additional notes.

Display change log ATOM feed


Addison Phillips <addisonI18N@gmail.com>, Chair, Richard Ishida <ishida@w3.org>, Bert Bos <bert@w3.org>, Fuqiao Xue <xfq@w3.org>, Atsushi Shimono <atsushi@w3.org>, Staff Contacts
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 18.html,v 1.1 2023/07/19 12:02:00 carcone Exp $