Skip to content

Commit bbcfb4e

Browse files
committed
[css-align] Clarify that block's contents are aligned as a unit.
1 parent e0db34f commit bbcfb4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-align/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ Content Distribution: the 'justify-content' and 'align-content' properties</h2>
458458
<dt>Block Containers:
459459
<dd>
460460
The <a>alignment container</a> is the <a>block container</a>’s content box.
461-
The <a>alignment subject</a> is the entire contents of the block.
461+
The <a>alignment subject</a> is the entire contents of the block, as a unit.
462462

463463
The 'align-content' property applies along the <a>block axis</a>,
464464
but if a <<content-distribution>> is specified

css-align/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ <h2 class="heading settled" data-level="4" id="content-distribution"><span class
996996
</dt>
997997
<dd>
998998
The <a data-link-type="dfn" href="#alignment-container">alignment container</a> is the <a data-link-type="dfn" href="http://dev.w3.org/csswg/css-display-3/#block-container">block container</a>’s content box.
999-
The <a data-link-type="dfn" href="#alignment-subject">alignment subject</a> is the entire contents of the block.
999+
The <a data-link-type="dfn" href="#alignment-subject">alignment subject</a> is the entire contents of the block, as a unit.
10001000

10011001

10021002
<p>The <a class="property" data-link-type="propdesc" href="#propdef-align-content">align-content</a> property applies along the <a data-link-type="dfn" href="http://dev.w3.org/csswg/css-writing-modes-3/#block-axis">block axis</a>,

0 commit comments

Comments
 (0)