File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -322,14 +322,14 @@ Aliasing</h3>
322
322
except that the CSSOM will not use them
323
323
when serializing declarations. [[CSSOM]]
324
324
325
- <div class=example>
325
+ <div class=example highlight=js >
326
326
For example, the 'page-break-*' properties
327
327
are <a>legacy shorthands</a> for the 'break-*' properties
328
328
(see [[css-break-3#page-break-properties]] ).
329
329
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,
331
331
like other shorthands do.
332
- Similarly, if 'break-before: page' is set,
332
+ Similarly, if '' break-before: page' ' is set,
333
333
calling <code> getComputedStyle(el).pageBreakBefore</code> will return <code> "always"</code> .
334
334
However, when serializing a style block
335
335
(see [[cssom-1#serializing-css-values]] ),
You can’t perform that action at this time.
0 commit comments