Skip to content

Commit 0796046

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 17.2.7.
1 parent 8120b47 commit 0796046

23 files changed

+672
-3265
lines changed

ed/algorithms/fenced-frame.json

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

ed/algorithms/paint-timing.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@
4040
"html": "<p>Let <var>record</var> be a <a data-link-type=\"dfn\" href=\"https://w3c.github.io/paint-timing/#pending-image-record\" id=\"ref-for-pending-image-record①\">pending image record</a> with <a data-link-type=\"dfn\" href=\"https://w3c.github.io/paint-timing/#pending-image-record-element\" id=\"ref-for-pending-image-record-element\">element</a> <var>element</var>, <a data-link-type=\"dfn\" href=\"https://w3c.github.io/paint-timing/#pending-image-record-request\" id=\"ref-for-pending-image-record-request\">request</a> <var>imageRequest</var> and <a data-link-type=\"dfn\" href=\"https://w3c.github.io/paint-timing/#pending-image-record-loadtime\" id=\"ref-for-pending-image-record-loadtime\">loadTime</a> <var>now</var>.</p>"
4141
},
4242
{
43-
"html": "<p>If <var>imageRequest</var> is a data URL <a data-link-type=\"biblio\" href=\"https://w3c.github.io/paint-timing/#biblio-rfc2397\" title=\"The &quot;data&quot; URL scheme\">[RFC2397]</a>, or the <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-tao-check\" id=\"ref-for-concept-tao-check\">timing allow check</a> succeeds for <var>imageRequest</var>’s resource, add <var>record</var> to <var>root</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/paint-timing/#images-pending-rendering\" id=\"ref-for-images-pending-rendering\">images pending rendering</a>.</p>"
44-
},
45-
{
46-
"html": "<p>Otherwise, <a data-link-type=\"dfn\" href=\"https://wicg.github.io/element-timing/#report-element-timing\" id=\"ref-for-report-element-timing\">report element timing</a> given <var>root</var>, <var>now</var>, «<var>record</var>» and «».</p>"
43+
"html": "<p>Add <var>record</var> to <var>root</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/paint-timing/#images-pending-rendering\" id=\"ref-for-images-pending-rendering\">images pending rendering</a>.</p>"
4744
}
4845
]
4946
},
@@ -136,7 +133,7 @@
136133
"html": "<p><a data-link-type=\"dfn\" href=\"https://wicg.github.io/largest-contentful-paint/#report-largest-contentful-paint\" id=\"ref-for-report-largest-contentful-paint\">Report largest contentful paint</a> given <var>document</var>, <var>paintTimestamp</var>, <var>paintedImages</var> and <var>paintedTextNodes</var>.</p>"
137134
},
138135
{
139-
"html": "<p><a data-link-type=\"dfn\" href=\"https://wicg.github.io/element-timing/#report-element-timing\" id=\"ref-for-report-element-timing\">Report element timing</a> given <var>document</var>, <var>paintTimestamp</var>, <var>paintedImages</var> and <var>paintedTextNodes</var>.</p>"
136+
"html": "<p><a data-link-type=\"dfn\" href=\"https://wicg.github.io/element-timing/#report-element-timing\" id=\"ref-for-report-element-timing\">Report element timing</a> given <var>document</var>, <var>paintTimestamp</var>, <var>paintedImages</var> and <var>paintedTextNodes</var>.</p>"
140137
}
141138
]
142139
},

ed/algorithms/private-aggregation-api.json

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

