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 diff --git a/index.html b/index.html index 3236abb3..a35c9cd4 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. @@ -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 @@ -2087,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: @@ -4505,6 +4496,9 @@

Elements

the following ScrollIntoViewOptions:
+
"behavior" +
"instant" +
Logical scroll position "block"
"end" @@ -4589,12 +4583,11 @@

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 - 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 @@ -5311,7 +5304,7 @@

    Find Element From Shadow Root

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

  4. If the ssession's current browsing +

  5. If session's current browsing context is no longer open, return error with error code no such window. @@ -7640,6 +7633,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. @@ -7648,7 +7646,6 @@

    Add Cookie

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

  6. Return success with data null.

@@ -8994,7 +8991,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 @@ -9241,7 +9238,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. @@ -11830,8 +11827,9 @@

    Index

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

    The following terms are defined in