Skip to content

Commit cc54e13

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.4.0.
1 parent 226b4a1 commit cc54e13

File tree

12 files changed

+84
-66
lines changed

12 files changed

+84
-66
lines changed

ed/algorithms/SRI.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"algorithms": [
77
{
8-
"html": "As currently specified, <a data-link-type=\"dfn\" href=\"https://csrc.nist.gov/publications/fips/fips180-4/fips-180-4.pdf#\" id=\"ref-for-something①①\">SHA-256</a> is weaker than <a data-link-type=\"dfn\" href=\"https://csrc.nist.gov/publications/fips/fips180-4/fips-180-4.pdf#\" id=\"ref-for-something①②\">SHA-384</a>, which is in\n turn weaker than <a data-link-type=\"dfn\" href=\"https://csrc.nist.gov/publications/fips/fips180-4/fips-180-4.pdf#\" id=\"ref-for-something①③\">SHA-512</a>. No other hashing algorithms are currently\n supported by this specification.",
8+
"html": "As currently specified, <a data-link-type=\"dfn\" href=\"https://csrc.nist.gov/publications/fips/fips180-4/fips-180-4.pdf#\" id=\"ref-for-something①①\">SHA-256</a> is weaker than <a data-link-type=\"dfn\" data-refhint-key=\"37de769a\" href=\"https://csrc.nist.gov/publications/fips/fips180-4/fips-180-4.pdf#\" id=\"ref-for-something①②\">SHA-384</a>, which is in\n turn weaker than <a data-link-type=\"dfn\" data-refhint-key=\"a801f883\" href=\"https://csrc.nist.gov/publications/fips/fips180-4/fips-180-4.pdf#\" id=\"ref-for-something①③\">SHA-512</a>. No other hashing algorithms are currently\n supported by this specification.",
99
"rationale": "let",
1010
"steps": [
1111
{

ed/algorithms/html.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11690,6 +11690,9 @@
1169011690
{
1169111691
"html": "<p>If <var>continue</var> is false, then return.</p>"
1169211692
},
11693+
{
11694+
"html": "<p>If <var>target</var> is not <a id=\"the-button-element:connected\" href=\"https://dom.spec.whatwg.org/#connected\" data-x-internal=\"connected\">connected</a>, then return.</p>"
11695+
},
1169311696
{
1169411697
"html": "<p>If <var>command</var> is in the <a href=\"https://html.spec.whatwg.org/multipage/form-elements.html#attr-button-command-custom-state\" id=\"the-button-element:attr-button-command-custom-state-2\">Custom</a> state, then return.</p>"
1169511698
},

ed/algorithms/paint-timing.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"html": "<p>Let <var>boundingRect</var> be the result of running the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/cssom-view-1/#dom-element-getboundingclientrect\" id=\"ref-for-dom-element-getboundingclientrect\">getBoundingClientRect()</a></code> on <var>target</var>.</p>"
1515
},
1616
{
17-
"html": "<p>Clip <var>boundingRect</var> with the <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-document\" id=\"ref-for-concept-document\">document</a>'s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/cssom-view#scrolling-area\" id=\"ref-for-scrolling-area\">scrolling area</a>.</p>"
17+
"html": "<p>Clip <var>boundingRect</var> with the <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#clone-a-node-document\" id=\"ref-for-clone-a-node-document\">document</a>s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/cssom-view#scrolling-area\" id=\"ref-for-scrolling-area\">scrolling area</a>.</p>"
1818
},
1919
{
2020
"html": "<p>Return <var>boundingRect</var>.</p>"
@@ -47,7 +47,7 @@
4747
{
4848
"name": "Should report first contentful paint",
4949
"href": "https://w3c.github.io/paint-timing/#should-report-first-contentful-paint",
50-
"html": "To know whether <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-document\" id=\"ref-for-concept-document②\">Document</a> <var>document</var> <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"should-report-first-contentful-paint\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">should report first contentful paint</dfn>, perform the following steps:",
50+
"html": "To know whether <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#clone-a-node-document\" id=\"ref-for-clone-a-node-document②\">Document</a> <var>document</var> <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"should-report-first-contentful-paint\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">should report first contentful paint</dfn>, perform the following steps:",
5151
"rationale": ".algorithm",
5252
"steps": [
5353
{
@@ -63,11 +63,11 @@
6363
},
6464
{
6565
"name": "Mark paint timing",
66-
"html": "When asked to <a data-link-type=\"dfn\" href=\"https://w3c.github.io/paint-timing/#mark-paint-timing\" id=\"ref-for-mark-paint-timing①\">mark paint timing</a> given a <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-document\" id=\"ref-for-concept-document③\">Document</a> <var>document</var> as input, perform the following steps:",
66+
"html": "When asked to <a data-link-type=\"dfn\" href=\"https://w3c.github.io/paint-timing/#mark-paint-timing\" id=\"ref-for-mark-paint-timing①\">mark paint timing</a> given a <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#clone-a-node-document\" id=\"ref-for-clone-a-node-document③\">Document</a> <var>document</var> as input, perform the following steps:",
6767
"rationale": ".algorithm",
6868
"steps": [
6969
{
70-
"html": "<p>If the <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-document\" id=\"ref-for-concept-document④\">document</a>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#concept-document-bc\" id=\"ref-for-concept-document-bc\">browsing context</a> is not <a data-link-type=\"dfn\" href=\"https://w3c.github.io/paint-timing/#paint-timing-eligible\" id=\"ref-for-paint-timing-eligible①\">paint-timing eligible</a>, return.</p>"
70+
"html": "<p>If the <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#clone-a-node-document\" id=\"ref-for-clone-a-node-document④\">document</a>s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#concept-document-bc\" id=\"ref-for-concept-document-bc\">browsing context</a> is not <a data-link-type=\"dfn\" href=\"https://w3c.github.io/paint-timing/#paint-timing-eligible\" id=\"ref-for-paint-timing-eligible①\">paint-timing eligible</a>, return.</p>"
7171
},
7272
{
7373
"html": "<p>Let <var>paintTimingInfo</var> be a new <a data-link-type=\"dfn\" href=\"https://w3c.github.io/paint-timing/#paint-timing-info\" id=\"ref-for-paint-timing-info②\">paint timing info</a>, whose <a data-link-type=\"dfn\" href=\"https://w3c.github.io/paint-timing/#paint-timing-info-rendering-update-end-time\" id=\"ref-for-paint-timing-info-rendering-update-end-time②\">rendering update end time</a> is the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/hr-time/#dfn-current-high-resolution-time\" id=\"ref-for-dfn-current-high-resolution-time①\">current high resolution time</a> given <var>document</var>’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>.</p>"
@@ -118,10 +118,10 @@
118118
"html": "<p>Let <var>reportedPaints</var> be the <var>document</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/paint-timing/#set-of-previously-reported-paints\" id=\"ref-for-set-of-previously-reported-paints①\">set of previously reported paints</a>.</p>"
119119
},
120120
{
121-
"html": "<p>Let <var>frameTimingInfo</var> be <var>document</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/long-animation-frame/#current-frame-timing-info\" id=\"ref-for-current-frame-timing-info\">current frame timing info</a>.</p>"
121+
"html": "<p>Let <var>frameTimingInfo</var> be <var>document</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/long-animation-frames/#current-frame-timing-info\" id=\"ref-for-current-frame-timing-info\">current frame timing info</a>.</p>"
122122
},
123123
{
124-
"html": "<p>Set <var>document</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/long-animation-frame/#current-frame-timing-info\" id=\"ref-for-current-frame-timing-info①\">current frame timing info</a> to null.</p>"
124+
"html": "<p>Set <var>document</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/long-animation-frames/#current-frame-timing-info\" id=\"ref-for-current-frame-timing-info①\">current frame timing info</a> to null.</p>"
125125
},
126126
{
127127
"html": "Let <var>flushPaintTimings</var> be the following steps:",
@@ -146,7 +146,7 @@
146146
"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>paintTimingInfo</var>, <var>paintedImages</var> and <var>paintedTextNodes</var>.</p>"
147147
},
148148
{
149-
"html": "<p>If <var>frameTimingInfo</var> is not null, then <a data-link-type=\"dfn\" href=\"https://w3c.github.io/long-animation-frame/#queue-a-long-animation-frame-entry\" id=\"ref-for-queue-a-long-animation-frame-entry\">queue a long animation frame entry</a> given <var>document</var>, <var>frameTimingInfo</var>, and <var>paintTimingInfo</var>.</p>"
149+
"html": "<p>If <var>frameTimingInfo</var> is not null, then <a data-link-type=\"dfn\" href=\"https://w3c.github.io/long-animation-frames/#queue-a-long-animation-frame-entry\" id=\"ref-for-queue-a-long-animation-frame-entry\">queue a long animation frame entry</a> given <var>document</var>, <var>frameTimingInfo</var>, and <var>paintTimingInfo</var>.</p>"
150150
}
151151
]
152152
},
@@ -218,14 +218,14 @@
218218
},
219219
{
220220
"name": "Exposed for paint timing",
221-
"html": "To determine whether an <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\" id=\"ref-for-concept-element⑧\">Element</a> <var>element</var> is <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 a <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-document\" id=\"ref-for-concept-document⑧\">Document</a> or null <var>document</var>, perform the following steps:",
221+
"html": "To determine whether an <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\" id=\"ref-for-concept-element⑧\">Element</a> <var>element</var> is <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 a <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#clone-a-node-document\" id=\"ref-for-clone-a-node-document⑧\">Document</a> or null <var>document</var>, perform the following steps:",
222222
"rationale": ".algorithm",
223223
"steps": [
224224
{
225225
"html": "<p>If <var>element</var> is not <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#connected\" id=\"ref-for-connected\">connected</a>, return false.</p>"
226226
},
227227
{
228-
"html": "<p>If <var>document</var> is null, let <var>document</var> be <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object\" id=\"ref-for-relevant-settings-object\">relevant settings object</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>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-document-window\" id=\"ref-for-concept-document-window\">associated document</a>.</p>"
228+
"html": "<p>If <var>document</var> is null, let <var>document</var> be <var>element</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object\" id=\"ref-for-relevant-settings-object\">relevant settings object</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>s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-document-window\" id=\"ref-for-concept-document-window\">associated document</a>.</p>"
229229
},
230230
{
231231
"html": "<p>If <var>document</var> is not <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active\" id=\"ref-for-fully-active\">fully active</a>, return false.</p>"

ed/headings/SRI.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,19 @@
154154
"title": "The integrity attribute",
155155
"number": "3.5"
156156
},
157+
{
158+
"id": "the-integrity-link-processing-option",
159+
"href": "https://w3c.github.io/webappsec-subresource-integrity/#the-integrity-link-processing-option",
160+
"level": 3,
161+
"title": "The integrity link processing option",
162+
"number": "3.6"
163+
},
157164
{
158165
"id": "handling-integrity-violations",
159166
"href": "https://w3c.github.io/webappsec-subresource-integrity/#handling-integrity-violations",
160167
"level": 3,
161168
"title": "Handling integrity violations",
162-
"number": "3.6"
169+
"number": "3.7"
163170
},
164171
{
165172
"id": "proxies",

ed/headings/rdf12-schema.json

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@
9999
"title": "rdf:Property",
100100
"number": "2.9"
101101
},
102+
{
103+
"id": "ch_proposition",
104+
"href": "https://w3c.github.io/rdf-schema/spec/#ch_proposition",
105+
"level": 3,
106+
"title": "rdf:Proposition",
107+
"number": "2.10"
108+
},
102109
{
103110
"id": "ch_properties",
104111
"href": "https://w3c.github.io/rdf-schema/spec/#ch_properties",
@@ -127,33 +134,40 @@
127134
"title": "rdf:type",
128135
"number": "3.3"
129136
},
137+
{
138+
"id": "ch_reifies",
139+
"href": "https://w3c.github.io/rdf-schema/spec/#ch_reifies",
140+
"level": 3,
141+
"title": "rdf:reifies",
142+
"number": "3.4"
143+
},
130144
{
131145
"id": "ch_subclassof",
132146
"href": "https://w3c.github.io/rdf-schema/spec/#ch_subclassof",
133147
"level": 3,
134148
"title": "rdfs:subClassOf",
135-
"number": "3.4"
149+
"number": "3.5"
136150
},
137151
{
138152
"id": "ch_subpropertyof",
139153
"href": "https://w3c.github.io/rdf-schema/spec/#ch_subpropertyof",
140154
"level": 3,
141155
"title": "rdfs:subPropertyOf",
142-
"number": "3.5"
156+
"number": "3.6"
143157
},
144158
{
145159
"id": "ch_label",
146160
"href": "https://w3c.github.io/rdf-schema/spec/#ch_label",
147161
"level": 3,
148162
"title": "rdfs:label",
149-
"number": "3.6"
163+
"number": "3.7"
150164
},
151165
{
152166
"id": "ch_comment",
153167
"href": "https://w3c.github.io/rdf-schema/spec/#ch_comment",
154168
"level": 3,
155169
"title": "rdfs:comment",
156-
"number": "3.7"
170+
"number": "3.8"
157171
},
158172
{
159173
"id": "ch_domainrange",

ed/ids/SRI.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,17 @@
115115
"https://w3c.github.io/webappsec-subresource-integrity/#grammardef-hash-expression",
116116
"https://w3c.github.io/webappsec-subresource-integrity/#ref-for-grammardef-hash-algorithm%E2%91%A0",
117117
"https://w3c.github.io/webappsec-subresource-integrity/#ref-for-grammardef-base64-value%E2%91%A0",
118+
"https://w3c.github.io/webappsec-subresource-integrity/#the-integrity-link-processing-option",
119+
"https://w3c.github.io/webappsec-subresource-integrity/#ref-for-integrity-metadata%E2%91%A5",
120+
"https://w3c.github.io/webappsec-subresource-integrity/#ref-for-grammardef-integrity-metadata",
118121
"https://w3c.github.io/webappsec-subresource-integrity/#handling-integrity-violations",
119122
"https://w3c.github.io/webappsec-subresource-integrity/#proxies",
120-
"https://w3c.github.io/webappsec-subresource-integrity/#ref-for-integrity-metadata%E2%91%A5",
123+
"https://w3c.github.io/webappsec-subresource-integrity/#ref-for-integrity-metadata%E2%91%A6",
121124
"https://w3c.github.io/webappsec-subresource-integrity/#ref-for-section-5.2",
122125
"https://w3c.github.io/webappsec-subresource-integrity/#ref-for-section-5.2.1.6",
123126
"https://w3c.github.io/webappsec-subresource-integrity/#security-considerations",
124127
"https://w3c.github.io/webappsec-subresource-integrity/#non-secure-contexts",
125-
"https://w3c.github.io/webappsec-subresource-integrity/#ref-for-integrity-metadata%E2%91%A6",
128+
"https://w3c.github.io/webappsec-subresource-integrity/#ref-for-integrity-metadata%E2%91%A7",
126129
"https://w3c.github.io/webappsec-subresource-integrity/#ref-for-secure-context",
127130
"https://w3c.github.io/webappsec-subresource-integrity/#ref-for-secure-context%E2%91%A0",
128131
"https://w3c.github.io/webappsec-subresource-integrity/#hash-collision-attacks",

ed/ids/html.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22645,6 +22645,7 @@
2264522645
"https://html.spec.whatwg.org/multipage/form-elements.html#the-button-element%3Adom-commandevent-source",
2264622646
"https://html.spec.whatwg.org/multipage/form-elements.html#the-button-element%3Adom-event-cancelable",
2264722647
"https://html.spec.whatwg.org/multipage/form-elements.html#the-button-element%3Adom-event-composed",
22648+
"https://html.spec.whatwg.org/multipage/form-elements.html#the-button-element%3Aconnected",
2264822649
"https://html.spec.whatwg.org/multipage/form-elements.html#the-button-element%3Aattr-button-command-custom-state-2",
2264922650
"https://html.spec.whatwg.org/multipage/form-elements.html#the-button-element%3Aattr-button-command-hide-popover-state",
2265022651
"https://html.spec.whatwg.org/multipage/form-elements.html#the-button-element%3Acheck-popover-validity",

0 commit comments

Comments
 (0)