Skip to content

Commit a1b28d8

Browse files
committed
[css-align] Fix applies-to of *-items.
1 parent 0f28cc7 commit a1b28d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-align/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ Inline/Main-Axis Alignment: the 'justify-items' property</h3>
13271327
Name: justify-items
13281328
Value: auto | normal | stretch | <<baseline-position>> | [ <<overflow-position>>? && <<self-position>> ] | [ legacy && [ ''<content-position>/left'' | ''<content-position>/right'' | ''<content-position>/center'' ] ]
13291329
Initial: auto
1330-
Applies to: block containers and grid containers
1330+
Applies to: all elements
13311331
Inherited: no
13321332
Percentages: n/a
13331333
Media: visual
@@ -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: flex containers and grid containers
1382+
Applies to: all elements
13831383
Inherited: no
13841384
Percentages: n/a
13851385
Media: visual
@@ -1401,7 +1401,7 @@ Self-Alignment Shorthand: the 'place-items' property</h3>
14011401
Name: place-items
14021402
Value: [ normal | stretch | <<baseline-position>> | <<self-position>> ] [ auto | normal | stretch | <<baseline-position>> | <<self-position>> ]?
14031403
Initial: see individual properties
1404-
Applies to: see individual properties
1404+
Applies to: all elements
14051405
Inherited: no
14061406
Percentages: n/a
14071407
Media: visual

0 commit comments

Comments
 (0)