Skip to content

Commit ffe6e54

Browse files
Fix missing minimum print size in Print page command
SHA: db06684 Reason: push, by pull[bot] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e6e6314 commit ffe6e54

File tree

1 file changed

+29
-11
lines changed

1 file changed

+29
-11
lines changed

index.html

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
.mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
177177
.mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
178178
</style>
179-
<meta name="revision" content="91b29b288310d98723bbbd91b9316b46a26297b5">
179+
<meta name="revision" content="db066844e3ef391ca3b915880a314fbda78e61aa">
180180
<meta name="description" content="WebDriver is a remote control interface
181181
that enables introspection and control of user agents.
182182
It provides a platform- and language-neutral wire protocol
@@ -272,15 +272,15 @@
272272
],
273273
"profile": "web-platform"
274274
},
275-
"gitRevision": "91b29b288310d98723bbbd91b9316b46a26297b5",
276-
"publishISODate": "2024-09-20T00:00:00.000Z",
277-
"generatedSubtitle": "W3C Editor's Draft 20 September 2024"
275+
"gitRevision": "db066844e3ef391ca3b915880a314fbda78e61aa",
276+
"publishISODate": "2024-10-10T00:00:00.000Z",
277+
"generatedSubtitle": "W3C Editor's Draft 10 October 2024"
278278
}</script>
279279
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"></head><body data-cite="WEBIDL CSSOM-VIEW GEOMETRY-1 fileapi HTML INFRA URL WEBIDL DOM FETCH" class="h-entry"><div class="head">
280280
<p class="logos"><a class="logo" href="https://www.w3.org/"><img crossorigin="" alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72">
281281
</a></p>
282282
<h1 id="title" class="title">WebDriver</h1>
283-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2024-09-20">20 September 2024</time></p>
283+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2024-10-10">10 October 2024</time></p>
284284
<details open="">
285285
<summary>More details about this document</summary>
286286
<dl>
@@ -12002,10 +12002,13 @@ <h1 id="title" class="title">WebDriver</h1>
1200212002
default of <code>27.94</code> from <var>page</var>.
1200312003

1200412004
</p></li><li><p>If either of <var>pageWidth</var> or <var>pageHeight</var> is
12005-
not a <a href="#dfn-number" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-number-21">Number</a>, or is less then 0, return <a href="#dfn-error" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-error-282">error</a>
12005+
not a <a href="#dfn-number" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-number-21">Number</a>, or is less than <code>(2.54 / 72)</code>, return <a href="#dfn-error" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-error-282">error</a>
1200612006
with <a href="#dfn-error-code" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-error-code-253">error code</a> <a href="#dfn-invalid-argument" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-invalid-argument-113">invalid argument</a>.
1200712007

12008-
</p></li><li><p>Let <var>margin</var> be the result of <a href="#dfn-getting-the-property-with-default" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-getting-the-property-with-default-7">getting a property
12008+
</p><div class="note" role="note" id="issue-container-generatedID-63"><div role="heading" class="note-title marker" id="h-note-63" aria-level="4"><span>Note</span></div><p class="">The minimum page size is <code>1</code> point, which is
12009+
<code>(2.54 / 72)</code> as per <a href="#dfn-absolute-lengths" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-absolute-lengths-1">absolute lengths</a>.
12010+
12011+
</p></div></li><li><p>Let <var>margin</var> be the result of <a href="#dfn-getting-the-property-with-default" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-getting-the-property-with-default-7">getting a property
1200912012
with default</a> named "<code>margin</code>" and with a default of an
1201012013
empty <a href="#dfn-object" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-object-55">Object</a> from <var>parameters</var>.
1201112014

@@ -12606,7 +12609,8 @@ <h1 id="title" class="title">WebDriver</h1>
1260612609
</dt><dd>The following terms are defined in
1260712610
the CSS Values and Units Module Level 3 specification: [<cite><a class="bibref" data-link-type="biblio" href="#bib-css3-values" title="CSS Values and Units Module Level 3">CSS3-VALUES</a></cite>]
1260812611
<ul>
12609-
<li><dfn id="dfn-css-pixels" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn"><a href="https://www.w3.org/TR/css-values-3/#px">CSS pixels</a></dfn>
12612+
<li><dfn id="dfn-absolute-lengths" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn"><a href="https://www.w3.org/TR/css-values-3/#absolute-lengths">absolute lengths</a></dfn>
12613+
</li><li><dfn id="dfn-css-pixels" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn"><a href="https://www.w3.org/TR/css-values-3/#px">CSS pixels</a></dfn>
1261012614
</li></ul>
1261112615

