Skip to content
Open
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
5 changes: 1 addition & 4 deletions css-text-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -9746,7 +9746,7 @@ Text fitting: the 'text-fit' property</h3>

<pre class="propdef">
Name: text-fit
Value: [ none | grow | shrink ] [consistent | per-line | per-line-all]? <<percentage>>?
Value: none | [ grow | shrink ] [ consistent | per-line | per-line-all ]? <<percentage>>?
Initial: none
Applies to: <a>block containers</a>
Inherited: no
Expand Down Expand Up @@ -9784,7 +9784,6 @@ Text fitting: the 'text-fit' property</h3>
<dd>
Specifies that all lines in the container are scaled with a single
scaling factor.
This keyword has no effect if ''text-fit/none'' is specified.
If none of ''text-fit/consistent'', ''text-fit/per-line'', or
''text-fit/per-line-all'' are specified, ''text-fit/consistent'' is
assumed.
Expand All @@ -9795,15 +9794,13 @@ Text fitting: the 'text-fit' property</h3>
Specifies that each line is scaled with its own scaling factor.
However, the last line of the block and lines that end in a forced
break are not scaled.
This keyword has no effect if ''text-fit/none'' is specified.
</dd>

<dt><dfn>per-line-all</dfn>
<dd>
Specifies that each line is scaled with its own scaling factor,
including the last line of the block and lines that end in a forced
break.
This keyword has no effect if ''text-fit/none'' is specified.
</dd>

<dt><dfn>&lt;percentage&gt;</dfn>
Expand Down