Skip to content

Commit 7044d13

Browse files
Fix reference for element disabled (#1769)
SHA: 2e6ca25 Reason: push, by whimboo Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 214ca3d commit 7044d13

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

index.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
.mdn .samsunginternet_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/samsung-internet/samsung-internet.svg)}
192192
.mdn .webview_android::before{background-image:url(https://www.w3.org/assets/logos/browser-logos/android-webview/android-webview.png)}
193193
</style>
194-
<meta name="revision" content="8e382d28951717db320a1d21995e535d87697579">
194+
<meta name="revision" content="2e6ca25c48de5bced733833bcbf848299628a194">
195195
<meta name="description" content="WebDriver is a remote control interface
196196
that enables introspection and control of user agents.
197197
It provides a platform- and language-neutral wire protocol
@@ -279,15 +279,15 @@
279279
],
280280
"profile": "web-platform"
281281
},
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"
285285
}</script>
286286
<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">
287287
<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">
288288
</a></p>
289289
<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>
291291
<details open="">
292292
<summary>More details about this document</summary>
293293
<dl>
@@ -4972,7 +4972,7 @@ <h1 id="title" class="title">WebDriver</h1>
49724972
</p><dl class="subcategories">
49734973
<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>
49744974
</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>)
49764976
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
49774977
is in one of the following states:
49784978

@@ -6453,7 +6453,7 @@ <h1 id="title" class="title">WebDriver</h1>
64536453
</p><p>Otherwise, let <var>enabled</var> to false
64546454
and jump to the last step of this algorithm.
64556455

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>.
64576457

64586458
</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>.
64596459
</p></li></ol>
@@ -6632,7 +6632,7 @@ <h1 id="title" class="title">WebDriver</h1>
66326632

66336633
</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>.
66346634

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>:
66366636

66376637
</p><ol>
66386638
<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>
1192111921
</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>
1192211922
</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>
1192311923
</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>
1192511925
</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>
1192611926
</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>
1192711927
</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>
1225812258
<span class="print-only">§E.</span></li><li>
1225912259
<a class="index-term" href="#dfn-active-session">active sessions</a>
1226012260
<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>
1226112263
<a class="index-term" href="#dfn-add-an-input-source">add an input source</a>
1226212264
<span class="print-only">§15.3</span></li><li>
1226312265
<a class="index-term" href="#dfn-adding-a-cookie">Add Cookie</a>
@@ -12473,8 +12475,6 @@ <h1 id="title" class="title">WebDriver</h1>
1247312475
<a class="index-term" href="#dfn-dirty-checkedness-flag">Dirty checkedness flag</a>
1247412476
<span class="print-only">§E.</span></li><li>
1247512477
<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>
1247812478
<span class="print-only">§E.</span></li><li>
1247912479
<a class="index-term" href="#dfn-dismissed">dismiss</a>
1248012480
<span class="print-only">§16.</span></li><li>
@@ -22328,20 +22328,20 @@ <h1 id="title" class="title">WebDriver</h1>
2232822328
<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>
2232922329
</li>
2233022330
</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">
2233222332
<span class="caret"></span>
2233322333
<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>
2233522335

2233622336
</div>
2233722337
<p><b>Referenced in:</b></p>
2233822338
<ul>
2233922339
<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>
2234122341
</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>
2234322343
</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>
2234522345
</li>
2234622346
</ul>
2234722347
</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

Comments
 (0)