Skip to content

Commit 95dfd33

Browse files
[WebDriver BiDi] Fix CDDL for events (#658)
SHA: 3517b6b Reason: push, by reillyeon Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 799ebc9 commit 95dfd33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link href="https://www.w3.org/StyleSheets/TR/2021/cg-draft" rel="stylesheet">
88
<meta content="Bikeshed version b25686b9f, updated Fri Mar 14 14:15:20 2025 -0700" name="generator">
99
<link href="https://webbluetoothcg.github.io/web-bluetooth/" rel="canonical">
10-
<meta content="7127a3f786158c70751a231fd24a1e6591cf7742" name="revision">
10+
<meta content="3517b6bf92cd9e504893f77213a53c4d4239d46a" name="revision">
1111
<meta content="dark light" name="color-scheme">
1212
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
1313
<style>
@@ -1010,7 +1010,7 @@
10101010
<div class="head">
10111011
<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>
10121012
<h1 class="p-name no-ref" id="title">Web Bluetooth</h1>
1013-
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2025-05-14">14 May 2025</time></p>
1013+
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2025-05-19">19 May 2025</time></p>
10141014
<details open>
10151015
<summary>More details about this document</summary>
10161016
<div data-fill-with="spec-metadata">
@@ -6101,7 +6101,7 @@ <h5 class="heading settled" data-level="12.2.3.12" id="bluetooth-simulatedescrip
61016101
<h4 class="heading settled" data-level="12.2.4" id="bidi-events"><span class="secno">12.2.4. </span><span class="content">Events</span><a class="self-link" href="#bidi-events"></a></h4>
61026102
<pre class="cddl local-cddl remote-cddl highlight"><c- nc>BluetoothEvent</c-> <c- o>=</c-> <c- p>(</c->
61036103
<c- nc>bluetooth.RequestDevicePromptUpdated</c-> <c- o>//</c->
6104-
<c- nc>bluetooth.GattConnectionAttempted</c-> <c- o>//</c->
6104+
<c- nc>bluetooth.GattConnectionAttempted</c->
61056105
<c- p>)</c->
61066106
</pre>
61076107
<h5 class="heading settled" data-level="12.2.4.1" id="bluetooth-requestdevicepromptupdated-event"><span class="secno">12.2.4.1. </span><span class="content">The bluetooth.requestDevicePromptUpdated Event</span><a class="self-link" href="#bluetooth-requestdevicepromptupdated-event"></a></h5>

0 commit comments

Comments
 (0)