Skip to content

Commit 49da5b1

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 17.2.8.
1 parent cb2ee11 commit 49da5b1

File tree

9 files changed

+9734
-9692
lines changed

9 files changed

+9734
-9692
lines changed

ed/algorithms/WebCryptoAPI.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6257,7 +6257,7 @@
62576257
"rationale": "if",
62586258
"steps": [
62596259
{
6260-
"html": "<p>\n If <var>length</var> is null or zero, or is not a multiple of 8, then <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throw</a> an <a data-link-type=\"idl\" data-lt=\"OperationError\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#operationerror\"><code>OperationError</code></a>.\n </p>"
6260+
"html": "<p>\n If <var>length</var> is null or is not a multiple of 8, then <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throw</a> an <a data-link-type=\"idl\" data-lt=\"OperationError\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#operationerror\"><code>OperationError</code></a>.\n </p>"
62616261
},
62626262
{
62636263
"html": "<p>\n Let <var>keyDerivationKey</var> be the secret represented by <a data-link-type=\"attribute\" data-lt=\"[[handle]]\" href=\"https://w3c.github.io/webcrypto/#dfn-CryptoKey-slot-handle\" class=\"internalDFN\" id=\"ref-for-dfn-CryptoKey-slot-handle-49\"><code>[[handle]]</code></a> internal slot of <var>key</var>.\n </p>"
@@ -6269,7 +6269,7 @@
62696269
"html": "<p>\n If the key derivation operation fails,\n then <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throw</a> an\n <a data-link-type=\"idl\" data-lt=\"OperationError\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#operationerror\"><code>OperationError</code></a>.\n </p>"
62706270
},
62716271
{
6272-
"html": "<p>\n Return <var>result</var>.\n </p>"
6272+
"html": "<p>\n Return the result of <a data-link-type=\"dfn|abstract-op\" data-lt=\"create\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#arraybuffer-create\">creating</a>\n an <a data-link-type=\"idl\" data-lt=\"ArrayBuffer\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-ArrayBuffer\"><code>ArrayBuffer</code></a> containing <var>result</var>.\n </p>"
62736273
}
62746274
]
62756275
},
@@ -6342,11 +6342,14 @@
63426342
"rationale": "if",
63436343
"steps": [
63446344
{
6345-
"html": "<p>\n If <var>length</var> is null or zero, or is not a multiple of 8, then <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throw</a> an <a data-link-type=\"idl\" data-lt=\"OperationError\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#operationerror\"><code>OperationError</code></a>.\n </p>"
6345+
"html": "<p>\n If <var>length</var> is null or is not a multiple of 8, then <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throw</a> an <a data-link-type=\"idl\" data-lt=\"OperationError\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#operationerror\"><code>OperationError</code></a>.\n </p>"
63466346
},
63476347
{
63486348
"html": "<p>\n If the <a data-link-type=\"idl\" href=\"https://w3c.github.io/webcrypto/#dfn-Pbkdf2Params-iterations\" class=\"internalDFN\" id=\"ref-for-dfn-Pbkdf2Params-iterations-2\"><code>iterations</code></a> member of <var>normalizedAlgorithm</var> is zero,\n then <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throw</a> an <a data-link-type=\"idl\" data-lt=\"OperationError\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#operationerror\"><code>OperationError</code></a>.\n </p>"
63496349
},
6350+
{
6351+
"html": "<p>\n If <var>length</var> is zero, return the result of\n <a data-link-type=\"dfn|abstract-op\" data-lt=\"create\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#arraybuffer-create\">creating</a> an <a data-link-type=\"idl\" data-lt=\"ArrayBuffer\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-ArrayBuffer\"><code>ArrayBuffer</code></a>\n containing an empty <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#byte-sequence\">byte sequence</a>.\n </p>"
6352+
},
63506353
{
63516354
"html": "<p>\n Let <var>prf</var> be the MAC Generation function described in Section 4 of\n [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://w3c.github.io/webcrypto/#bib-fips-198-1\" title=\"The Keyed-Hash Message Authentication Code (HMAC)\">FIPS-198-1</a></cite>] using the hash function\n described by the <a data-link-type=\"idl\" href=\"https://w3c.github.io/webcrypto/#dfn-Pbkdf2Params-hash\" class=\"internalDFN\" id=\"ref-for-dfn-Pbkdf2Params-hash-2\"><code>hash</code></a> member of\n <var>normalizedAlgorithm</var>.\n </p>"
63526355
},
@@ -6357,7 +6360,7 @@
63576360
"html": "<p>\n If the key derivation operation fails,\n then <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#dfn-throw\">throw</a> an\n <a data-link-type=\"idl\" data-lt=\"OperationError\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#operationerror\"><code>OperationError</code></a>.\n </p>"
63586361
},
63596362
{
6360-
"html": "<p>\n Return <var>result</var>\n </p>"
6363+
"html": "<p>\n Return the result of <a data-link-type=\"dfn|abstract-op\" data-lt=\"create\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#arraybuffer-create\">creating</a>\n an <a data-link-type=\"idl\" data-lt=\"ArrayBuffer\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-ArrayBuffer\"><code>ArrayBuffer</code></a> containing <var>result</var>.\n </p>"
63616364
}
63626365
]
63636366
},