1261212616
</dd><dd>The following properties are defined in
@@ -12749,6 +12753,8 @@ <h1 id="title" class="title">WebDriver</h1>
1274912753
<a class="index-term" href="#dfn-2d-context-creation-algorithm">2D context creation algorithm</a>
1275012754
<span class="print-only">§E.</span></li><li>
1275112755
<a class="index-term" href="#dfn-a-serialization-of-the-bitmap-as-a-file">A serialization of the bitmap as a file</a>
12756+
<span class="print-only">§E.</span></li><li>
12757+
<a class="index-term" href="#dfn-absolute-lengths">absolute lengths</a>
1275212758
<span class="print-only">§E.</span></li><li>
1275312759
<a class="index-term" href="#dfn-absolute-url">Absolute URL</a>
1275412760
<span class="print-only">§E.</span></li><li>
@@ -14243,7 +14249,7 @@ <h1 id="title" class="title">WebDriver</h1>
1424314249
</dd><dt id="bib-geometry-1">[GEOMETRY-1]</dt><dd>
1424414250
<a href="https://www.w3.org/TR/geometry-1/"><cite>Geometry Interfaces Module Level 1</cite></a>. Simon Pieters; Chris Harrelson. W3C. 4 December 2018. W3C Candidate Recommendation. URL: <a href="https://www.w3.org/TR/geometry-1/">https://www.w3.org/TR/geometry-1/</a>
1424514251
</dd><dt id="bib-html">[HTML]</dt><dd>
14246-
<a href="https://html.spec.whatwg.org/multipage/"><cite>HTML Standard</cite></a>. Anne van Kesteren; Domenic Denicola; Ian Hickson; Philip Jägenstedt; Simon Pieters. WHATWG. Living Standard. URL: <a href="https://html.spec.whatwg.org/multipage/">https://html.spec.whatwg.org/multipage/</a>
14252+
<a href="https://html.spec.whatwg.org/multipage/"><cite>HTML Standard</cite></a>. Anne van Kesteren; Domenic Denicola; Dominic Farolino; Ian Hickson; Philip Jägenstedt; Simon Pieters. WHATWG. Living Standard. URL: <a href="https://html.spec.whatwg.org/multipage/">https://html.spec.whatwg.org/multipage/</a>
1424714253
</dd><dt id="bib-infra">[INFRA]</dt><dd>
1424814254
<a href="https://infra.spec.whatwg.org/"><cite>Infra Standard</cite></a>. Anne van Kesteren; Domenic Denicola. WHATWG. Living Standard. URL: <a href="https://infra.spec.whatwg.org/">https://infra.spec.whatwg.org/</a>
1424914255
</dd><dt id="bib-mediaqueries-4">[mediaqueries-4]</dt><dd>
@@ -14281,9 +14287,9 @@ <h1 id="title" class="title">WebDriver</h1>
1428114287
</dd><dt id="bib-rfc7235">[RFC7235]</dt><dd>
1428214288
<a href="https://httpwg.org/specs/rfc7235.html"><cite>Hypertext Transfer Protocol (HTTP/1.1): Authentication</cite></a>. R. Fielding, Ed.; J. Reschke, Ed.. IETF. June 2014. Proposed Standard. URL: <a href="https://httpwg.org/specs/rfc7235.html">https://httpwg.org/specs/rfc7235.html</a>
1428314289
</dd><dt id="bib-uax29">[UAX29]</dt><dd>
14284-
<a href="https://www.unicode.org/reports/tr29/tr29-43.html"><cite>Unicode Text Segmentation</cite></a>. Josh Hadley. Unicode Consortium. 16 August 2023. Unicode Standard Annex #29. URL: <a href="https://www.unicode.org/reports/tr29/tr29-43.html">https://www.unicode.org/reports/tr29/tr29-43.html</a>
14290+
<a href="https://www.unicode.org/reports/tr29/tr29-45.html"><cite>Unicode Text Segmentation</cite></a>. Josh Hadley. Unicode Consortium. 28 August 2024. Unicode Standard Annex #29. URL: <a href="https://www.unicode.org/reports/tr29/tr29-45.html">https://www.unicode.org/reports/tr29/tr29-45.html</a>
1428514291
</dd><dt id="bib-uax44">[UAX44]</dt><dd>
14286-
<a href="https://www.unicode.org/reports/tr44/tr44-32.html"><cite>Unicode Character Database</cite></a>. Ken Whistler. Unicode Consortium. 6 September 2023. Unicode Standard Annex #44. URL: <a href="https://www.unicode.org/reports/tr44/tr44-32.html">https://www.unicode.org/reports/tr44/tr44-32.html</a>
14292+
<a href="https://www.unicode.org/reports/tr44/tr44-34.html"><cite>Unicode Character Database</cite></a>. Ken Whistler. Unicode Consortium. 27 August 2024. Unicode Standard Annex #44. URL: <a href="https://www.unicode.org/reports/tr44/tr44-34.html">https://www.unicode.org/reports/tr44/tr44-34.html</a>
1428714293
</dd><dt id="bib-ui-events">[UI-EVENTS]</dt><dd>
1428814294
<a href="https://www.w3.org/TR/uievents/"><cite>UI Events</cite></a>. Gary Kacmarcik; Travis Leithead. W3C. 7 September 2024. W3C Working Draft. URL: <a href="https://www.w3.org/TR/uievents/">https://www.w3.org/TR/uievents/</a>
1428914295
</dd><dt id="bib-uievents-key">[UIEVENTS-KEY]</dt><dd>
@@ -23830,6 +23836,18 @@ <h1 id="title" class="title">WebDriver</h1>
2383023836
<li>
2383123837
<a href="#ref-for-dfn-bot-dom-isshown-1" title="§ C. Element displayedness">§ C. Element displayedness</a> <a href="#ref-for-dfn-bot-dom-isshown-2" title="Reference 2">(2)</a>
2383223838
</li>
23839+
</ul>
23840+
</div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-dfn-absolute-lengths" aria-label="Links in this document to definition: absolute lengths">
23841+
<span class="caret"></span>
23842+
<div>
23843+
<a class="self-link" href="#dfn-absolute-lengths" aria-label="Permalink for definition: absolute lengths. Activate to close this dialog.">Permalink</a>
23844+
23845+
</div>
23846+
<p><b>Referenced in:</b></p>
23847+
<ul>
23848+
<li>
23849+
<a href="#ref-for-dfn-absolute-lengths-1" title="§ 18.1 Print Page">§ 18.1 Print Page</a>
23850+
</li>
2383323851
</ul>
2383423852
</div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-dfn-css-pixels" aria-label="Links in this document to definition: CSS pixels">
2383523853
<span class="caret"></span>

0 commit comments

Comments
 (0)