Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-size-adjust-1] Fix inconsistency aliases #10659

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
12 changes: 6 additions & 6 deletions css-size-adjust-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ Module interactions {#placement}
--------------------------------

This module adds additional features that are not defined in
[[CSS21]]. These features may lead to a different size being computed
than would be computed when following [[CSS21]] alone.
[[CSS2]]. These features may lead to a different size being computed
than would be computed when following [[CSS2]] alone.

Value Definitions {#values}
-----------------
Expand Down Expand Up @@ -108,22 +108,22 @@ conditions are:

<ul>
<li>when the total amount of text in the block formatting context (see
[[!CSS21]]) (excluding text inside descendant block formatting
[[!CSS2]]) (excluding text inside descendant block formatting
contexts) is approximately smaller than the amount that would require
wrapping to more than one or two lines within that context's
width,</li>

<li>when the objects to be adjusted are inside a block-level or
''display: inline-block'' element with a 'height' other than
''height/auto'' (see [[!CSS21]]),</li>
''height/auto'' (see [[!CSS2]]),</li>

<li>when the objects to be adjusted are inside a
''display: inline-block'' element
with a 'width' other than ''width/auto'' (see
[[!CSS21]]),</li>
[[!CSS2]]),</li>

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

</ul>
Expand Down