Skip to content

Commit 6d28632

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 17.2.9.
1 parent dd147ec commit 6d28632

File tree

7 files changed

+188
-194
lines changed

7 files changed

+188
-194
lines changed

ed/algorithms/infra.json

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

ed/dfns/infra.json

Lines changed: 51 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,6 +1005,8 @@
10051005
"for": [
10061006
"string",
10071007
"JavaScript string",
1008+
"ASCII string",
1009+
"isomorphic string",
10081010
"scalar value string"
10091011
],
10101012
"access": "public",
@@ -1028,6 +1030,8 @@
10281030
"for": [
10291031
"string",
10301032
"JavaScript string",
1033+
"ASCII string",
1034+
"isomorphic string",
10311035
"scalar value string"
10321036
],
10331037
"access": "public",
@@ -1040,6 +1044,44 @@
10401044
},
10411045
"definedIn": "prose"
10421046
},
1047+
{
1048+
"id": "ascii-string",
1049+
"href": "https://infra.spec.whatwg.org/#ascii-string",
1050+
"linkingText": [
1051+
"ASCII string"
1052+
],
1053+
"localLinkingText": [],
1054+
"type": "dfn",
1055+
"for": [],
1056+
"access": "public",
1057+
"informative": false,
1058+
"heading": {
1059+
"id": "strings",
1060+
"href": "https://infra.spec.whatwg.org/#strings",
1061+
"title": "Strings",
1062+
"number": "4.6"
1063+
},
1064+
"definedIn": "prose"
1065+
},
1066+
{
1067+
"id": "isomorphic-string",
1068+
"href": "https://infra.spec.whatwg.org/#isomorphic-string",
1069+
"linkingText": [
1070+
"isomorphic string"
1071+
],
1072+
"localLinkingText": [],
1073+
"type": "dfn",
1074+
"for": [],
1075+
"access": "public",
1076+
"informative": false,
1077+
"heading": {
1078+
"id": "strings",
1079+
"href": "https://infra.spec.whatwg.org/#strings",
1080+
"title": "Strings",
1081+
"number": "4.6"
1082+
},
1083+
"definedIn": "prose"
1084+
},
10431085
{
10441086
"id": "scalar-value-string",
10451087
"href": "https://infra.spec.whatwg.org/#scalar-value-string",
@@ -1335,25 +1377,6 @@
13351377
},
13361378
"definedIn": "prose"
13371379
},
1338-
{
1339-
"id": "ascii-string",
1340-
"href": "https://infra.spec.whatwg.org/#ascii-string",
1341-
"linkingText": [
1342-
"ASCII string"
1343-
],
1344-
"localLinkingText": [],
1345-
"type": "dfn",
1346-
"for": [],
1347-
"access": "public",
1348-
"informative": false,
1349-
"heading": {
1350-
"id": "strings",
1351-
"href": "https://infra.spec.whatwg.org/#strings",
1352-
"title": "Strings",
1353-
"number": "4.6"
1354-
},
1355-
"definedIn": "prose"
1356-
},
13571380
{
13581381
"id": "ascii-lowercase",
13591382
"href": "https://infra.spec.whatwg.org/#ascii-lowercase",
@@ -2865,8 +2888,7 @@
28652888
"id": "parse-a-json-string-to-a-javascript-value",
28662889
"href": "https://infra.spec.whatwg.org/#parse-a-json-string-to-a-javascript-value",
28672890
"linkingText": [
2868-
"parse a JSON string to a JavaScript value",
2869-
"parsing a JSON string to a JavaScript value"
2891+
"parse a JSON string to a JavaScript value"
28702892
],
28712893
"localLinkingText": [],
28722894
"type": "dfn",
@@ -2885,9 +2907,7 @@
28852907
"id": "parse-json-bytes-to-a-javascript-value",
28862908
"href": "https://infra.spec.whatwg.org/#parse-json-bytes-to-a-javascript-value",
28872909
"linkingText": [
2888-
"parse JSON bytes to a JavaScript value",
2889-
"parsing JSON bytes to a JavaScript value",
2890-
"parse JSON from bytes"
2910+
"parse JSON bytes to a JavaScript value"
28912911
],
28922912
"localLinkingText": [],
28932913
"type": "dfn",
@@ -2906,8 +2926,7 @@
29062926
"id": "serialize-a-javascript-value-to-a-json-string",
29072927
"href": "https://infra.spec.whatwg.org/#serialize-a-javascript-value-to-a-json-string",
29082928
"linkingText": [
2909-
"serialize a JavaScript value to a JSON string",
2910-
"serializing a JavaScript value to a JSON string"
2929+
"serialize a JavaScript value to a JSON string"
29112930
],
29122931
"localLinkingText": [],
29132932
"type": "dfn",
@@ -2926,9 +2945,7 @@
29262945
"id": "serialize-a-javascript-value-to-json-bytes",
29272946
"href": "https://infra.spec.whatwg.org/#serialize-a-javascript-value-to-json-bytes",
29282947
"linkingText": [
2929-
"serialize a JavaScript value to JSON bytes",
2930-
"serializing a JavaScript value to JSON bytes",
2931-
"serialize JSON to bytes"
2948+
"serialize a JavaScript value to JSON bytes"
29322949
],
29332950
"localLinkingText": [],
29342951
"type": "dfn",
@@ -2948,7 +2965,6 @@
29482965
"href": "https://infra.spec.whatwg.org/#parse-a-json-string-to-an-infra-value",
29492966
"linkingText": [
29502967
"parse a JSON string to an Infra value",
2951-
"parsing a JSON string to an Infra value",
29522968
"parse JSON into Infra values"
29532969
],
29542970
"localLinkingText": [],
@@ -2968,8 +2984,7 @@
29682984
"id": "parse-json-bytes-to-an-infra-value",
29692985
"href": "https://infra.spec.whatwg.org/#parse-json-bytes-to-an-infra-value",
29702986
"linkingText": [
2971-
"parse JSON bytes to an Infra value",
2972-
"parsing JSON bytes to an Infra value"
2987+
"parse JSON bytes to an Infra value"
29732988
],
29742989
"localLinkingText": [],
29752990
"type": "dfn",
@@ -2988,8 +3003,7 @@
29883003
"id": "convert-a-json-derived-javascript-value-to-an-infra-value",
29893004
"href": "https://infra.spec.whatwg.org/#convert-a-json-derived-javascript-value-to-an-infra-value",
29903005
"linkingText": [
2991-
"convert a JSON-derived JavaScript value to an Infra value",
2992-
"converting a JSON-derived JavaScript value to an Infra value"
3006+
"convert a JSON-derived JavaScript value to an Infra value"
29933007
],
29943008
"localLinkingText": [],
29953009
"type": "dfn",
@@ -3008,8 +3022,7 @@
30083022
"id": "serialize-an-infra-value-to-a-json-string",
30093023
"href": "https://infra.spec.whatwg.org/#serialize-an-infra-value-to-a-json-string",
30103024
"linkingText": [
3011-
"serialize an Infra value to a JSON string",
3012-
"serializing an Infra value to a JSON string"
3025+
"serialize an Infra value to a JSON string"
30133026
],
30143027
"localLinkingText": [],
30153028
"type": "dfn",
@@ -3028,8 +3041,7 @@
30283041
"id": "serialize-an-infra-value-to-json-bytes",
30293042
"href": "https://infra.spec.whatwg.org/#serialize-an-infra-value-to-json-bytes",
30303043
"linkingText": [
3031-
"serialize an Infra value to JSON bytes",
3032-
"serializing an Infra value to JSON bytes"
3044+
"serialize an Infra value to JSON bytes"
30333045
],
30343046
"localLinkingText": [],
30353047
"type": "dfn",
@@ -3048,8 +3060,7 @@
30483060
"id": "convert-an-infra-value-to-a-json-compatible-javascript-value",
30493061
"href": "https://infra.spec.whatwg.org/#convert-an-infra-value-to-a-json-compatible-javascript-value",
30503062
"linkingText": [
3051-
"convert an Infra value to a JSON-compatible JavaScript value",
3052-
"converting an Infra value to a JSON-compatible JavaScript value"
3063+
"convert an Infra value to a JSON-compatible JavaScript value"
30533064
],
30543065
"localLinkingText": [],
30553066
"type": "dfn",

ed/headings/mathml4.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2542,19 +2542,12 @@
25422542
"title": "Intent Examples",
25432543
"number": "5.7"
25442544
},
2545-
{
2546-
"id": "css-and-style",
2547-
"href": "https://w3c.github.io/mathml/#css-and-style",
2548-
"level": 4,
2549-
"title": "CSS and Style",
2550-
"number": "5.7.1"
2551-
},
25522545
{
25532546
"id": "tables",
25542547
"href": "https://w3c.github.io/mathml/#tables",
25552548
"level": 4,
25562549
"title": "Tables",
2557-
"number": "5.7.2"
2550+
"number": "5.7.1"
25582551
},
25592552
{
25602553
"id": "annotating-mathml-semantics",

0 commit comments

Comments
 (0)