Makoto Kato

Results 22 issues of Makoto Kato

This is a low priority issue from https://bugzilla.mozilla.org/show_bug.cgi?id=1871754. Before using ICU4X, Gecko's word segmenter for Chinese and Japanese is that segment is whether character class is same or not. Actually,...

C-segmentation

Fixes https://github.com/unicode-org/icu4x/issues/4446. If EOT after SA, we should mark as Letter (SA).

(If this is already discussed, please close this) When I look this spec, I cannot find feature detection section. Even If `orientation.lock` isn't supported, Blink and Gecko have this method...

##### Checklist - [x] Required: Issue filed: https://unicode-org.atlassian.net/browse/ICU-21809 - [x] Required: The PR title must be prefixed with a JIRA Issue number. - [x] Required: The PR description must include...

We use same data format for all segmenters, but line and others are different code since line has extra features such as CSS rules. Also, line segmenter has a lot...

Add LocaleData parameter for word/sentence segmenter This is a part of https://github.com/unicode-org/icu4x/issues/3284. ICU4C has some language break rules for word and sentence segmenter, so this fix adds some rules to...

This fix supports Unicode 15.1 for line segmenter. (a part of https://github.com/unicode-org/icu4x/issues/3255) - Added LB15a handling to engine code since LB15a references previous breaking rules. - Adding fallback handling into...

waiting-on-author

In [spec](https://w3c.github.io/screen-orientation/#handling-unloading-documents), > 8.6 Handling unloading documents > > Whenever the [unloading document cleanup steps](https://html.spec.whatwg.org/multipage/document-lifecycle.html#unloading-document-cleanup-steps) run with a document, the user agent MUST run the following steps: > > 1....

In (8.3 Applying an orientation lock ](https://w3c.github.io/screen-orientation/#applying-an-orientation-lock), > 1. If document stops being [fully active](https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active) while [in parallel](https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel), and [[[orientationPendingPromise]]](https://w3c.github.io/screen-orientation/#dfn-orientationpendingpromise) is not null, [reject and nullify the current lock promise](https://w3c.github.io/screen-orientation/#dfn-reject-and-nullify-the-current-lock-promise)...

Follow up https://github.com/unicode-org/icu4x/pull/6379. After ICU4C's InCB is public, we also make it public by removing `#[doc(hidden)]`. Also, if https://github.com/unicode-org/icu/pull/3457 is fixed in ICU4C stable release, we should add an parser...

C-unicode
blocked