Skip to content

Commit 3347554

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.1.7.
1 parent 90053fa commit 3347554

File tree

14 files changed

+306
-403
lines changed

14 files changed

+306
-403
lines changed

ed/algorithms/wai-aria-1.2.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -117,18 +117,6 @@
117117
"html": "Otherwise, pass the value to the user without translation."
118118
}
119119
]
120-
},
121-
{
122-
"html": "For every IDL attribute <var>idlAttribute</var> defined in <code>ARIAMixin</code> when included on an element:",
123-
"rationale": "let",
124-
"steps": [
125-
{
126-
"html": "<p>Let <var>contentAttributeName</var> be the local name of the <abbr title=\"Accessible Rich Internet Applications\">ARIA</abbr> content attribute determined by looking up <var>idlAttribute</var> in the <abbr title=\"Accessible Rich Internet Applications\">ARIA</abbr> Attribute Correspondence table.</p>"
127-
},
128-
{
129-
"html": "<p><var>idlAttribute</var> must <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#reflect\">reflect</a> <var>contentAttributeName</var> and support <a data-link-type=\"interface\" data-lt=\"ElementInternals\" href=\"https://html.spec.whatwg.org/multipage/custom-elements.html#elementinternals\"><code>ElementInternals</code></a>.</p>"
130-
}
131-
]
132120
}
133121
]
134122
}

ed/algorithms/wai-aria-1.3.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -117,18 +117,6 @@
117117
"html": "Otherwise, pass the value to the user without translation."
118118
}
119119
]
120-
},
121-
{
122-
"html": "For every IDL attribute <var>idlAttribute</var> defined in <code>ARIAMixin</code> when included on an element:",
123-
"rationale": "let",
124-
"steps": [
125-
{
126-
"html": "<p>Let <var>contentAttributeName</var> be the local name of the <abbr title=\"Accessible Rich Internet Applications\">ARIA</abbr> content attribute determined by looking up <var>idlAttribute</var> in the <abbr title=\"Accessible Rich Internet Applications\">ARIA</abbr> Attribute Correspondence table.</p>"
127-
},
128-
{
129-
"html": "<p><var>idlAttribute</var> must <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#reflect\">reflect</a> <var>contentAttributeName</var> and support <a data-link-type=\"interface\" data-lt=\"ElementInternals\" href=\"https://html.spec.whatwg.org/multipage/custom-elements.html#elementinternals\"><code>ElementInternals</code></a>.</p>"
130-
}
131-
]
132120
}
133121
]
134122
}

