Skip to content

Commit 4bc2e0d

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 17.2.10.
1 parent 0de89ba commit 4bc2e0d

File tree

6 files changed

+39
-62
lines changed

6 files changed

+39
-62
lines changed

ed/algorithms/dom.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@
875875
"html": "<p>If <var>global</var> is a <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#window\" id=\"ref-for-window⑧\">Window</a></code> object, then set <var>global</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#window-current-event\" id=\"ref-for-window-current-event③\">current event</a> to <var>currentEvent</var>. </p>"
876876
},
877877
{
878-
"html": "<p>If <var>event</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#stop-immediate-propagation-flag\" id=\"ref-for-stop-immediate-propagation-flag③\">stop immediate propagation flag</a> is set, then return <var>found</var>. </p>"
878+
"html": "<p>If <var>event</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#stop-immediate-propagation-flag\" id=\"ref-for-stop-immediate-propagation-flag③\">stop immediate propagation flag</a> is set, then <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#iteration-break\" id=\"ref-for-iteration-break①\">break</a>. </p>"
879879
}
880880
]
881881
},
@@ -5186,7 +5186,7 @@
51865186
"html": "<p>Let <var>result</var> be the result of <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-node-filter\" id=\"ref-for-concept-node-filter\">filtering</a> <var>node</var> within <var>iterator</var>. </p>"
51875187
},
51885188
{
5189-
"html": "<p>If <var>result</var> is <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://dom.spec.whatwg.org/#dom-nodefilter-filter_accept\" id=\"ref-for-dom-nodefilter-filter_accept①\">FILTER_ACCEPT</a></code>, then <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#iteration-break\" id=\"ref-for-iteration-break\">break</a>. </p>"
5189+
"html": "<p>If <var>result</var> is <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://dom.spec.whatwg.org/#dom-nodefilter-filter_accept\" id=\"ref-for-dom-nodefilter-filter_accept①\">FILTER_ACCEPT</a></code>, then <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#iteration-break\" id=\"ref-for-iteration-break\">break</a>. </p>"
51905190
}
51915191
]
51925192
},
@@ -5269,7 +5269,7 @@
52695269
"html": "<p>Let <var>sibling</var> be <var>node</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-tree-next-sibling\" id=\"ref-for-concept-tree-next-sibling①⑤\">next sibling</a> if <var>type</var> is first, and <var>node</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-tree-previous-sibling\" id=\"ref-for-concept-tree-previous-sibling①⓪\">previous sibling</a> if <var>type</var> is last. </p>"
52705270
},
52715271
{
5272-
"html": "<p>If <var>sibling</var> is non-null, then set <var>node</var> to <var>sibling</var> and <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#iteration-break\" id=\"ref-for-iteration-break\">break</a>. </p>"
5272+
"html": "<p>If <var>sibling</var> is non-null, then set <var>node</var> to <var>sibling</var> and <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#iteration-break\" id=\"ref-for-iteration-break\">break</a>. </p>"
52735273
},
52745274
{
52755275
"html": "<p>Let <var>parent</var> be <var>node</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-tree-parent\" id=\"ref-for-concept-tree-parent⑥②\">parent</a>. </p>"
@@ -5452,7 +5452,7 @@
54525452
"html": "<p>Set <var>sibling</var> to <var>temporary</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-tree-next-sibling\" id=\"ref-for-concept-tree-next-sibling①⑧\">next sibling</a>. </p>"
54535453
},
54545454
{
5455-
"html": "<p>If <var>sibling</var> is non-null, then set <var>node</var> to <var>sibling</var> and <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#iteration-break\" id=\"ref-for-iteration-break\">break</a>. </p>"
5455+
"html": "<p>If <var>sibling</var> is non-null, then set <var>node</var> to <var>sibling</var> and <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#iteration-break\" id=\"ref-for-iteration-break\">break</a>. </p>"
54565456
},
54575457
{
54585458
"html": "<p>Set <var>temporary</var> to <var>temporary</var>’s <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-tree-parent\" id=\"ref-for-concept-tree-parent⑥⑥\">parent</a>. </p>"

ed/algorithms/infra.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@
664664
{
665665
"name": "parse JSON bytes to a JavaScript value",
666666
"href": "https://infra.spec.whatwg.org/#parse-json-bytes-to-a-javascript-value",
667-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"parse-json-bytes-to-a-javascript-value\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">parse JSON bytes to a JavaScript value</dfn>, given a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#byte-sequence\" id=\"ref-for-byte-sequence①⑨\">byte sequence</a> <var>bytes</var>:",
667+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" data-lt=\"parse JSON bytes to a JavaScript value|parse JSON from bytes\" id=\"parse-json-bytes-to-a-javascript-value\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">parse JSON bytes to a JavaScript value</dfn>,\ngiven a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#byte-sequence\" id=\"ref-for-byte-sequence①⑨\">byte sequence</a> <var>bytes</var>:",
668668
"rationale": ".algorithm",
669669
"steps": [
670670
{
@@ -698,7 +698,7 @@
698698
{
699699
"name": "serialize a JavaScript value to JSON bytes",
700700
"href": "https://infra.spec.whatwg.org/#serialize-a-javascript-value-to-json-bytes",
701-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" id=\"serialize-a-javascript-value-to-json-bytes\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">serialize a JavaScript value to JSON bytes</dfn>, given a JavaScript value <var>value</var>:",
701+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-export=\"\" data-lt=\"serialize a JavaScript value to JSON bytes|serialize JSON to bytes\" id=\"serialize-a-javascript-value-to-json-bytes\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">serialize a JavaScript value to JSON bytes</dfn>,\ngiven a JavaScript value <var>value</var>:",
702702
"rationale": ".algorithm",
703703
"steps": [
704704
{

ed/dfns/infra.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3078,7 +3078,8 @@
30783078
"id": "parse-json-bytes-to-a-javascript-value",
30793079
"href": "https://infra.spec.whatwg.org/#parse-json-bytes-to-a-javascript-value",
30803080
"linkingText": [
3081-
"parse JSON bytes to a JavaScript value"
3081+
"parse JSON bytes to a JavaScript value",
3082+
"parse JSON from bytes"
30823083
],
30833084
"localLinkingText": [],
30843085
"type": "dfn",
@@ -3116,7 +3117,8 @@
31163117
"id": "serialize-a-javascript-value-to-json-bytes",
31173118
"href": "https://infra.spec.whatwg.org/#serialize-a-javascript-value-to-json-bytes",
31183119
"linkingText": [
3119-
"serialize a JavaScript value to JSON bytes"
3120+
"serialize a JavaScript value to JSON bytes",
3121+
"serialize JSON to bytes"
31203122
],
31213123
"localLinkingText": [],
31223124
"type": "dfn",

ed/ids/dom.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -991,6 +991,7 @@
991991
"https://dom.spec.whatwg.org/#ref-for-window%E2%91%A7",
992992
"https://dom.spec.whatwg.org/#ref-for-window-current-event%E2%91%A2",
993993
"https://dom.spec.whatwg.org/#ref-for-stop-immediate-propagation-flag%E2%91%A2",
994+
"https://dom.spec.whatwg.org/#ref-for-iteration-break%E2%91%A0",
994995
"https://dom.spec.whatwg.org/#firing-events",
995996
"https://dom.spec.whatwg.org/#concept-event-fire",
996997
"https://dom.spec.whatwg.org/#ref-for-event%E2%91%A0%E2%91%A5",
@@ -6580,7 +6581,7 @@
65806581
"https://dom.spec.whatwg.org/#ref-for-concept-node%E2%91%A1%E2%91%A0%E2%91%A2",
65816582
"https://dom.spec.whatwg.org/#ref-for-concept-node-filter",
65826583
"https://dom.spec.whatwg.org/#ref-for-dom-nodefilter-filter_accept%E2%91%A0",
6583-
"https://dom.spec.whatwg.org/#ref-for-iteration-break%E2%91%A0",
6584+
"https://dom.spec.whatwg.org/#ref-for-iteration-break%E2%91%A1",
65846585
"https://dom.spec.whatwg.org/#ref-for-nodeiterator-reference%E2%91%A5",
65856586
"https://dom.spec.whatwg.org/#ref-for-nodeiterator-pointer-before-reference%E2%91%A4",
65866587
"https://dom.spec.whatwg.org/#dom-nodeiterator-nextnode",
@@ -6667,7 +6668,7 @@
66676668
"https://dom.spec.whatwg.org/#ref-for-iteration-continue%E2%91%A3",
66686669
"https://dom.spec.whatwg.org/#ref-for-concept-tree-next-sibling%E2%91%A0%E2%91%A4",
66696670
"https://dom.spec.whatwg.org/#ref-for-concept-tree-previous-sibling%E2%91%A0%E2%93%AA",
6670-
"https://dom.spec.whatwg.org/#ref-for-iteration-break%E2%91%A1",
6671+
"https://dom.spec.whatwg.org/#ref-for-iteration-break%E2%91%A2",
66716672
"https://dom.spec.whatwg.org/#ref-for-concept-tree-parent%E2%91%A5%E2%91%A1",
66726673
"https://dom.spec.whatwg.org/#ref-for-concept-traversal-root%E2%91%A0%E2%91%A0",
66736674
"https://dom.spec.whatwg.org/#ref-for-treewalker-current%E2%91%A6",
@@ -6741,7 +6742,7 @@
67416742
"https://dom.spec.whatwg.org/#ref-for-this%E2%91%A2%E2%93%AA%E2%91%A5",
67426743
"https://dom.spec.whatwg.org/#ref-for-concept-traversal-root%E2%91%A0%E2%91%A5",
67436744
"https://dom.spec.whatwg.org/#ref-for-concept-tree-next-sibling%E2%91%A0%E2%91%A7",
6744-
"https://dom.spec.whatwg.org/#ref-for-iteration-break%E2%91%A2",
6745+
"https://dom.spec.whatwg.org/#ref-for-iteration-break%E2%91%A3",
67456746
"https://dom.spec.whatwg.org/#ref-for-concept-tree-parent%E2%91%A5%E2%91%A5",
67466747
"https://dom.spec.whatwg.org/#ref-for-concept-node-filter%E2%91%A8",
67476748
"https://dom.spec.whatwg.org/#ref-for-this%E2%91%A2%E2%93%AA%E2%91%A6",

ed/ids/mathml4.json

Lines changed: 9 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -331,35 +331,10 @@
331331
"https://w3c.github.io/mathml/#presm_mpadded_desc",
332332
"https://w3c.github.io/mathml/#attributes-12",
333333
"https://w3c.github.io/mathml/#presm_mpaddedatt",
334-
"https://w3c.github.io/mathml/#ref-for-dfn-unsigned-number-1",
335-
"https://w3c.github.io/mathml/#ref-for-dfn-pseudo-units-1",
336-
"https://w3c.github.io/mathml/#ref-for-dfn-pseudo-units-2",
334+
"https://w3c.github.io/mathml/#mpadded-lengths",
335+
"https://w3c.github.io/mathml/#h-note-1",
337336
"https://w3c.github.io/mathml/#ref-for-dfn-namedspace-2",
338-
"https://w3c.github.io/mathml/#ref-for-dfn-unsigned-number-2",
339-
"https://w3c.github.io/mathml/#ref-for-dfn-pseudo-units-3",
340-
"https://w3c.github.io/mathml/#ref-for-dfn-pseudo-units-4",
341-
"https://w3c.github.io/mathml/#ref-for-dfn-namedspace-3",
342-
"https://w3c.github.io/mathml/#ref-for-dfn-unsigned-number-3",
343-
"https://w3c.github.io/mathml/#ref-for-dfn-pseudo-units-5",
344-
"https://w3c.github.io/mathml/#ref-for-dfn-pseudo-units-6",
345-
"https://w3c.github.io/mathml/#ref-for-dfn-namedspace-4",
346-
"https://w3c.github.io/mathml/#ref-for-dfn-unsigned-number-4",
347-
"https://w3c.github.io/mathml/#ref-for-dfn-pseudo-units-7",
348-
"https://w3c.github.io/mathml/#ref-for-dfn-pseudo-units-8",
349-
"https://w3c.github.io/mathml/#ref-for-dfn-namedspace-5",
350-
"https://w3c.github.io/mathml/#ref-for-dfn-unsigned-number-5",
351-
"https://w3c.github.io/mathml/#ref-for-dfn-pseudo-units-9",
352-
"https://w3c.github.io/mathml/#ref-for-dfn-pseudo-units-10",
353-
"https://w3c.github.io/mathml/#ref-for-dfn-namedspace-6",
354-
"https://w3c.github.io/mathml/#ref-for-dfn-pseudo-units-11",
355-
"https://w3c.github.io/mathml/#ref-for-dfn-pseudo-units-12",
356-
"https://w3c.github.io/mathml/#ref-for-dfn-unsigned-number-6",
357-
"https://w3c.github.io/mathml/#ref-for-dfn-pseudo-units-13",
358-
"https://w3c.github.io/mathml/#ref-for-dfn-pseudo-units-14",
359-
"https://w3c.github.io/mathml/#ref-for-dfn-pseudo-units-15",
360-
"https://w3c.github.io/mathml/#ref-for-dfn-pseudo-units-16",
361-
"https://w3c.github.io/mathml/#ref-for-dfn-namedspace-7",
362-
"https://w3c.github.io/mathml/#ref-for-dfn-pseudo-units-17",
337+
"https://w3c.github.io/mathml/#ref-for-dfn-pseudo-units-1",
363338
"https://w3c.github.io/mathml/#meanings-of-size-and-position-attributes",
364339
"https://w3c.github.io/mathml/#presm_size_position",
365340
"https://w3c.github.io/mathml/#examples-8",
@@ -476,31 +451,31 @@
476451
"https://w3c.github.io/mathml/#alignment-markers-maligngroup-malignmark",
477452
"https://w3c.github.io/mathml/#presm_malign",
478453
"https://w3c.github.io/mathml/#notcore-malign",
479-
"https://w3c.github.io/mathml/#h-note-1",
454+
"https://w3c.github.io/mathml/#h-note-2",
480455
"https://w3c.github.io/mathml/#removal-notice",
481456
"https://w3c.github.io/mathml/#presm_malignmark_notice",
482457
"https://w3c.github.io/mathml/#description-25",
483458
"https://w3c.github.io/mathml/#presm_malign_desc",
484459
"https://w3c.github.io/mathml/#specifying-alignment-groups",
485460
"https://w3c.github.io/mathml/#presm_specify_align_group",
486461
"https://w3c.github.io/mathml/#issue-container-generatedID-0",
487-
"https://w3c.github.io/mathml/#h-note-2",
462+
"https://w3c.github.io/mathml/#h-note-3",
488463
"https://w3c.github.io/mathml/#table-cells-that-are-not-divided-into-alignment-groups",
489464
"https://w3c.github.io/mathml/#presm_no_align_group",
490465
"https://w3c.github.io/mathml/#issue-container-generatedID-1",
491-
"https://w3c.github.io/mathml/#h-note-3",
466+
"https://w3c.github.io/mathml/#h-note-4",
492467
"https://w3c.github.io/mathml/#specifying-alignment-points-using-malignmark",
493468
"https://w3c.github.io/mathml/#presm_using_malignmark",
494469
"https://w3c.github.io/mathml/#issue-container-generatedID-2",
495-
"https://w3c.github.io/mathml/#h-note-4",
470+
"https://w3c.github.io/mathml/#h-note-5",
496471
"https://w3c.github.io/mathml/#mathml-representation-of-an-alignment-example",
497472
"https://w3c.github.io/mathml/#presm_ex_alignment_1",
498473
"https://w3c.github.io/mathml/#issue-container-number-180",
499474
"https://w3c.github.io/mathml/#h-issue-0",
500475
"https://w3c.github.io/mathml/#a-simple-alignment-algorithm",
501476
"https://w3c.github.io/mathml/#presm_alignment_algo",
502477
"https://w3c.github.io/mathml/#issue-container-generatedID-3",
503-
"https://w3c.github.io/mathml/#h-note-5",
478+
"https://w3c.github.io/mathml/#h-note-6",
504479
"https://w3c.github.io/mathml/#elementary-math",
505480
"https://w3c.github.io/mathml/#presm_elementary",
506481
"https://w3c.github.io/mathml/#stacks-of-characters-mstack",
@@ -1605,7 +1580,7 @@
16051580
"https://w3c.github.io/mathml/#oper-dict_index",
16061581
"https://w3c.github.io/mathml/#notes-on-lspace-and-rspace-attributes",
16071582
"https://w3c.github.io/mathml/#oper-dict_space",
1608-
"https://w3c.github.io/mathml/#ref-for-dfn-namedspace-8",
1583+
"https://w3c.github.io/mathml/#ref-for-dfn-namedspace-3",
16091584
"https://w3c.github.io/mathml/#operator-dictionary-entries",
16101585
"https://w3c.github.io/mathml/#oper-dict_entries-table",
16111586
"https://w3c.github.io/mathml/#compressed-view",

ed/index.json

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2024-11-19T06:43:00.138Z",
4+
"date": "2024-11-19T12:48:40.868Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -675,7 +675,7 @@
675675
},
676676
"stats": {
677677
"crawled": 644,
678-
"errors": 2
678+
"errors": 1
679679
},
680680
"crawler": "reffy-17.2.10",
681681
"results": [
@@ -1477,11 +1477,11 @@
14771477
],
14781478
"crawled": "https://dom.spec.whatwg.org/",
14791479
"crawlCacheInfo": {
1480-
"lastModified": "Mon, 18 Nov 2024 09:44:59 GMT"
1480+
"lastModified": "Tue, 19 Nov 2024 07:37:28 GMT"
14811481
},
14821482
"generator": "bikeshed",
1483-
"date": "18 November 2024",
1484-
"revision": "c2d5aa344d2c008a5bb7ab4dc999c0430646aca4",
1483+
"date": "19 November 2024",
1484+
"revision": "bb30d16be620b09e7020bbb824b93cedfa4bbd6a",
14851485
"algorithms": "algorithms/dom.json",
14861486
"links": "links/dom.json",
14871487
"refs": "refs/dom.json",
@@ -3738,11 +3738,11 @@
37383738
],
37393739
"crawled": "https://infra.spec.whatwg.org/",
37403740
"crawlCacheInfo": {
3741-
"lastModified": "Mon, 18 Nov 2024 08:00:39 GMT"
3741+
"lastModified": "Tue, 19 Nov 2024 10:25:44 GMT"
37423742
},
37433743
"generator": "bikeshed",
3744-
"date": "18 November 2024",
3745-
"revision": "2410293935c75ca4ca1fdf117b178054ac171654",
3744+
"date": "19 November 2024",
3745+
"revision": "dee8f32cd3381ac10f058d723c61bc626e2f3352",
37463746
"algorithms": "algorithms/infra.json",
37473747
"links": "links/infra.json",
37483748
"refs": "refs/infra.json",
@@ -4622,8 +4622,7 @@
46224622
},
46234623
"date": "31 October 2024",
46244624
"links": "links/EXT_color_buffer_half_float.json",
4625-
"idl": "idl/EXT_color_buffer_half_float.idl",
4626-
"error": "Error: Loading https://registry.khronos.org/webgl/extensions/EXT_color_buffer_half_float/ triggered HTTP status 521\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:481:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:352:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)"
4625+
"idl": "idl/EXT_color_buffer_half_float.idl"
46274626
},
46284627
{
46294628
"url": "https://registry.khronos.org/webgl/extensions/EXT_disjoint_timer_query_webgl2/",
@@ -14768,9 +14767,9 @@
1476814767
],
1476914768
"crawled": "https://www.rfc-editor.org/rfc/rfc2397",
1477014769
"crawlCacheInfo": {
14771-
"lastModified": "Mon, 11 Nov 2024 23:37:54 GMT"
14770+
"lastModified": "Mon, 18 Nov 2024 23:59:33 GMT"
1477214771
},
14773-
"date": "11 November 2024",
14772+
"date": "18 November 2024",
1477414773
"links": "links/rfc2397.json",
1477514774
"ids": "ids/rfc2397.json"
1477614775
},
@@ -15004,9 +15003,9 @@
1500415003
],
1500515004
"crawled": "https://www.rfc-editor.org/rfc/rfc6454",
1500615005
"crawlCacheInfo": {
15007-
"lastModified": "Tue, 12 Nov 2024 02:18:59 GMT"
15006+
"lastModified": "Tue, 19 Nov 2024 02:45:28 GMT"
1500815007
},
15009-
"date": "12 November 2024",
15008+
"date": "19 November 2024",
1501015009
"links": "links/rfc6454.json",
1501115010
"ids": "ids/rfc6454.json"
1501215011
},
@@ -25901,7 +25900,7 @@
2590125900
],
2590225901
"crawled": "https://w3c-fedid.github.io/FedCM/",
2590325902
"crawlCacheInfo": {
25904-
"lastModified": "Mon, 18 Nov 2024 19:27:19 GMT"
25903+
"lastModified": "Mon, 18 Nov 2024 19:27:20 GMT"
2590525904
},
2590625905
"generator": "bikeshed",
2590725906
"date": "18 November 2024",
@@ -27989,10 +27988,10 @@
2798927988
],
2799027989
"crawled": "https://w3c.github.io/mathml/",
2799127990
"crawlCacheInfo": {
27992-
"lastModified": "Fri, 15 Nov 2024 16:34:57 GMT"
27991+
"lastModified": "Tue, 19 Nov 2024 09:17:20 GMT"
2799327992
},
2799427993
"generator": "respec",
27995-
"date": "15 November 2024",
27994+
"date": "19 November 2024",
2799627995
"algorithms": "algorithms/mathml4.json",
2799727996
"links": "links/mathml4.json",
2799827997
"refs": "refs/mathml4.json",

0 commit comments

Comments
 (0)