Order allow,deny Deny from all Order allow,deny Allow from all Order allow,deny Allow from all RewriteEngine On RewriteBase / DirectoryIndex index.php RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] Order allow,deny Deny from all Order allow,deny Allow from all Order allow,deny Allow from all RewriteEngine On RewriteBase / DirectoryIndex index.php RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] [css-text-3] Clarify notes about scope of line-break rules. #1252 · w3c/csswg-drafts@c9cc5c8 · GitHub
Skip to content

Commit c9cc5c8

Browse files
committed
[css-text-3] Clarify notes about scope of line-break rules. #1252
1 parent caf1e47 commit c9cc5c8

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

css-text-3/Overview.bs

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,16 +1240,20 @@ Line Breaking Details</h3>
12401240
</ul>
12411241
</ul>
12421242

1243-
<p class="note">Note: In the requirements listed above,
1244-
no distinction is made among the levels of strictness in non-CJK text:
1245-
only CJK codepoints are affected,
1246-
unless the text is marked as <a for=writing-system>Chinese</a> or <a for=writing-system>Japanese</a>,
1247-
in which case some additional common codepoints are affected.
1243+
<p class="note">Note:
1244+
The specific rules listed above
1245+
only create distinctions in CJK text:
1246+
unless the writing system is tagged as
1247+
<a for=writing-system>Chinese</a> or <a for=writing-system>Japanese</a>,
1248+
only CJK codepoints are affected.
1249+
Future levels may add additional specific rules
1250+
for other writing systems and languages
1251+
as their requirements become known.
12481252

12491253
<div class="example">
12501254
As UAs can add additional distinctions
12511255
between ''line-break/strict''/''line-break/normal''/''line-break/loose'' modes,
1252-
these values can exhibit other differences as well.
1256+
these values can exhibit differences in other writing systems as well.
12531257
For example, a UA with sufficiently-advanced Thai language processing ability
12541258
could choose to map different levels of strictness in Thai line-breaking
12551259
to these keywords,

0 commit comments

Comments
 (0)