Skip to content

Commit c3459c4

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 17.2.10.
1 parent 1e065cc commit c3459c4

File tree

7 files changed

+106
-40
lines changed

7 files changed

+106
-40
lines changed

ed/algorithms/infra.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -284,13 +284,13 @@
284284
{
285285
"name": "strip leading and trailing ASCII whitespace",
286286
"href": "https://infra.spec.whatwg.org/#strip-leading-and-trailing-ascii-whitespace",
287-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"strip-leading-and-trailing-ascii-whitespace\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">strip leading and trailing ASCII whitespace</dfn> from a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string\" id=\"ref-for-string⑤②\">string</a>, remove all <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-whitespace\" id=\"ref-for-ascii-whitespace\">ASCII whitespace</a> that are at the start or the end of the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string\" id=\"ref-for-string⑤③\">string</a>.",
287+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"strip-leading-and-trailing-ascii-whitespace\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">strip leading and trailing ASCII whitespace</dfn> from a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string\" id=\"ref-for-string⑤②\">string</a>, remove all <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-whitespace\" id=\"ref-for-ascii-whitespace\">ASCII whitespace</a> that are at the start or the end of the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string\" id=\"ref-for-string⑤③\">string</a>.",
288288
"rationale": "To <dfn>"
289289
},
290290
{
291291
"name": "strip and collapse ASCII whitespace",
292292
"href": "https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace",
293-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"strip-and-collapse-ascii-whitespace\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">strip and collapse ASCII whitespace</dfn> in a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string\" id=\"ref-for-string⑤④\">string</a>, replace any sequence\nof one or more consecutive <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#code-point\" id=\"ref-for-code-point④③\">code points</a> that are <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-whitespace\" id=\"ref-for-ascii-whitespace①\">ASCII whitespace</a> in the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string\" id=\"ref-for-string⑤⑤\">string</a> with a single U+0020 SPACE <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#code-point\" id=\"ref-for-code-point④④\">code point</a>, and then remove any leading and trailing <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-whitespace\" id=\"ref-for-ascii-whitespace②\">ASCII whitespace</a> from that string.",
293+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"strip-and-collapse-ascii-whitespace\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">strip and collapse ASCII whitespace</dfn> in a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string\" id=\"ref-for-string⑤④\">string</a>, replace any sequence\nof one or more consecutive <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#code-point\" id=\"ref-for-code-point④③\">code points</a> that are <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-whitespace\" id=\"ref-for-ascii-whitespace②\">ASCII whitespace</a> in the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string\" id=\"ref-for-string⑤⑤\">string</a> with a single U+0020 SPACE <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#code-point\" id=\"ref-for-code-point④④\">code point</a>, and then remove any leading and trailing <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-whitespace\" id=\"ref-for-ascii-whitespace③\">ASCII whitespace</a> from that string.",
294294
"rationale": "To <dfn>"
295295
},
296296
{
@@ -322,7 +322,7 @@
322322
{
323323
"name": "skip ASCII whitespace",
324324
"href": "https://infra.spec.whatwg.org/#skip-ascii-whitespace",
325-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"skip-ascii-whitespace\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">skip ASCII whitespace</dfn> within a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string\" id=\"ref-for-string⑤⑧\">string</a> <var>input</var> given a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string-position-variable\" id=\"ref-for-string-position-variable①\">position variable</a> <var>position</var>, <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#collect-a-sequence-of-code-points\" id=\"ref-for-collect-a-sequence-of-code-points\">collect a sequence of code points</a> that are <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-whitespace\" id=\"ref-for-ascii-whitespace③\">ASCII whitespace</a> from <var>input</var> given <var>position</var>. The collected <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#code-point\" id=\"ref-for-code-point④⑨\">code points</a> are not used, but <var>position</var> is still updated.",
325+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"skip-ascii-whitespace\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">skip ASCII whitespace</dfn> within a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string\" id=\"ref-for-string⑤⑧\">string</a> <var>input</var> given a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string-position-variable\" id=\"ref-for-string-position-variable①\">position variable</a> <var>position</var>, <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#collect-a-sequence-of-code-points\" id=\"ref-for-collect-a-sequence-of-code-points\">collect a sequence of code points</a> that are <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-whitespace\" id=\"ref-for-ascii-whitespace④\">ASCII whitespace</a> from <var>input</var> given <var>position</var>. The collected <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#code-point\" id=\"ref-for-code-point④⑨\">code points</a> are not used, but <var>position</var> is still updated.",
326326
"rationale": "To <dfn>"
327327
},
328328
{
@@ -386,7 +386,7 @@
386386
"rationale": "let",
387387
"steps": [
388388
{
389-
"html": "<p>Let <var>token</var> be the result of <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#collect-a-sequence-of-code-points\" id=\"ref-for-collect-a-sequence-of-code-points③\">collecting a sequence of code points</a> that are\n not <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-whitespace\" id=\"ref-for-ascii-whitespace\">ASCII whitespace</a> from <var>input</var>, given <var>position</var>. </p>"
389+
"html": "<p>Let <var>token</var> be the result of <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#collect-a-sequence-of-code-points\" id=\"ref-for-collect-a-sequence-of-code-points③\">collecting a sequence of code points</a> that are\n not <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-whitespace\" id=\"ref-for-ascii-whitespace\">ASCII whitespace</a> from <var>input</var>, given <var>position</var>. </p>"
390390
},
391391
{
392392
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#list-append\" id=\"ref-for-list-append①⓪\">Append</a> <var>token</var> to <var>tokens</var>. </p>"
@@ -908,7 +908,7 @@
908908
"rationale": "remove",
909909
"steps": [
910910
{
911-
"html": "<p>Remove all <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-whitespace\" id=\"ref-for-ascii-whitespace\">ASCII whitespace</a> from <var>data</var>. </p>"
911+
"html": "<p>Remove all <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-whitespace\" id=\"ref-for-ascii-whitespace\">ASCII whitespace</a> from <var>data</var>. </p>"
912912
},
913913
{
914914
"html": "If <var>data</var>’s <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#string-code-point-length\" id=\"ref-for-string-code-point-length④\">code point length</a> divides by 4 leaving no remainder,\n then:",

ed/dfns/mathml4.json

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@
44
"url": "https://w3c.github.io/mathml/"
55
},
66
"dfns": [
7+
{
8+
"id": "dfn-boolean",
9+
"href": "https://w3c.github.io/mathml/#dfn-boolean",
10+
"linkingText": [
11+
"boolean"
12+
],
13+
"localLinkingText": [],
14+
"type": "dfn",
15+
"for": [],
16+
"access": "private",
17+
"informative": false,
18+
"heading": {
19+
"id": "syntax-notation-used-in-the-mathml-specification",
20+
"href": "https://w3c.github.io/mathml/#syntax-notation-used-in-the-mathml-specification",
21+
"title": "Syntax notation used in the MathML specification",
22+
"number": "2.1.5.1"
23+
},
24+
"definedIn": "table"
25+
},
726
{
827
"id": "dfn-unsigned-integer",
928
"href": "https://w3c.github.io/mathml/#dfn-unsigned-integer",
@@ -62,10 +81,10 @@
6281
"definedIn": "table"
6382
},
6483
{
65-
"id": "dfn-unsigned-number",
66-
"href": "https://w3c.github.io/mathml/#dfn-unsigned-number",
84+
"id": "dfn-number",
85+
"href": "https://w3c.github.io/mathml/#dfn-number",
6786
"linkingText": [
68-
"unsigned-number"
87+
"number"
6988
],
7089
"localLinkingText": [],
7190
"type": "dfn",
@@ -81,10 +100,10 @@
81100
"definedIn": "table"
82101
},
83102
{
84-
"id": "dfn-number",
85-
"href": "https://w3c.github.io/mathml/#dfn-number",
103+
"id": "dfn-unsigned-number",
104+
"href": "https://w3c.github.io/mathml/#dfn-unsigned-number",
86105
"linkingText": [
87-
"number"
106+
"unsigned-number"
88107
],
89108
"localLinkingText": [],
90109
"type": "dfn",

ed/ids/infra.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,8 @@
245245
"https://infra.spec.whatwg.org/#ref-for-code-point%E2%91%A0%E2%91%A4",
246246
"https://infra.spec.whatwg.org/#ascii-tab-or-newline",
247247
"https://infra.spec.whatwg.org/#ascii-whitespace",
248+
"https://infra.spec.whatwg.org/#ref-for-http-whitespace",
249+
"https://infra.spec.whatwg.org/#ref-for-ascii-whitespace",
248250
"https://infra.spec.whatwg.org/#c0-control",
249251
"https://infra.spec.whatwg.org/#ref-for-code-point%E2%91%A0%E2%91%A5",
250252
"https://infra.spec.whatwg.org/#c0-control-or-space",
@@ -475,15 +477,15 @@
475477
"https://infra.spec.whatwg.org/#ref-for-code-point%E2%91%A3%E2%91%A1",
476478
"https://infra.spec.whatwg.org/#strip-leading-and-trailing-ascii-whitespace",
477479
"https://infra.spec.whatwg.org/#ref-for-string%E2%91%A4%E2%91%A1",
478-
"https://infra.spec.whatwg.org/#ref-for-ascii-whitespace",
480+
"https://infra.spec.whatwg.org/#ref-for-ascii-whitespace%E2%91%A0",
479481
"https://infra.spec.whatwg.org/#ref-for-string%E2%91%A4%E2%91%A2",
480482
"https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace",
481483
"https://infra.spec.whatwg.org/#ref-for-string%E2%91%A4%E2%91%A3",
482484
"https://infra.spec.whatwg.org/#ref-for-code-point%E2%91%A3%E2%91%A2",
483-
"https://infra.spec.whatwg.org/#ref-for-ascii-whitespace%E2%91%A0",
485+
"https://infra.spec.whatwg.org/#ref-for-ascii-whitespace%E2%91%A1",
484486
"https://infra.spec.whatwg.org/#ref-for-string%E2%91%A4%E2%91%A4",
485487
"https://infra.spec.whatwg.org/#ref-for-code-point%E2%91%A3%E2%91%A3",
486-
"https://infra.spec.whatwg.org/#ref-for-ascii-whitespace%E2%91%A1",
488+
"https://infra.spec.whatwg.org/#ref-for-ascii-whitespace%E2%91%A2",
487489
"https://infra.spec.whatwg.org/#collect-a-sequence-of-code-points",
488490
"https://infra.spec.whatwg.org/#ref-for-code-point%E2%91%A3%E2%91%A4",
489491
"https://infra.spec.whatwg.org/#ref-for-string%E2%91%A4%E2%91%A5",
@@ -497,7 +499,7 @@
497499
"https://infra.spec.whatwg.org/#ref-for-string%E2%91%A4%E2%91%A7",
498500
"https://infra.spec.whatwg.org/#ref-for-string-position-variable%E2%91%A0",
499501
"https://infra.spec.whatwg.org/#ref-for-collect-a-sequence-of-code-points",
500-
"https://infra.spec.whatwg.org/#ref-for-ascii-whitespace%E2%91%A2",
502+
"https://infra.spec.whatwg.org/#ref-for-ascii-whitespace%E2%91%A3",
501503
"https://infra.spec.whatwg.org/#ref-for-code-point%E2%91%A3%E2%91%A8",
502504
"https://infra.spec.whatwg.org/#strictly-split",
503505
"https://infra.spec.whatwg.org/#ref-for-string%E2%91%A4%E2%91%A8",
@@ -513,15 +515,15 @@
513515
"https://infra.spec.whatwg.org/#ref-for-list-append%E2%91%A8",
514516
"https://infra.spec.whatwg.org/#ref-for-split-on-ascii-whitespace",
515517
"https://infra.spec.whatwg.org/#ref-for-split-on-commas",
516-
"https://infra.spec.whatwg.org/#ref-for-ascii-whitespace%E2%91%A3",
518+
"https://infra.spec.whatwg.org/#ref-for-ascii-whitespace%E2%91%A4",
517519
"https://infra.spec.whatwg.org/#split-on-ascii-whitespace",
518520
"https://infra.spec.whatwg.org/#ref-for-string%E2%91%A5%E2%91%A0",
519521
"https://infra.spec.whatwg.org/#ref-for-string-position-variable%E2%91%A2",
520522
"https://infra.spec.whatwg.org/#ref-for-list%E2%91%A5",
521523
"https://infra.spec.whatwg.org/#ref-for-string%E2%91%A5%E2%91%A1",
522524
"https://infra.spec.whatwg.org/#ref-for-skip-ascii-whitespace",
523525
"https://infra.spec.whatwg.org/#ref-for-collect-a-sequence-of-code-points%E2%91%A2",
524-
"https://infra.spec.whatwg.org/#ref-for-ascii-whitespace%E2%91%A4",
526+
"https://infra.spec.whatwg.org/#ref-for-ascii-whitespace%E2%91%A5",
525527
"https://infra.spec.whatwg.org/#ref-for-list-append%E2%91%A0%E2%93%AA",
526528
"https://infra.spec.whatwg.org/#ref-for-skip-ascii-whitespace%E2%91%A0",
527529
"https://infra.spec.whatwg.org/#split-on-commas",
@@ -983,7 +985,7 @@
983985
"https://infra.spec.whatwg.org/#ref-for-forgiving-base64-encode",
984986
"https://infra.spec.whatwg.org/#ref-for-forgiving-base64-decode",
985987
"https://infra.spec.whatwg.org/#forgiving-base64-decode",
986-
"https://infra.spec.whatwg.org/#ref-for-ascii-whitespace%E2%91%A5",
988+
"https://infra.spec.whatwg.org/#ref-for-ascii-whitespace%E2%91%A6",
987989
"https://infra.spec.whatwg.org/#ref-for-string-code-point-length%E2%91%A3",
988990
"https://infra.spec.whatwg.org/#ref-for-code-point%E2%91%A4%E2%91%A2",
989991
"https://infra.spec.whatwg.org/#ref-for-string-code-point-length%E2%91%A4",
@@ -1024,6 +1026,7 @@
10241026
"https://infra.spec.whatwg.org/#1d2f9726",
10251027
"https://infra.spec.whatwg.org/#b0fcb8d7",
10261028
"https://infra.spec.whatwg.org/#0303e8e5",
1029+
"https://infra.spec.whatwg.org/#5fe4ff5e",
10271030
"https://infra.spec.whatwg.org/#4b2c8c72",
10281031
"https://infra.spec.whatwg.org/#1e2edd5b",
10291032
"https://infra.spec.whatwg.org/#752d140b",
@@ -1042,11 +1045,14 @@
10421045
"https://infra.spec.whatwg.org/#informative",
10431046
"https://infra.spec.whatwg.org/#biblio-cookies",
10441047
"https://infra.spec.whatwg.org/#biblio-dom",
1048+
"https://infra.spec.whatwg.org/#biblio-fetch",
10451049
"https://infra.spec.whatwg.org/#biblio-html",
10461050
"https://infra.spec.whatwg.org/#biblio-rfc6797",
10471051
"https://infra.spec.whatwg.org/#biblio-rfc791",
10481052
"https://infra.spec.whatwg.org/#biblio-rfc8174",
1053+
"https://infra.spec.whatwg.org/#biblio-rfc8259",
10491054
"https://infra.spec.whatwg.org/#biblio-storage",
1050-
"https://infra.spec.whatwg.org/#biblio-url"
1055+
"https://infra.spec.whatwg.org/#biblio-url",
1056+
"https://infra.spec.whatwg.org/#biblio-xml"
10511057
]
10521058
}

ed/ids/mathml4.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
"https://w3c.github.io/mathml/#syntax-notation-used-in-the-mathml-specification",
4646
"https://w3c.github.io/mathml/#fund_syntax_notation",
4747
"https://w3c.github.io/mathml/#fund_table-attval",
48+
"https://w3c.github.io/mathml/#type_boolean",
49+
"https://w3c.github.io/mathml/#dfn-boolean",
4850
"https://w3c.github.io/mathml/#type_unsigned-integer",
4951
"https://w3c.github.io/mathml/#dfn-unsigned-integer",
5052
"https://w3c.github.io/mathml/#type_positive-integer",
@@ -53,10 +55,11 @@
5355
"https://w3c.github.io/mathml/#type_integer",
5456
"https://w3c.github.io/mathml/#dfn-integer",
5557
"https://w3c.github.io/mathml/#ref-for-dfn-unsigned-integer-2",
56-
"https://w3c.github.io/mathml/#type_unsigned-number",
57-
"https://w3c.github.io/mathml/#dfn-unsigned-number",
5858
"https://w3c.github.io/mathml/#type_number",
5959
"https://w3c.github.io/mathml/#dfn-number",
60+
"https://w3c.github.io/mathml/#ref-for-dfn-unsigned-number-1",
61+
"https://w3c.github.io/mathml/#type_unsigned-number",
62+
"https://w3c.github.io/mathml/#dfn-unsigned-number",
6063
"https://w3c.github.io/mathml/#type_character",
6164
"https://w3c.github.io/mathml/#dfn-character",
6265
"https://w3c.github.io/mathml/#type_string",
@@ -204,7 +207,12 @@
204207
"https://w3c.github.io/mathml/#dictionary-based-attributes",
205208
"https://w3c.github.io/mathml/#presm_mo_dict_attrs",
206209
"https://w3c.github.io/mathml/#presm_table-mo",
210+
"https://w3c.github.io/mathml/#ref-for-dfn-boolean-1",
211+
"https://w3c.github.io/mathml/#ref-for-dfn-boolean-2",
207212
"https://w3c.github.io/mathml/#ref-for-dfn-axis-1",
213+
"https://w3c.github.io/mathml/#ref-for-dfn-boolean-3",
214+
"https://w3c.github.io/mathml/#ref-for-dfn-boolean-4",
215+
"https://w3c.github.io/mathml/#ref-for-dfn-boolean-5",
208216
"https://w3c.github.io/mathml/#linebreaking-attributes",
209217
"https://w3c.github.io/mathml/#presm_lbattrs",
210218
"https://w3c.github.io/mathml/#ref-for-dfn-string-5",
@@ -297,6 +305,7 @@
297305
"https://w3c.github.io/mathml/#presm_mfrac_desc",
298306
"https://w3c.github.io/mathml/#attributes-8",
299307
"https://w3c.github.io/mathml/#presm_mfrac_att",
308+
"https://w3c.github.io/mathml/#ref-for-dfn-boolean-6",
300309
"https://w3c.github.io/mathml/#examples-5",
301310
"https://w3c.github.io/mathml/#presm_mfrac_ex",
302311
"https://w3c.github.io/mathml/#radicals-msqrt-mroot",
@@ -313,6 +322,7 @@
313322
"https://w3c.github.io/mathml/#presm_mstyle_desc",
314323
"https://w3c.github.io/mathml/#attributes-10",
315324
"https://w3c.github.io/mathml/#presm_mstyle_attrs",
325+
"https://w3c.github.io/mathml/#ref-for-dfn-boolean-7",
316326
"https://w3c.github.io/mathml/#ref-for-dfn-number-1",
317327
"https://w3c.github.io/mathml/#ref-for-dfn-character-1",
318328
"https://w3c.github.io/mathml/#examples-7",
@@ -394,6 +404,7 @@
394404
"https://w3c.github.io/mathml/#presm_munder_desc",
395405
"https://w3c.github.io/mathml/#attributes-19",
396406
"https://w3c.github.io/mathml/#presm_munder_att",
407+
"https://w3c.github.io/mathml/#ref-for-dfn-boolean-8",
397408
"https://w3c.github.io/mathml/#examples-13",
398409
"https://w3c.github.io/mathml/#presm_munder_att_ex",
399410
"https://w3c.github.io/mathml/#overscript-mover",
@@ -402,6 +413,7 @@
402413
"https://w3c.github.io/mathml/#presm_mover_desc",
403414
"https://w3c.github.io/mathml/#attributes-20",
404415
"https://w3c.github.io/mathml/#presm_mover_att",
416+
"https://w3c.github.io/mathml/#ref-for-dfn-boolean-9",
405417
"https://w3c.github.io/mathml/#examples-14",
406418
"https://w3c.github.io/mathml/#presm_mover_ex",
407419
"https://w3c.github.io/mathml/#underscript-overscript-pair-munderover",
@@ -410,6 +422,8 @@
410422
"https://w3c.github.io/mathml/#presm_munderover_desc",
411423
"https://w3c.github.io/mathml/#attributes-21",
412424
"https://w3c.github.io/mathml/#presm_munderover_att",
425+
"https://w3c.github.io/mathml/#ref-for-dfn-boolean-10",
426+
"https://w3c.github.io/mathml/#ref-for-dfn-boolean-11",
413427
"https://w3c.github.io/mathml/#examples-15",
414428
"https://w3c.github.io/mathml/#presm_munderover_ex",
415429
"https://w3c.github.io/mathml/#prescripts-and-tensor-indices-mmultiscripts-mprescripts",
@@ -430,6 +444,10 @@
430444
"https://w3c.github.io/mathml/#presm_mtable_attrs",
431445
"https://w3c.github.io/mathml/#ref-for-dfn-axis-5",
432446
"https://w3c.github.io/mathml/#dfn-axis",
447+
"https://w3c.github.io/mathml/#ref-for-dfn-boolean-12",
448+
"https://w3c.github.io/mathml/#ref-for-dfn-boolean-13",
449+
"https://w3c.github.io/mathml/#ref-for-dfn-boolean-14",
450+
"https://w3c.github.io/mathml/#ref-for-dfn-boolean-15",
433451
"https://w3c.github.io/mathml/#examples-17",
434452
"https://w3c.github.io/mathml/#presm_mtable_ex",
435453
"https://w3c.github.io/mathml/#row-in-table-or-matrix-mtr",

0 commit comments

Comments
 (0)