Skip to content

Commit 6ec661c

Browse files
Thiago Perrottagithub-actions[bot]
andcommitted
editorial: trailing whitespace and capitalization fixes (#603)
SHA: 1108ab2 Reason: push, by thiagowfx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent febaaed commit 6ec661c

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
@@ -7,7 +7,7 @@
77
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
88
<meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
99
<link href="https://w3c.github.io/webdriver-bidi/" rel="canonical">
10-
<meta content="5395e5d1494b42feea53eb66da54082b471ade9f" name="document-revision">
10+
<meta content="1108ab2ccc17d08b630aa77bec780ef71812eb94" name="document-revision">
1111
<style>
1212
var {
1313
color: #cd5c5c
@@ -544,7 +544,7 @@
544544
<div class="head">
545545
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
546546
<h1 class="p-name no-ref" id="title">WebDriver BiDi</h1>
547-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2023-11-10">10 November 2023</time></p>
547+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2023-11-16">16 November 2023</time></p>
548548
<details open>
549549
<summary>More details about this document</summary>
550550
<div data-fill-with="spec-metadata">
@@ -807,7 +807,7 @@ <h2 class="no-num no-toc no-ref" id="contents">Table of Contents</h2>
807807
</ol>
808808
</ol>
809809
<li>
810-
<a href="#module-input"><span class="secno">6.7</span> <span class="content">The Input Module</span></a>
810+
<a href="#module-input"><span class="secno">6.7</span> <span class="content">The input Module</span></a>
811811
<ol class="toc">
812812
<li><a href="#module-input-definition"><span class="secno">6.7.1</span> <span class="content">Definition</span></a>
813813
<li>
@@ -4914,7 +4914,7 @@ <h5 class="heading settled" data-level="6.4.3.16" id="type-network-UrlPattern"><
49144914
parsed, and each component is comapred for equality with the corresponding field
49154915
in the pattern, if present. Missing fields from the pattern always match.</p>
49164916
<p class="note" role="note"><span class="marker">Note:</span> This syntax is designed with future extensibility in mind. In particular
4917-
the syntax forbids characters that are treated specially in the <a data-link-type="biblio" href="#biblio-urlpattern" title="URLPattern API">[URLPattern]</a> specification. These can be escaped by prefixing them with a U+005C (\) character.</p>
4917+
the syntax forbids characters that are treated specially in the <a data-link-type="biblio" href="#biblio-urlpattern" title="URL Pattern Standard">[URLPattern]</a> specification. These can be escaped by prefixing them with a U+005C (\) character.</p>
49184918
<div class="algorithm" data-algorithm="unescape URL pattern">
49194919
To <dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="unescape-url-pattern">unescape URL pattern</dfn> given <var>pattern</var>
49204920
<ol>
@@ -8655,7 +8655,7 @@ <h5 class="heading settled" data-level="6.6.3.1" id="event-log-entryAdded"><span
86558655
</ol>
86568656
</ol>
86578657
</div>
8658-
<h3 class="heading settled" data-level="6.7" id="module-input"><span class="secno">6.7. </span><span class="content">The Input Module</span><a class="self-link" href="#module-input"></a></h3>
8658+
<h3 class="heading settled" data-level="6.7" id="module-input"><span class="secno">6.7. </span><span class="content">The input Module</span><a class="self-link" href="#module-input"></a></h3>
86598659
<p>The <dfn data-dfn-for="modules" data-dfn-type="dfn" data-export id="modules-input">input<a class="self-link" href="#modules-input"></a></dfn> module contains functionality for
86608660
simulated user input.</p>
86618661
<h4 class="heading settled" data-level="6.7.1" id="module-input-definition"><span class="secno">6.7.1. </span><span class="content">Definition</span><a class="self-link" href="#module-input-definition"></a></h4>
@@ -9728,7 +9728,7 @@ <h3 class="no-num no-ref heading settled" id="informative"><span class="content"
97289728
<dt id="biblio-same-site-cookies">[SAME-SITE-COOKIES]
97299729
<dd>Mike West; Mark Goodwin. <a href="https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-cookie-same-site"><cite>Same-Site Cookies</cite></a>. URL: <a href="https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-cookie-same-site">https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-cookie-same-site</a>
97309730
<dt id="biblio-urlpattern">[URLPattern]
9731-
<dd><a href="https://wicg.github.io/urlpattern/"><cite>URLPattern API</cite></a>. Draft Community Group Report. URL: <a href="https://wicg.github.io/urlpattern/">https://wicg.github.io/urlpattern/</a>
9731+
<dd>Ben Kelly; Jeremy Roman; 宍戸俊哉 (Shunya Shishido). <a href="https://urlpattern.spec.whatwg.org/"><cite>URL Pattern Standard</cite></a>. Living Standard. URL: <a href="https://urlpattern.spec.whatwg.org/">https://urlpattern.spec.whatwg.org/</a>
97329732
</dl>
97339733
<h2 class="no-num no-ref heading settled" id="issues-index"><span class="content">Issues Index</span><a class="self-link" href="#issues-index"></a></h2>
97349734
<div style="counter-reset:issue">

0 commit comments

Comments
 (0)