Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 17.2.5.
  • Loading branch information
reffy-bot committed Oct 1, 2024
1 parent 46b84cc commit 646f005
Show file tree
Hide file tree
Showing 20 changed files with 396 additions and 406 deletions.
4 changes: 2 additions & 2 deletions ed/algorithms/mediasession.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"html": "Update the media metadata presented to the platform to match the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://w3c.github.io/mediasession/#dom-mediasession-metadata\" id=\"ref-for-dom-mediasession-metadata②\">metadata</a></code> for the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/mediasession/#active-media-session\" id=\"ref-for-active-media-session①②\">active media session</a>."
},
{
"html": "If the user agent wants to display an <a data-link-type=\"dfn\" href=\"https://w3c.github.io/mediasession/#mediametadata-artwork-images\" id=\"ref-for-mediametadata-artwork-images\">artwork image</a>, it is\n RECOMMENDED to run the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/mediasession/#fetch-image-algorithm\" id=\"ref-for-fetch-image-algorithm\">fetch image algorithm</a>."
"html": "If the user agent wants to display an <a data-link-type=\"dfn\" href=\"https://w3c.github.io/mediasession/#mediametadata-artwork-images\" id=\"ref-for-mediametadata-artwork-images\">artwork image</a>,\n it is RECOMMENDED to run the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/mediasession/#fetch-image-algorithm\" id=\"ref-for-fetch-image-algorithm\">fetch image algorithm</a>."
}
]
},
Expand Down Expand Up @@ -221,7 +221,7 @@
{
"name": "MediaSession/setScreenshareActive(active)",
"href": "https://w3c.github.io/mediasession/#dom-mediasession-setscreenshareactive",
"html": "Similarly, the <dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"MediaSession\" data-dfn-type=\"method\" data-export=\"\" id=\"dom-mediasession-setscreenshareactive\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code>setScreenshareActive(active)</code></dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> method indicates to the user agent the screenshare capture state desired by the page.\n When invoked, it MUST perform the following steps:",
"html": "Similarly, the <dfn class=\"dfn-paneled idl-code has-dfn-panel\" data-dfn-for=\"MediaSession\" data-dfn-type=\"method\" data-export=\"\" id=\"dom-mediasession-setscreenshareactive\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><code>setScreenshareActive(active)</code></dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> method indicates to the user agent the screenshare capture state desired by\n the page. When invoked, it MUST perform the following steps:",
"rationale": "let",
"steps": [
{
Expand Down
2 changes: 1 addition & 1 deletion ed/algorithms/vc-data-integrity.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"html": "Let <var>matchingProofs</var> be an empty list."
},
{
"html": "If <var>proof</var> contains a <code>previousProof</code> attribute and that attribute is a\n<a data-link-type=\"dfn|abstract-op\" data-cite=\"infra\" data-cite-path=\"\" data-cite-frag=\"string\" data-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string\">string</a>, add the element from <var>allProofs</var> with an <code>id</code> attribute matching\n<code>previousProof</code> to <code>matchingProofs</code>. If a proof with <code>id</code> equal to <code>previousProof</code>\ndoes not exist in <var>allProofs</var>, an error <em class=\"rfc2119\">MUST</em> be raised and <em class=\"rfc2119\">SHOULD</em> convey an error type of\n<a href=\"https://w3c.github.io/vc-data-integrity/#PROOF_VERIFICATION_ERROR\">PROOF_VERIFICATION_ERROR</a>. If the\n<code>previousProof</code> attribute is a <a data-link-type=\"dfn|abstract-op\" data-cite=\"infra\" data-cite-path=\"\" data-cite-frag=\"list\" data-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list\">list</a>, add each element from <var>allProofs</var> with an\n<code>id</code> attribute that matches an element of that <a data-link-type=\"dfn|abstract-op\" data-cite=\"infra\" data-cite-path=\"\" data-cite-frag=\"list\" data-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list\">list</a>. If any element of\n<code>previousProof</code> <a data-link-type=\"dfn|abstract-op\" data-cite=\"infra\" data-cite-path=\"\" data-cite-frag=\"list\" data-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list\">list</a> has an <code>id</code> attribute that does not match the <code>id</code>\nattribute of any element of <var>allProofs</var>, an error <em class=\"rfc2119\">MUST</em> be raised and <em class=\"rfc2119\">SHOULD</em>\nconvey an error type of\n<a href=\"https://w3c.github.io/vc-data-integrity/#PROOF_VERIFICATION_ERROR\">PROOF_VERIFICATION_ERROR</a>."
"html": "If <var>proof</var> contains a <code>previousProof</code> attribute and the value of that\nattribute is a <a data-link-type=\"dfn|abstract-op\" data-cite=\"infra\" data-cite-path=\"\" data-cite-frag=\"string\" data-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string\">string</a>, add the element from <var>allProofs</var> with an <code>id</code>\nattribute value matching the value of <code>previousProof</code> to <code>matchingProofs</code>.\nIf a proof with <code>id</code> value equal to the value of <code>previousProof</code> does not\nexist in <var>allProofs</var>, an error <em class=\"rfc2119\">MUST</em> be raised and <em class=\"rfc2119\">SHOULD</em> convey an error\ntype of\n<a href=\"https://w3c.github.io/vc-data-integrity/#PROOF_VERIFICATION_ERROR\">PROOF_VERIFICATION_ERROR</a>. If the\n<code>previousProof</code> attribute is a <a data-link-type=\"dfn|abstract-op\" data-cite=\"infra\" data-cite-path=\"\" data-cite-frag=\"list\" data-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list\">list</a>, add each element from <var>allProofs</var>\nwith an <code>id</code> attribute value that matches the value of an element of that\n<a data-link-type=\"dfn|abstract-op\" data-cite=\"infra\" data-cite-path=\"\" data-cite-frag=\"list\" data-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list\">list</a>. If any element of <code>previousProof</code> <a data-link-type=\"dfn|abstract-op\" data-cite=\"infra\" data-cite-path=\"\" data-cite-frag=\"list\" data-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list\">list</a> has an <code>id</code> attribute\nvalue that does not match the <code>id</code> attribute value of any element of\n<var>allProofs</var>, an error <em class=\"rfc2119\">MUST</em> be raised and <em class=\"rfc2119\">SHOULD</em> convey an error type of\n<a href=\"https://w3c.github.io/vc-data-integrity/#PROOF_VERIFICATION_ERROR\">PROOF_VERIFICATION_ERROR</a>."
},
{
"html": "Let <var>inputDocument</var> be a copy of <var>securedDocument</var> with the proof value\nremoved and then set <var>inputDocument</var>.<var>proof</var> to <var>matchingProofs</var>."
Expand Down
Loading

0 comments on commit 646f005

Please sign in to comment.