Skip to content

Commit b1b7fb7

Browse files
committed
[css-text] Move non-normative text to a note, further up in the section.
1 parent 13dbb37 commit b1b7fb7

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

css-text/Overview.bs

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1383,8 +1383,11 @@ Line Breaking Details</h3>
13831383
Since optimal justification is language-sensitive,
13841384
authors should correctly language-tag their content for the best results.
13851385

1386-
<p>The exact justification algorithm is UA-dependent;
1387-
however, CSS provides some general guidelines below.
1386+
Note: The guidelines in this level of CSS do not describe a complete
1387+
justification algorithm. They are merely a minimum set of requirements
1388+
that a complete algorithm should meet. Limiting the set of requirements
1389+
gives UAs some latitude in choosing a justification algorithm that
1390+
meets their needs and desired balance of quality, speed, and complexity.
13881391

13891392
<h4 id="expanding-text">
13901393
Expanding and Compressing Text</h4>
@@ -1527,13 +1530,6 @@ Possible Algorithms</h4>
15271530
vs. the justification opportunity between a Han letter followed by a Hangul letter.
15281531
</ul>
15291532

1530-
<p>The guidelines in this level of CSS do not describe a complete
1531-
justification algorithm. They are merely a minimum set of requirements
1532-
that a complete algorithm should meet. Limiting the set of requirements
1533-
gives UAs some latitude in choosing a justification algorithm that
1534-
meets their needs and desired balance of quality, speed, and complexity.
1535-
1536-
15371533
<div class="example">
15381534
<p>For instance, a basic but fast justification algorithm
15391535
might use a simple greedy method for determining line breaks,

0 commit comments

Comments
 (0)