File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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]] ),
You can’t perform that action at this time.
0 commit comments