Skip to content

Commit 9d657eb

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.6.1.
1 parent 2e7807a commit 9d657eb

12 files changed

+829
-606
lines changed

tr/algorithms/largest-contentful-paint.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"rationale": ".algorithm",
1111
"steps": [
1212
{
13-
"html": "<p>If <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://www.w3.org/TR/largest-contentful-paint/#largestcontentfulpaint-element\" id=\"ref-for-largestcontentfulpaint-element\">element</a> is not <a data-link-type=\"dfn\" href=\"https://w3c.github.io/paint-timing/#exposed-for-paint-timing\" id=\"ref-for-exposed-for-paint-timing\">exposed for paint timing</a> given null, return null.</p>"
13+
"html": "<p>If <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://www.w3.org/TR/largest-contentful-paint/#largestcontentfulpaint-element\" id=\"ref-for-largestcontentfulpaint-element\">element</a> is not <a data-link-type=\"dfn\" href=\"https://w3c.github.io/paint-timing/#exposed-for-paint-timing\" id=\"ref-for-exposed-for-paint-timing\">exposed for paint timing</a> given null, return null.</p>"
1414
},
1515
{
16-
"html": "<p>Return <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://www.w3.org/TR/largest-contentful-paint/#largestcontentfulpaint-element\" id=\"ref-for-largestcontentfulpaint-element①\">element</a>.</p>"
16+
"html": "<p>Return <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://www.w3.org/TR/largest-contentful-paint/#largestcontentfulpaint-element\" id=\"ref-for-largestcontentfulpaint-element①\">element</a>.</p>"
1717
}
1818
]
1919
},
@@ -196,10 +196,10 @@
196196
"html": "<p>Let <var>url</var> be the empty string.</p>"
197197
},
198198
{
199-
"html": "<p>If <var>candidate</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/largest-contentful-paint/#largest-contentful-paint-candidate-request\" id=\"ref-for-largest-contentful-paint-candidate-request①\">request</a> is not null, set <var>url</var> to be <var>candidate</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/largest-contentful-paint/#largest-contentful-paint-candidate-request\" id=\"ref-for-largest-contentful-paint-candidate-request②\">request</a>'s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#dom-request-url\" id=\"ref-for-dom-request-url\">request URL</a>.</p>"
199+
"html": "<p>If <var>candidate</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/largest-contentful-paint/#largest-contentful-paint-candidate-request\" id=\"ref-for-largest-contentful-paint-candidate-request①\">request</a> is not null, set <var>url</var> to be <var>candidate</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/largest-contentful-paint/#largest-contentful-paint-candidate-request\" id=\"ref-for-largest-contentful-paint-candidate-request②\">request</a>s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#dom-request-url\" id=\"ref-for-dom-request-url\">request URL</a>.</p>"
200200
},
201201
{
202-
"html": "<p>Let <var>id</var> be <var>candidate</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/largest-contentful-paint/#largest-contentful-paint-candidate-element\" id=\"ref-for-largest-contentful-paint-candidate-element③\">element</a>'s <a class=\"idl-code\" data-link-type=\"attribute\" href=\"https://dom.spec.whatwg.org#dom-element-id\" id=\"ref-for-dom-element-id\">element id</a>.</p>"
202+
"html": "<p>Let <var>id</var> be <var>candidate</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/largest-contentful-paint/#largest-contentful-paint-candidate-element\" id=\"ref-for-largest-contentful-paint-candidate-element③\">element</a>s <a class=\"idl-code\" data-link-type=\"attribute\" href=\"https://dom.spec.whatwg.org#dom-element-id\" id=\"ref-for-dom-element-id\">element id</a>.</p>"
203203
},
204204
{
205205
"html": "<p>Let <var>contentInfo</var> be a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ordered-map\" id=\"ref-for-ordered-map\">map</a> with <var>contentInfo</var>[\"size\"] = <var>size</var>, <var>contentInfo</var>[\"url\"] = <var>url</var>, <var>contentInfo</var>[\"id\"] = <var>id</var>, <var>contentInfo</var>[\"loadTime\"] = <var>loadTime</var>, and contentInfo[\"element\"] = <var>candidate</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/largest-contentful-paint/#largest-contentful-paint-candidate-element\" id=\"ref-for-largest-contentful-paint-candidate-element④\">element</a>.</p>"

tr/algorithms/webdriver-bidi.json

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

tr/cddl/webdriver-bidi-all.cddl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,13 @@ browser.Close = (
303303

304304
browser.CreateUserContext = (
305305
method: "browser.createUserContext",
306-
params: EmptyParams,
306+
params: browser.CreateUserContextParameters,
307307
)
308308

309+
browser.CreateUserContextParameters = {
310+
? acceptInsecureCerts: bool
311+
}
312+
309313
browser.CreateUserContextResult = browser.UserContextInfo
310314

311315
browser.GetClientWindows = (

tr/cddl/webdriver-bidi-remote.cddl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,13 @@ browser.Close = (
190190

191191
browser.CreateUserContext = (
192192
method: "browser.createUserContext",
193-
params: EmptyParams,
193+
params: browser.CreateUserContextParameters,
194194
)
195195

196+
browser.CreateUserContextParameters = {
197+
? acceptInsecureCerts: bool
198+
}
199+
196200
browser.GetClientWindows = (
197201
method: "browser.getClientWindows",
198202
params: EmptyParams,

tr/dfns/webdriver-bidi.json

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1790,6 +1790,25 @@
17901790
},
17911791
"definedIn": "prose"
17921792
},
1793+
{
1794+
"id": "user-contexts-with-insecure-certificates-overrides",
1795+
"href": "https://www.w3.org/TR/webdriver-bidi/#user-contexts-with-insecure-certificates-overrides",
1796+
"linkingText": [
1797+
"user contexts with insecure certificates overrides"
1798+
],
1799+
"localLinkingText": [],
1800+
"type": "dfn",
1801+
"for": [],
1802+
"access": "private",
1803+
"informative": false,
1804+
"heading": {
1805+
"id": "user-contexts",
1806+
"href": "https://www.w3.org/TR/webdriver-bidi/#user-contexts",
1807+
"title": "User Contexts",
1808+
"number": "6"
1809+
},
1810+
"definedIn": "prose"
1811+
},
17931812
{
17941813
"id": "remove-user-context-subscriptions",
17951814
"href": "https://www.w3.org/TR/webdriver-bidi/#remove-user-context-subscriptions",
@@ -2405,6 +2424,63 @@
24052424
},
24062425
"definedIn": "prose"
24072426
},
2427+
{
2428+
"id": "request-originates-in-user-context",
2429+
"href": "https://www.w3.org/TR/webdriver-bidi/#request-originates-in-user-context",
2430+
"linkingText": [
2431+
"request originates in user context"
2432+
],
2433+
"localLinkingText": [],
2434+
"type": "dfn",
2435+
"for": [],
2436+
"access": "private",
2437+
"informative": false,
2438+
"heading": {
2439+
"id": "command-browser-createUserContext",
2440+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browser-createUserContext",
2441+
"title": "The browser.createUserContext Command",
2442+
"number": "7.2.4.2"
2443+
},
2444+
"definedIn": "prose"
2445+
},
2446+
{
2447+
"id": "restore-insecure-certificates-behavior",
2448+
"href": "https://www.w3.org/TR/webdriver-bidi/#restore-insecure-certificates-behavior",
2449+
"linkingText": [
2450+
"restore insecure certificates behavior"
2451+
],
2452+
"localLinkingText": [],
2453+
"type": "dfn",
2454+
"for": [],
2455+
"access": "private",
2456+
"informative": false,
2457+
"heading": {
2458+
"id": "command-browser-createUserContext",
2459+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browser-createUserContext",
2460+
"title": "The browser.createUserContext Command",
2461+
"number": "7.2.4.2"
2462+
},
2463+
"definedIn": "prose"
2464+
},
2465+
{
2466+
"id": "override-insecure-certificates-behavior",
2467+
"href": "https://www.w3.org/TR/webdriver-bidi/#override-insecure-certificates-behavior",
2468+
"linkingText": [
2469+
"override insecure certificates behavior"
2470+
],
2471+
"localLinkingText": [],
2472+
"type": "dfn",
2473+
"for": [],
2474+
"access": "private",
2475+
"informative": false,
2476+
"heading": {
2477+
"id": "command-browser-createUserContext",
2478+
"href": "https://www.w3.org/TR/webdriver-bidi/#command-browser-createUserContext",
2479+
"title": "The browser.createUserContext Command",
2480+
"number": "7.2.4.2"
2481+
},
2482+
"definedIn": "prose"
2483+
},
24082484
{
24092485
"id": "commands-browsergetclientwindows",
24102486
"href": "https://www.w3.org/TR/webdriver-bidi/#commands-browsergetclientwindows",

tr/ids/largest-contentful-paint.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,14 +280,13 @@
280280
"https://www.w3.org/TR/largest-contentful-paint/#15e48c39",
281281
"https://www.w3.org/TR/largest-contentful-paint/#984221ca",
282282
"https://www.w3.org/TR/largest-contentful-paint/#0e8de730",
283-
"https://www.w3.org/TR/largest-contentful-paint/#d75bc78e",
283+
"https://www.w3.org/TR/largest-contentful-paint/#b2bb4403",
284284
"https://www.w3.org/TR/largest-contentful-paint/#0f3bdec9",
285285
"https://www.w3.org/TR/largest-contentful-paint/#cf22a135",
286286
"https://www.w3.org/TR/largest-contentful-paint/#76cea803",
287287
"https://www.w3.org/TR/largest-contentful-paint/#3b786c72",
288288
"https://www.w3.org/TR/largest-contentful-paint/#dce2489a",
289289
"https://www.w3.org/TR/largest-contentful-paint/#0d1464b6",
290-
"https://www.w3.org/TR/largest-contentful-paint/#0d1464b6%E2%91%A0",
291290
"https://www.w3.org/TR/largest-contentful-paint/#a2de40e9",
292291
"https://www.w3.org/TR/largest-contentful-paint/#a9b574b7",
293292
"https://www.w3.org/TR/largest-contentful-paint/#85932d17",

0 commit comments

Comments
 (0)