Skip to content

Commit b8716ec

Browse files
committed
[css-size-adjust] The relevant value of 'text-wrap' is 'nowrap', not 'none'.
1 parent 28d3747 commit b8716ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-size-adjust/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ conditions are:
123123
[[!CSS21]]),</li>
124124

125125
<li>when the objects to be adjusted have 'white-space' of ''white-space/pre'' or
126-
''white-space/nowrap'' (see [[!CSS21]]) or a 'text-wrap' of ''text-wrap/none'' (see
126+
''white-space/nowrap'' (see [[!CSS21]]) or a 'text-wrap' of ''text-wrap/nowrap'' (see
127127
[[!CSS-TEXT-4]]).</li>
128128

129129
</ul>

css-size-adjust/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ <h3 class="heading settled" data-level="2.2" id="default-adjustment-conditions">
226226
<li>when the objects to be adjusted are inside a block-level or <a class="css" data-link-type="propdesc" href="https://drafts.csswg.org/css2/visuren.html#propdef-display">display: inline-block</a> element with a <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/visudet.html#propdef-height">height</a> other than <span class="css">auto</span> (see <a data-link-type="biblio" href="#biblio-css21">[CSS21]</a>),
227227
<li>when the objects to be adjusted are inside a <a class="css" data-link-type="propdesc" href="https://drafts.csswg.org/css2/visuren.html#propdef-display">display: inline-block</a> element
228228
with a <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css2/visudet.html#propdef-width">width</a> other than <span class="css">auto</span> (see <a data-link-type="biblio" href="#biblio-css21">[CSS21]</a>),
229-
<li>when the objects to be adjusted have <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-text-3/#propdef-white-space">white-space</a> of <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-text-3/#valdef-white-space-pre">pre</a> or <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-text-3/#valdef-white-space-nowrap">nowrap</a> (see <a data-link-type="biblio" href="#biblio-css21">[CSS21]</a>) or a <a class="property" data-link-type="propdesc">text-wrap</a> of <span class="css">none</span> (see <a data-link-type="biblio" href="#biblio-css-text-4">[CSS-TEXT-4]</a>).
229+
<li>when the objects to be adjusted have <a class="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-text-3/#propdef-white-space">white-space</a> of <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-text-3/#valdef-white-space-pre">pre</a> or <a class="css" data-link-type="maybe" href="https://drafts.csswg.org/css-text-3/#valdef-white-space-nowrap">nowrap</a> (see <a data-link-type="biblio" href="#biblio-css21">[CSS21]</a>) or a <a class="property" data-link-type="propdesc">text-wrap</a> of <span class="css">nowrap</span> (see <a data-link-type="biblio" href="#biblio-css-text-4">[CSS-TEXT-4]</a>).
230230
</ul>
231231
<h3 class="heading settled" data-level="2.3" id="default-adjustment-calculation"><span class="secno">2.3. </span><span class="content">Calculation of default adjustment</span><a class="self-link" href="#default-adjustment-calculation"></a></h3>
232232
<p>The adjustment performed should be based on preferences (of the

0 commit comments

Comments
 (0)