Skip to content

Commit ec16ce4

Browse files
committed
chore: drop temporal 'now included via aria-query' comments
1 parent 7a8bb29 commit ec16ce4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tests/lib/rules/template-require-presentational-children.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ ruleTester.run('template-require-presentational-children', rule, {
3535
<title>Title here</title>
3636
<circle cx="10" cy="10" r="10"></circle>
3737
</svg></template>`,
38-
// SKIPPED_TAGS: <svg> is always skipped, even when its role has childrenPresentational
39-
// (graphics-symbol is such a role via Graphics-ARIA; this covers the new aria-query-derived set).
38+
// SKIPPED_TAGS: <svg> is always skipped, even when its role has
39+
// childrenPresentational (e.g. graphics-symbol via Graphics-ARIA).
4040
`<template>
4141
<svg role="graphics-symbol">
4242
<circle cx="10" cy="10" r="10"></circle>
@@ -83,7 +83,7 @@ ruleTester.run('template-require-presentational-children', rule, {
8383
},
8484
],
8585
},
86-
// doc-pagebreak: DPUB-ARIA role with childrenPresentational; now included via aria-query.
86+
// doc-pagebreak: DPUB-ARIA role with childrenPresentational.
8787
{
8888
code: '<template><div role="doc-pagebreak"><h2>pg</h2></div></template>',
8989
output: null,
@@ -137,8 +137,8 @@ hbsRuleTester.run('template-require-presentational-children', rule, {
137137
<title>Title here</title>
138138
<circle cx="10" cy="10" r="10"></circle>
139139
</svg>`,
140-
// SKIPPED_TAGS: <svg> is always skipped, even when its role has childrenPresentational
141-
// (graphics-symbol is such a role via Graphics-ARIA; this covers the new aria-query-derived set).
140+
// SKIPPED_TAGS: <svg> is always skipped, even when its role has
141+
// childrenPresentational (e.g. graphics-symbol via Graphics-ARIA).
142142
`
143143
<svg role="graphics-symbol">
144144
<circle cx="10" cy="10" r="10"></circle>
@@ -184,7 +184,7 @@ hbsRuleTester.run('template-require-presentational-children', rule, {
184184
},
185185
],
186186
},
187-
// doc-pagebreak: DPUB-ARIA role with childrenPresentational; now included via aria-query.
187+
// doc-pagebreak: DPUB-ARIA role with childrenPresentational.
188188
{
189189
code: '<div role="doc-pagebreak"><h2>pg</h2></div>',
190190
output: null,

0 commit comments

Comments
 (0)