ed/dfns/wai-aria-1.2.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,29 @@
193193
"definedIn": "dt",
194194
"links": []
195195
},
196+
{
197+
"id": "dfn-focusable",
198+
"href": "https://w3c.github.io/aria/#dfn-focusable",
199+
"linkingText": [
200+
"Focusable"
201+
],
202+
"localLinkingText": [],
203+
"type": "dfn",
204+
"for": [],
205+
"access": "private",
206+
"informative": true,
207+
"heading": {
208+
"id": "terms",
209+
"href": "https://w3c.github.io/aria/#terms",
210+
"title": "Important Terms",
211+
"alternateIds": [
212+
"x2-important-terms"
213+
],
214+
"number": "2"
215+
},
216+
"definedIn": "dt",
217+
"links": []
218+
},
196219
{
197220
"id": "dfn-graphical-document",
198221
"href": "https://w3c.github.io/aria/#dfn-graphical-document",

ed/dfns/wai-aria-1.3.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,29 @@
193193
"definedIn": "dt",
194194
"links": []
195195
},
196+
{
197+
"id": "dfn-focusable",
198+
"href": "https://w3c.github.io/aria/#dfn-focusable",
199+
"linkingText": [
200+
"Focusable"
201+
],
202+
"localLinkingText": [],
203+
"type": "dfn",
204+
"for": [],
205+
"access": "private",
206+
"informative": true,
207+
"heading": {
208+
"id": "terms",
209+
"href": "https://w3c.github.io/aria/#terms",
210+
"title": "Important Terms",
211+
"alternateIds": [
212+
"x2-important-terms"
213+
],
214+
"number": "2"
215+
},
216+
"definedIn": "dt",
217+
"links": []
218+
},
196219
{
197220
"id": "dfn-graphical-document",
198221
"href": "https://w3c.github.io/aria/#dfn-graphical-document",

ed/headings/owl-time.json

Lines changed: 34 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -979,255 +979,175 @@
979979
],
980980
"number": "5.4.3"
981981
},
982-
{
983-
"id": "examples",
984-
"href": "https://w3c.github.io/sdw/time/#examples",
985-
"level": 2,
986-
"title": "Examples",
987-
"alternateIds": [
988-
"x6-examples"
989-
],
990-
"number": "6"
991-
},
992-
{
993-
"id": "dtd-vs-dt",
994-
"href": "https://w3c.github.io/sdw/time/#dtd-vs-dt",
995-
"level": 3,
996-
"title": "DateTimeDescription vs dateTime",
997-
"alternateIds": [
998-
"x6-1-datetimedescription-vs-datetime"
999-
],
1000-
"number": "6.1"
1001-
},
1002-
{
1003-
"id": "different-TRS",
1004-
"href": "https://w3c.github.io/sdw/time/#different-TRS",
1005-
"level": 3,
1006-
"title": "Use of temporal reference systems",
1007-
"alternateIds": [
1008-
"x6-2-use-of-temporal-reference-systems"
1009-
],
1010-
"number": "6.2"
1011-
},
1012-
{
1013-
"id": "temporal-precision",
1014-
"href": "https://w3c.github.io/sdw/time/#temporal-precision",
1015-
"level": 3,
1016-
"title": "Temporal precision",
1017-
"alternateIds": [
1018-
"x6-3-temporal-precision"
1019-
],
1020-
"number": "6.3"
1021-
},
1022-
{
1023-
"id": "iCal",
1024-
"href": "https://w3c.github.io/sdw/time/#iCal",
1025-
"level": 3,
1026-
"title": "iCalendar",
1027-
"alternateIds": [
1028-
"x6-4-icalendar"
1029-
],
1030-
"number": "6.4"
1031-
},
1032-
{
1033-
"id": "geologictimescale",
1034-
"href": "https://w3c.github.io/sdw/time/#geologictimescale",
1035-
"level": 3,
1036-
"title": "Geologic timescale",
1037-
"alternateIds": [
1038-
"x6-5-geologic-timescale"
1039-
],
1040-
"number": "6.5"
1041-
},
1042-
{
1043-
"id": "scheduling",
1044-
"href": "https://w3c.github.io/sdw/time/#scheduling",
1045-
"level": 3,
1046-
"title": "A Use Case for Scheduling",
1047-
"alternateIds": [
1048-
"x6-6-a-use-case-for-scheduling"
1049-
],
1050-
"number": "6.6"
1051-
},
1052-
{
1053-
"id": "time-prov",
1054-
"href": "https://w3c.github.io/sdw/time/#time-prov",
1055-
"level": 3,
1056-
"title": "Alignment of PROV-O with OWL-Time",
1057-
"alternateIds": [
1058-
"x6-7-alignment-of-prov-o-with-owl-time"
1059-
],
1060-
"number": "6.7"
1061-
},
1062982
{
1063983
"id": "iana-links",
1064984
"href": "https://w3c.github.io/sdw/time/#iana-links",
1065985
"level": 2,
1066986
"title": "IANA Considerations",
1067987
"alternateIds": [
1068-
"x7-iana-considerations"
988+
"x6-iana-considerations"
1069989
],
1070-
"number": "7"
990+
"number": "6"
1071991
},
1072992
{
1073993
"id": "link-interval-after",
1074994
"href": "https://w3c.github.io/sdw/time/#link-interval-after",
1075995
"level": 3,
1076996
"title": "intervalAfter Link Relation Type",
1077997
"alternateIds": [
1078-
"x7-1-intervalafter-link-relation-type"
998+
"x6-1-intervalafter-link-relation-type"
1079999
],
1080-
"number": "7.1"
1000+
"number": "6.1"
10811001
},
10821002
{
10831003
"id": "link-interval-before",
10841004
"href": "https://w3c.github.io/sdw/time/#link-interval-before",
10851005
"level": 3,
10861006
"title": "intervalBefore Link Relation Type",
10871007
"alternateIds": [
1088-
"x7-2-intervalbefore-link-relation-type"
1008+
"x6-2-intervalbefore-link-relation-type"
10891009
],
1090-
"number": "7.2"
1010+
"number": "6.2"
10911011
},
10921012
{
10931013
"id": "link-interval-contains",
10941014
"href": "https://w3c.github.io/sdw/time/#link-interval-contains",
10951015
"level": 3,
10961016
"title": "intervalContains Link Relation Type",
10971017
"alternateIds": [
1098-
"x7-3-intervalcontains-link-relation-type"
1018+
"x6-3-intervalcontains-link-relation-type"
10991019
],
1100-
"number": "7.3"
1020+
"number": "6.3"
11011021
},
11021022
{
11031023
"id": "link-interval-disjoint",
11041024
"href": "https://w3c.github.io/sdw/time/#link-interval-disjoint",
11051025
"level": 3,
11061026
"title": "intervalDisjoint Link Relation Type",
11071027
"alternateIds": [
1108-
"x7-4-intervaldisjoint-link-relation-type"
1028+
"x6-4-intervaldisjoint-link-relation-type"
11091029
],
1110-
"number": "7.4"
1030+
"number": "6.4"
11111031
},
11121032
{
11131033
"id": "link-interval-during",
11141034
"href": "https://w3c.github.io/sdw/time/#link-interval-during",
11151035
"level": 3,
11161036
"title": "intervalDuring Link Relation Type",
11171037
"alternateIds": [
1118-
"x7-5-intervalduring-link-relation-type"
1038+
"x6-5-intervalduring-link-relation-type"
11191039
],
1120-
"number": "7.5"
1040+
"number": "6.5"
11211041
},
11221042
{
11231043
"id": "link-interval-equals",
11241044
"href": "https://w3c.github.io/sdw/time/#link-interval-equals",
11251045
"level": 3,
11261046
"title": "intervalEquals Link Relation Type",
11271047
"alternateIds": [
1128-
"x7-6-intervalequals-link-relation-type"
1048+
"x6-6-intervalequals-link-relation-type"
11291049
],
1130-
"number": "7.6"
1050+
"number": "6.6"
11311051
},
11321052
{
11331053
"id": "link-interval-finishedBy",
11341054
"href": "https://w3c.github.io/sdw/time/#link-interval-finishedBy",
11351055
"level": 3,
11361056
"title": "intervalFinishedBy Link Relation Type",
11371057
"alternateIds": [
1138-
"x7-7-intervalfinishedby-link-relation-type"
1058+
"x6-7-intervalfinishedby-link-relation-type"
11391059
],
1140-
"number": "7.7"
1060+
"number": "6.7"
11411061
},
11421062
{
11431063
"id": "link-interval-finishes",
11441064
"href": "https://w3c.github.io/sdw/time/#link-interval-finishes",
11451065
"level": 3,
11461066
"title": "intervalFinishes Link Relation Type",
11471067
"alternateIds": [
1148-
"x7-8-intervalfinishes-link-relation-type"
1068+
"x6-8-intervalfinishes-link-relation-type"
11491069
],
1150-
"number": "7.8"
1070+
"number": "6.8"
11511071
},
11521072
{
11531073
"id": "link-interval-in",
11541074
"href": "https://w3c.github.io/sdw/time/#link-interval-in",
11551075
"level": 3,
11561076
"title": "intervalIn Link Relation Type",
11571077
"alternateIds": [
1158-
"x7-9-intervalin-link-relation-type"
1078+
"x6-9-intervalin-link-relation-type"
11591079
],
1160-
"number": "7.9"
1080+
"number": "6.9"
11611081
},
11621082
{
11631083
"id": "link-interval-meets",
11641084
"href": "https://w3c.github.io/sdw/time/#link-interval-meets",
11651085
"level": 3,
11661086
"title": "intervalMeets Link Relation Type",
11671087
"alternateIds": [
1168-
"x7-10-intervalmeets-link-relation-type"
1088+
"x6-10-intervalmeets-link-relation-type"
11691089
],
1170-
"number": "7.10"
1090+
"number": "6.10"
11711091
},
11721092
{
11731093
"id": "link-interval-metBy",
11741094
"href": "https://w3c.github.io/sdw/time/#link-interval-metBy",
11751095
"level": 3,
11761096
"title": "intervalMetBy Link Relation Type",
11771097
"alternateIds": [
1178-
"x7-11-intervalmetby-link-relation-type"
1098+
"x6-11-intervalmetby-link-relation-type"
11791099
],
1180-
"number": "7.11"
1100+
"number": "6.11"
11811101
},
11821102
{
11831103
"id": "link-interval-overlappedBy",
11841104
"href": "https://w3c.github.io/sdw/time/#link-interval-overlappedBy",
11851105
"level": 3,
11861106
"title": "intervalOverlappedBy Link Relation Type",
11871107
"alternateIds": [
1188-
"x7-12-intervaloverlappedby-link-relation-type"
1108+
"x6-12-intervaloverlappedby-link-relation-type"
11891109
],
1190-
"number": "7.12"
1110+
"number": "6.12"
11911111
},
11921112
{
11931113
"id": "link-interval-overlaps",
11941114
"href": "https://w3c.github.io/sdw/time/#link-interval-overlaps",
11951115
"level": 3,
11961116
"title": "intervalOverlaps Link Relation Type",
11971117
"alternateIds": [
1198-
"x7-13-intervaloverlaps-link-relation-type"
1118+
"x6-13-intervaloverlaps-link-relation-type"
11991119
],
1200-
"number": "7.13"
1120+
"number": "6.13"
12011121
},
12021122
{
12031123
"id": "link-interval-startedBy",
12041124
"href": "https://w3c.github.io/sdw/time/#link-interval-startedBy",
12051125
"level": 3,
12061126
"title": "intervalStartedBy Link Relation Type",
12071127
"alternateIds": [
1208-
"x7-14-intervalstartedby-link-relation-type"
1128+
"x6-14-intervalstartedby-link-relation-type"
12091129
],
1210-
"number": "7.14"
1130+
"number": "6.14"
12111131
},
12121132
{
12131133
"id": "link-interval-starts",
12141134
"href": "https://w3c.github.io/sdw/time/#link-interval-starts",
12151135
"level": 3,
12161136
"title": "intervalStarts Link Relation Type",
12171137
"alternateIds": [
1218-
"x7-15-intervalstarts-link-relation-type"
1138+
"x6-15-intervalstarts-link-relation-type"
12191139
],
1220-
"number": "7.15"
1140+
"number": "6.15"
12211141
},
12221142
{
12231143
"id": "security_and_privacy",
12241144
"href": "https://w3c.github.io/sdw/time/#security_and_privacy",
12251145
"level": 2,
12261146
"title": "Security and Privacy",
12271147
"alternateIds": [
1228-
"x8-security-and-privacy"
1148+
"x7-security-and-privacy"
12291149
],
1230-
"number": "8"
1150+
"number": "7"
12311151
},
12321152
{
12331153
"id": "summary",

0 commit comments

Comments
 (0)