File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1787,7 +1787,7 @@ Self-Alignment Shorthand: the 'place-items' property</h3>
17871787
17881788 <pre class="propdef">
17891789 Name : place-items
1790- Value : <'align-items'> < 'justify-items'>?
1790+ Value : << 'align-items'>> << 'justify-items'> >?
17911791 Initial : see individual properties
17921792 Applies to : all elements
17931793 Inherited : no
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ Establishing a Subgrid</h3>
129129 <pre class="prod">
130130 <dfn><line-name-list></dfn> = [ <<line-names>> | <<name-repeat>> ]+
131131 <dfn><line-names></dfn> = '[' <<custom-ident>> * ']'
132- <dfn><name-repeat></dfn> = repeat( [ <positive-integer> | auto-fill ], <line-names>+)
132+ <dfn><name-repeat></dfn> = repeat( [ << positive-integer>> | auto-fill ], << line-names> > +)
133133 </pre>
134134
135135 The <<name-repeat>> variant of the ''repeat()'' notation
You can’t perform that action at this time.
0 commit comments