Skip to content

Commit 0752016

Browse files
committed
[css-grid-2] Fix grammar source. Fixes #2917.
1 parent 8463b2b commit 0752016

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-align-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff 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

css-grid-2/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Establishing a Subgrid</h3>
129129
<pre class="prod">
130130
<dfn>&lt;line-name-list></dfn> = [ <<line-names>> | <<name-repeat>> ]+
131131
<dfn>&lt;line-names></dfn> = '[' <<custom-ident>>* ']'
132-
<dfn>&lt;name-repeat></dfn> = repeat( [ <positive-integer> | auto-fill ], <line-names>+)
132+
<dfn>&lt;name-repeat></dfn> = repeat( [ <<positive-integer>> | auto-fill ], <<line-names>>+)
133133
</pre>
134134

135135
The <<name-repeat>> variant of the ''repeat()'' notation

0 commit comments

Comments
 (0)