ed/algorithms/mathml4.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
"rationale": "if",
4545
"steps": [
4646
{
47-
"html": "If an <code class=\"attribute\">intent</code>\n attribute does not match the grammar <a href=\"https://w3c.github.io/mathml/#mixing_intent_grammar\" class=\"sec-ref\"><bdi class=\"secno\">5.1 </bdi>The Grammar for <code class=\"attribue\">intent</code></a>,\n then the processor should act as if the attribute were not\n present.\n Typically this will result in a suitable fallback text being\n generated from the MathML element and its descendents. Note that\n just the erroneous attribute is ignored, other <code class=\"attribute\">intent</code> attributes in the MathML\n expression should be used."
47+
"html": "If an <code class=\"attribute\">intent</code>\n attribute does not match the grammar <a href=\"https://w3c.github.io/mathml/#mixing_intent_grammar\" class=\"sec-ref\"><bdi class=\"secno\">5.1 </bdi>The Grammar for <code class=\"attribue\">intent</code></a>,\n then the processor should act as if the attribute were not\n present.\n Typically this will result in a suitable fallback text being\n generated from the MathML element and its descendants. Note that\n just the erroneous attribute is ignored, other <code class=\"attribute\">intent</code> attributes in the MathML\n expression should be used."
4848
},
4949
{
50-
"html": "If a <code>reference</code> such as <code>$x</code> does not correspond to an <code class=\"attribute\">arg</code> attribute with value <code>x</code> on a\n descendent element, the processor should act as if the reference\n were replaced by the literal <code>_dollar_x</code>."
50+
"html": "If a <code>reference</code> such as <code>$x</code> does not correspond to an <code class=\"attribute\">arg</code> attribute with value <code>x</code> on a\n descendant element, the processor should act as if the reference\n were replaced by the literal <code>_dollar_x</code>."
5151
}
5252
]
5353
},

