Skip to content

Commit

Permalink
Allow fractional numbers for x and y positions of pointer actions (#874)
Browse files Browse the repository at this point in the history
SHA: 198ddae
Reason: push, by whimboo

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
whimboo and github-actions[bot] committed Feb 10, 2025
1 parent 275d1da commit 80b569f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<title>WebDriver BiDi</title>
<meta content="ED" name="w3c-status">
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
<meta content="Bikeshed version c2797e6ab, updated Thu Jan 30 16:24:26 2025 -0800" name="generator">
<meta content="Bikeshed version 97a1608be, updated Mon Feb 3 16:09:34 2025 -0800" name="generator">
<link href="https://www.w3.org/TR/webdriver-bidi/" rel="canonical">
<link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon">
<meta content="0713f9c6a836672f929c06bac8b7cdd22eb40498" name="revision">
<meta content="198ddaed57bb2a8dec444f4fc11bc76a742bd1be" name="revision">
<meta content="dark light" name="color-scheme">
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
<style>
Expand Down Expand Up @@ -641,7 +641,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">WebDriver BiDi</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2025-01-31">31 January 2025</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2025-02-10">10 February 2025</time></p>
<details open>
<summary>More details about this document</summary>
<div data-fill-with="spec-metadata">
Expand Down Expand Up @@ -10684,8 +10684,8 @@ <h5 class="heading settled" data-level="7.8.3.1" id="command-input-performAction

input.PointerMoveAction = {
type: "pointerMove",
x: js-int,
y: js-int,
x: float,
y: float,
? duration: js-uint,
? origin: input.Origin,
input.PointerCommonProperties
Expand Down

0 comments on commit 80b569f

Please sign in to comment.