File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1787,7 +1787,7 @@ Self-Alignment Shorthand: the 'place-items' property</h3>
1787
1787
1788
1788
<pre class="propdef">
1789
1789
Name : place-items
1790
- Value : <'align-items'> < 'justify-items'>?
1790
+ Value : << 'align-items'>> << 'justify-items'> >?
1791
1791
Initial : see individual properties
1792
1792
Applies to : all elements
1793
1793
Inherited : no
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ Establishing a Subgrid</h3>
129
129
<pre class="prod">
130
130
<dfn><line-name-list></dfn> = [ <<line-names>> | <<name-repeat>> ]+
131
131
<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> > +)
133
133
</pre>
134
134
135
135
The <<name-repeat>> variant of the ''repeat()'' notation
You can’t perform that action at this time.
0 commit comments