Skip to content

Commit af19600

Browse files
committed
[css-align] Correct applies to error for justify-items (doesn't apply to flex containers)
1 parent 54e10a4 commit af19600

2 files changed

Lines changed: 207 additions & 207 deletions

File tree

css-align/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ Inline/Main-Axis Alignment: the 'justify-items' property</h3>
868868
Name: justify-items
869869
Value: auto | stretch | <<baseline-position>> | [ <<self-position>> && <<overflow-position>>? ] | [ legacy && [ ''<content-position>/left'' | ''<content-position>/right'' | ''<content-position>/center'' ] ]
870870
Initial: auto
871-
Applies to: block containers, flex containers, and grid containers
871+
Applies to: block containers and grid containers
872872
Inherited: no
873873
Percentages: n/a
874874
Media: visual

0 commit comments

Comments
 (0)