File tree 1 file changed +5
-1
lines changed 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11253,9 +11253,12 @@ <h3><dfn>Print Page</dfn></h3>
11253
11253
default of < code > 27.94</ code > from < var > page</ var > .
11254
11254
11255
11255
< li > < p > If either of < var > pageWidth</ var > or < var > pageHeight</ var > is
11256
- not a < a > Number</ a > , or is less then 0 , return < a > error</ a >
11256
+ not a < a > Number</ a > , or is less than < code > (2.54 / 72) </ code > , return < a > error</ a >
11257
11257
with < a > error code</ a > < a > invalid argument</ a > .
11258
11258
11259
+ < p class =note > The minimum page size is < code > 1</ code > point, which is
11260
+ < code > (2.54 / 72)</ code > as per < a > absolute lengths</ a > .
11261
+
11259
11262
< li > < p > Let < var > margin</ var > be the result of < a > getting a property
11260
11263
with default</ a > named "< code > margin</ code > " and with a default of an
11261
11264
empty < a > Object</ a > from < var > parameters</ var > .
@@ -11862,6 +11865,7 @@ <h2>Index</h2>
11862
11865
< dd > The following terms are defined in
11863
11866
the CSS Values and Units Module Level 3 specification: [[CSS3-VALUES]]
11864
11867
< ul >
11868
+ <!-- absolute lengths --> < li > < dfn > < a href =https://www.w3.org/TR/css-values-3/#absolute-lengths > absolute lengths</ a > </ dfn >
11865
11869
<!-- CSS pixels --> < li > < dfn > < a href =https://www.w3.org/TR/css-values-3/#px > CSS pixels</ a > </ dfn >
11866
11870
</ ul >
11867
11871
You can’t perform that action at this time.
0 commit comments