Skip to content

Commit dc8f578

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 7.0.1.
1 parent 85560b0 commit dc8f578

38 files changed

+11939
-11619
lines changed

ed/dfns/accname-1.2.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"spec": {
3+
"title": "Accessible Name and Description Computation 1.2",
4+
"url": "https://w3c.github.io/accname/"
5+
},
6+
"dfns": [
7+
{
8+
"id": "dfn-accessible-description",
9+
"href": "https://w3c.github.io/accname/#dfn-accessible-description",
10+
"linkingText": [
11+
"Accessible Description"
12+
],
13+
"localLinkingText": [],
14+
"type": "dfn",
15+
"for": [],
16+
"access": "public",
17+
"informative": true,
18+
"heading": {
19+
"id": "terms",
20+
"href": "https://w3c.github.io/accname/#terms",
21+
"title": "Important Terms",
22+
"number": "2"
23+
},
24+
"definedIn": "dt"
25+
},
26+
{
27+
"id": "dfn-accessible-name",
28+
"href": "https://w3c.github.io/accname/#dfn-accessible-name",
29+
"linkingText": [
30+
"Accessible Name"
31+
],
32+
"localLinkingText": [],
33+
"type": "dfn",
34+
"for": [],
35+
"access": "public",
36+
"informative": true,
37+
"heading": {
38+
"id": "terms",
39+
"href": "https://w3c.github.io/accname/#terms",
40+
"title": "Important Terms",
41+
"number": "2"
42+
},
43+
"definedIn": "dt"
44+
},
45+
{
46+
"id": "dfn-tooltip-attribute",
47+
"href": "https://w3c.github.io/accname/#dfn-tooltip-attribute",
48+
"linkingText": [
49+
"Tooltip attribute"
50+
],
51+
"localLinkingText": [],
52+
"type": "dfn",
53+
"for": [],
54+
"access": "private",
55+
"informative": true,
56+
"heading": {
57+
"id": "terms",
58+
"href": "https://w3c.github.io/accname/#terms",
59+
"title": "Important Terms",
60+
"number": "2"
61+
},
62+
"definedIn": "dt"
63+
}
64+
]
65+
}

ed/dfns/ecmascript.json

