- From: Håkon Wium Lie <howcome@opera.com>
- Date: Wed, 14 Dec 2011 15:03:51 +0100
- To: MURATA Makoto <eb2m-mrt@asahi-net.or.jp>
- Cc: www-style@w3.org
Also sprach MURATA Makoto: > The smallest generic solution is one-to-one mapping of UCS code values. > I would be a small subset of your "convert". I think that it would be > very appropriate as Level 1 of text transformation. Yes, I think we can find a simple generic solution that can handle the documented use cases [1]. Personally, I would suggest that we do: @text-transform german-lowercase { convert: "ẞ" to "ß" } @text-transform foo { convert: "abc" to "def" } @text-transform foo { convert: "abc" to "def", "ghi" to "jkl" } /* multiple tranformations */ @text-transform foo { convert: "a-c" to "d-f" } /* ranges, use \- to represent the '-' character */ [1] http://wiki.csswg.org/ideas:at-text-transform -h&kon Håkon Wium Lie CTO °þe®ª howcome@opera.com http://people.opera.com/howcome
Received on Wednesday, 14 December 2011 14:04:37 UTC