ed/algorithms/webgpu.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2617,14 +2617,14 @@
26172617
"html": "<p>For each <var>binding</var> that is <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/#statically-used\" id=\"ref-for-statically-used②\" data-timeline=\"const\">statically used</a> by <var>entryPoint</var>:</p>\n <ul>\n <li data-md=\"\">\n <p><a data-link-type=\"abstract-op\" href=\"https://gpuweb.github.io/gpuweb/#abstract-opdef-validating-shader-binding\" id=\"ref-for-abstract-opdef-validating-shader-binding①\" data-timeline=\"const\">validating shader binding</a>(<var>binding</var>, <var>layout</var>) <var>must</var> return <code>true</code>.</p>\n </li></ul>"
26182618
},
26192619
{
2620-
"html": "For each texture and sampler used together in a texture builtin function call in any of the <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/wgsl/#functions-in-a-shader-stage\" id=\"ref-for-functions-in-a-shader-stage\">functions in the shader stage</a> rooted at <var>entryPoint</var>:",
2620+
"html": "For each texture builtin function call in any of the <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/wgsl/#functions-in-a-shader-stage\" id=\"ref-for-functions-in-a-shader-stage\">functions in the shader stage</a> rooted at <var>entryPoint</var>,\nif it uses a <var>textureBinding</var> of <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/wgsl/#type-sampled-texture\" id=\"ref-for-type-sampled-texture\">sampled texture</a> or <a data-link-type=\"dfn\" href=\"https://gpuweb.github.io/gpuweb/wgsl/#type-depth-texture\" id=\"ref-for-type-depth-texture\">depth texture</a> type\ntogether with a <var>samplerBinding</var> of <code>sampler</code> type (excluding <code>sampler_comparison</code>):",
26212621
"rationale": "let",
26222622
"steps": [
26232623
{
2624-
"html": "<p>Let <var>texture</var> be the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://gpuweb.github.io/gpuweb/#dictdef-gpubindgrouplayoutentry\" id=\"ref-for-dictdef-gpubindgrouplayoutentry③⑤\">GPUBindGroupLayoutEntry</a></code> corresponding to the sampled texture in the call.</p>"
2624+
"html": "<p>Let <var>texture</var> be the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://gpuweb.github.io/gpuweb/#dictdef-gpubindgrouplayoutentry\" id=\"ref-for-dictdef-gpubindgrouplayoutentry③⑤\">GPUBindGroupLayoutEntry</a></code> corresponding to <var>textureBinding</var>.</p>"
26252625
},
26262626
{
2627-
"html": "<p>Let <var>sampler</var> be the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://gpuweb.github.io/gpuweb/#dictdef-gpubindgrouplayoutentry\" id=\"ref-for-dictdef-gpubindgrouplayoutentry③⑥\">GPUBindGroupLayoutEntry</a></code> corresponding to the used sampler in the call.</p>"
2627+
"html": "<p>Let <var>sampler</var> be the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://gpuweb.github.io/gpuweb/#dictdef-gpubindgrouplayoutentry\" id=\"ref-for-dictdef-gpubindgrouplayoutentry③⑥\">GPUBindGroupLayoutEntry</a></code> corresponding to <var>samplerBinding</var>.</p>"
26282628
},
26292629
{
26302630
"html": "<p>If <var>sampler</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://gpuweb.github.io/gpuweb/#dom-gpusamplerbindinglayout-type\" id=\"ref-for-dom-gpusamplerbindinglayout-type③\">type</a></code> is <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://gpuweb.github.io/gpuweb/#dom-gpusamplerbindingtype-filtering\" id=\"ref-for-dom-gpusamplerbindingtype-filtering③\">\"filtering\"</a></code>,\nthen <var>texture</var>.<code class=\"idl\"><a data-link-type=\"idl\" href=\"https://gpuweb.github.io/gpuweb/#dom-gputexturebindinglayout-sampletype\" id=\"ref-for-dom-gputexturebindinglayout-sampletype①②\">sampleType</a></code> <var>must</var> be <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://gpuweb.github.io/gpuweb/#dom-gputexturesampletype-float\" id=\"ref-for-dom-gputexturesampletype-float⑥\">\"float\"</a></code>.</p>"

ed/dfns/fenced-frame.json

Lines changed: 113 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2435,6 +2435,26 @@
24352435
},
24362436
"definedIn": "dt"
24372437
},
2438+
{
2439+
"id": "fenced-frame-config-instance-has-disabled-untrusted-network",
2440+
"href": "https://wicg.github.io/fenced-frame/#fenced-frame-config-instance-has-disabled-untrusted-network",
2441+
"linkingText": [
2442+
"has disabled untrusted network"
2443+
],
2444+
"localLinkingText": [],
2445+
"type": "dfn",
2446+
"for": [
2447+
"fenced frame config instance"
2448+
],
2449+
"access": "public",
2450+
"informative": false,
2451+
"heading": {
2452+
"id": "title",
2453+
"href": "https://wicg.github.io/fenced-frame/#title",
2454+
"title": "Fenced Frame"
2455+
},
2456+
"definedIn": "dt"
2457+
},
24382458
{
24392459
"id": "fenced-frame-config-instance-cross-origin-reporting-allowed",
24402460
"href": "https://wicg.github.io/fenced-frame/#fenced-frame-config-instance-cross-origin-reporting-allowed",
@@ -3332,6 +3352,98 @@
33323352
},
33333353
"definedIn": "prose"
33343354
},
3355+
{
3356+
"id": "dom-fence-disableuntrustednetwork",
3357+
"href": "https://wicg.github.io/fenced-frame/#dom-fence-disableuntrustednetwork",
3358+
"linkingText": [
3359+
"disableUntrustedNetwork()"
3360+
],
3361+
"localLinkingText": [],
3362+
"type": "method",
3363+
"for": [
3364+
"Fence"
3365+
],
3366+
"access": "public",
3367+
"informative": false,
3368+
"heading": {
3369+
"id": "title",
3370+
"href": "https://wicg.github.io/fenced-frame/#title",
3371+
"title": "Fenced Frame"
3372+
},
3373+
"definedIn": "prose"
3374+
},
3375+
{
3376+
"id": "network-revocation-nonce-set",
3377+
"href": "https://wicg.github.io/fenced-frame/#network-revocation-nonce-set",
3378+
"linkingText": [
3379+
"network revocation nonce set"
3380+
],
3381+
"localLinkingText": [],
3382+
"type": "dfn",
3383+
"for": [],
3384+
"access": "private",
3385+
"informative": false,
3386+
"heading": {
3387+
"id": "title",
3388+
"href": "https://wicg.github.io/fenced-frame/#title",
3389+
"title": "Fenced Frame"
3390+
},
3391+
"definedIn": "prose"
3392+
},
3393+
{
3394+
"id": "network-revocation-exemption-map",
3395+
"href": "https://wicg.github.io/fenced-frame/#network-revocation-exemption-map",
3396+
"linkingText": [
3397+
"network revocation exemption map"
3398+
],
3399+
"localLinkingText": [],
3400+
"type": "dfn",
3401+
"for": [],
3402+
"access": "private",
3403+
"informative": false,
3404+
"heading": {
3405+
"id": "title",
3406+
"href": "https://wicg.github.io/fenced-frame/#title",
3407+
"title": "Fenced Frame"
3408+
},
3409+
"definedIn": "prose"
3410+
},
3411+
{
3412+
"id": "revoke-network-for-a-partition-nonce",
3413+
"href": "https://wicg.github.io/fenced-frame/#revoke-network-for-a-partition-nonce",
3414+
"linkingText": [
3415+
"revoke network for a partition nonce"
3416+
],
3417+
"localLinkingText": [],
3418+
"type": "dfn",
3419+
"for": [],
3420+
"access": "private",
3421+
"informative": false,
3422+
"heading": {
3423+
"id": "title",
3424+
"href": "https://wicg.github.io/fenced-frame/#title",
3425+
"title": "Fenced Frame"
3426+
},
3427+
"definedIn": "prose"
3428+
},
3429+
{
3430+
"id": "must-be-blocked-due-to-a-revoked-partition-nonce",
3431+
"href": "https://wicg.github.io/fenced-frame/#must-be-blocked-due-to-a-revoked-partition-nonce",
3432+
"linkingText": [
3433+
"must be blocked due to a revoked partition nonce"
3434+
],
3435+
"localLinkingText": [],
3436+
"type": "dfn",
3437+
"for": [],
3438+
"access": "private",
3439+
"informative": false,
3440+
"heading": {
3441+
"id": "title",
3442+
"href": "https://wicg.github.io/fenced-frame/#title",
3443+
"title": "Fenced Frame"
3444+
},
3445+
"definedIn": "prose"
3446+
},
33353447
{
33363448
"id": "attempt-to-send-an-automatic-beacon",
33373449
"href": "https://wicg.github.io/fenced-frame/#attempt-to-send-an-automatic-beacon",
@@ -3347,7 +3459,7 @@
33473459
"id": "automatic-reporting",
33483460
"href": "https://wicg.github.io/fenced-frame/#automatic-reporting",
33493461
"title": "Automatic Reporting",
3350-
"number": "2.6"
3462+
"number": "2.7"
33513463
},
33523464
"definedIn": "prose"
33533465
},

0 commit comments

Comments
 (0)