Skip to content

Commit 590dbdb

Browse files
committed
[css-values-4] Fix links, more highlighting.
1 parent fda83b6 commit 590dbdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-cascade-4/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,14 +322,14 @@ Aliasing</h3>
322322
except that the CSSOM will not use them
323323
when serializing declarations. [[CSSOM]]
324324

325-
<div class=example>
325+
<div class=example highlight=js>
326326
For example, the 'page-break-*' properties
327327
are <a>legacy shorthands</a> for the 'break-*' properties
328328
(see [[css-break-3#page-break-properties]]).
329329

330-
Setting 'page-break-before: always' expands to 'break-before: page' at parse time,
330+
Setting ''page-break-before: always'' expands to ''break-before: page'' at parse time,
331331
like other shorthands do.
332-
Similarly, if 'break-before: page' is set,
332+
Similarly, if ''break-before: page'' is set,
333333
calling <code>getComputedStyle(el).pageBreakBefore</code> will return <code>"always"</code>.
334334
However, when serializing a style block
335335
(see [[cssom-1#serializing-css-values]]),

0 commit comments

Comments
 (0)