|
191 | 191 | .mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
|
192 | 192 | .mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
|
193 | 193 | </style>
|
194 |
| -<meta name="revision" content="8e382d28951717db320a1d21995e535d87697579"> |
| 194 | +<meta name="revision" content="2e6ca25c48de5bced733833bcbf848299628a194"> |
195 | 195 | <meta name="description" content="WebDriver is a remote control interface
|
196 | 196 | that enables introspection and control of user agents.
|
197 | 197 | It provides a platform- and language-neutral wire protocol
|
|
279 | 279 | ],
|
280 | 280 | "profile": "web-platform"
|
281 | 281 | },
|
282 |
| - "gitRevision": "8e382d28951717db320a1d21995e535d87697579", |
283 |
| - "publishISODate": "2023-12-13T00:00:00.000Z", |
284 |
| - "generatedSubtitle": "W3C Editor's Draft 13 December 2023" |
| 282 | + "gitRevision": "2e6ca25c48de5bced733833bcbf848299628a194", |
| 283 | + "publishISODate": "2023-12-15T00:00:00.000Z", |
| 284 | + "generatedSubtitle": "W3C Editor's Draft 15 December 2023" |
285 | 285 | }</script>
|
286 | 286 | <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">
|
287 | 287 | <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">
|
288 | 288 | </a></p>
|
289 | 289 | <h1 id="title" class="title">WebDriver</h1>
|
290 |
| - <p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2023-12-13">13 December 2023</time></p> |
| 290 | + <p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2023-12-15">15 December 2023</time></p> |
291 | 291 | <details open="">
|
292 | 292 | <summary>More details about this document</summary>
|
293 | 293 | <dl>
|
@@ -4972,7 +4972,7 @@ <h1 id="title" class="title">WebDriver</h1>
|
4972 | 4972 | </p><dl class="subcategories">
|
4973 | 4973 | <dt><dfn data-lt="mutable form control element|Mutable form control elements" id="dfn-mutable-form-control-element" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">Mutable form control elements</dfn>
|
4974 | 4974 | </dt><dd><p>Denotes <code><a data-link-type="element" href="#dfn-input" class="internalDFN" id="ref-for-dfn-input-1">input</a></code> elements
|
4975 |
| - that are <a href="#dfn-mutable" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-mutable-1">mutable</a> (e.g. that are not <a href="#dfn-read-only" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-read-only-1">read only</a> or <a href="#dfn-disabled" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-disabled-1">disabled</a>) |
| 4975 | + that are <a href="#dfn-mutable" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-mutable-1">mutable</a> (e.g. that are not <a href="#dfn-read-only" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-read-only-1">read only</a> or <a href="#dfn-actually-disabled" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-actually-disabled-1">actually disabled</a>) |
4976 | 4976 | and whose <code><a data-link-type="element-attr" data-type="element-attr" href="https://html.spec.whatwg.org/multipage/input.html#attr-input-type" id="ref-for-index-term-type-attribute-for-input-element-1">type</a></code> attribute
|
4977 | 4977 | is in one of the following states:
|
4978 | 4978 |
|
@@ -6453,7 +6453,7 @@ <h1 id="title" class="title">WebDriver</h1>
|
6453 | 6453 | </p><p>Otherwise, let <var>enabled</var> to false
|
6454 | 6454 | and jump to the last step of this algorithm.
|
6455 | 6455 |
|
6456 |
| - </p></li><li><p>Set <var>enabled</var> to false if a form control is <a href="#dfn-disabled" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-disabled-2">disabled</a>. |
| 6456 | + </p></li><li><p>Set <var>enabled</var> to false if a form control is <a href="#dfn-actually-disabled" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-actually-disabled-2">actually disabled</a>. |
6457 | 6457 |
|
6458 | 6458 | </p></li><li><p>Return <a href="#dfn-success" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-success-68">success</a> with data <var>enabled</var>.
|
6459 | 6459 | </p></li></ol>
|
@@ -6632,7 +6632,7 @@ <h1 id="title" class="title">WebDriver</h1>
|
6632 | 6632 |
|
6633 | 6633 | </p></li><li><p>Run the <a href="#dfn-focusing-steps" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-focusing-steps-2">focusing steps</a> on <var>parent node</var>.
|
6634 | 6634 |
|
6635 |
| - </p></li><li><p>If <var>element</var> is not <a href="#dfn-disabled" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-disabled-3">disabled</a>: |
| 6635 | + </p></li><li><p>If <var>element</var> is not <a href="#dfn-actually-disabled" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-actually-disabled-3">actually disabled</a>: |
6636 | 6636 |
|
6637 | 6637 | </p><ol>
|
6638 | 6638 | <li><p><a data-link-type="dfn|abstract-op" data-lt="fire an event" data-type="dfn" href="https://dom.spec.whatwg.org/#concept-event-fire" id="ref-for-index-term-fire-an-event-9">Fire</a> an <a href="#dfn-input" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-input-8"><code>input</code></a> event at <var>parent node</var>.
|
@@ -11921,7 +11921,7 @@ <h1 id="title" class="title">WebDriver</h1>
|
11921 | 11921 | </li><li><dfn id="dfn-cookie-averse-document-object" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn"><a href="https://html.spec.whatwg.org/#cookie-averse-document-object">Cookie-averse <code>Document</code> object</a></dfn>
|
11922 | 11922 | </li><li><dfn id="dfn-dirty-checkedness-flag" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn"><a href="https://html.spec.whatwg.org/#concept-input-checked-dirty-flag">Dirty checkedness flag</a></dfn>
|
11923 | 11923 | </li><li><dfn id="dfn-dirty-value-flag" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn"><a href="https://html.spec.whatwg.org/#concept-fe-dirty">Dirty value flag</a></dfn>
|
11924 |
| - </li><li><dfn id="dfn-disabled" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn"><a href="https://html.spec.whatwg.org/#concept-fe-disabled">Disabled</a></dfn> |
| 11924 | + </li><li><dfn id="dfn-actually-disabled" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn"><a href="https://html.spec.whatwg.org/#concept-element-disabled">Actually disabled</a></dfn> |
11925 | 11925 | </li><li><dfn id="dfn-document-readiness" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn"><a href="https://html.spec.whatwg.org/#current-document-readiness">Document readiness</a></dfn>
|
11926 | 11926 | </li><li><dfn data-lt="element context|Element contexts" id="dfn-element-context" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn"><a href="https://html.spec.whatwg.org/#concept-element-contexts">Element contexts</a></dfn>
|
11927 | 11927 | </li><li><dfn id="dfn-enumerated-attribute" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn"><a href="https://html.spec.whatwg.org/#enumerated-attribute">Enumerated attribute</a></dfn>
|
@@ -12258,6 +12258,8 @@ <h1 id="title" class="title">WebDriver</h1>
|
12258 | 12258 | <span class="print-only">§E.</span></li><li>
|
12259 | 12259 | <a class="index-term" href="#dfn-active-session">active sessions</a>
|
12260 | 12260 | <span class="print-only">§8.</span></li><li>
|
| 12261 | + <a class="index-term" href="#dfn-actually-disabled">Actually disabled</a> |
| 12262 | + <span class="print-only">§E.</span></li><li> |
12261 | 12263 | <a class="index-term" href="#dfn-add-an-input-source">add an input source</a>
|
12262 | 12264 | <span class="print-only">§15.3</span></li><li>
|
12263 | 12265 | <a class="index-term" href="#dfn-adding-a-cookie">Add Cookie</a>
|
@@ -12473,8 +12475,6 @@ <h1 id="title" class="title">WebDriver</h1>
|
12473 | 12475 | <a class="index-term" href="#dfn-dirty-checkedness-flag">Dirty checkedness flag</a>
|
12474 | 12476 | <span class="print-only">§E.</span></li><li>
|
12475 | 12477 | <a class="index-term" href="#dfn-dirty-value-flag">Dirty value flag</a>
|
12476 |
| - <span class="print-only">§E.</span></li><li> |
12477 |
| - <a class="index-term" href="#dfn-disabled">Disabled</a> |
12478 | 12478 | <span class="print-only">§E.</span></li><li>
|
12479 | 12479 | <a class="index-term" href="#dfn-dismissed">dismiss</a>
|
12480 | 12480 | <span class="print-only">§16.</span></li><li>
|
@@ -22328,20 +22328,20 @@ <h1 id="title" class="title">WebDriver</h1>
|
22328 | 22328 | <a href="#ref-for-dfn-dirty-value-flag-1" title="§ 12.5 Interaction">§ 12.5 Interaction</a> <a href="#ref-for-dfn-dirty-value-flag-2" title="Reference 2">(2)</a>
|
22329 | 22329 | </li>
|
22330 | 22330 | </ul>
|
22331 |
| - </div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-dfn-disabled" aria-label="Links in this document to definition: Disabled"> |
| 22331 | + </div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-dfn-actually-disabled" aria-label="Links in this document to definition: Actually disabled"> |
22332 | 22332 | <span class="caret"></span>
|
22333 | 22333 | <div>
|
22334 |
| - <a class="self-link" href="#dfn-disabled" aria-label="Permalink for definition: Disabled. Activate to close this dialog.">Permalink</a> |
| 22334 | + <a class="self-link" href="#dfn-actually-disabled" aria-label="Permalink for definition: Actually disabled. Activate to close this dialog.">Permalink</a> |
22335 | 22335 |
|
22336 | 22336 | </div>
|
22337 | 22337 | <p><b>Referenced in:</b></p>
|
22338 | 22338 | <ul>
|
22339 | 22339 | <li>
|
22340 |
| - <a href="#ref-for-dfn-disabled-1" title="§ 12. Elements">§ 12. Elements</a> |
| 22340 | + <a href="#ref-for-dfn-actually-disabled-1" title="§ 12. Elements">§ 12. Elements</a> |
22341 | 22341 | </li><li>
|
22342 |
| - <a href="#ref-for-dfn-disabled-2" title="§ 12.4.8 Is Element Enabled">§ 12.4.8 Is Element Enabled</a> |
| 22342 | + <a href="#ref-for-dfn-actually-disabled-2" title="§ 12.4.8 Is Element Enabled">§ 12.4.8 Is Element Enabled</a> |
22343 | 22343 | </li><li>
|
22344 |
| - <a href="#ref-for-dfn-disabled-3" title="§ 12.5.1 Element Click">§ 12.5.1 Element Click</a> |
| 22344 | + <a href="#ref-for-dfn-actually-disabled-3" title="§ 12.5.1 Element Click">§ 12.5.1 Element Click</a> |
22345 | 22345 | </li>
|
22346 | 22346 | </ul>
|
22347 | 22347 | </div><div class="dfn-panel" hidden="" role="dialog" aria-modal="true" id="dfn-panel-for-dfn-document-readiness" aria-label="Links in this document to definition: Document readiness">
|
|
0 commit comments