Skip to content

Commit b9acffc

Browse files
committed
[css-values][meta] Swap from pre to code.
1 parent d00fb5d commit b9acffc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-values-4/Overview.bs

+6-6
Original file line numberDiff line numberDiff line change
@@ -260,18 +260,18 @@ Combinator and Multiplier Patterns</h3>
260260
<tbody>
261261
<tr>
262262
<th>zero or more
263-
<td><pre>A? B? C?</pre>
264-
<td><pre> A? || B? || C?</pre>
263+
<td><code>A? B? C?</code>
264+
<td><code>A? || B? || C?</code>
265265

266266
<tr>
267267
<th>one or more
268-
<td><pre> [ A? B? C? ]!</pre>
269-
<td><pre>A || B || C</pre>
268+
<td><code>[ A? B? C? ]!</code>
269+
<td><code>A || B || C</code>
270270

271271
<tr>
272272
<th>all
273-
<td><pre>A B C </pre>
274-
<td><pre>A && B && C</pre>
273+
<td><code>A B C </code>
274+
<td><code>A && B && C</code>
275275
</table>
276276

277277
Note that all of the "any order" possibilities are expressed using combinators,

0 commit comments

Comments
 (0)