Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
38 changes: 18 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@ <h2>Capabilities</h2>
</tr>

<tr>
<td>Platform name
<td><dfn data-lt="platform name">Platform name</dfn>
<td>"<code>platformName</code>"
<td>string
<td>Identifies the operating system of the <a>endpoint node</a>.
Expand Down Expand Up @@ -1618,15 +1618,6 @@ <h3>Proxy</h3>
<td>Any <a>URL</a>.
</tr>

<tr>
<td><code>ftpProxy</code>
<td>string
<td>Defines the proxy <a>host</a> for FTP traffic when
the <a><code>proxyType</code></a> is "<code>manual</code>".
<td>A <a>host and optional port</a> for
scheme "<code>ftp</code>".
</tr>

<tr>
<td><code>httpProxy</code>
<td>string
Expand Down Expand Up @@ -2087,7 +2078,7 @@ <h3>Processing capabilities</h3>
<div class=note>
<p>The following platform names are in common usage with
well-understood semantics and, when <a>matching
capabilities</a>, greatest interoperability can be achieved by
capabilities</a> for <a>platform name</a>, greatest interoperability can be achieved by
honoring them as valid synonyms for well-known Operating
Systems:

Expand Down Expand Up @@ -4505,6 +4496,9 @@ <h2>Elements</h2>
the following <a><code>ScrollIntoViewOptions</code></a>:

<dl>
<dt>"<code>behavior</code>"
<dd>"<code>instant</code>"

<dt><a>Logical scroll position "<code>block</code>"</a>
<dd>"<code>end</code>"

Expand Down Expand Up @@ -4589,12 +4583,11 @@ <h3>Interactability</h3>
that is the intersection between
the element&apos;s first {{DOMRect}} of {{Element/getClientRects()}}
and the <a>initial viewport</a>.
Given an <a>element</a> that is known to be <a>in view</a>,
it can be calculated this way:
It can be calculated this way:

<ol>
<li><p>Let <var>rectangle</var> be
the first <a>element</a> of the {{DOMRect}} sequence
the first object of the {{DOMRect}} collection
returned by calling {{Element/getClientRects()}} on <a><var>element</var></a>.

<li><p>Let <var>left</var> be
Expand Down Expand Up @@ -5311,7 +5304,7 @@ <h4><dfn>Find Element From Shadow Root</dfn></h4>
<li><p>If <var>selector</var> is <a>undefined</a>,
return <a>error</a> with <a>error code</a> <a>invalid argument</a>.

<li><p>If the <var>ssession</var>&apos;s <a>current browsing
<li><p>If <var>session</var>&apos;s <a>current browsing
context</a> is <a>no longer open</a>, return <a>error</a>
with <a>error code</a> <a>no such window</a>.

Expand Down Expand Up @@ -7640,6 +7633,11 @@ <h3><dfn data-lt="adding a cookie">Add Cookie</dfn></h3>
<dd><p>The value if the entry exists, otherwise leave unset to
indicate that this is a session cookie.

<aside class=note>
<p>The cookie&apos;s expiry value might be limited by the remote end in
accordance with the <a>Cookie Lifetime Limits</a>.
</aside>

<dt><a>Cookie same site</a>
<dd><p>The value if the entry exists, otherwise leave unset to
indicate that no same site policy is defined.
Expand All @@ -7648,7 +7646,6 @@ <h3><dfn data-lt="adding a cookie">Add Cookie</dfn></h3>
<p>If there is an <a>error</a> during this step,
return <a>error</a> with <a>error code</a> <a>unable to set cookie</a>.


<li><p>Return <a>success</a> with data <a><code>null</code></a>.
</ol>
</section> <!-- /Add Cookie -->
Expand Down Expand Up @@ -8994,7 +8991,7 @@ <h3>Processing actions</h3>
of <a>getting the property</a> <code>y</code>
from <var>action item</var>.

<li><p>If <var>y</var> is not an <a>Number</a>, return <a>error</a>
<li><p>If <var>y</var> is not a <a>Number</a>, return <a>error</a>
with <a>error code</a> <a>invalid argument</a>.

<li><p>Set the <code>y</code> property of <var>action</var>
Expand Down Expand Up @@ -9241,7 +9238,7 @@ <h3>Dispatching actions</h3>
<li><p>Let <var>source</var> be the result of <a>get an input
source</a> given <var>input state</var> and <var>input id</var>.

<li><p>Assert: <a>source</a> is not undefined.
<li><p>Assert: <var>source</var> is not undefined.

<li><p>Let <var>global key state</var> be the result of <a>get the
global key state</a> with <var>input state</var>.
Expand Down Expand Up @@ -11830,8 +11827,9 @@ <h2>Index</h2>

<dd><p>The following terms are defined in the Same Site Cookie specification: [[RFC6265bis]]
<ul>
<!-- lax --> <li><dfn><a href="https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-06#section-4.1.2.7"><code>Lax</code></a></dfn>
<!-- strict --> <li><dfn><a href="https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-06#section-4.1.2.7"><code>Strict</code></a></dfn>
<!-- Cookie Lifetime Limits --> <li><dfn><a href=https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis-20#cookie-lifetime-limits>Cookie Lifetime Limits</a></dfn>
<!-- lax --> <li><dfn><a href="https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-20#section-4.1.2.7"><code>Lax</code></a></dfn>
<!-- strict --> <li><dfn><a href="https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-20#section-4.1.2.7"><code>Strict</code></a></dfn>
</ul>

<dd><p>The following terms are defined in
Expand Down