Skip to content

Commit b7514fd

Browse files
Editorial: fix typo (#1824)
SHA: 549d8aa Reason: push, by whimboo Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4409429 commit b7514fd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 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="629163e910748e41ccdb4f5b11d537c0ce955922">
179+
<meta name="revision" content="549d8aa8b211094ed9c785043c710ac40ac2e860">
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": "629163e910748e41ccdb4f5b11d537c0ce955922",
276-
"publishISODate": "2024-06-28T00:00:00.000Z",
277-
"generatedSubtitle": "W3C Editor's Draft 28 June 2024"
275+
"gitRevision": "549d8aa8b211094ed9c785043c710ac40ac2e860",
276+
"publishISODate": "2024-07-01T00:00:00.000Z",
277+
"generatedSubtitle": "W3C Editor's Draft 01 July 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-06-28">28 June 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-07-01">01 July 2024</time></p>
284284
<details open="">
285285
<summary>More details about this document</summary>
286286
<dl>
@@ -11220,7 +11220,7 @@ <h1 id="title" class="title">WebDriver</h1>
1122011220
handler, but instead falls back to the "<code>accept</code>" handler
1122111221
if no more specific handler is defined. This is because HTTP-only
1122211222
sessions do not allow the "<code>beforeUnload</code>" handler to be
11223-
customized, and enabling other protcols isn't expected to change
11223+
customized, and enabling other protocols isn't expected to change
1122411224
the user prompt handling as a side effect.
1122511225

1122611226
</p></div><p>To <dfn id="dfn-deserialize-as-an-unhandled-prompt-behavior" tabindex="0" aria-haspopup="dialog" data-dfn-type="dfn">deserialize as an unhandled prompt behavior</dfn> given

0 commit comments

Comments
 (0)