Skip to content

[css-text-3] No automatic hyphenation without language tagging #2741

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css-text-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1181,13 +1181,13 @@ Line Breaking Details</h3>
The UA is therefore only required to automatically hyphenate text
for which the <a>content language</a> is known
and for which it has an appropriate hyphenation resource.
UAs must not automatically hyphenate untagged content
regardless of the 'hyphens' property value.

<p class="advisement">
Authors should correctly tag their content’s <a lt="content language">language</a>
(e.g. using the HTML ''lang'' attribute)
in order to obtain correct automatic hyphenation.
UAs may refuse to automatically hyphenate untagged content
regardless of the 'hyphens' property value.

<p>When shaping scripts such as Arabic are allowed to break within words
due to hyphenation,
Expand Down