ed/algorithms/wasm-js-api-2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"html": "<p>Let <var>o</var> be <a data-link-type=\"dfn\" href=\"https://tc39.github.io/ecma262/#sec-returnifabrupt-shorthands\" id=\"ref-for-sec-returnifabrupt-shorthands\">?</a> <a data-link-type=\"abstract-op\" href=\"https://tc39.es/ecma262/multipage/abstract-operations.html#sec-get-o-p\" id=\"ref-for-sec-get-o-p\">Get</a>(<var>importObject</var>, <var>moduleName</var>).</p>"
140140
},
141141
{
142-
"html": "<p>If <a data-link-type=\"dfn\" href=\"https://tc39.github.io/ecma262/#sec-ecmascript-data-types-and-values\" id=\"ref-for-sec-ecmascript-data-types-and-values\">Type</a>(<var>o</var>) is not Object, throw a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://tc39.github.io/ecma262/#sec-native-error-types-used-in-this-standard-typeerror\" id=\"ref-for-sec-native-error-types-used-in-this-standard-typeerror①\">TypeError</a></code> exception.</p>"
142+
"html": "<p>If <var>o</var> <a data-link-type=\"dfn\" href=\"https://tc39.github.io/ecma262/#sec-object-type\" id=\"ref-for-sec-object-type\">is not an Object</a>, throw a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://tc39.github.io/ecma262/#sec-native-error-types-used-in-this-standard-typeerror\" id=\"ref-for-sec-native-error-types-used-in-this-standard-typeerror①\">TypeError</a></code> exception.</p>"
143143
},
144144
{
145145
"html": "<p>Let <var>v</var> be <a data-link-type=\"dfn\" href=\"https://tc39.github.io/ecma262/#sec-returnifabrupt-shorthands\" id=\"ref-for-sec-returnifabrupt-shorthands①\">?</a> <a data-link-type=\"abstract-op\" href=\"https://tc39.es/ecma262/multipage/abstract-operations.html#sec-get-o-p\" id=\"ref-for-sec-get-o-p①\">Get</a>(<var>o</var>, <var>componentName</var>).</p>"
@@ -185,11 +185,11 @@
185185
"rationale": "if",
186186
"steps": [
187187
{
188-
"html": "If <a data-link-type=\"dfn\" href=\"https://tc39.github.io/ecma262/#sec-ecmascript-data-types-and-values\" id=\"ref-for-sec-ecmascript-data-types-and-values①\">Type</a>(<var>v</var>) is Number or BigInt,",
188+
"html": "If <var>v</var> <a data-link-type=\"dfn\" href=\"https://tc39.github.io/ecma262/#sec-ecmascript-language-types-number-type\" id=\"ref-for-sec-ecmascript-language-types-number-type\">is a Number</a> or <var>v</var> <a data-link-type=\"dfn\" href=\"https://tc39.github.io/ecma262/#sec-ecmascript-language-types-bigint-type\" id=\"ref-for-sec-ecmascript-language-types-bigint-type\">is a BigInt</a>,",
189189
"rationale": "if",
190190
"steps": [
191191
{
192-
"html": "If <var>valtype</var> is <a data-link-type=\"dfn\" href=\"https://webassembly.github.io/spec/core/syntax/types.html#syntax-numtype\" id=\"ref-for-syntax-numtype\">i64</a> and <a data-link-type=\"dfn\" href=\"https://tc39.github.io/ecma262/#sec-ecmascript-data-types-and-values\" id=\"ref-for-sec-ecmascript-data-types-and-values②\">Type</a>(<var>v</var>) is Number,",
192+
"html": "If <var>valtype</var> is <a data-link-type=\"dfn\" href=\"https://webassembly.github.io/spec/core/syntax/types.html#syntax-numtype\" id=\"ref-for-syntax-numtype\">i64</a> and <var>v</var> <a data-link-type=\"dfn\" href=\"https://tc39.github.io/ecma262/#sec-ecmascript-language-types-number-type\" id=\"ref-for-sec-ecmascript-language-types-number-type①\">is a Number</a>,",
193193
"rationale": "throw",
194194
"steps": [
195195
{
@@ -198,7 +198,7 @@
198198
]
199199
},
200200
{
201-
"html": "If <var>valtype</var> is not <a data-link-type=\"dfn\" href=\"https://webassembly.github.io/spec/core/syntax/types.html#syntax-numtype\" id=\"ref-for-syntax-numtype①\">i64</a> and <a data-link-type=\"dfn\" href=\"https://tc39.github.io/ecma262/#sec-ecmascript-data-types-and-values\" id=\"ref-for-sec-ecmascript-data-types-and-values③\">Type</a>(<var>v</var>) is BigInt,",
201+
"html": "If <var>valtype</var> is not <a data-link-type=\"dfn\" href=\"https://webassembly.github.io/spec/core/syntax/types.html#syntax-numtype\" id=\"ref-for-syntax-numtype①\">i64</a> and <var>v</var> <a data-link-type=\"dfn\" href=\"https://tc39.github.io/ecma262/#sec-ecmascript-language-types-bigint-type\" id=\"ref-for-sec-ecmascript-language-types-bigint-type①\">is a BigInt</a>,",
202202
"rationale": "throw",
203203
"steps": [
204204
{

ed/dfns/ecmascript.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17045,7 +17045,7 @@
1704517045
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-backreference-matcher",
1704617046
"linkingText": [
1704717047
"BackreferenceMatcher",
17048-
"BackreferenceMatcher(rer, n, direction)"
17048+
"BackreferenceMatcher(rer, ns, direction)"
1704917049
],
1705017050
"localLinkingText": [],
1705117051
"type": "abstract-op",
@@ -17055,7 +17055,7 @@
1705517055
"heading": {
1705617056
"id": "sec-backreference-matcher",
1705717057
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-backreference-matcher",
17058-
"title": "BackreferenceMatcher ( rer, n, direction )",
17058+
"title": "BackreferenceMatcher ( rer, ns, direction )",
1705917059
"number": "22.2.2.7.2"
1706017060
},
1706117061
"definedIn": "heading"

ed/headings/ecmascript.json

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9853,61 +9853,68 @@
98539853
"level": 4,
98549854
"number": "22.2.1.3"
98559855
},
9856+
{
9857+
"id": "sec-mightbothparticipate",
9858+
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-mightbothparticipate",
9859+
"title": "Static Semantics: MightBothParticipate ( x, y )",
9860+
"level": 4,
9861+
"number": "22.2.1.4"
9862+
},
98569863
{
98579864
"id": "sec-patterns-static-semantics-capturing-group-number",
98589865
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-capturing-group-number",
98599866
"title": "Static Semantics: CapturingGroupNumber",
98609867
"level": 4,
9861-
"number": "22.2.1.4"
9868+
"number": "22.2.1.5"
98629869
},
98639870
{
98649871
"id": "sec-patterns-static-semantics-is-character-class",
98659872
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-is-character-class",
98669873
"title": "Static Semantics: IsCharacterClass",
98679874
"level": 4,
9868-
"number": "22.2.1.5"
9875+
"number": "22.2.1.6"
98699876
},
98709877
{
98719878
"id": "sec-patterns-static-semantics-character-value",
98729879
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-patterns-static-semantics-character-value",
98739880
"title": "Static Semantics: CharacterValue",
98749881
"level": 4,
9875-
"number": "22.2.1.6"
9882+
"number": "22.2.1.7"
98769883
},
98779884
{
98789885
"id": "sec-static-semantics-maycontainstrings",
98799886
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-static-semantics-maycontainstrings",
98809887
"title": "Static Semantics: MayContainStrings",
98819888
"level": 4,
9882-
"number": "22.2.1.7"
9889+
"number": "22.2.1.8"
98839890
},
98849891
{
98859892
"id": "sec-groupspecifiersthatmatch",
98869893
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-groupspecifiersthatmatch",
98879894
"title": "Static Semantics: GroupSpecifiersThatMatch ( thisGroupName )",
98889895
"level": 4,
9889-
"number": "22.2.1.8"
9896+
"number": "22.2.1.9"
98909897
},
98919898
{
98929899
"id": "sec-static-semantics-capturinggroupname",
98939900
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-static-semantics-capturinggroupname",
98949901
"title": "Static Semantics: CapturingGroupName",
98959902
"level": 4,
9896-
"number": "22.2.1.9"
9903+
"number": "22.2.1.10"
98979904
},
98989905
{
98999906
"id": "sec-regexpidentifiercodepoints",
99009907
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpidentifiercodepoints",
99019908
"title": "Static Semantics: RegExpIdentifierCodePoints",
99029909
"level": 4,
9903-
"number": "22.2.1.10"
9910+
"number": "22.2.1.11"
99049911
},
99059912
{
99069913
"id": "sec-regexpidentifiercodepoint",
99079914
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexpidentifiercodepoint",
99089915
"title": "Static Semantics: RegExpIdentifierCodePoint",
99099916
"level": 4,
9910-
"number": "22.2.1.11"
9917+
"number": "22.2.1.12"
99119918
},
99129919
{
99139920
"id": "sec-pattern-semantics",
@@ -10017,7 +10024,7 @@
1001710024
{
1001810025
"id": "sec-backreference-matcher",
1001910026
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-backreference-matcher",
10020-
"title": "BackreferenceMatcher ( rer, n, direction )",
10027+
"title": "BackreferenceMatcher ( rer, ns, direction )",
1002110028
"level": 5,
1002210029
"number": "22.2.2.7.2"
1002310030
},

0 commit comments

Comments
 (0)