RE: [css3-text] Does text-transform:fullwidth transform U+0020 SPACE characters as well?

I sent this to Japanese ML too where I got one feedback: if text-transform:fullwidth does affect U+0020, would it run first or would white space processing[1] run first?

I assume white space processing runs first, but we should probably add this to the spec to make it clear.

[1] http://dev.w3.org/csswg/css3-text/#white-space-processing


Regards,
Koji

-----Original Message-----
From: Koji Ishii 
Sent: Wednesday, February 16, 2011 4:02 PM
To: www-style@w3.org
Cc: ML public-i18n-core (public-i18n-core@w3.org)
Subject: [css3-text] Does text-transform:fullwidth transform U+0020 SPACE characters as well?

The question came up during the test case development/review[1] for text-transform:fullwidth[2].

Unicode defines U+3000 IDEOGRAPHIC SPACE is the full-width counterpart of U+0020 SPACE, so I guess it should be done. The primary use case for the property value is to typeset Latin characters and digits like ideographic characters as written in the spec, so transforming U+0020 to U+3000 makes sense to me given the use case.

But U+0020 is a little special in HTML/CSS and therefore I'd like to confirm if doing so doesn't harm anything badly.

Any opinions appreciated.

[1] http://lists.w3.org/Archives/Public/public-css-testsuite/2011Feb/0072.html
[2] http://dev.w3.org/csswg/css3-text/#text-transform


Regards,
Koji

Received on Wednesday, 16 February 2011 11:00:47 UTC