Skip to content

Commit 723e445

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.3.0.
1 parent bb41206 commit 723e445

File tree

13 files changed

+197
-82
lines changed

13 files changed

+197
-82
lines changed

ed/algorithms/webcodecs.json

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,10 @@
866866
"html": "<p>If <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-videodecoderconfig-colorspace\" id=\"ref-for-dom-videodecoderconfig-colorspace①\">colorSpace</a></code> <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-exists\" id=\"ref-for-map-exists①\">exists</a> in the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-videodecoder-active-decoder-config-slot\" id=\"ref-for-dom-videodecoder-active-decoder-config-slot②\">[[active decoder config]]</a></code>, assign its value to <var>colorSpace</var>.</p>"
867867
},
868868
{
869-
"html": "<p>Let <var>frame</var> be the result of running the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webcodecs/#create-a-videoframe\" id=\"ref-for-create-a-videoframe\">Create a VideoFrame</a> algorithm with <var>output</var>, <var>timestamp</var>, <var>duration</var>, <var>displayAspectWidth</var>, <var>displayAspectHeight</var>, and <var>colorSpace</var>.</p>"
869+
"html": "<p>Assign the values of <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-videodecoderconfig-rotation\" id=\"ref-for-dom-videodecoderconfig-rotation\">rotation</a></code> and <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-videodecoderconfig-flip\" id=\"ref-for-dom-videodecoderconfig-flip\">flip</a></code> to <var>rotation</var> and <var>flip</var> respectively.</p>"
870+
},
871+
{
872+
"html": "<p>Let <var>frame</var> be the result of running the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webcodecs/#create-a-videoframe\" id=\"ref-for-create-a-videoframe\">Create a VideoFrame</a> algorithm with <var>output</var>, <var>timestamp</var>, <var>duration</var>, <var>displayAspectWidth</var>, <var>displayAspectHeight</var>, <var>colorSpace</var>, <var>rotation</var>, and <var>flip</var>.</p>"
870873
},
871874
{
872875
"html": "<p>Invoke <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-videodecoder-output-callback-slot\" id=\"ref-for-dom-videodecoder-output-callback-slot①\">[[output callback]]</a></code> with <var>frame</var>.</p>"
@@ -3219,6 +3222,9 @@
32193222
},
32203223
{
32213224
"html": "<p>Assign <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-videoframe-color-space-slot\" id=\"ref-for-dom-videoframe-color-space-slot②\">[[color space]]</a></code> with the result of running the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webcodecs/#videoframe-pick-color-space\" id=\"ref-for-videoframe-pick-color-space①\">Pick Color Space</a> algorithm, with <var>colorSpace</var> and <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-videoframe-format-slot\" id=\"ref-for-dom-videoframe-format-slot⑨\">[[format]]</a></code>.</p>"
3225+
},
3226+
{
3227+
"html": "<p>Assign <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-videoframe-rotation\" id=\"ref-for-dom-videoframe-rotation③\">rotation</a></code> and <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-videoframe-flip\" id=\"ref-for-dom-videoframe-flip③\">flip</a></code> to <var>rotation</var> and <var>flip</var> respectively.</p>"
32223228
}
32233229
]
32243230
},
@@ -4644,7 +4650,10 @@
46444650
]
46454651
},
46464652
{
4647-
"html": "<p>Assign <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-imagedecoderesult-image\" id=\"ref-for-dom-imagedecoderesult-image\">image</a></code> with the result of running the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webcodecs/#create-a-videoframe\" id=\"ref-for-create-a-videoframe②\">Create a VideoFrame</a> algorithm with <var>output</var>, <var>timestamp</var>, and <var>duration</var>.</p>"
4653+
"html": "<p>If <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-imagedecoder-encoded-data-slot\" id=\"ref-for-dom-imagedecoder-encoded-data-slot①⑦\">[[encoded data]]</a></code> contains orientation metadata\ndescribe it as <var>rotation</var> and <var>flip</var>, otherwise set <var>rotation</var> to 0\nand <var>flip</var> to false.</p>"
4654+
},
4655+
{
4656+
"html": "<p>Assign <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-imagedecoderesult-image\" id=\"ref-for-dom-imagedecoderesult-image\">image</a></code> with the result of running the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webcodecs/#create-a-videoframe\" id=\"ref-for-create-a-videoframe②\">Create a VideoFrame</a> algorithm with <var>output</var>, <var>timestamp</var>, <var>duration</var>, <var>rotation</var>, and <var>flip</var>.</p>"
46484657
}
46494658
]
46504659
},
@@ -4679,10 +4688,10 @@
46794688
"rationale": "complete",
46804689
"steps": [
46814690
{
4682-
"html": "<p><code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-imagedecoder-encoded-data-slot\" id=\"ref-for-dom-imagedecoder-encoded-data-slot①\">[[encoded data]]</a></code> contains enough bytes to decode <var>encodedFrame</var> to produce an output whose <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webcodecs/#progressive-image-frame-generation\" id=\"ref-for-progressive-image-frame-generation①\">Progressive Image Frame Generation</a> exceeds <var>lastFrameGeneration</var>.</p>"
4691+
"html": "<p><code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-imagedecoder-encoded-data-slot\" id=\"ref-for-dom-imagedecoder-encoded-data-slot①\">[[encoded data]]</a></code> contains enough bytes to decode <var>encodedFrame</var> to produce an output whose <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webcodecs/#progressive-image-frame-generation\" id=\"ref-for-progressive-image-frame-generation①\">Progressive Image Frame Generation</a> exceeds <var>lastFrameGeneration</var>.</p>"
46834692
},
46844693
{
4685-
"html": "<p><code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-imagedecoder-encoded-data-slot\" id=\"ref-for-dom-imagedecoder-encoded-data-slot①\">[[encoded data]]</a></code> is found to be malformed.</p>"
4694+
"html": "<p><code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-imagedecoder-encoded-data-slot\" id=\"ref-for-dom-imagedecoder-encoded-data-slot①\">[[encoded data]]</a></code> is found to be malformed.</p>"
46864695
},
46874696
{
46884697
"html": "<p><code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-imagedecoder-complete\" id=\"ref-for-dom-imagedecoder-complete⑤\">complete</a></code> is <code>true</code>.</p>"
@@ -4693,10 +4702,10 @@
46934702
]
46944703
},
46954704
{
4696-
"html": "<p>If <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-imagedecoder-encoded-data-slot\" id=\"ref-for-dom-imagedecoder-encoded-data-slot①⑨\">[[encoded data]]</a></code> is found to be malformed, run the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webcodecs/#imagedecoder-fatally-reject-bad-data\" id=\"ref-for-imagedecoder-fatally-reject-bad-data②\">Fatally Reject Bad Data</a> algorithm and abort these\nsteps.</p>"
4705+
"html": "<p>If <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-imagedecoder-encoded-data-slot\" id=\"ref-for-dom-imagedecoder-encoded-data-slot②⓪\">[[encoded data]]</a></code> is found to be malformed, run the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webcodecs/#imagedecoder-fatally-reject-bad-data\" id=\"ref-for-imagedecoder-fatally-reject-bad-data②\">Fatally Reject Bad Data</a> algorithm and abort these\nsteps.</p>"
46974706
},
46984707
{
4699-
"html": "<p>Otherwise, if <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-imagedecoder-encoded-data-slot\" id=\"ref-for-dom-imagedecoder-encoded-data-slot②\">[[encoded data]]</a></code> does not contain enough\nbytes to decode <var>encodedFrame</var> to produce an output whose <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webcodecs/#progressive-image-frame-generation\" id=\"ref-for-progressive-image-frame-generation②\">Progressive Image Frame Generation</a> exceeds <var>lastFrameGeneration</var>,\nrun the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webcodecs/#imagedecoder-reject-infeasible-decode\" id=\"ref-for-imagedecoder-reject-infeasible-decode①\">Reject Infeasible Decode</a> algorithm with <var>promise</var> and abort these steps.</p>"
4708+
"html": "<p>Otherwise, if <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-imagedecoder-encoded-data-slot\" id=\"ref-for-dom-imagedecoder-encoded-data-slot②\">[[encoded data]]</a></code> does not contain enough\nbytes to decode <var>encodedFrame</var> to produce an output whose <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webcodecs/#progressive-image-frame-generation\" id=\"ref-for-progressive-image-frame-generation②\">Progressive Image Frame Generation</a> exceeds <var>lastFrameGeneration</var>,\nrun the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webcodecs/#imagedecoder-reject-infeasible-decode\" id=\"ref-for-imagedecoder-reject-infeasible-decode①\">Reject Infeasible Decode</a> algorithm with <var>promise</var> and abort these steps.</p>"
47004709
},
47014710
{
47024711
"html": "<p>Attempt to use <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-imagedecoder-codec-implementation-slot\" id=\"ref-for-dom-imagedecoder-codec-implementation-slot⑥\">[[codec implementation]]</a></code> to decode <var>encodedFrame</var>.</p>"
@@ -4759,7 +4768,10 @@
47594768
]
47604769
},
47614770
{
4762-
"html": "<p>Assign <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-imagedecoderesult-image\" id=\"ref-for-dom-imagedecoderesult-image①\">image</a></code> with the result of running the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webcodecs/#create-a-videoframe\" id=\"ref-for-create-a-videoframe③\">Create a VideoFrame</a> algorithm with <var>output</var>, <var>timestamp</var>, and <var>duration</var>.</p>"
4771+
"html": "<p>If <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-imagedecoder-encoded-data-slot\" id=\"ref-for-dom-imagedecoder-encoded-data-slot②②\">[[encoded data]]</a></code> contains orientation metadata\ndescribe it as <var>rotation</var> and <var>flip</var>, otherwise set <var>rotation</var> to 0\nand <var>flip</var> to false.</p>"
4772+
},
4773+
{
4774+
"html": "<p>Assign <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-imagedecoderesult-image\" id=\"ref-for-dom-imagedecoderesult-image①\">image</a></code> with the result of running the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/webcodecs/#create-a-videoframe\" id=\"ref-for-create-a-videoframe③\">Create a VideoFrame</a> algorithm with <var>output</var>, <var>timestamp</var>, <var>duration</var>, <var>rotation</var>, and <var>flip</var>.</p>"
47634775
},
47644776
{
47654777
"html": "<p>Remove <var>promise</var> from <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/webcodecs/#dom-imagedecoder-pending-decode-promises-slot\" id=\"ref-for-dom-imagedecoder-pending-decode-promises-slot②\">[[pending decode promises]]</a></code>.</p>"

ed/algorithms/webdriver-bidi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8688,7 +8688,7 @@
86888688
"rationale": "let",
86898689
"steps": [
86908690
{
8691-
"html": "<p>Let <var>bytes</var> be <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#forgiving-base64-decode\" id=\"ref-for-forgiving-base64-decode①\">forgiving-base64 decode</a> <var>extension data spec</var>[\"<code>path</code>\"].</p>"
8691+
"html": "<p>Let <var>bytes</var> be <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#forgiving-base64-decode\" id=\"ref-for-forgiving-base64-decode①\">forgiving-base64 decode</a> <var>extension data spec</var>[\"<code>value</code>\"].</p>"
86928692
},
86938693
{
86948694
"html": "<p>If <var>bytes</var> is failure, return null.</p>"

ed/dfns/webcodecs.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4491,6 +4491,48 @@
44914491
},
44924492
"definedIn": "dt"
44934493
},
4494+
{
4495+
"id": "dom-videodecoderconfig-rotation",
4496+
"href": "https://w3c.github.io/webcodecs/#dom-videodecoderconfig-rotation",
4497+
"linkingText": [
4498+
"rotation"
4499+
],
4500+
"localLinkingText": [],
4501+
"type": "dict-member",
4502+
"for": [
4503+
"VideoDecoderConfig"
4504+
],
4505+
"access": "public",
4506+
"informative": false,
4507+
"heading": {
4508+
"id": "video-decoder-config",
4509+
"href": "https://w3c.github.io/webcodecs/#video-decoder-config",
4510+
"title": "VideoDecoderConfig",
4511+
"number": "7.6"
4512+
},
4513+
"definedIn": "dt"
4514+
},
4515+
{
4516+
"id": "dom-videodecoderconfig-flip",
4517+
"href": "https://w3c.github.io/webcodecs/#dom-videodecoderconfig-flip",
4518+
"linkingText": [
4519+
"flip"
4520+
],
4521+
"localLinkingText": [],
4522+
"type": "dict-member",
4523+
"for": [
4524+
"VideoDecoderConfig"
4525+
],
4526+
"access": "public",
4527+
"informative": false,
4528+
"heading": {
4529+
"id": "video-decoder-config",
4530+
"href": "https://w3c.github.io/webcodecs/#video-decoder-config",
4531+
"title": "VideoDecoderConfig",
4532+
"number": "7.6"
4533+
},
4534+
"definedIn": "dt"
4535+
},
44944536
{
44954537
"id": "dictdef-audioencoderconfig",
44964538
"href": "https://w3c.github.io/webcodecs/#dictdef-audioencoderconfig",

ed/idl/webcodecs.idl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ dictionary VideoDecoderConfig {
154154
VideoColorSpaceInit colorSpace;
155155
HardwareAcceleration hardwareAcceleration = "no-preference";
156156
boolean optimizeForLatency;
157+
double rotation = 0;
158+
boolean flip = false;
157159
};
158160

159161
dictionary AudioEncoderConfig {

ed/ids/rdf12-concepts.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,9 @@
293293
"https://w3c.github.io/rdf-concepts/spec/#dfn-iri",
294294
"https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-string-2",
295295
"https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-resolved-1",
296+
"https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-relative-reference-1",
297+
"https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-fragment-identifier-1",
298+
"https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-iri-scheme-1",
296299
"https://w3c.github.io/rdf-concepts/spec/#dfn-iri-equality",
297300
"https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-unicode-code-points-3",
298301
"https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-section-5-3-1-1",
@@ -313,6 +316,8 @@
313316
"https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-resolved-against-1",
314317
"https://w3c.github.io/rdf-concepts/spec/#dfn-base-iri",
315318
"https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-base-iri-can-be-established-1",
319+
"https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-scheme-rules-for-http-https-1",
320+
"https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-did-syntax-1",
316321
"https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-section-5-1",
317322
"https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-normalization-form-c-1",
318323
"https://w3c.github.io/rdf-concepts/spec/#section-Graph-Literal",
@@ -638,7 +643,7 @@
638643
"https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-35",
639644
"https://w3c.github.io/rdf-concepts/spec/#dfn-fragment-identifiers",
640645
"https://w3c.github.io/rdf-concepts/spec/#dfn-fragment-identifier",
641-
"https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-defined-in-rfc-3986-1",
646+
"https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-fragment-identifier-2",
642647
"https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-31",
643648
"https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-resource-9",
644649
"https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-denote-7",
@@ -899,6 +904,7 @@
899904
"https://w3c.github.io/rdf-concepts/spec/#h-2-terms-defined-by-reference",
900905
"https://w3c.github.io/rdf-concepts/spec/#index-term-bcp-47-section-4-5",
901906
"https://w3c.github.io/rdf-concepts/spec/#index-term-section-2-2-9",
907+
"https://w3c.github.io/rdf-concepts/spec/#index-term-did-syntax",
902908
"https://w3c.github.io/rdf-concepts/spec/#index-term-documentfragment",
903909
"https://w3c.github.io/rdf-concepts/spec/#index-term-dom-nodes",
904910
"https://w3c.github.io/rdf-concepts/spec/#index-term-isequalnode-othernode-for-node",
@@ -935,13 +941,16 @@
935941
"https://w3c.github.io/rdf-concepts/spec/#index-term-parsetype-literal",
936942
"https://w3c.github.io/rdf-concepts/spec/#index-term-base-iri-can-be-established",
937943
"https://w3c.github.io/rdf-concepts/spec/#index-term-collected-abnf-for-uri",
938-
"https://w3c.github.io/rdf-concepts/spec/#index-term-defined-in-rfc-3986",
944+
"https://w3c.github.io/rdf-concepts/spec/#index-term-fragment-identifier",
945+
"https://w3c.github.io/rdf-concepts/spec/#index-term-iri-scheme",
946+
"https://w3c.github.io/rdf-concepts/spec/#index-term-relative-reference",
939947
"https://w3c.github.io/rdf-concepts/spec/#index-term-resolved",
940948
"https://w3c.github.io/rdf-concepts/spec/#index-term-resolved-against",
941949
"https://w3c.github.io/rdf-concepts/spec/#index-term-section-1-3",
942950
"https://w3c.github.io/rdf-concepts/spec/#index-term-section-3-1",
943951
"https://w3c.github.io/rdf-concepts/spec/#index-term-section-5",
944952
"https://w3c.github.io/rdf-concepts/spec/#index-term-section-5-3-1",
953+
"https://w3c.github.io/rdf-concepts/spec/#index-term-scheme-rules-for-http-https",
945954
"https://w3c.github.io/rdf-concepts/spec/#index-term-json-array",
946955
"https://w3c.github.io/rdf-concepts/spec/#index-term-json-grammar",
947956
"https://w3c.github.io/rdf-concepts/spec/#index-term-json-literal-name",
@@ -1039,6 +1048,7 @@
10391048
"https://w3c.github.io/rdf-concepts/spec/#j-2-informative-references",
10401049
"https://w3c.github.io/rdf-concepts/spec/#bib-abnf",
10411050
"https://w3c.github.io/rdf-concepts/spec/#bib-cooluris",
1051+
"https://w3c.github.io/rdf-concepts/spec/#bib-did-core",
10421052
"https://w3c.github.io/rdf-concepts/spec/#bib-html",
10431053
"https://w3c.github.io/rdf-concepts/spec/#bib-html-rdfa",
10441054
"https://w3c.github.io/rdf-concepts/spec/#bib-json-ld11",
@@ -1057,6 +1067,7 @@
10571067
"https://w3c.github.io/rdf-concepts/spec/#bib-rfc3023",
10581068
"https://w3c.github.io/rdf-concepts/spec/#bib-rfc5890",
10591069
"https://w3c.github.io/rdf-concepts/spec/#bib-rfc6874",
1070+
"https://w3c.github.io/rdf-concepts/spec/#bib-rfc7230",
10601071
"https://w3c.github.io/rdf-concepts/spec/#bib-sparql11-query",
10611072
"https://w3c.github.io/rdf-concepts/spec/#bib-sparql12-concepts",
10621073
"https://w3c.github.io/rdf-concepts/spec/#bib-sparql12-entailment",

0 commit comments

Comments
 (0)