- From: Fuqiao Xue via GitHub <sysbot+gh@w3.org>
- Date: Sun, 02 Feb 2020 00:38:40 +0000
- To: public-i18n-archive@w3.org
This feature does not necessarily need to be automatically detected by the browser or e-book reader. Content authors should be able to mark it up using HTML classes and use CSS to control the presentation (i.e., spacing). I think that jlreq should not be limited to include only typographic features that the browser/RS can automatically detect and implement. For example, we can use something like this: ```html <style> /* CSS does not have this property value. I just use trim-decimal-point as a possible example. */ .ideographic-numeral { text-spacing: trim-decimal-point; } </style> <span class="ideographic-numeral">〇・三五一四</span> ``` -- GitHub Notification of comment by xfq Please view or discuss this issue at https://github.com/w3c/jlreq/issues/164#issuecomment-581084687 using your GitHub account
Received on Sunday, 2 February 2020 00:38:42 UTC