Skip to content

Commit ef903be

Browse files
committed
[css-align] Fix incorrect applies-to lines; fixes #764
1 parent d3d67e4 commit ef903be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-align/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,7 @@ Block/Cross-Axis Alignment: the 'align-items' property</h3>
13791379
Name: align-items
13801380
Value: normal | stretch | <<baseline-position>> | [ <<overflow-position>>? && <<self-position>> ]
13811381
Initial: normal
1382-
Applies to: block-level elements
1382+
Applies to: flex containers and grid containers
13831383
Inherited: no
13841384
Percentages: n/a
13851385
Media: visual
@@ -1400,12 +1400,12 @@ Self-Alignment Shorthand: the 'place-items' property</h3>
14001400
<pre class="propdef">
14011401
Name: place-items
14021402
Value: [ auto | normal | stretch | <<baseline-position>> | <<self-position>> ]{1,2}
1403-
Initial: auto
1404-
Applies to: block-level boxes, absolutely-positioned boxes, and grid items
1403+
Initial: see individual properties
1404+
Applies to: see individual properties
14051405
Inherited: no
14061406
Percentages: n/a
14071407
Media: visual
1408-
Computed value: specified value
1408+
Computed value: see individual properties
14091409
Animatable: no
14101410
</pre>
14111411

0 commit comments

Comments
 (0)