From 6b43932257f55d69edf4c8cfce159be2c094819a Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Mon, 12 May 2025 08:21:16 +0200 Subject: [PATCH 01/12] Upgrade auto-publish job to Ubuntu 24.04. --- .github/workflows/auto-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index da32568b..831a85b0 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -7,7 +7,7 @@ on: jobs: main: name: Build, Validate, and Publish - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v2 - uses: w3c/spec-prod@v2 From b8a7cdb4a1e9112b6dd45fe70e0f0c3e57e225f5 Mon Sep 17 00:00:00 2001 From: GeorgiosVeropoulos <40268741+GeorgiosVeropoulos@users.noreply.github.com> Date: Tue, 13 May 2025 00:10:21 +0300 Subject: [PATCH 02/12] Corrects the use of an before Number to a for proper grammar. (#1896) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3236abb3..b16a5240 100644 --- a/index.html +++ b/index.html @@ -8994,7 +8994,7 @@

Processing actions

of getting the property y from action item. -
  • If y is not an Number, return error +

  • If y is not a Number, return error with error code invalid argument.

  • Set the y property of action From 87062f76b3e52a349f72ce376aba0c9ad6a51c26 Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Tue, 17 Jun 2025 21:48:30 +0200 Subject: [PATCH 03/12] Remove FTP proxy which is no longer supported by browsers (#1901) --- index.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/index.html b/index.html index b16a5240..34bf0ba9 100644 --- a/index.html +++ b/index.html @@ -1618,15 +1618,6 @@

    Proxy

    Any URL. - - ftpProxy - string - Defines the proxy host for FTP traffic when - the proxyType is "manual". - A host and optional port for - scheme "ftp". - - httpProxy string From 6dc16d181e02ead6cdc02ce7f8762724d7087944 Mon Sep 17 00:00:00 2001 From: Euclid Ye Date: Fri, 20 Jun 2025 14:00:19 +0800 Subject: [PATCH 04/12] Fix Typo of "Find Element From Shadow Root" section (#1904) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 34bf0ba9..a695018d 100644 --- a/index.html +++ b/index.html @@ -5302,7 +5302,7 @@

    Find Element From Shadow Root

  • If selector is undefined, return error with error code invalid argument. -

  • If the ssession's current browsing +

  • If session's current browsing context is no longer open, return error with error code no such window. From c1a24192465528ce58287f5f9df3e5d788be2451 Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Tue, 1 Jul 2025 14:44:32 +0200 Subject: [PATCH 05/12] Added note about possibility of capping the cookie expiry value. (#1907) --- index.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a695018d..41f0b468 100644 --- a/index.html +++ b/index.html @@ -7631,6 +7631,11 @@

    Add Cookie

    The value if the entry exists, otherwise leave unset to indicate that this is a session cookie. +

    +
    Cookie same site

    The value if the entry exists, otherwise leave unset to indicate that no same site policy is defined. @@ -7639,7 +7644,6 @@

    Add Cookie

    If there is an error during this step, return error with error code unable to set cookie. -

  • Return success with data null. @@ -11821,8 +11825,9 @@

    Index

    The following terms are defined in the Same Site Cookie specification: [[RFC6265bis]]

    The following terms are defined in From 9aa6690ad5706677b6fff2799bf636dbdb8a0f7e Mon Sep 17 00:00:00 2001 From: Euclid Ye Date: Thu, 17 Jul 2025 14:44:19 +0800 Subject: [PATCH 06/12] Fix wrong link for `dispatch tick actions` (#1913) Signed-off-by: Euclid Ye --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 41f0b468..45ee97f4 100644 --- a/index.html +++ b/index.html @@ -9236,7 +9236,7 @@

    Dispatching actions

  • Let source be the result of get an input source given input state and input id. -

  • Assert: source is not undefined. +

  • Assert: source is not undefined.

  • Let global key state be the result of get the global key state with input state. From 718c424a9861ed029716894f9d0506ddc3d7659e Mon Sep 17 00:00:00 2001 From: Euclid Ye Date: Tue, 12 Aug 2025 21:00:20 +0800 Subject: [PATCH 07/12] Fix wrong link for first element of `getClientRects` (#1916) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 45ee97f4..dd0a38ed 100644 --- a/index.html +++ b/index.html @@ -4585,7 +4585,7 @@

    Interactability

    1. Let rectangle be - the first element of the {{DOMRect}} sequence + the first object of the {{DOMRect}} collection returned by calling {{Element/getClientRects()}} on element.

    2. Let left be From e380bf33dc543cf7273e7c7dd9762330ba6fd9d1 Mon Sep 17 00:00:00 2001 From: Euclid Ye Date: Mon, 25 Aug 2025 23:49:02 +0800 Subject: [PATCH 08/12] Add dfn url for Capability: Platform name (#1921) --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index dd0a38ed..05dbcbd7 100644 --- a/index.html +++ b/index.html @@ -1514,7 +1514,7 @@

      Capabilities

      - Platform name + Platform name "platformName" string Identifies the operating system of the endpoint node. @@ -2078,7 +2078,7 @@

      Processing capabilities

      The following platform names are in common usage with well-understood semantics and, when matching - capabilities, greatest interoperability can be achieved by + capabilities for platform name, greatest interoperability can be achieved by honoring them as valid synonyms for well-known Operating Systems: From bba8cb713b8e415136ed5c41aeb2cf2649f32ce0 Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Mon, 1 Sep 2025 10:23:47 +0200 Subject: [PATCH 09/12] Re-add "instant" scroll behavior as default for scroll into view. (#1924) This reverts commit 957235efd088d36239e7b850c84b04b2d11f2f80. --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 05dbcbd7..c1649c54 100644 --- a/index.html +++ b/index.html @@ -4496,6 +4496,9 @@

      Elements

      the following ScrollIntoViewOptions:
      +
      "behavior" +
      "instant" +
      Logical scroll position "block"
      "end" From a101f0aade5f10da9e48707bd19dd3ed40193695 Mon Sep 17 00:00:00 2001 From: Euclid Ye Date: Mon, 8 Sep 2025 17:44:48 +0800 Subject: [PATCH 10/12] Fix circular definition (#1918) Signed-off-by: Euclid Ye --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index c1649c54..a35c9cd4 100644 --- a/index.html +++ b/index.html @@ -4583,8 +4583,7 @@

      Interactability

      that is the intersection between the element's first {{DOMRect}} of {{Element/getClientRects()}} and the initial viewport. - Given an element that is known to be in view, - it can be calculated this way: + It can be calculated this way:
      1. Let rectangle be From 00a6484ff3520f658005280307dae16ee94683d9 Mon Sep 17 00:00:00 2001 From: Euclid Ye Date: Mon, 20 Oct 2025 18:01:46 +0800 Subject: [PATCH 11/12] Script execution: Add error handling for invalid reference argument (#1931) --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/index.html b/index.html index a35c9cd4..cf112528 100644 --- a/index.html +++ b/index.html @@ -3391,6 +3391,9 @@

        Contexts

        the web frame identifier property from object. +
      2. If reference is not a String, + return an error with error code invalid argument. +

      3. Let browsing context be the browsing context whose window handle is reference, or null if no such browsing context exists. @@ -3414,6 +3417,9 @@

        Contexts

        the web window identifier property from object. +
      4. If reference is not a String, + return an error with error code invalid argument. +

      5. Let browsing context be the browsing context whose window handle is reference, or null if no such @@ -4475,6 +4481,9 @@

        Elements

        getting the web element identifier property from object. +
      6. If reference is not a String, + return an error with error code invalid argument. +

      7. Let element be the result of trying to get a known element with session and reference. @@ -4785,6 +4794,9 @@

        Shadow Roots

        the shadow root identifier property from object. +
      8. If reference is not a String, + return an error with error code invalid argument. +

      9. Let shadow be the result of trying to get a known shadow root with session and reference. From 7528e5caa1860faeedc7fcfed87f155043fba0ad Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Tue, 28 Oct 2025 08:01:23 +0100 Subject: [PATCH 12/12] Upgrade Selenium atoms to revision 775cfb33b193eb8832cd5488f298006f45254685. (#1932) --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index cf112528..365e67c4 100644 --- a/index.html +++ b/index.html @@ -11878,10 +11878,10 @@

        Index

        Selenium
        The following functions are defined within the Selenium project, at - revision 33c6b7841a59aaaad55744909c0600f066fd5593. + revision 775cfb33b193eb8832cd5488f298006f45254685.
        Styling