Skip to content

Commit 3088498

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.0.1.
1 parent 86da013 commit 3088498

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1198
-1033
lines changed

ed/algorithms/accname-1.2.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
]
2323
},
2424
{
25-
"html": "<span id=\"step2B\"></span><em>LabelledBy:</em> Otherwise, if the <code>current node</code> has an\n <code>aria-labelledby</code> <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-attribute\">attribute</a> that contains at least one valid IDREF, and the <code>current node</code> is not already part of an ongoing <code>aria-labelledby</code> or\n <code>aria-describedby</code> traversal, process its IDREFs in the order they occur:",
25+
"html": "<span id=\"step2B\"></span><em>LabelledBy:</em> Otherwise, if the <code>current node</code> has an\n <code>aria-labelledby</code> <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-attribute\">attribute</a> that contains at least one valid IDREF, and the <code>current node</code> is not already part of an ongoing <code>aria-labelledby</code> or\n <code>aria-describedby</code> traversal, process its IDREFs in the order they occur:",
2626
"rationale": "set",
2727
"steps": [
2828
{
@@ -76,7 +76,7 @@
7676
]
7777
},
7878
{
79-
"html": "<span id=\"step2D\"></span><em>AriaLabel:</em> Otherwise, if the <code>current node</code> has an <code>aria-label</code> <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-attribute\">attribute</a>\n whose value is not undefined, not the empty string, nor, when trimmed of <a data-link-type=\"dfn|abstract-op\" data-lt=\"ascii whitespace\" data-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#ascii-whitespace\">whitespace</a>, is not the empty string:",
79+
"html": "<span id=\"step2D\"></span><em>AriaLabel:</em> Otherwise, if the <code>current node</code> has an <code>aria-label</code> <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-attribute\">attribute</a>\n whose value is not undefined, not the empty string, nor, when trimmed of <a data-link-type=\"dfn\" data-lt=\"ascii whitespace\" href=\"https://infra.spec.whatwg.org/#ascii-whitespace\">whitespace</a>, is not the empty string:",
8080
"rationale": "if",
8181
"steps": [
8282
{
@@ -88,17 +88,17 @@
8888
]
8989
},
9090
{
91-
"html": "<span id=\"step2E\"></span><em>Host Language Label:</em> Otherwise, if the <code>current node</code>'s native markup provides an\n <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-attribute\">attribute</a> (e.g. <code>alt</code>) or <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\">element</a> (e.g. <abbr title=\"Hypertext Markup Language\">HTML</abbr> <code>label</code> or <abbr title=\"Scalable Vector Graphics\">SVG</abbr> <code>title</code>) that defines a text alternative, return that alternative in the form of\n a <code>flat string</code> as defined by the host language, unless the element is marked as presentational (<code>role=\"presentation\"</code> or <code>role=\"none\"</code>)."
91+
"html": "<span id=\"step2E\"></span><em>Host Language Label:</em> Otherwise, if the <code>current node</code>'s native markup provides an\n <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-attribute\">attribute</a> (e.g. <code>alt</code>) or <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\">element</a> (e.g. <abbr title=\"Hypertext Markup Language\">HTML</abbr> <code>label</code> or <abbr title=\"Scalable Vector Graphics\">SVG</abbr> <code>title</code>) that defines a text alternative, return that alternative in the form of\n a <code>flat string</code> as defined by the host language, unless the element is marked as presentational (<code>role=\"presentation\"</code> or <code>role=\"none\"</code>)."
9292
},
9393
{
94-
"html": "<span id=\"step2F\"></span><em>Name From Content:</em> Otherwise, if the <code>current node's</code> allows\n <a class=\"specref\" href=\"https://w3c.github.io/aria/#namefromcontent\">name from content</a>, or if the <code>current node</code> is referenced by <code>aria-labelledby</code>, <code>aria-describedby</code>, or\n is a native host language text alternative <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\">element</a> (e.g. <code>label</code> in <abbr title=\"Hypertext Markup Language\">HTML</abbr>), or is a descendant of a native host language text alternative <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\">element</a>:",
94+
"html": "<span id=\"step2F\"></span><em>Name From Content:</em> Otherwise, if the <code>current node's</code> allows\n <a class=\"specref\" href=\"https://w3c.github.io/aria/#namefromcontent\">name from content</a>, or if the <code>current node</code> is referenced by <code>aria-labelledby</code>, <code>aria-describedby</code>, or\n is a native host language text alternative <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\">element</a> (e.g. <code>label</code> in <abbr title=\"Hypertext Markup Language\">HTML</abbr>), or is a descendant of a native host language text alternative <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\">element</a>:",
9595
"rationale": "for",
9696
"steps": [
9797
{
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/CSS2/generate.html#before-after-content\"><code>::before</code> and <code>::after</code></a> pseudo\n elements [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://w3c.github.io/accname/#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|abstract-op\" data-lt=\"element\" data-type=\"dfn\" 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/CSS2/generate.html#before-after-content\"><code>::before</code> and <code>::after</code></a> pseudo\n elements [<cite><a class=\"bibref\" data-link-type=\"biblio\" href=\"https://w3c.github.io/accname/#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.",
102102
"rationale": "for",
103103
"steps": [
104104
{
@@ -114,10 +114,10 @@
114114
"rationale": "if",
115115
"steps": [
116116
{
117-
"html": "If the <code>current node</code> has an attached <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-shadow-root\">shadow root</a>, set the <code>rendered child nodes</code> to be the child nodes of the <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-shadow-root\">shadow root</a>."
117+
"html": "If the <code>current node</code> has an attached <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-shadow-root\">shadow root</a>, set the <code>rendered child nodes</code> to be the child nodes of the <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-shadow-root\">shadow root</a>."
118118
},
119119
{
120-
"html": "Otherwise, if the <code>current node</code> is a <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-slot\">slot</a> with <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#slot-assigned-nodes\">assigned nodes</a>, set the <code>rendered child nodes</code> to be the <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#slot-assigned-nodes\">assigned nodes</a> of the\n <code>current node</code>."
120+
"html": "Otherwise, if the <code>current node</code> is a <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-slot\">slot</a> with <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#slot-assigned-nodes\">assigned nodes</a>, set the <code>rendered child nodes</code> to be the <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#slot-assigned-nodes\">assigned nodes</a> of the\n <code>current node</code>."
121121
},
122122
{
123123
"html": "Otherwise, set the <code>rendered child nodes</code> to be the child nodes of the <code>current node</code>."
@@ -145,7 +145,7 @@
145145
]
146146
},
147147
{
148-
"html": "<span id=\"step2G\"></span><em>Text Node:</em> Otherwise, if the <code>current node</code> is a Text <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-node\">Node</a>, return its textual\n contents."
148+
"html": "<span id=\"step2G\"></span><em>Text Node:</em> Otherwise, if the <code>current node</code> is a Text <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-node\">Node</a>, return its textual\n contents."
149149
},
150150
{
151151
"html": "<span id=\"step2H\"></span><em>Recursive Name From Content:</em> Otherwise, if the <code>current node</code> is a descendant of an\n element whose or is being computed, and contains descendants, proceed to\n <a href=\"https://w3c.github.io/accname/#comp_name_from_content_reset\">Name From Content Reset</a>."
@@ -159,7 +159,7 @@
159159
]
160160
},
161161
{
162-
"html": "After all steps are completed, the <code>total accumulated text</code> is used as the or of the\n <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\">element</a> that initiated the computation."
162+
"html": "After all steps are completed, the <code>total accumulated text</code> is used as the or of the\n <a data-link-type=\"dfn\" href=\"https://dom.spec.whatwg.org/#concept-element\">element</a> that initiated the computation."
163163
}
164164
]
165165
}

ed/algorithms/css-flexbox-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"html": "Otherwise,\n\t\t\t\t\tif the used <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-flex-basis\" id=\"ref-for-flex-flex-basis⑥\">flex basis</a> is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-content\" id=\"ref-for-valdef-flex-basis-content⑧\">content</a> or depends on its <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#available\" id=\"ref-for-available②\">available space</a>,\n\t\t\t\t\tthe available main size is infinite,\n\t\t\t\t\tand the flex item’s inline axis is parallel to the main axis,\n\t\t\t\t\tlay the item out using <a href=\"https://www.w3.org/TR/css3-writing-modes/#orthogonal-flows\">the rules for a box in an orthogonal flow</a> <a data-link-type=\"biblio\" href=\"https://drafts.csswg.org/css-flexbox-1/#biblio-css3-writing-modes\" title=\"CSS Writing Modes Level 3\">[CSS3-WRITING-MODES]</a>.\n\t\t\t\t\tThe <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-base-size\" id=\"ref-for-flex-base-size④\">flex base size</a> is the item’s max-content <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#main-size\" id=\"ref-for-main-size①①\">main size</a>."
6969
},
7070
{
71-
"html": "Otherwise,\n\t\t\t\t\tsize the item into the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#available\" id=\"ref-for-available③\">available space</a> using its used <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-flex-basis\" id=\"ref-for-flex-flex-basis⑦\">flex basis</a> in place of its <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#main-size\" id=\"ref-for-main-size①②\">main size</a>,\n\t\t\t\t\ttreating a value of <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-content\" id=\"ref-for-valdef-flex-basis-content⑨\">content</a> as <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content\" id=\"ref-for-valdef-width-max-content\">max-content</a>.\n\t\t\t\t\tIf a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#cross-size\" id=\"ref-for-cross-size①②\">cross size</a> is needed to determine the <span id=\"ref-for-main-size①③\">main size</span> (e.g. when the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-item\" id=\"ref-for-flex-item⑨③\">flex item</a>’s <span id=\"ref-for-main-size①④\">main size</span> is in its block axis,\n\t\t\t\t\tor when it has a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-4/#preferred-aspect-ratio\" id=\"ref-for-preferred-aspect-ratio④\">preferred aspect ratio</a>)\n\t\t\t\t\tand the <span id=\"ref-for-flex-item⑨④\">flex item</span>’s cross size is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-auto\" id=\"ref-for-valdef-flex-basis-auto③\">auto</a> and not <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#definite\" id=\"ref-for-definite①⓪\">definite</a>,\n\t\t\t\t\tin this calculation use <span class=\"css\">fit-content</span> as the <span id=\"ref-for-flex-item⑨⑤\">flex item</span>’s <span id=\"ref-for-cross-size①③\">cross size</span>.\n\t\t\t\t\tThe <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-base-size\" id=\"ref-for-flex-base-size⑤\">flex base size</a> is the item’s resulting <span id=\"ref-for-main-size①⑤\">main size</span>."
71+
"html": "Otherwise,\n\t\t\t\t\tsize the item into the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#available\" id=\"ref-for-available③\">available space</a> using its used <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-flex-basis\" id=\"ref-for-flex-flex-basis⑦\">flex basis</a> in place of its <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#main-size\" id=\"ref-for-main-size①②\">main size</a>,\n\t\t\t\t\ttreating a value of <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-content\" id=\"ref-for-valdef-flex-basis-content⑨\">content</a> as <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content\" id=\"ref-for-valdef-width-max-content\">max-content</a>.\n\t\t\t\t\tIf a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#cross-size\" id=\"ref-for-cross-size①②\">cross size</a> is needed to determine the <span id=\"ref-for-main-size①③\">main size</span> (e.g. when the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-item\" id=\"ref-for-flex-item⑨③\">flex item</a>’s <span id=\"ref-for-main-size①④\">main size</span> is in its block axis,\n\t\t\t\t\tor when it has a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-4/#preferred-aspect-ratio\" id=\"ref-for-preferred-aspect-ratio④\">preferred aspect ratio</a>)\n\t\t\t\t\tand the <span id=\"ref-for-flex-item⑨④\">flex item</span>’s cross size is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-flexbox-1/#valdef-align-items-auto\" id=\"ref-for-valdef-align-items-auto①\">auto</a> and not <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#definite\" id=\"ref-for-definite①⓪\">definite</a>,\n\t\t\t\t\tin this calculation use <span class=\"css\">fit-content</span> as the <span id=\"ref-for-flex-item⑨⑤\">flex item</span>’s <span id=\"ref-for-cross-size①③\">cross size</span>.\n\t\t\t\t\tThe <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-base-size\" id=\"ref-for-flex-base-size⑤\">flex base size</a> is the item’s resulting <span id=\"ref-for-main-size①⑤\">main size</span>."
7272
}
7373
]
7474
},

0 commit comments

Comments
 (0)