Skip to content

Commit db06684

Browse files
juliandescottesjgraham
authored andcommitted
Fix missing minimum print size in Print page command
1 parent 91b29b2 commit db06684

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11253,9 +11253,12 @@

Print Page

1125311253
default of <code>27.94code> from <var>pagevar>.
1125411254

1125511255
<li><p>If either of <var>pageWidthvar> or <var>pageHeightvar> is
11256-
not a <a>Numbera>, or is less then 0, return <a>errora>
11256+
not a <a>Numbera>, or is less than <code>(2.54 / 72)code>, return <a>errora>
1125711257
with <a>error codea> <a>invalid argumenta>.
1125811258

11259+
<p class=note>The minimum page size is <code>1code> point, which is
11260+
<code>(2.54 / 72)code> as per <a>absolute lengthsa>.
11261+
1125911262
<li><p>Let <var>marginvar> be the result of <a>getting a property
1126011263
with defaulta> named "<code>margincode>" and with a default of an
1126111264
empty <a>Objecta> from <var>parametersvar>.
@@ -11862,6 +11865,7 @@

Index

1186211865
<dd>The following terms are defined in
1186311866
the CSS Values and Units Module Level 3 specification: [[CSS3-VALUES]]
1186411867
<ul>
11868+
<li><dfn><a href=https://www.w3.org/TR/css-values-3/#absolute-lengths>absolute lengthsa>dfn>
1186511869
<li><dfn><a href=https://www.w3.org/TR/css-values-3/#px>CSS pixelsa>dfn>
1186611870
ul>
1186711871

0 commit comments

Comments
 (0)