Skip to content

Commit 0915aa3

Browse files
committed
[css-values] markup typo
1 parent 4607d16 commit 0915aa3

File tree

2 files changed

+53
-51
lines changed

2 files changed

+53
-51
lines changed

css-values/Overview.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,11 @@ Component value combinators</h3>
144144
ordering of the grammar does not matter:
145145
components in the same grouping may be interleaved in any order.
146146
Thus, the following lines are equivalent:
147+
147148
<pre>
148-
<!---->a || b || c
149-
<!---->b || a || c</pre>
149+
a || b || c
150+
b || a || c
151+
</pre>
150152

151153
<h3 id="component-multipliers">
152154
Component value multipliers</h3>

0 commit comments

Comments
 (0)