|
176 | 176 | .mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
|
177 | 177 | .mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
|
178 | 178 | </style>
|
179 |
| -<meta name="revision" content="91b29b288310d98723bbbd91b9316b46a26297b5"> |
| 179 | +<meta name="revision" content="db066844e3ef391ca3b915880a314fbda78e61aa"> |
180 | 180 | <meta name="description" content="WebDriver is a remote control interface
|
181 | 181 | that enables introspection and control of user agents.
|
182 | 182 | It provides a platform- and language-neutral wire protocol
|
|
272 | 272 | ],
|
273 | 273 | "profile": "web-platform"
|
274 | 274 | },
|
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" |
278 | 278 | }</script>
|
279 | 279 | <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">
|
280 | 280 | <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">
|
281 | 281 | </a></p>
|
282 | 282 | <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> |
284 | 284 | <details open="">
|
285 | 285 | <summary>More details about this document</summary>
|
286 | 286 | <dl>
|
@@ -12002,10 +12002,13 @@ <h1 id="title" class="title">WebDriver</h1>
|
12002 | 12002 | default of <code>27.94</code> from <var>page</var>.
|
12003 | 12003 |
|
12004 | 12004 | </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> |
12006 | 12006 | 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>.
|
12007 | 12007 |
|
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 |
12009 | 12012 | with default</a> named "<code>margin</code>" and with a default of an
|
12010 | 12013 | empty <a href="#dfn-object" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-object-55">Object</a> from <var>parameters</var>.
|
12011 | 12014 |
|
@@ -12606,7 +12609,8 @@ <h1 id="title" class="title">WebDriver</h1>
|
12606 | 12609 | </dt><dd>The following terms are defined in
|
12607 | 12610 | 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>]
|
12608 | 12611 | <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> |
12610 | 12614 | </li></ul>
|
12611 | 12615 |
|
12612 | 12616 | </dd><dd>The following properties are defined in
|
@@ -12749,6 +12753,8 @@ <h1 id="title" class="title">WebDriver</h1>
|
12749 | 12753 | <a class="index-term" href="#dfn-2d-context-creation-algorithm">2D context creation algorithm</a>
|
12750 | 12754 | <span class="print-only">§E.</span></li><li>
|
12751 | 12755 | <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> |
12752 | 12758 | <span class="print-only">§E.</span></li><li>
|
12753 | 12759 | <a class="index-term" href="#dfn-absolute-url">Absolute URL</a>
|
12754 | 12760 | <span class="print-only">§E.</span></li><li>
|
@@ -14243,7 +14249,7 @@ <h1 id="title" class="title">WebDriver</h1>
|
14243 | 14249 | </dd><dt id="bib-geometry-1">[GEOMETRY-1]</dt><dd>
|
14244 | 14250 | <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>
|
14245 | 14251 | </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> |
14247 | 14253 | </dd><dt id="bib-infra">[INFRA]</dt><dd>
|
14248 | 14254 | <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>
|
14249 | 14255 | </dd><dt id="bib-mediaqueries-4">[mediaqueries-4]</dt><dd>
|
@@ -14281,9 +14287,9 @@ <h1 id="title" class="title">WebDriver</h1>
|
14281 | 14287 | </dd><dt id="bib-rfc7235">[RFC7235]</dt><dd>
|
14282 | 14288 | <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>
|
14283 | 14289 | </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> |
14285 | 14291 | </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> |
14287 | 14293 | </dd><dt id="bib-ui-events">[UI-EVENTS]</dt><dd>
|
14288 | 14294 | <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>
|
14289 | 14295 | </dd><dt id="bib-uievents-key">[UIEVENTS-KEY]</dt><dd>
|
@@ -23830,6 +23836,18 @@ <h1 id="title" class="title">WebDriver</h1>
|
23830 | 23836 | <li>
|
23831 | 23837 | <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>
|
23832 | 23838 | </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> |
23833 | 23851 | </ul>
|
23834 | 23852 | </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">
|
23835 | 23853 | <span class="caret"></span>
|
|
0 commit comments