Skip to content

Commit 076ce9a

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 17.2.7.
1 parent 5a79bf8 commit 076ce9a

21 files changed

+801
-633
lines changed

ed/algorithms/css-grid-1.json

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

ed/algorithms/css-grid-2.json

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

ed/algorithms/web-animations-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,11 +1151,11 @@
11511151
{
11521152
"name": "KeyframeEffect/KeyframeEffect(target, keyframes, options)",
11531153
"href": "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect",
1154-
"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:",
1154+
"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:",
11551155
"rationale": "if",
11561156
"steps": [
11571157
{
1158-
"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\" id=\"ref-for-dom-keyframeeffect-keyframeeffect①\">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>"
1158+
"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\" id=\"ref-for-dom-keyframeeffect-keyframeeffect②\">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>"
11591159
}
11601160
]
11611161
}

ed/algorithms/webrtc.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -763,19 +763,19 @@
763763
"rationale": ".algorithm",
764764
"steps": [
765765
{
766-
"html": "<p>Let <var>parsedURL</var> be the result of\n <a data-cite=\"!url#concept-url-parser\" href=\"https://url.spec.whatwg.org/#concept-url-parser\">parsing</a>\n <var>url</var>.</p>"
766+
"html": "<p>Let <var>parsedURL</var> be the result of\n <a data-link-type=\"dfn|abstract-op\" data-lt=\"basic url parser\" data-cite=\"url\" data-cite-path=\"\" data-cite-frag=\"concept-basic-url-parser\" data-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-basic-url-parser\">parsing</a>\n <var>url</var>.</p>"
767767
},
768768
{
769-
"html": "<p>If any of the following conditions apply, then <a data-link-type=\"dfn|abstract-op\" data-link-for=\"exception\" data-xref-for=\"exception\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"dfn-throw\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throw</a> a\n \"<a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"SyntaxError\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"syntaxerror\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#syntaxerror\"><code>SyntaxError</code></a>\" <a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"DOMException\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"idl-DOMException\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>:</p>\n <ul>\n <li><var>parsedURL</var> is failure</li>\n <li><var>parsedURL</var>'s <a data-link-type=\"dfn|abstract-op\" data-link-for=\"url\" data-xref-for=\"url\" data-cite=\"url\" data-cite-path=\"\" data-cite-frag=\"concept-url-scheme\" data-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-scheme\">scheme</a> is neither <code>\"stun\"</code>,\n <code>\"stuns\"</code>, <code>\"turn\"</code>, nor <code>\"turns\"</code></li>\n <li><var>parsedURL</var> does not have an <a data-link-type=\"dfn|abstract-op\" data-link-for=\"url\" data-xref-for=\"url\" data-cite=\"url\" data-cite-path=\"\" data-cite-frag=\"url-opaque-path\" data-type=\"dfn\" href=\"https://url.spec.whatwg.org/#url-opaque-path\">opaque path</a></li>\n <li><var>parsedURL</var>'s' <a data-link-type=\"dfn|abstract-op\" data-link-for=\"url\" data-xref-for=\"url\" data-cite=\"url\" data-cite-path=\"\" data-cite-frag=\"concept-url-fragment\" data-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-fragment\">fragment</a> is non-null</li>\n <li><var>parsedURL</var>'s' <a data-link-type=\"dfn|abstract-op\" data-link-for=\"url\" data-xref-for=\"url\" data-cite=\"url\" data-cite-path=\"\" data-cite-frag=\"concept-url-scheme\" data-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-scheme\">scheme</a> is <code>\"stun\"</code> or <code>\"stuns\"</code>,\n and <var>parsedURL</var>'s' <a data-link-type=\"dfn|abstract-op\" data-link-for=\"url\" data-xref-for=\"url\" data-cite=\"url\" data-cite-path=\"\" data-cite-frag=\"concept-url-query\" data-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-query\">query</a> is non-null</li>\n </ul>"
769+
"html": "<p>If any of the following conditions apply, then <a data-link-type=\"dfn|abstract-op\" data-link-for=\"exception\" data-xref-for=\"exception\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"dfn-throw\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throw</a> a\n \"<a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"SyntaxError\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"syntaxerror\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#syntaxerror\"><code>SyntaxError</code></a>\" <a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"DOMException\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"idl-DOMException\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>:</p>\n <ul>\n <li><var>parsedURL</var> is failure</li>\n <li><var>parsedURL</var>'s <a data-link-type=\"dfn|abstract-op\" data-link-for=\"url\" data-xref-for=\"url\" data-cite=\"url\" data-cite-path=\"\" data-cite-frag=\"concept-url-scheme\" data-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-scheme\">scheme</a> is neither <code>\"stun\"</code>,\n <code>\"stuns\"</code>, <code>\"turn\"</code>, nor <code>\"turns\"</code></li>\n <li><var>parsedURL</var> does not have an <a data-link-type=\"dfn|abstract-op\" data-link-for=\"url\" data-xref-for=\"url\" data-cite=\"url\" data-cite-path=\"\" data-cite-frag=\"url-opaque-path\" data-type=\"dfn\" href=\"https://url.spec.whatwg.org/#url-opaque-path\">opaque path</a></li>\n\t\t <li><var>parsedURL</var>'s <a data-link-type=\"dfn|abstract-op\" data-link-for=\"url\" data-xref-for=\"url\" data-cite=\"url\" data-cite-path=\"\" data-cite-frag=\"url-opaque-path\" data-type=\"dfn\" href=\"https://url.spec.whatwg.org/#url-opaque-path\">opaque path</a> contains one or more <code>\"/\"</code> or <code>\"@\"</code></li>\n <li><var>parsedURL</var>'s <a data-link-type=\"dfn|abstract-op\" data-link-for=\"url\" data-xref-for=\"url\" data-cite=\"url\" data-cite-path=\"\" data-cite-frag=\"concept-url-fragment\" data-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-fragment\">fragment</a> is non-null</li>\n <li><var>parsedURL</var>'s <a data-link-type=\"dfn|abstract-op\" data-link-for=\"url\" data-xref-for=\"url\" data-cite=\"url\" data-cite-path=\"\" data-cite-frag=\"concept-url-scheme\" data-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-scheme\">scheme</a> is <code>\"stun\"</code> or <code>\"stuns\"</code>,\n and <var>parsedURL</var>'s <a data-link-type=\"dfn|abstract-op\" data-link-for=\"url\" data-xref-for=\"url\" data-cite=\"url\" data-cite-path=\"\" data-cite-frag=\"concept-url-query\" data-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-query\">query</a> is non-null</li>\n </ul>"
770770
},
771771
{
772772
"html": "<p>If <var>parsedURL</var>'s <a data-link-type=\"dfn|abstract-op\" data-link-for=\"url\" data-xref-for=\"url\" data-cite=\"url\" data-cite-path=\"\" data-cite-frag=\"concept-url-scheme\" data-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-scheme\">scheme</a> is not implemented by the\n user agent, then <a data-link-type=\"dfn|abstract-op\" data-link-for=\"exception\" data-xref-for=\"exception\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"dfn-throw\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throw</a> a <a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"NotSupportedError\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"notsupportederror\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#notsupportederror\"><code>NotSupportedError</code></a>.</p>"
773773
},
774774
{
775-
"html": "<p>Let <var>hostAndPortURL</var> be result of\n <a data-cite=\"!url#concept-url-parser\" href=\"https://url.spec.whatwg.org/#concept-url-parser\">parsing</a> the concatenation of\n <code>\"https://\"</code> and <var>parsedURL</var>'s <a data-link-type=\"dfn|abstract-op\" data-link-for=\"url\" data-xref-for=\"url\" data-cite=\"url\" data-cite-path=\"\" data-cite-frag=\"concept-url-path\" data-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-path\">path</a>.</p>"
775+
"html": "<p>Let <var>hostAndPortURL</var> be result of\n <a data-link-type=\"dfn|abstract-op\" data-lt=\"basic url parser\" data-cite=\"url\" data-cite-path=\"\" data-cite-frag=\"concept-basic-url-parser\" data-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-basic-url-parser\">parsing</a> the concatenation of\n <code>\"https://\"</code> and <var>parsedURL</var>'s <a data-link-type=\"dfn|abstract-op\" data-link-for=\"url\" data-xref-for=\"url\" data-cite=\"url\" data-cite-path=\"\" data-cite-frag=\"concept-url-path\" data-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-path\">path</a>.</p>"
776776
},
777777
{
778-
"html": "<p>If <var>hostAndPortURL</var> is failure, then <a data-link-type=\"dfn|abstract-op\" data-link-for=\"exception\" data-xref-for=\"exception\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"dfn-throw\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throw</a> a\n \"<a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"SyntaxError\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"syntaxerror\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#syntaxerror\"><code>SyntaxError</code></a>\" <a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"DOMException\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"idl-DOMException\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>.</p>"
778+
"html": "<p>If <var>hostAndPortURL</var> is failure, then <a data-link-type=\"dfn|abstract-op\" data-link-for=\"exception\" data-xref-for=\"exception\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"dfn-throw\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throw</a> a\n \"<a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"SyntaxError\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"syntaxerror\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#syntaxerror\"><code>SyntaxError</code></a>\" <a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"DOMException\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"idl-DOMException\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>.</p>\n\t\t<p>If <var>hostAndPortURL</var>'s <a data-link-type=\"dfn|abstract-op\" data-link-for=\"url\" data-xref-for=\"url\" data-cite=\"url\" data-cite-path=\"\" data-cite-frag=\"concept-url-path\" data-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-path\">path</a>,\n\t\t <a data-link-type=\"dfn|abstract-op\" data-link-for=\"url\" data-xref-for=\"url\" data-cite=\"url\" data-cite-path=\"\" data-cite-frag=\"concept-url-username\" data-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-username\">username</a>, or <a data-link-type=\"dfn|abstract-op\" data-link-for=\"url\" data-xref-for=\"url\" data-cite=\"url\" data-cite-path=\"\" data-cite-frag=\"concept-url-password\" data-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-password\">password</a> is non-null, then\n\t\t <a data-link-type=\"dfn|abstract-op\" data-link-for=\"exception\" data-xref-for=\"exception\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"dfn-throw\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throw</a> a \"<a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"SyntaxError\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"syntaxerror\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#syntaxerror\"><code>SyntaxError</code></a>\" <a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"DOMException\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"idl-DOMException\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>.</p>"
779779
},
780780
{
781781
"html": "<p>If <var>parsedURL</var>'s <a data-link-type=\"dfn|abstract-op\" data-link-for=\"url\" data-xref-for=\"url\" data-cite=\"url\" data-cite-path=\"\" data-cite-frag=\"concept-url-query\" data-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-query\">query</a> is non-null and if <var>parsedURL</var>'s <a data-link-type=\"dfn|abstract-op\" data-link-for=\"url\" data-xref-for=\"url\" data-cite=\"url\" data-cite-path=\"\" data-cite-frag=\"concept-url-query\" data-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-query\">query</a> is different from either <code>\"transport=udp\"</code> or <code>\"transport=tcp\"</code>, <a data-link-type=\"dfn|abstract-op\" data-link-for=\"exception\" data-xref-for=\"exception\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"dfn-throw\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throw</a> a \"<a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"SyntaxError\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"syntaxerror\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#syntaxerror\"><code>SyntaxError</code></a>\" <a data-xref-type=\"_IDL_\" data-link-type=\"idl\" data-lt=\"DOMException\" data-cite=\"webidl\" data-cite-path=\"\" data-cite-frag=\"idl-DOMException\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>.</p>"

ed/css/css-text-4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"value": "normal | pre | pre-wrap | pre-line | <'white-space-collapse'> || <'text-wrap-mode'> || <'white-space-trim'>",
124124
"initial": "normal",
125125
"appliesTo": "text",
126-
"inherited": "individual properties",
126+
"inherited": "see individual properties",
127127
"percentages": "n/a",
128128
"computedValue": "specified keyword",
129129
"canonicalOrder": "n/a",

ed/dfns/sourcemap.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,25 @@
829829
},
830830
"definedIn": "prose"
831831
},
832+
{
833+
"id": "named-mapping",
834+
"href": "https://tc39.es/source-map/#named-mapping",
835+
"linkingText": [
836+
"named mapping"
837+
],
838+
"localLinkingText": [],
839+
"type": "dfn",
840+
"for": [],
841+
"access": "private",
842+
"informative": false,
843+
"heading": {
844+
"id": "names-for-generated-javascript-code",
845+
"href": "https://tc39.es/source-map/#names-for-generated-javascript-code",
846+
"title": "Names for generated JavaScript code",
847+
"number": "3.1.2"
848+
},
849+
"definedIn": "prose"
850+
},
832851
{
833852
"id": "decode-source-map-sources",
834853
"href": "https://tc39.es/source-map/#decode-source-map-sources",

ed/headings/sourcemap.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"id": "profile-and-date",
1515
"href": "https://tc39.es/source-map/#profile-and-date",
1616
"level": 2,
17-
"title": "Stage 0: Strawman, 10 October 2024"
17+
"title": "Stage 0: Strawman, 30 October 2024"
1818
},
1919
{
2020
"id": "toc",
@@ -75,6 +75,13 @@
7575
"title": "Mappings for generated JavaScript code",
7676
"number": "3.1.1"
7777
},
78+
{
79+
"id": "names-for-generated-javascript-code",
80+
"href": "https://tc39.es/source-map/#names-for-generated-javascript-code",
81+
"level": 4,
82+
"title": "Names for generated JavaScript code",
83+
"number": "3.1.2"
84+
},
7885
{
7986
"id": "resolving-sources",
8087
"href": "https://tc39.es/source-map/#resolving-sources",

0 commit comments

Comments
 (0)