File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -809,7 +809,12 @@ Characters and Letters</h3>
809
809
it is a <dfn>soft wrap break</dfn> .
810
810
The process of breaking inline-level content into lines is called <dfn lt="line-breaking-process">line breaking</dfn> .
811
811
812
- <p> Wrapping is only performed at an allowed break point, called a <dfn export>soft wrap opportunity</dfn> .
812
+ <p> Wrapping is only performed at an allowed break point,
813
+ called a <dfn export>soft wrap opportunity</dfn> .
814
+ When wrapping is enabled (see 'white-space' ),
815
+ the UA must minimize the amount of content overflowing a line
816
+ by wrapping the line at a <a>soft wrap opportunity</a> ,
817
+ if one exists.
813
818
814
819
<p> In most writing systems,
815
820
in the absence of hyphenation a <a>soft wrap opportunity</a> occurs only at word boundaries.
You can’t perform that action at this time.
0 commit comments