Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IVS in string searching #21

Open
xfq opened this issue Oct 29, 2023 · 0 comments
Open

IVS in string searching #21

xfq opened this issue Oct 29, 2023 · 0 comments

Comments

@xfq
Copy link
Member

xfq commented Oct 29, 2023

In an IVS, when VS and the previous code point are displayed and used, they should be treated as one "character" when displayed. When doing string searching operations, the first code point should be the processing baseline. For example, if two Han characters appear together, such as "龍VS天" (U+9F8D U+E0100 U+5929), searching "龍天" should match the relevant content. If necessary, the browser can also include some preference to config "precise" string searching operations.

Some IVS examples:

Currently, Blink and WebKit supports this, but Gecko does not.

Maybe we can add it to https://w3c.github.io/string-search/#orthoVariation ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant