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 18.3.0.
  • Loading branch information
reffy-bot committed Jan 21, 2025
1 parent a40b22a commit 336b329
Show file tree
Hide file tree
Showing 55 changed files with 1,275 additions and 839 deletions.
14 changes: 7 additions & 7 deletions ed/algorithms/css-grid-1.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions ed/algorithms/css-grid-2.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ed/algorithms/web-animations-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1142,11 +1142,11 @@
{
"name": "KeyframeEffect/KeyframeEffect(target, keyframes, options)",
"href": "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect",
"html": "Amend step 5 of the procedure to create a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect-source\" id=\"ref-for-dom-keyframeeffect-keyframeeffect-source\">KeyframeEffect</a></code> object as\nfollows:",
"html": "Amend step 5 of the procedure to create a new <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect\" id=\"ref-for-dom-keyframeeffect-keyframeeffect①\">KeyframeEffect</a></code> object as\nfollows:",
"rationale": "if",
"steps": [
{
"html": "<p>If <var>options</var> is a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-1/#dictdef-keyframeeffectoptions\" id=\"ref-for-dictdef-keyframeeffectoptions\">KeyframeEffectOptions</a></code> object,\nassign the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-iterationcomposite\" id=\"ref-for-dom-keyframeeffect-iterationcomposite①\">iterationComposite</a></code>, and <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-1/#dom-keyframeeffect-composite\" id=\"ref-for-dom-keyframeeffect-composite\">composite</a></code>, properties of <var>effect</var> to the\ncorresponding value from <var>options</var>.</p>\n <p>When assigning these properties, the error-handling defined for the\ncorresponding setters on the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect-source\" id=\"ref-for-dom-keyframeeffect-keyframeeffect-source②\">KeyframeEffect</a></code> interface is applied.\nIf any of those setters require an exception to be thrown\nfor the values specified by <var>options</var>, this procedure must <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw①①\">throw</a> the same exception and abort all further steps.</p>"
"html": "<p>If <var>options</var> is a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-1/#dictdef-keyframeeffectoptions\" id=\"ref-for-dictdef-keyframeeffectoptions\">KeyframeEffectOptions</a></code> object,\nassign the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-iterationcomposite\" id=\"ref-for-dom-keyframeeffect-iterationcomposite①\">iterationComposite</a></code>, and <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-1/#dom-keyframeeffect-composite\" id=\"ref-for-dom-keyframeeffect-composite\">composite</a></code>, properties of <var>effect</var> to the\ncorresponding value from <var>options</var>.</p>\n <p>When assigning these properties, the error-handling defined for the\ncorresponding setters on the <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect-source\" id=\"ref-for-dom-keyframeeffect-keyframeeffect-source①\">KeyframeEffect</a></code> interface is applied.\nIf any of those setters require an exception to be thrown\nfor the values specified by <var>options</var>, this procedure must <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\" id=\"ref-for-dfn-throw①①\">throw</a> the same exception and abort all further steps.</p>"
}
]
}
Expand Down
314 changes: 179 additions & 135 deletions ed/algorithms/webdriver-bidi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ed/algorithms/xhr.json
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@
]
},
{
"html": "<p>Otherwise, let <var>document</var> be a <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-document\" id=\"ref-for-concept-document①\">document</a> that represents the result of running\n the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/xhtml.html#xml-parser\" id=\"ref-for-xml-parser\">XML parser</a> with <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/xhtml.html#xml-scripting-support-disabled\" id=\"ref-for-xml-scripting-support-disabled\">XML scripting support disabled</a> on <var>xhr</var>’s <a data-link-type=\"dfn\" href=\"https://xhr.spec.whatwg.org/#received-bytes\" id=\"ref-for-received-bytes⑦\">received bytes</a>. If that fails (unsupported character encoding,\n namespace well-formedness error, etc.), then return null. <a data-link-type=\"biblio\" href=\"https://xhr.spec.whatwg.org/#biblio-html\" title=\"HTML Standard\">[HTML]</a> </p>"
"html": "<p>Otherwise, let <var>document</var> be a <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-document\" id=\"ref-for-concept-document①\">document</a> that represents the result of\n running the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/xhtml.html#xml-parser\" id=\"ref-for-xml-parser\">XML parser</a> with <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/xhtml.html#xml-scripting-support-disabled\" id=\"ref-for-xml-scripting-support-disabled\">XML scripting support disabled</a> on <var>xhr</var>’s <a data-link-type=\"dfn\" href=\"https://xhr.spec.whatwg.org/#received-bytes\" id=\"ref-for-received-bytes⑦\">received bytes</a>. If that fails (unsupported character encoding,\n namespace well-formedness error, etc.), then return null. <a data-link-type=\"biblio\" href=\"https://xhr.spec.whatwg.org/#biblio-html\" title=\"HTML Standard\">[HTML]</a> </p>"
},
{
"html": "<p>If <var>charset</var> is null, then set <var>charset</var> to <a data-link-type=\"dfn\" href=\"https://encoding.spec.whatwg.org/#utf-8\" id=\"ref-for-utf-8①\">UTF-8</a>. </p>"
Expand Down
1 change: 1 addition & 0 deletions ed/cddl/webdriver-bidi-all.cddl
Original file line number Diff line number Diff line change
Expand Up @@ -1533,6 +1533,7 @@ script.AddPreloadScriptParameters = {
functionDeclaration: text,
? arguments: [*script.ChannelValue],
? contexts: [+browsingContext.BrowsingContext],
? userContexts: [+browser.UserContext],
? sandbox: text
}

Expand Down
1 change: 1 addition & 0 deletions ed/cddl/webdriver-bidi-remote.cddl
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,7 @@ script.AddPreloadScriptParameters = {
functionDeclaration: text,
? arguments: [*script.ChannelValue],
? contexts: [+browsingContext.BrowsingContext],
? userContexts: [+browser.UserContext],
? sandbox: text
}

Expand Down
Loading

0 comments on commit 336b329

Please sign in to comment.