Skip to content

Commit c5564ae

Browse files
committed
1 parent a5e23a2 commit c5564ae

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

css3-page/Overview.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2220,6 +2220,7 @@ <h3 id=page-size-prop><span class=secno>8.1. </span>Page size: the ‘<a
22202220
the page box height. Values in units of <span class=css><code
22212221
class=property>em</code></span> and <span class=css><code
22222222
class=property>ex</code></span> refer to the page context's font.
2223+
Negative lengths are illegal.
22232224

22242225
<tr>
22252226
<td>&lt;page-size&gt;

css3-page/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,7 @@ <h3 id="page-size-prop">Page size: the 'size' property</h3>
15811581
the box is a square). If two length values are specified, the first establishes
15821582
the page box width, and the second the page box height. Values in units of
15831583
<span class="css">'em'</span> and <span class="css">'ex'</span> refer to the
1584-
page context's font.</td>
1584+
page context's font. Negative lengths are illegal.</td>
15851585
</tr>
15861586
<tr>
15871587
<td>&lt;page-size&gt;</td>

0 commit comments

Comments
 (0)