-
Notifications
You must be signed in to change notification settings - Fork 4
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
Wordspace should be underlined #119
Comments
The first comment in this issue contains text that will automatically appear in the Ethiopic 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. |
|
I've been thinking this through again, and about this being something the content author needs to request. I'm not sure that there's an issue here. Ethiopic wordspace is underlined by default when The question is, if the content author then goes on to also apply @dyacob what do you think. |
@r12a Your take seems most natural regarding the expectation when using skip-spaces applied over text with the Ethiopic wordspace. Not to complicate things, but... I believe an author using skip-spaces is primarily desiring that only words (letters) be underlined. Thus the wish is also to not underline Ethiopic Comma, Semicon, etc. that would be formatted (positioned between words) under the same rules as the wordspace. skip-spaces helps to that end, but leaves the author with a bit of manual work to remove the underline from regular punctuation. All a bit hypothetical, as I haven't come into this style in documents using workspace. |
This issue is applicable to languages using the Ethiopic script, but the principle probably also applies to a number of archaic scripts.
We are currently investigating whether there is really an issue here.
When underlining a word followed by an ethiopic wordspace, the punctuation should also receive the underline. (See the relevant section in the Ethiopic Layout Requirements doc.)
The CSS Text Decoration spec, Level 4 currently says that text-decoration-skip:spaces would not underline Ethiopic word spaces. This seems like a basic issue.
A test is available for this, but text-decoration-skip:spaces doesn't appear to be supported yet by browsers. The issue may arise when implementations begin to provide support for that value.
The text was updated successfully, but these errors were encountered: