Skip to content

Commit 71d2f50

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 19.2.3.
1 parent 2eae0c3 commit 71d2f50

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+4280
-3335
lines changed

tr/algorithms/css-anchor-position-1.json

Lines changed: 14 additions & 14 deletions
Large diffs are not rendered by default.

tr/algorithms/css-position-3.json

Lines changed: 32 additions & 50 deletions
Large diffs are not rendered by default.

tr/algorithms/css-position-4.json

Lines changed: 33 additions & 33 deletions
Large diffs are not rendered by default.

tr/algorithms/did-resolution.json

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

tr/algorithms/trusted-types.json

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,14 +357,38 @@
357357
]
358358
},
359359
{
360-
"html": "The <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/trusted-types/#dom-htmlscriptelement-src\" id=\"ref-for-dom-htmlscriptelement-src②\">src</a></code> setter steps are:",
360+
"html": "The <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/trusted-types/#dom-htmlscriptelement-src\" id=\"ref-for-dom-htmlscriptelement-src②\">src</a></code> getter steps are:",
361361
"rationale": "let",
362362
"steps": [
363363
{
364-
"html": "<ins>Let <var>value</var> be the result of calling <a data-link-type=\"abstract-op\" href=\"https://www.w3.org/TR/trusted-types/#abstract-opdef-get-trusted-type-compliant-string\" id=\"ref-for-abstract-opdef-get-trusted-type-compliant-string⑥\">Get Trusted Type compliant string</a> with\n<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/trusted-types/#trustedscripturl\" id=\"ref-for-trustedscripturl①①\">TrustedScriptURL</a></code>, <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this①⑦\">this</a>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\" id=\"ref-for-concept-relevant-global⑦\">relevant global object</a>, the given value, <code>HTMLScriptElement src</code>, and\n<code>script</code>.</ins>"
364+
"html": "<ins>Let <var>element</var> be the result of running <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this①⑦\">this</a>’s <u class=\"link-error\" data-lt=\"get the element\" title=\"LINK ERROR: No 'dfn' refs found for 'get the element' that are marked for export.\n (Possible specs this could be from: html)\">get the element</u>.</ins>"
365365
},
366366
{
367-
"html": "<ins>Set <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this①⑧\">this</a>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#attr-script-src\" id=\"ref-for-attr-script-src\">src</a> content attribute to <var>value</var>.</ins>"
367+
"html": "<ins>Let <var>contentAttributeValue</var> be the result of running <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this①⑧\">this</a>’s <u class=\"link-error\" data-lt=\"get the content attribute\" title=\"LINK ERROR: No 'dfn' refs found for 'get the content attribute' that are marked for export.\n (Possible specs this could be from: html)\">get the content attribute</u>.</ins>"
368+
},
369+
{
370+
"html": "<ins>If <var>contentAttributeValue</var> is null, then return the empty string.</ins>"
371+
},
372+
{
373+
"html": "<ins>Let <var>urlString</var> be the result of encoding-parsing-and-serializing a URL given <var>contentAttributeValue</var>, relative to <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-node-document\" id=\"ref-for-concept-node-document①\">node document</a>.</ins>"
374+
},
375+
{
376+
"html": "<ins>If <var>urlString</var> is not failure, then return <var>urlString</var>.</ins>"
377+
},
378+
{
379+
"html": "<ins>Return <var>contentAttributeValue</var>, <u class=\"link-error\" data-lt=\"converted to a scalar value string\" title=\"LINK ERROR: No 'dfn' refs found for 'converted to a scalar value string'.\">converted to a scalar value string</u>.\n</ins>"
380+
}
381+
]
382+
},
383+
{
384+
"html": "The <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/trusted-types/#dom-htmlscriptelement-src\" id=\"ref-for-dom-htmlscriptelement-src③\">src</a></code> setter steps are:",
385+
"rationale": "let",
386+
"steps": [
387+
{
388+
"html": "<ins>Let <var>value</var> be the result of calling <a data-link-type=\"abstract-op\" href=\"https://www.w3.org/TR/trusted-types/#abstract-opdef-get-trusted-type-compliant-string\" id=\"ref-for-abstract-opdef-get-trusted-type-compliant-string⑥\">Get Trusted Type compliant string</a> with\n<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/trusted-types/#trustedscripturl\" id=\"ref-for-trustedscripturl①①\">TrustedScriptURL</a></code>, <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this①⑨\">this</a>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\" id=\"ref-for-concept-relevant-global⑦\">relevant global object</a>, the given value, <code>HTMLScriptElement src</code>, and\n<code>script</code>.</ins>"
389+
},
390+
{
391+
"html": "<ins>Set <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\" id=\"ref-for-this②⓪\">this</a>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#attr-script-src\" id=\"ref-for-attr-script-src\">src</a> content attribute to <var>value</var>.</ins>"
368392
}
369393
]
370394
},

