Skip to content

Commit

Permalink
Update "browser context" to "navigable" in WebDriver integration (#629)
Browse files Browse the repository at this point in the history
SHA: ee320c9
Reason: push, by reillyeon

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
reillyeon and github-actions[bot] committed Jul 22, 2024
1 parent d3c8fd8 commit 4d439ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scanning.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="https://www.w3.org/StyleSheets/TR/2021/cg-draft" rel="stylesheet">
<meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
<link href="https://webbluetoothcg.github.io/web-bluetooth/scanning.html" rel="canonical">
<meta content="0fa7040c5900479d361e2696b1fa52a8a75b97fb" name="document-revision">
<meta content="ee320c92714a924f6b74173a27d6bfbc03bc06a0" name="document-revision">
<style>
.argument-list { display: inline-block; vertical-align: top; }
/* Show self-links for various elements. This is incompatible with nearby floats. */
Expand Down Expand Up @@ -674,7 +674,7 @@
<div class="head">
<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>
<h1 class="p-name no-ref" id="title">Web Bluetooth Scanning</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2024-05-15">15 May 2024</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2024-07-22">22 July 2024</time></p>
<details open>
<summary>More details about this document</summary>
<div data-fill-with="spec-metadata">
Expand Down Expand Up @@ -828,7 +828,7 @@ <h2 class="heading settled" data-level="2" id="privacy"><span class="secno">2. <
<p> If a user has already given a site permission to know their location,
it might be ok to implicitly grant access to BLE advertisements.
However, BLE advertisements give away
strictly less location information than full <a data-link-type="biblio" href="#biblio-geolocation-api" title="Geolocation API Specification 2nd Edition">[geolocation-api]</a> access,
strictly less location information than full <a data-link-type="biblio" href="#biblio-geolocation" title="Geolocation">[geolocation]</a> access,
so UAs should allow users to grant that intermediate level of access. </p>
<p> BLE advertisements are usually fully public,
since they’re broadcast unencrypted on 2.4GHz radio waves.
Expand Down Expand Up @@ -1608,8 +1608,8 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
</dl>
<h3 class="no-num no-ref heading settled" id="informative"><span class="content">Informative References</span><a class="self-link" href="#informative"></a></h3>
<dl>
<dt id="biblio-geolocation-api">[GEOLOCATION-API]
<dd>Andrei Popescu. <a href="https://w3c.github.io/geolocation-api/"><cite>Geolocation API Specification 2nd Edition</cite></a>. URL: <a href="https://w3c.github.io/geolocation-api/">https://w3c.github.io/geolocation-api/</a>
<dt id="biblio-geolocation">[GEOLOCATION]
<dd>Marcos Caceres; Reilly Grant. <a href="https://w3c.github.io/geolocation/"><cite>Geolocation</cite></a>. URL: <a href="https://w3c.github.io/geolocation/">https://w3c.github.io/geolocation/</a>
</dl>
<h2 class="no-num no-ref heading settled" id="idl-index"><span class="content">IDL Index</span><a class="self-link" href="#idl-index"></a></h2>
<pre class="idl highlight def"><c- b>dictionary</c-> <a href="#dictdef-bluetoothlescanoptions"><code><c- g>BluetoothLEScanOptions</c-></code></a> {
Expand Down

0 comments on commit 4d439ef

Please sign in to comment.