Lines changed: 148 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14631,6 +14631,28 @@
1463114631
},
1463214632
"definedIn": "heading"
1463314633
},
14634+
{
14635+
"id": "sec-notation",
14636+
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-notation",
14637+
"linkingText": [
14638+
"Range",
14639+
"Ranges"
14640+
],
14641+
"localLinkingText": [],
14642+
"type": "dfn",
14643+
"for": [
14644+
"ECMAScript"
14645+
],
14646+
"access": "public",
14647+
"informative": false,
14648+
"heading": {
14649+
"id": "sec-notation",
14650+
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-notation",
14651+
"title": "Notation",
14652+
"number": "22.2.2.1"
14653+
},
14654+
"definedIn": "prose"
14655+
},
1463414656
{
1463514657
"id": "sec-runtime-semantics-repeatmatcher-abstract-operation",
1463614658
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-runtime-semantics-repeatmatcher-abstract-operation",
@@ -14996,6 +15018,104 @@
1499615018
},
1499715019
"definedIn": "heading"
1499815020
},
15021+
{
15022+
"id": "sec-getstringindex",
15023+
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getstringindex",
15024+
"linkingText": [
15025+
"GetStringIndex(S, e)"
15026+
],
15027+
"localLinkingText": [],
15028+
"type": "abstract-op",
15029+
"for": [],
15030+
"access": "public",
15031+
"informative": false,
15032+
"heading": {
15033+
"id": "sec-getstringindex",
15034+
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getstringindex",
15035+
"title": "GetStringIndex ( S, e )",
15036+
"number": "22.2.5.2.4"
15037+
},
15038+
"definedIn": "heading"
15039+
},
15040+
{
15041+
"id": "sec-match-records",
15042+
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-match-records",
15043+
"linkingText": [
15044+
"Match Record",
15045+
"Match Records"
15046+
],
15047+
"localLinkingText": [],
15048+
"type": "dfn",
15049+
"for": [
15050+
"ECMAScript"
15051+
],
15052+
"access": "public",
15053+
"informative": false,
15054+
"heading": {
15055+
"id": "sec-match-records",
15056+
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-match-records",
15057+
"title": "Match Records",
15058+
"number": "22.2.5.2.5"
15059+
},
15060+
"definedIn": "prose"
15061+
},
15062+
{
15063+
"id": "sec-getmatchstring",
15064+
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchstring",
15065+
"linkingText": [
15066+
"GetMatchString(S, match)"
15067+
],
15068+
"localLinkingText": [],
15069+
"type": "abstract-op",
15070+
"for": [],
15071+
"access": "public",
15072+
"informative": false,
15073+
"heading": {
15074+
"id": "sec-getmatchstring",
15075+
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchstring",
15076+
"title": "GetMatchString ( S, match )",
15077+
"number": "22.2.5.2.6"
15078+
},
15079+
"definedIn": "heading"
15080+
},
15081+
{
15082+
"id": "sec-getmatchindexpair",
15083+
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchindexpair",
15084+
"linkingText": [
15085+
"GetMatchIndexPair(S, match)"
15086+
],
15087+
"localLinkingText": [],
15088+
"type": "abstract-op",
15089+
"for": [],
15090+
"access": "public",
15091+
"informative": false,
15092+
"heading": {
15093+
"id": "sec-getmatchindexpair",
15094+
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-getmatchindexpair",
15095+
"title": "GetMatchIndexPair ( S, match )",
15096+
"number": "22.2.5.2.7"
15097+
},
15098+
"definedIn": "heading"
15099+
},
15100+
{
15101+
"id": "sec-makematchindicesindexpairarray",
15102+
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-makematchindicesindexpairarray",
15103+
"linkingText": [
15104+
"MakeMatchIndicesIndexPairArray(S, indices, groupNames, hasGroups)"
15105+
],
15106+
"localLinkingText": [],
15107+
"type": "abstract-op",
15108+
"for": [],
15109+
"access": "public",
15110+
"informative": false,
15111+
"heading": {
15112+
"id": "sec-makematchindicesindexpairarray",
15113+
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-makematchindicesindexpairarray",
15114+
"title": "MakeMatchIndicesIndexPairArray ( S, indices, groupNames, hasGroups )",
15115+
"number": "22.2.5.2.8"
15116+
},
15117+
"definedIn": "heading"
15118+
},
1499915119
{
1500015120
"id": "sec-get-regexp.prototype.dotAll",
1500115121
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.dotAll",
@@ -15078,6 +15198,27 @@
1507815198
},
1507915199
"definedIn": "heading"
1508015200
},
15201+
{
15202+
"id": "sec-get-regexp.prototype.hasIndices",
15203+
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.hasIndices",
15204+
"linkingText": [
15205+
"hasIndices"
15206+
],
15207+
"localLinkingText": [],
15208+
"type": "attribute",
15209+
"for": [
15210+
"RegExp"
15211+
],
15212+
"access": "public",
15213+
"informative": false,
15214+
"heading": {
15215+
"id": "sec-get-regexp.prototype.hasIndices",
15216+
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.hasIndices",
15217+
"title": "get RegExp.prototype.hasIndices",
15218+
"number": "22.2.5.6"
15219+
},
15220+
"definedIn": "heading"
15221+
},
1508115222
{
1508215223
"id": "sec-get-regexp.prototype.ignorecase",
1508315224
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.ignorecase",
@@ -15095,7 +15236,7 @@
1509515236
"id": "sec-get-regexp.prototype.ignorecase",
1509615237
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.ignorecase",
1509715238
"title": "get RegExp.prototype.ignoreCase",
15098-
"number": "22.2.5.6"
15239+
"number": "22.2.5.7"
1509915240
},
1510015241
"definedIn": "heading"
1510115242
},
@@ -15116,7 +15257,7 @@
1511615257
"id": "sec-get-regexp.prototype.multiline",
1511715258
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.multiline",
1511815259
"title": "get RegExp.prototype.multiline",
15119-
"number": "22.2.5.9"
15260+
"number": "22.2.5.10"
1512015261
},
1512115262
"definedIn": "heading"
1512215263
},
@@ -15137,7 +15278,7 @@
1513715278
"id": "sec-get-regexp.prototype.source",
1513815279
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.source",
1513915280
"title": "get RegExp.prototype.source",
15140-
"number": "22.2.5.12"
15281+
"number": "22.2.5.13"
1514115282
},
1514215283
"definedIn": "heading"
1514315284
},
@@ -15158,7 +15299,7 @@
1515815299
"id": "sec-get-regexp.prototype.sticky",
1515915300
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.sticky",
1516015301
"title": "get RegExp.prototype.sticky",
15161-
"number": "22.2.5.14"
15302+
"number": "22.2.5.15"
1516215303
},
1516315304
"definedIn": "heading"
1516415305
},
@@ -15179,7 +15320,7 @@
1517915320
"id": "sec-regexp.prototype.test",
1518015321
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.test",
1518115322
"title": "RegExp.prototype.test ( S )",
15182-
"number": "22.2.5.15"
15323+
"number": "22.2.5.16"
1518315324
},
1518415325
"definedIn": "heading"
1518515326
},
@@ -15200,7 +15341,7 @@
1520015341
"id": "sec-regexp.prototype.tostring",
1520115342
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-regexp.prototype.tostring",
1520215343
"title": "RegExp.prototype.toString ( )",
15203-
"number": "22.2.5.16"
15344+
"number": "22.2.5.17"
1520415345
},
1520515346
"definedIn": "heading"
1520615347
},
@@ -15221,7 +15362,7 @@
1522115362
"id": "sec-get-regexp.prototype.unicode",
1522215363
"href": "https://tc39.es/ecma262/multipage/text-processing.html#sec-get-regexp.prototype.unicode",
1522315364
"title": "get RegExp.prototype.unicode",
15224-
"number": "22.2.5.17"
15365+
"number": "22.2.5.18"
1522515366
},
1522615367
"definedIn": "heading"
1522715368
},

0 commit comments

Comments
 (0)