tr/algorithms/webdriver-bidi.json

Lines changed: 571 additions & 381 deletions
Large diffs are not rendered by default.

tr/cddl/webdriver-bidi-all.cddl

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,7 @@ EmulationCommand = (
867867
emulation.SetForcedColorsModeThemeOverride //
868868
emulation.SetGeolocationOverride //
869869
emulation.SetLocaleOverride //
870+
emulation.SetNetworkConditions //
870871
emulation.SetScreenOrientationOverride //
871872
emulation.SetScriptingEnabled //
872873
emulation.SetTimezoneOverride //
@@ -941,6 +942,23 @@ emulation.SetLocaleOverrideParameters = {
941942

942943
emulation.SetLocaleOverrideResult = EmptyResult
943944

945+
emulation.SetNetworkConditions = (
946+
method: "emulation.setNetworkConditions",
947+
params: emulation.setNetworkConditionsParameters
948+
)
949+
950+
emulation.setNetworkConditionsParameters = {
951+
networkConditions: emulation.NetworkConditions / null,
952+
? contexts: [+browsingContext.BrowsingContext],
953+
? userContexts: [+browser.UserContext],
954+
}
955+
956+
emulation.NetworkConditions = emulation.NetworkConditionsOffline
957+
958+
emulation.NetworkConditionsOffline = {
959+
type: "offline"
960+
}
961+
944962
emulation.SetScreenOrientationOverride = (
945963
method: "emulation.setScreenOrientationOverride",
946964
params: emulation.SetScreenOrientationOverrideParameters
@@ -2898,6 +2916,7 @@ EmulationCommand = (
28982916
emulation.SetForcedColorsModeThemeOverride //
28992917
emulation.SetGeolocationOverride //
29002918
emulation.SetLocaleOverride //
2919+
emulation.SetNetworkConditions //
29012920
emulation.SetScreenOrientationOverride //
29022921
emulation.SetScriptingEnabled //
29032922
emulation.SetTimezoneOverride //
@@ -2956,6 +2975,23 @@ emulation.SetLocaleOverrideParameters = {
29562975
? userContexts: [+browser.UserContext],
29572976
}
29582977

2978+
emulation.SetNetworkConditions = (
2979+
method: "emulation.setNetworkConditions",
2980+
params: emulation.setNetworkConditionsParameters
2981+
)
2982+
2983+
emulation.setNetworkConditionsParameters = {
2984+
networkConditions: emulation.NetworkConditions / null,
2985+
? contexts: [+browsingContext.BrowsingContext],
2986+
? userContexts: [+browser.UserContext],
2987+
}
2988+
2989+
emulation.NetworkConditions = emulation.NetworkConditionsOffline
2990+
2991+
emulation.NetworkConditionsOffline = {
2992+
type: "offline"
2993+
}
2994+
29592995
emulation.SetScreenOrientationOverride = (
29602996
method: "emulation.setScreenOrientationOverride",
29612997
params: emulation.SetScreenOrientationOverrideParameters

tr/cddl/webdriver-bidi-local-cddl.cddl

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1820,6 +1820,7 @@ EmulationCommand = (
18201820
emulation.SetForcedColorsModeThemeOverride //
18211821
emulation.SetGeolocationOverride //
18221822
emulation.SetLocaleOverride //
1823+
emulation.SetNetworkConditions //
18231824
emulation.SetScreenOrientationOverride //
18241825
emulation.SetScriptingEnabled //
18251826
emulation.SetTimezoneOverride //
@@ -1878,6 +1879,23 @@ emulation.SetLocaleOverrideParameters = {
18781879
? userContexts: [+browser.UserContext],
18791880
}
18801881

1882+
emulation.SetNetworkConditions = (
1883+
method: "emulation.setNetworkConditions",
1884+
params: emulation.setNetworkConditionsParameters
1885+
)
1886+
1887+
emulation.setNetworkConditionsParameters = {
1888+
networkConditions: emulation.NetworkConditions / null,
1889+
? contexts: [+browsingContext.BrowsingContext],
1890+
? userContexts: [+browser.UserContext],
1891+
}
1892+
1893+
emulation.NetworkConditions = emulation.NetworkConditionsOffline
1894+
1895+
emulation.NetworkConditionsOffline = {
1896+
type: "offline"
1897+
}
1898+
18811899
emulation.SetScreenOrientationOverride = (
18821900
method: "emulation.setScreenOrientationOverride",
18831901
params: emulation.SetScreenOrientationOverrideParameters

tr/cddl/webdriver-bidi-remote-cddl.cddl

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ EmulationCommand = (
514514
emulation.SetForcedColorsModeThemeOverride //
515515
emulation.SetGeolocationOverride //
516516
emulation.SetLocaleOverride //
517+
emulation.SetNetworkConditions //
517518
emulation.SetScreenOrientationOverride //
518519
emulation.SetScriptingEnabled //
519520
emulation.SetTimezoneOverride //
@@ -572,6 +573,23 @@ emulation.SetLocaleOverrideParameters = {
572573
? userContexts: [+browser.UserContext],
573574
}
574575

576+
emulation.SetNetworkConditions = (
577+
method: "emulation.setNetworkConditions",
578+
params: emulation.setNetworkConditionsParameters
579+
)
580+
581+
emulation.setNetworkConditionsParameters = {
582+
networkConditions: emulation.NetworkConditions / null,
583+
? contexts: [+browsingContext.BrowsingContext],
584+
? userContexts: [+browser.UserContext],
585+
}
586+
587+
emulation.NetworkConditions = emulation.NetworkConditionsOffline
588+
589+
emulation.NetworkConditionsOffline = {
590+
type: "offline"
591+
}
592+
575593
emulation.SetScreenOrientationOverride = (
576594
method: "emulation.setScreenOrientationOverride",
577595
params: emulation.SetScreenOrientationOverrideParameters
@@ -2144,6 +2162,7 @@ EmulationCommand = (
21442162
emulation.SetForcedColorsModeThemeOverride //
21452163
emulation.SetGeolocationOverride //
21462164
emulation.SetLocaleOverride //
2165+
emulation.SetNetworkConditions //
21472166
emulation.SetScreenOrientationOverride //
21482167
emulation.SetScriptingEnabled //
21492168
emulation.SetTimezoneOverride //
@@ -2202,6 +2221,23 @@ emulation.SetLocaleOverrideParameters = {
22022221
? userContexts: [+browser.UserContext],
22032222
}
22042223

2224+
emulation.SetNetworkConditions = (
2225+
method: "emulation.setNetworkConditions",
2226+
params: emulation.setNetworkConditionsParameters
2227+
)
2228+
2229+
emulation.setNetworkConditionsParameters = {
2230+
networkConditions: emulation.NetworkConditions / null,
2231+
? contexts: [+browsingContext.BrowsingContext],
2232+
? userContexts: [+browser.UserContext],
2233+
}
2234+
2235+
emulation.NetworkConditions = emulation.NetworkConditionsOffline
2236+
2237+
emulation.NetworkConditionsOffline = {
2238+
type: "offline"
2239+
}
2240+
22052241
emulation.SetScreenOrientationOverride = (
22062242
method: "emulation.setScreenOrientationOverride",
22072243
params: emulation.SetScreenOrientationOverrideParameters

0 commit comments

Comments
 (0)