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

::first-letter selection fails on conjuncts only #83

Closed
r12a opened this issue Feb 4, 2020 · 2 comments
Closed

::first-letter selection fails on conjuncts only #83

r12a opened this issue Feb 4, 2020 · 2 comments

Comments

@r12a
Copy link
Contributor

r12a commented Feb 4, 2020

To select the characters to which styling is applied, it is possible to manually mark up the initial letters and apply styling to them. However, it is more flexible and easier to use the CSS ::first-letter pseudo-element.

Test ::first-letter selection will keep conjuncts together.

The tests show that Firefox, Chrome, and Safari all handle consonant plus pulli, and consonant plus vowel-sign combinations correctly, include prescript vowel-signs. They also handle typical punctuation that occurs at the beginning of a Tamil paragraph.

Chrome and Safari, however, fail to treat as a unit the KSHA conjunct (although it's not clear that any Tamil words begin with that sequence of characters) and SHRI conjuncts, whether the latter is spelled with ஸ or ஶ. The latter conjunct does begin a few words, such as ஶ்ரீநகர். Firefox selects the whole conjunct in all cases.

The impact here is advanced, since the impact of the failures cited here on the user is likely to be very small, especially since they can resort to markup in the rare cases where the conjuncts are not properly handled.

@r12a
Copy link
Contributor Author

r12a commented Feb 4, 2020

The first comment in this issue contains text that will automatically appear in the Tamil gap-analysis document as a subsection with the same title as this issue. Any edits made to that comment will be immediately available in the document. Proposals for changes or discussion of the content can be made in comments below this point.

@r12a
Copy link
Contributor Author

r12a commented May 18, 2021

Closed in favour of #116

@r12a r12a closed this as completed May 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant