Skip to content

Commit 9a2987d

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 19.1.5.
1 parent be409db commit 9a2987d

File tree

9 files changed

+99
-173
lines changed

9 files changed

+99
-173
lines changed

tr/algorithms/html-aam-1.0.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,19 +165,17 @@
165165
]
166166
},
167167
{
168+
"html": "A <a href=\"https://www.w3.org/TR/html-aam-1.0/#el-figcaption\"><code>figcaption</code></a> provides additional information related to its parent <a href=\"https://www.w3.org/TR/html-aam-1.0/#el-figure\"><code>figure</code></a> element. A <code>figcaption</code> does not take part in the\n <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a> or <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-description\">accessible description</a>\n computation, unless explicitly referenced by an author.",
168169
"rationale": "if",
169170
"steps": [
170171
{
171172
"html": "If the <code>figure</code> element has an <a href=\"https://www.w3.org/TR/wai-aria-1.2/#aria-label\"><code>aria-label</code></a> or an <a href=\"https://www.w3.org/TR/wai-aria-1.2/#aria-labelledby\"><code>aria-labelledby</code></a> attribute the\n <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a> is to be calculated using the algorithm defined in\n <a href=\"https://www.w3.org/TR/accname-1.2/\" class=\"accname\">Accessible Name and Description: Computation and <abbr title=\"application programming interface\">API</abbr> Mappings</a>."
172173
},
173174
{
174-
"html": "If the <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a> is still empty, then: if the <code>figure</code> element has a\n <a href=\"https://dom.spec.whatwg.org/#concept-tree-child\">child</a> that is a <code>figcaption</code> element, then use the subtree of the first such element."
175+
"html": "Otherwise, use the <code>title</code> attribute."
175176
},
176177
{
177-
"html": "If the <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a> is still empty, then: if the <code>figure</code> element has a <code>title</code> attribute, then use that attribute."
178-
},
179-
{
180-
"html": "Otherwise, there is no <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a>."
178+
"html": "If none of the above yield a usable text string there is no <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a>."
181179
}
182180
]
183181
},
@@ -188,10 +186,13 @@
188186
"html": "If the <code>img</code> element has an <a href=\"https://www.w3.org/TR/wai-aria-1.2/#aria-label\"><code>aria-label</code></a> or an <a href=\"https://www.w3.org/TR/wai-aria-1.2/#aria-labelledby\"><code>aria-labelledby</code></a> attribute the\n <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a> is to be calculated using the algorithm defined in\n <a href=\"https://www.w3.org/TR/accname-1.2/\" class=\"accname\">Accessible Name and Description: Computation and <abbr title=\"application programming interface\">API</abbr> Mappings</a>."
189187
},
190188
{
191-
"html": "Otherwise use <code>alt</code> attribute, even if its value is the empty string."
189+
"html": "If the <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a> is still empty: use <code>alt</code> attribute, even if its value is the empty string."
190+
},
191+
{
192+
"html": "If the <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a> is still empty and there is no <code>alt</code> attribute, use the <code>title</code> attribute."
192193
},
193194
{
194-
"html": "Otherwise, if there is no <code>alt</code> attribute use the <code>title</code> attribute."
195+
"html": "If the <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a> is still empty and there are no <code>alt</code> or <code>title</code> attributes, and the <code>img</code> is a descendant of a <code>figure</code>\n element with a child <code>figcaption</code> but no other non-<a href=\"https://html.spec.whatwg.org/multipage/dom.html#inter-element-whitespace\">whitespace</a> <a href=\"https://html.spec.whatwg.org/multipage/dom.html#flow-content-2\">flow content</a> descendants, then use the <a href=\"https://www.w3.org/TR/accname-1.2/#mapping_additional_nd_te\">text equivalent computation</a> of the\n <code>figcaption</code> element's subtree."
195196
},
196197
{
197198
"html": "Otherwise there is no <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a>."

tr/dfns/WGSL.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,10 +1643,10 @@
16431643
"links": []
16441644
},
16451645
{
1646-
"id": "syntax-software_extension_name",
1647-
"href": "https://www.w3.org/TR/WGSL/#syntax-software_extension_name",
1646+
"id": "syntax-language_extension_name",
1647+
"href": "https://www.w3.org/TR/WGSL/#syntax-language_extension_name",
16481648
"linkingText": [
1649-
"software_extension_name"
1649+
"language_extension_name"
16501650
],
16511651
"localLinkingText": [],
16521652
"type": "dfn",
@@ -2191,10 +2191,10 @@
21912191
"links": []
21922192
},
21932193
{
2194-
"id": "syntax-software_extension_list",
2195-
"href": "https://www.w3.org/TR/WGSL/#syntax-software_extension_list",
2194+
"id": "syntax-language_extension_list",
2195+
"href": "https://www.w3.org/TR/WGSL/#syntax-language_extension_list",
21962196
"linkingText": [
2197-
"software_extension_list"
2197+
"language_extension_list"
21982198
],
21992199
"localLinkingText": [],
22002200
"type": "dfn",

tr/dfns/rdf12-semantics.json

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,7 @@
238238
"id": "dfn-identify",
239239
"href": "https://www.w3.org/TR/rdf12-semantics/#dfn-identify",
240240
"linkingText": [
241-
"identify",
242-
"identified"
241+
"identify"
243242
],
244243
"localLinkingText": [
245244
"identified"
@@ -841,8 +840,7 @@
841840
"id": "dfn-recognize",
842841
"href": "https://www.w3.org/TR/rdf12-semantics/#dfn-recognize",
843842
"linkingText": [
844-
"recognize",
845-
"recognized"
843+
"recognize"
846844
],
847845
"localLinkingText": [
848846
"recognized"
@@ -1714,29 +1712,6 @@
17141712
"definedIn": "prose",
17151713
"links": []
17161714
},
1717-
{
1718-
"id": "dfn-reification",
1719-
"href": "https://www.w3.org/TR/rdf12-semantics/#dfn-reification",
1720-
"linkingText": [
1721-
"reification"
1722-
],
1723-
"localLinkingText": [],
1724-
"type": "dfn",
1725-
"for": [],
1726-
"access": "private",
1727-
"informative": true,
1728-
"heading": {
1729-
"id": "Reif",
1730-
"href": "https://www.w3.org/TR/rdf12-semantics/#Reif",
1731-
"title": "Reification",
1732-
"alternateIds": [
1733-
"d-1-reification"
1734-
],
1735-
"number": "D.1"
1736-
},
1737-
"definedIn": "prose",
1738-
"links": []
1739-
},
17401715
{
17411716
"id": "dfn-datatype-map",
17421717
"href": "https://www.w3.org/TR/rdf12-semantics/#dfn-datatype-map",
@@ -1753,9 +1728,9 @@
17531728
"href": "https://www.w3.org/TR/rdf12-semantics/#ChangeLog-11",
17541729
"title": "Substantive changes between RDF 1.0 and RDF 1.1",
17551730
"alternateIds": [
1756-
"h-1-substantive-changes-between-rdf-1-0-and-rdf-1-1"
1731+
"g-1-substantive-changes-between-rdf-1-0-and-rdf-1-1"
17571732
],
1758-
"number": "H.1"
1733+
"number": "G.1"
17591734
},
17601735
"definedIn": "prose",
17611736
"links": []

tr/headings/rdf12-semantics.json

Lines changed: 24 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -305,165 +305,125 @@
305305
],
306306
"number": "C"
307307
},
308-
{
309-
"id": "whatnot",
310-
"href": "https://www.w3.org/TR/rdf12-semantics/#whatnot",
311-
"level": 2,
312-
"title": "RDF reification, containers and collections",
313-
"alternateIds": [
314-
"non_semantics"
315-
],
316-
"number": "D"
317-
},
318-
{
319-
"id": "Reif",
320-
"href": "https://www.w3.org/TR/rdf12-semantics/#Reif",
321-
"level": 3,
322-
"title": "Reification",
323-
"alternateIds": [
324-
"d-1-reification"
325-
],
326-
"number": "D.1"
327-
},
328-
{
329-
"id": "containers",
330-
"href": "https://www.w3.org/TR/rdf12-semantics/#containers",
331-
"level": 3,
332-
"title": "RDF containers",
333-
"alternateIds": [
334-
"d-2-rdf-containers"
335-
],
336-
"number": "D.2"
337-
},
338-
{
339-
"id": "collections",
340-
"href": "https://www.w3.org/TR/rdf12-semantics/#collections",
341-
"level": 3,
342-
"title": "RDF collections",
343-
"alternateIds": [
344-
"d-3-rdf-collections"
345-
],
346-
"number": "D.3"
347-
},
348308
{
349309
"id": "privacy",
350310
"href": "https://www.w3.org/TR/rdf12-semantics/#privacy",
351311
"level": 2,
352312
"title": "Privacy Considerations",
353313
"alternateIds": [
354-
"e-privacy-considerations"
314+
"d-privacy-considerations"
355315
],
356-
"number": "E"
316+
"number": "D"
357317
},
358318
{
359319
"id": "security",
360320
"href": "https://www.w3.org/TR/rdf12-semantics/#security",
361321
"level": 2,
362322
"title": "Security Considerations",
363323
"alternateIds": [
364-
"f-security-considerations"
324+
"e-security-considerations"
365325
],
366-
"number": "F"
326+
"number": "E"
367327
},
368328
{
369329
"id": "Acknowledgments",
370330
"href": "https://www.w3.org/TR/rdf12-semantics/#Acknowledgments",
371331
"level": 2,
372332
"title": "Acknowledgments",
373333
"alternateIds": [
374-
"g-acknowledgments"
334+
"f-acknowledgments"
375335
],
376-
"number": "G"
336+
"number": "F"
377337
},
378338
{
379339
"id": "section-Changes",
380340
"href": "https://www.w3.org/TR/rdf12-semantics/#section-Changes",
381341
"level": 2,
382342
"title": "Substantive Changes",
383343
"alternateIds": [
384-
"h-substantive-changes"
344+
"g-substantive-changes"
385345
],
386-
"number": "H"
346+
"number": "G"
387347
},
388348
{
389349
"id": "ChangeLog-11",
390350
"href": "https://www.w3.org/TR/rdf12-semantics/#ChangeLog-11",
391351
"level": 3,
392352
"title": "Substantive changes between RDF 1.0 and RDF 1.1",
393353
"alternateIds": [
394-
"h-1-substantive-changes-between-rdf-1-0-and-rdf-1-1"
354+
"g-1-substantive-changes-between-rdf-1-0-and-rdf-1-1"
395355
],
396-
"number": "H.1"
356+
"number": "G.1"
397357
},
398358
{
399359
"id": "ChangeLog-12",
400360
"href": "https://www.w3.org/TR/rdf12-semantics/#ChangeLog-12",
401361
"level": 3,
402362
"title": "Substantive changes since RDF 1.1",
403363
"alternateIds": [
404-
"h-2-substantive-changes-since-rdf-1-1"
364+
"g-2-substantive-changes-since-rdf-1-1"
405365
],
406-
"number": "H.2"
366+
"number": "G.2"
407367
},
408368
{
409369
"id": "index",
410370
"href": "https://www.w3.org/TR/rdf12-semantics/#index",
411371
"level": 2,
412372
"title": "Index",
413373
"alternateIds": [
414-
"i-index"
374+
"h-index"
415375
],
416-
"number": "I"
376+
"number": "H"
417377
},
418378
{
419379
"id": "index-defined-here",
420380
"href": "https://www.w3.org/TR/rdf12-semantics/#index-defined-here",
421381
"level": 3,
422382
"title": "Terms defined by this specification",
423383
"alternateIds": [
424-
"i-1-terms-defined-by-this-specification"
384+
"h-1-terms-defined-by-this-specification"
425385
],
426-
"number": "I.1"
386+
"number": "H.1"
427387
},
428388
{
429389
"id": "index-defined-elsewhere",
430390
"href": "https://www.w3.org/TR/rdf12-semantics/#index-defined-elsewhere",
431391
"level": 3,
432392
"title": "Terms defined by reference",
433393
"alternateIds": [
434-
"i-2-terms-defined-by-reference"
394+
"h-2-terms-defined-by-reference"
435395
],
436-
"number": "I.2"
396+
"number": "H.2"
437397
},
438398
{
439399
"id": "references",
440400
"href": "https://www.w3.org/TR/rdf12-semantics/#references",
441401
"level": 2,
442402
"title": "References",
443403
"alternateIds": [
444-
"j-references"
404+
"i-references"
445405
],
446-
"number": "J"
406+
"number": "I"
447407
},
448408
{
449409
"id": "normative-references",
450410
"href": "https://www.w3.org/TR/rdf12-semantics/#normative-references",
451411
"level": 3,
452412
"title": "Normative references",
453413
"alternateIds": [
454-
"j-1-normative-references"
414+
"i-1-normative-references"
455415
],
456-
"number": "J.1"
416+
"number": "I.1"
457417
},
458418
{
459419
"id": "informative-references",
460420
"href": "https://www.w3.org/TR/rdf12-semantics/#informative-references",
461421
"level": 3,
462422
"title": "Informative references",
463423
"alternateIds": [
464-
"j-2-informative-references"
424+
"i-2-informative-references"
465425
],
466-
"number": "J.2"
426+
"number": "I.2"
467427
}
468428
]
469429
}

