Skip to content

Commit b099c64

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 18.7.0.
1 parent 85c315e commit b099c64

32 files changed

+1690
-500
lines changed

tr/algorithms/accname-1.2.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"html": "<span id=\"step2B.ii.a\"></span>Set the <code>current node</code> to the node referenced by the IDREF."
3737
},
3838
{
39-
"html": "<span id=\"step2B.ii.b\"></span><em>LabelledBy Recursion:</em> Compute the text alternative of the\n <code>current node</code> beginning with the overall <a href=\"https://www.w3.org/TR/accname-1.2/#comp_computation\">Computation</a> step. Set the <code>result</code> to that text alternative."
39+
"html": "<span id=\"step2B.ii.b\"></span><em>LabelledBy Traversal:</em> Compute the text alternative of the\n <code>current node</code> beginning with the overall <a href=\"https://www.w3.org/TR/accname-1.2/#comp_computation\">Computation</a> step. Set the <code>result</code> to that text alternative."
4040
},
4141
{
4242
"html": "<span id=\"step2B.ii.c\"></span>Append a space character and the <code>result</code> to the <code>accumulated text</code>."
@@ -80,7 +80,7 @@
8080
"rationale": "if",
8181
"steps": [
8282
{
83-
"html": "If traversal of the <code>current node</code> is due to recursion <strong>and</strong> the <code>current node</code> is an embedded control, ignore <code>aria-label</code> and\n skip to rule <a href=\"https://www.w3.org/TR/accname-1.2/#comp_embedded_control\">Embedded Control</a>."
83+
"html": "If traversal of the <code>current node</code> is due to <a href=\"https://www.w3.org/TR/accname-1.2/#comp_name_from_content_for_each_child\">Name From Content descendant node recursion</a> <strong>and</strong> the\n <code>current node</code> is an embedded control, ignore <code>aria-label</code> and skip to rule <a href=\"https://www.w3.org/TR/accname-1.2/#comp_embedded_control\">Embedded Control</a>."
8484
},
8585
{
8686
"html": "Otherwise, return the value of <code>aria-label</code>."
@@ -98,9 +98,12 @@
9898
"html": "<span id=\"step2F.i\"></span><em>Name From Content Reset:</em> Set the <code>accumulated text</code> to the empty string."
9999
},
100100
{
101-
"html": "<span id=\"step2F.ii\"></span><em>Name From Generated Content:</em> Check for\n <abbr title=\"Cascading Style Sheets\">CSS</abbr> generated textual content associated with the <code>current node</code> and include it in the <code>accumulated text</code>. The\n <abbr title=\"Cascading Style Sheets\">CSS</abbr> <a href=\"https://www.w3.org/TR/selectors-3/#gen-content\"><code>::before</code> and <code>::after</code></a> pseudo elements\n [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/accname-1.2/#bib-css2\" title=\"Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification\">CSS2</a></cite>] can provide textual content for <a data-link-type=\"dfn\" data-lt=\"element\" href=\"https://dom.spec.whatwg.org/#concept-element\">elements</a> that have a content model.",
101+
"html": "<span id=\"step2F.ii\"></span><em>Name From Generated Content:</em> Check for\n <abbr title=\"Cascading Style Sheets\">CSS</abbr> generated textual content associated with the <code>current node</code> and include it in the <code>accumulated text</code>. The\n <abbr title=\"Cascading Style Sheets\">CSS</abbr> <a href=\"https://www.w3.org/TR/selectors-3/#gen-content\"><code>::before</code> and <code>::after</code></a> pseudo elements\n [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://www.w3.org/TR/accname-1.2/#bib-css2\" title=\"Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification\">CSS2</a></cite>] can provide textual content for <a data-link-type=\"dfn\" data-lt=\"element\" href=\"https://dom.spec.whatwg.org/#concept-element\">elements</a> that have a content model, in addition to the\n <a href=\"https://www.w3.org/TR/css-pseudo-4/#selectordef-marker\"><code>::marker</code></a> pseudo element.",
102102
"rationale": "for",
103103
"steps": [
104+
{
105+
"html": "For <code>::marker</code> pseudo elements, <em class=\"rfc2119\">MUST</em> append <abbr title=\"Cascading Style Sheets\">CSS</abbr> textual content, without a space, to\n the textual content of the <code>current node</code> if the <code>current node</code> supports <code>::marker</code>."
106+
},
104107
{
105108
"html": "For <code>::before</code> pseudo elements, <em class=\"rfc2119\">MUST</em> prepend <abbr title=\"Cascading Style Sheets\">CSS</abbr> textual content, without a space,\n to the textual content of the <code>current node</code>."
106109
},

tr/algorithms/html-aam-1.0.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@
1111
"html": "If the control 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>."
1212
},
1313
{
14-
"html": "Otherwise use the associated <code>label</code> element or elements <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name(s)</a> - if more than one <code>label</code> is associated; concatenate by\n DOM order, delimited by spaces."
14+
"html": "If the <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a> is still empty: use the <a href=\"https://www.w3.org/TR/accname-1.2/#mapping_additional_nd_te\">text equivalent computation</a> of\n the associated <code>label</code> element's subtree - if more than one <code>label</code> is associated; concatenate their subtrees by DOM order, delimited by spaces.\n <p>\n If the control is encapsulated by its <code>label</code> element, exclude the control's author specified or user-entered value from its computed\n <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a>.\n </p>"
15+
},
16+
{
17+
"html": "If the <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a> is still empty: use the value of the control's <code>title</code> attribute."
1518
},
1619
{
17-
"html": "If the <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a> is still empty, then: use the control's <code>title</code> attribute."
20+
"html": "If the <a href=\"https://www.w3.org/TR/accname-1.2/#dfn-accessible-name\">accessible name</a> is still empty: use the value of the control's <a href=\"https://www.w3.org/TR/html-aam-1.0/#att-placeholder\">placeholder</a> attribute."
1821
},
1922
{
20-
"html": "Otherwise use the control's <a href=\"https://www.w3.org/TR/html-aam-1.0/#att-placeholder\">placeholder</a> value."
23+
"html": "Otherwise, use the value of the element's <a href=\"https://www.w3.org/TR/wai-aria-1.2/#aria-placeholder\"><code>aria-placeholder</code></a> attribute."
2124
},
2225
{
2326
"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>."

tr/algorithms/screen-capture.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@
126126
}
127127
]
128128
},
129+
{
130+
"html": "Set the <a href=\"https://html.spec.whatwg.org/multipage/#last-activation-timestamp\">last activation timestamp</a>\n to the <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/hr-time-3/#dfn-current-high-resolution-time\">current high resolution time</a>."
131+
},
129132
{
130133
"html": "<p><a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#resolve\">Resolve</a> <var>p</var> with <var>stream</var>.</p>"
131134
}

0 commit comments

Comments
 (0)