Skip to content

Commit 4b3b8a3

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.3.0.
1 parent e480a6c commit 4b3b8a3

19 files changed

+779
-567
lines changed

tr/algorithms/pointerevents4.json

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

tr/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/webcodecs/#dom-videodecoderconfig-rotation\" id=\"ref-for-dom-videodecoderconfig-rotation\">rotation</a></code> and <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/webcodecs/#dom-videoframe-rotation\" id=\"ref-for-dom-videoframe-rotation③\">rotation</a></code> and <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/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://www.w3.org/TR/webcodecs/#dom-imagedecoder-pending-decode-promises-slot\" id=\"ref-for-dom-imagedecoder-pending-decode-promises-slot②\">[[pending decode promises]]</a></code>.</p>"

tr/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>"

0 commit comments

Comments
 (0)