W3C home > Mailing lists > Public > public-i18n-archive@w3.org > January to March 2020

Re: [jlreq] 3.1.3: There is no simple way of achieving what's described in 3.1.3 (#164)

From: Fuqiao Xue via GitHub <sysbot+gh@w3.org>
Date: Sun, 02 Feb 2020 00:38:40 +0000
To: public-i18n-archive@w3.org
Message-ID: <issue_comment.created-581084687-1580603919-sysbot+gh@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

This archive was generated by hypermail 2.4.0 : Monday, 4 July 2022 18:09:40 UTC