diff --git a/ed/algorithms/webdriver-bidi.json b/ed/algorithms/webdriver-bidi.json index c84e1c8116ae..e6d92efaacf3 100644 --- a/ed/algorithms/webdriver-bidi.json +++ b/ed/algorithms/webdriver-bidi.json @@ -6284,9 +6284,6 @@ { "html": "

If remote value is not undefined, return remote value.

" }, - { - "html": "

In the following list of conditions and associated steps, run the first set\n of steps for which the associated condition is true:

" - }, { "html": "

Let handle id be the handle for an object with realm, ownership type and value.

" }, @@ -6294,7 +6291,10 @@ "html": "

Set ownership type to \"none\".

" }, { - "html": "

Let known object be true, if value is in the serialization internal map, otherwise false.

\n
\n
Type(value) is Symbol \n
Let remote value be a map matching the script.SymbolRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
IsArray(value) \n
Let remote value be serialize an Array-like with session, script.ArrayRemoteValue, handle id, known object, value, serialization options, ownership type, serialization internal map, realm, and session. \n
IsRegExp(value) \n
\n \n
value has a [[DateValue]] internal slot. \n
\n \n
value has a [[MapData]] internal slot \n
\n \n
value has a [[SetData]] internal slot \n
\n \n
value has a [[WeakMapData]] internal slot \n
Let remote value be a map matching the script.WeakMapRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
value has a [[WeakSetData]] internal slot \n
Let remote value be a map matching the script.WeakSetRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
value has a [[GeneratorState]] internal slot or [[AsyncGeneratorState]] internal slot \n
Let remote value be a map matching the script.GeneratorRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
value has an [[ErrorData]] internal slot \n
Let remote value be a map matching the script.ErrorRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
value has a [[ProxyHandler]] internal slot and a [[ProxyTarget]] internal slot \n
Let remote value be a map matching the script.ProxyRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
IsPromise(value) \n
Let remote value be a map matching the script.PromiseRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
value has a [[TypedArrayName]] internal slot \n
Let remote value be a map matching the script.TypedArrayRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
value has an [[ArrayBufferData]] internal slot \n
Let remote value be a map matching the script.ArrayBufferRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
value is a platform object that implements NodeList \n
Let remote value be serialize an Array-like with script.NodeListRemoteValue,handle id, known object, value, serialization options, ownership type, serialization internal map, realm, and session. \n
value is a platform object that implements HTMLCollection \n
Let remote value be serialize an Array-like with script.HTMLCollectionRemoteValue, handle id, known object, value, serialization options, ownership type, known object, serialization internal map, realm, and session. \n
value is a platform object that implements Node \n
\n \n
value is a platform object that implements WindowProxy \n
\n \n
value is a platform object \n
1. Let remote value be a map matching the script.ObjectRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
IsCallable(value) \n
Let remote value be a map matching the script.FunctionRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
Otherwise: \n
\n \n
", + "html": "

Let known object be true, if value is in the serialization internal map, otherwise false.

" + }, + { + "html": "

In the following list of conditions and associated steps, run the first set\n of steps for which the associated condition is true:

\n
\n
Type(value) is Symbol \n
Let remote value be a map matching the script.SymbolRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
IsArray(value) \n
Let remote value be serialize an Array-like with session, script.ArrayRemoteValue, handle id, known object, value, serialization options, ownership type, serialization internal map, realm, and session. \n
IsRegExp(value) \n
\n \n
value has a [[DateValue]] internal slot. \n
\n \n
value has a [[MapData]] internal slot \n
\n \n
value has a [[SetData]] internal slot \n
\n \n
value has a [[WeakMapData]] internal slot \n
Let remote value be a map matching the script.WeakMapRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
value has a [[WeakSetData]] internal slot \n
Let remote value be a map matching the script.WeakSetRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
value has a [[GeneratorState]] internal slot or [[AsyncGeneratorState]] internal slot \n
Let remote value be a map matching the script.GeneratorRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
value has an [[ErrorData]] internal slot \n
Let remote value be a map matching the script.ErrorRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
value has a [[ProxyHandler]] internal slot and a [[ProxyTarget]] internal slot \n
Let remote value be a map matching the script.ProxyRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
IsPromise(value) \n
Let remote value be a map matching the script.PromiseRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
value has a [[TypedArrayName]] internal slot \n
Let remote value be a map matching the script.TypedArrayRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
value has an [[ArrayBufferData]] internal slot \n
Let remote value be a map matching the script.ArrayBufferRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
value is a platform object that implements NodeList \n
Let remote value be serialize an Array-like with script.NodeListRemoteValue,handle id, known object, value, serialization options, ownership type, serialization internal map, realm, and session. \n
value is a platform object that implements HTMLCollection \n
Let remote value be serialize an Array-like with script.HTMLCollectionRemoteValue, handle id, known object, value, serialization options, ownership type, known object, serialization internal map, realm, and session. \n
value is a platform object that implements Node \n
\n \n
value is a platform object that implements WindowProxy \n
\n \n
value is a platform object \n
1. Let remote value be a map matching the script.ObjectRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
IsCallable(value) \n
Let remote value be a map matching the script.FunctionRemoteValue production in the local end definition, with the handle property set to handle id if it’s not null, or omitted otherwise. \n
Otherwise: \n
\n \n
", "rationale": "let", "steps": [ { diff --git a/ed/index.json b/ed/index.json index 8a4c712257a8..3cfad7dd27d2 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-11-27T06:44:17.633Z", + "date": "2024-11-27T12:48:59.634Z", "options": { "fallback": "ed/index.json", "output": "report", @@ -2231,7 +2231,7 @@ ], "crawled": "https://drafts.csswg.org/css-images-5/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 00:11:00 GMT" + "lastModified": "Wed, 27 Nov 2024 00:11:01 GMT" }, "generator": "bikeshed", "date": "28 August 2023", @@ -9105,11 +9105,11 @@ ], "crawled": "https://w3c.github.io/webdriver-bidi/", "crawlCacheInfo": { - "lastModified": "Fri, 22 Nov 2024 13:04:13 GMT" + "lastModified": "Wed, 27 Nov 2024 08:16:06 GMT" }, "generator": "bikeshed", - "date": "22 November 2024", - "revision": "eeec586b486334e5ae17998d8102801b19fba71a", + "date": "27 November 2024", + "revision": "9882cce101f10d5344a71f37d6cb3148a6f58597", "algorithms": "algorithms/webdriver-bidi.json", "links": "links/webdriver-bidi.json", "refs": "refs/webdriver-bidi.json", @@ -18175,7 +18175,7 @@ ], "crawled": "https://drafts.csswg.org/css-animations-2/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 00:11:00 GMT" + "lastModified": "Wed, 27 Nov 2024 00:11:02 GMT" }, "generator": "bikeshed", "date": "11 November 2024", @@ -20888,7 +20888,7 @@ ], "crawled": "https://drafts.csswg.org/css-logical-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 00:11:00 GMT" + "lastModified": "Wed, 27 Nov 2024 00:11:01 GMT" }, "generator": "bikeshed", "date": "24 January 2024", @@ -21879,7 +21879,7 @@ ], "crawled": "https://drafts.csswg.org/css-regions-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 00:11:00 GMT" + "lastModified": "Wed, 27 Nov 2024 00:11:01 GMT" }, "generator": "bikeshed", "date": "24 January 2024", @@ -23025,7 +23025,7 @@ ], "crawled": "https://drafts.csswg.org/css-text-3/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 00:11:00 GMT" + "lastModified": "Wed, 27 Nov 2024 00:11:01 GMT" }, "generator": "bikeshed", "date": "3 October 2024", @@ -23229,7 +23229,7 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-4/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 00:11:00 GMT" + "lastModified": "Wed, 27 Nov 2024 00:11:01 GMT" }, "generator": "bikeshed", "date": "8 March 2024", @@ -24590,7 +24590,7 @@ ], "crawled": "https://drafts.csswg.org/css2/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 00:11:00 GMT" + "lastModified": "Wed, 27 Nov 2024 00:11:01 GMT" }, "generator": "bikeshed", "date": "18 December 2023", @@ -34569,7 +34569,7 @@ ], "crawled": "https://drafts.csswg.org/web-animations-1/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 00:11:00 GMT" + "lastModified": "Wed, 27 Nov 2024 00:11:01 GMT" }, "generator": "bikeshed", "date": "21 October 2024",