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 13.0.2.
  • Loading branch information
reffy-bot committed May 17, 2023
1 parent d0d1257 commit 8fb9327
Show file tree
Hide file tree
Showing 19 changed files with 20,027 additions and 19,615 deletions.
1,862 changes: 987 additions & 875 deletions ed/dfns/dom.json

Large diffs are not rendered by default.

98 changes: 70 additions & 28 deletions ed/dfns/ecmascript.json
Original file line number Diff line number Diff line change
Expand Up @@ -15149,6 +15149,27 @@
},
"definedIn": "heading"
},
{
"id": "sec-string.prototype.iswellformed",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.iswellformed",
"linkingText": [
"isWellFormed()"
],
"localLinkingText": [],
"type": "method",
"for": [
"String"
],
"access": "public",
"informative": false,
"heading": {
"id": "sec-string.prototype.iswellformed",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.iswellformed",
"title": "String.prototype.isWellFormed ( )",
"number": "22.1.3.10"
},
"definedIn": "heading"
},
{
"id": "sec-string.prototype.lastindexof",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.lastindexof",
Expand All @@ -15166,7 +15187,7 @@
"id": "sec-string.prototype.lastindexof",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.lastindexof",
"title": "String.prototype.lastIndexOf ( searchString [ , position ] )",
"number": "22.1.3.10"
"number": "22.1.3.11"
},
"definedIn": "heading"
},
Expand All @@ -15187,7 +15208,7 @@
"id": "sec-string.prototype.localecompare",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.localecompare",
"title": "String.prototype.localeCompare ( that [ , reserved1 [ , reserved2 ] ] )",
"number": "22.1.3.11"
"number": "22.1.3.12"
},
"definedIn": "heading"
},
Expand All @@ -15208,7 +15229,7 @@
"id": "sec-string.prototype.match",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.match",
"title": "String.prototype.match ( regexp )",
"number": "22.1.3.12"
"number": "22.1.3.13"
},
"definedIn": "heading"
},
Expand All @@ -15229,7 +15250,7 @@
"id": "sec-string.prototype.matchall",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.matchall",
"title": "String.prototype.matchAll ( regexp )",
"number": "22.1.3.13"
"number": "22.1.3.14"
},
"definedIn": "heading"
},
Expand All @@ -15250,7 +15271,7 @@
"id": "sec-string.prototype.normalize",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.normalize",
"title": "String.prototype.normalize ( [ form ] )",
"number": "22.1.3.14"
"number": "22.1.3.15"
},
"definedIn": "heading"
},
Expand All @@ -15271,7 +15292,7 @@
"id": "sec-string.prototype.padend",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.padend",
"title": "String.prototype.padEnd ( maxLength [ , fillString ] )",
"number": "22.1.3.15"
"number": "22.1.3.16"
},
"definedIn": "heading"
},
Expand All @@ -15292,7 +15313,7 @@
"id": "sec-string.prototype.padstart",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.padstart",
"title": "String.prototype.padStart ( maxLength [ , fillString ] )",
"number": "22.1.3.16"
"number": "22.1.3.17"
},
"definedIn": "heading"
},
Expand All @@ -15312,7 +15333,7 @@
"id": "sec-stringpad",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-stringpad",
"title": "StringPad ( O, maxLength, fillString, placement )",
"number": "22.1.3.16.1"
"number": "22.1.3.17.1"
},
"definedIn": "heading"
},
Expand All @@ -15332,7 +15353,7 @@
"id": "sec-tozeropaddeddecimalstring",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-tozeropaddeddecimalstring",
"title": "ToZeroPaddedDecimalString ( n, minLength )",
"number": "22.1.3.16.2"
"number": "22.1.3.17.2"
},
"definedIn": "heading"
},
Expand All @@ -15353,7 +15374,7 @@
"id": "sec-string.prototype.repeat",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.repeat",
"title": "String.prototype.repeat ( count )",
"number": "22.1.3.17"
"number": "22.1.3.18"
},
"definedIn": "heading"
},
Expand All @@ -15374,7 +15395,7 @@
"id": "sec-string.prototype.replace",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.replace",
"title": "String.prototype.replace ( searchValue, replaceValue )",
"number": "22.1.3.18"
"number": "22.1.3.19"
},
"definedIn": "heading"
},
Expand All @@ -15394,7 +15415,7 @@
"id": "sec-getsubstitution",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getsubstitution",
"title": "GetSubstitution ( matched, str, position, captures, namedCaptures, replacementTemplate )",
"number": "22.1.3.18.1"
"number": "22.1.3.19.1"
},
"definedIn": "heading"
},
Expand All @@ -15415,7 +15436,7 @@
"id": "sec-string.prototype.replaceall",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.replaceall",
"title": "String.prototype.replaceAll ( searchValue, replaceValue )",
"number": "22.1.3.19"
"number": "22.1.3.20"
},
"definedIn": "heading"
},
Expand All @@ -15436,7 +15457,7 @@
"id": "sec-string.prototype.search",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.search",
"title": "String.prototype.search ( regexp )",
"number": "22.1.3.20"
"number": "22.1.3.21"
},
"definedIn": "heading"
},
Expand All @@ -15457,7 +15478,7 @@
"id": "sec-string.prototype.slice",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.slice",
"title": "String.prototype.slice ( start, end )",
"number": "22.1.3.21"
"number": "22.1.3.22"
},
"definedIn": "heading"
},
Expand All @@ -15478,7 +15499,7 @@
"id": "sec-string.prototype.split",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.split",
"title": "String.prototype.split ( separator, limit )",
"number": "22.1.3.22"
"number": "22.1.3.23"
},
"definedIn": "heading"
},
Expand All @@ -15499,7 +15520,7 @@
"id": "sec-string.prototype.startswith",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.startswith",
"title": "String.prototype.startsWith ( searchString [ , position ] )",
"number": "22.1.3.23"
"number": "22.1.3.24"
},
"definedIn": "heading"
},
Expand All @@ -15520,7 +15541,7 @@
"id": "sec-string.prototype.substring",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.substring",
"title": "String.prototype.substring ( start, end )",
"number": "22.1.3.24"
"number": "22.1.3.25"
},
"definedIn": "heading"
},
Expand All @@ -15541,7 +15562,7 @@
"id": "sec-string.prototype.tolocalelowercase",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolocalelowercase",
"title": "String.prototype.toLocaleLowerCase ( [ reserved1 [ , reserved2 ] ] )",
"number": "22.1.3.25"
"number": "22.1.3.26"
},
"definedIn": "heading"
},
Expand All @@ -15562,7 +15583,7 @@
"id": "sec-string.prototype.tolocaleuppercase",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolocaleuppercase",
"title": "String.prototype.toLocaleUpperCase ( [ reserved1 [ , reserved2 ] ] )",
"number": "22.1.3.26"
"number": "22.1.3.27"
},
"definedIn": "heading"
},
Expand All @@ -15583,7 +15604,7 @@
"id": "sec-string.prototype.tolowercase",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tolowercase",
"title": "String.prototype.toLowerCase ( )",
"number": "22.1.3.27"
"number": "22.1.3.28"
},
"definedIn": "heading"
},
Expand All @@ -15604,7 +15625,7 @@
"id": "sec-string.prototype.tostring",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.tostring",
"title": "String.prototype.toString ( )",
"number": "22.1.3.28"
"number": "22.1.3.29"
},
"definedIn": "heading"
},
Expand All @@ -15625,7 +15646,28 @@
"id": "sec-string.prototype.touppercase",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.touppercase",
"title": "String.prototype.toUpperCase ( )",
"number": "22.1.3.29"
"number": "22.1.3.30"
},
"definedIn": "heading"
},
{
"id": "sec-string.prototype.towellformed",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.towellformed",
"linkingText": [
"toWellFormed()"
],
"localLinkingText": [],
"type": "method",
"for": [
"String"
],
"access": "public",
"informative": false,
"heading": {
"id": "sec-string.prototype.towellformed",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.towellformed",
"title": "String.prototype.toWellFormed ( )",
"number": "22.1.3.31"
},
"definedIn": "heading"
},
Expand All @@ -15646,7 +15688,7 @@
"id": "sec-string.prototype.trim",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trim",
"title": "String.prototype.trim ( )",
"number": "22.1.3.30"
"number": "22.1.3.32"
},
"definedIn": "heading"
},
Expand All @@ -15666,7 +15708,7 @@
"id": "sec-trimstring",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-trimstring",
"title": "TrimString ( string, where )",
"number": "22.1.3.30.1"
"number": "22.1.3.32.1"
},
"definedIn": "heading"
},
Expand All @@ -15687,7 +15729,7 @@
"id": "sec-string.prototype.trimend",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trimend",
"title": "String.prototype.trimEnd ( )",
"number": "22.1.3.31"
"number": "22.1.3.33"
},
"definedIn": "heading"
},
Expand All @@ -15708,7 +15750,7 @@
"id": "sec-string.prototype.trimstart",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.trimstart",
"title": "String.prototype.trimStart ( )",
"number": "22.1.3.32"
"number": "22.1.3.34"
},
"definedIn": "heading"
},
Expand All @@ -15729,7 +15771,7 @@
"id": "sec-string.prototype.valueof",
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-string.prototype.valueof",
"title": "String.prototype.valueOf ( )",
"number": "22.1.3.33"
"number": "22.1.3.35"
},
"definedIn": "heading"
},
Expand Down
7 changes: 7 additions & 0 deletions ed/headings/dom.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,13 @@
"title": "Interface AbortSignal",
"number": "3.2"
},
{
"id": "abort-signal-garbage-collection",
"href": "https://dom.spec.whatwg.org/#abort-signal-garbage-collection",
"level": 4,
"title": "Garbage collection",
"number": "3.2.1"
},
{
"id": "abortcontroller-api-integration",
"href": "https://dom.spec.whatwg.org/#abortcontroller-api-integration",
Expand Down
Loading

0 comments on commit 8fb9327

Please sign in to comment.