tr/ids/WGSL.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@
534534
"https://www.w3.org/TR/WGSL/#ref-for-extension-subgroups",
535535
"https://www.w3.org/TR/WGSL/#ref-for-language-extension",
536536
"https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A3",
537-
"https://www.w3.org/TR/WGSL/#syntax-software_extension_name",
537+
"https://www.w3.org/TR/WGSL/#syntax-language_extension_name",
538538
"https://www.w3.org/TR/WGSL/#ref-for-syntax-ident_pattern_token%E2%91%A5",
539539
"https://www.w3.org/TR/WGSL/#ref-for-language-extension%E2%91%A0",
540540
"https://www.w3.org/TR/WGSL/#ref-for-language_extension-readonly_and_readwrite_storage_textures",
@@ -696,12 +696,12 @@
696696
"https://www.w3.org/TR/WGSL/#ref-for-language-extension%E2%91%A5",
697697
"https://www.w3.org/TR/WGSL/#ref-for-requires-directive%E2%91%A0",
698698
"https://www.w3.org/TR/WGSL/#syntax-requires_directive",
699-
"https://www.w3.org/TR/WGSL/#ref-for-syntax-software_extension_list",
699+
"https://www.w3.org/TR/WGSL/#ref-for-syntax-language_extension_list",
700700
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-semicolon%E2%91%A4",
701-
"https://www.w3.org/TR/WGSL/#syntax-software_extension_list",
702-
"https://www.w3.org/TR/WGSL/#ref-for-syntax-software_extension_name",
701+
"https://www.w3.org/TR/WGSL/#syntax-language_extension_list",
702+
"https://www.w3.org/TR/WGSL/#ref-for-syntax-language_extension_name",
703703
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-comma%E2%91%A5",
704-
"https://www.w3.org/TR/WGSL/#ref-for-syntax-software_extension_name%E2%91%A0",
704+
"https://www.w3.org/TR/WGSL/#ref-for-syntax-language_extension_name%E2%91%A0",
705705
"https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-comma%E2%91%A6",
706706
"https://www.w3.org/TR/WGSL/#ref-for-requires-directive%E2%91%A1",
707707
"https://www.w3.org/TR/WGSL/#ref-for-declaration%E2%91%A4",

0 commit comments

Comments
 (0)