testaro 4.8.0 → 4.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/tests/role.js
CHANGED
|
@@ -22,8 +22,6 @@ exports.reporter = async page => await page.$eval('body', body => {
|
|
|
22
22
|
'complementary',
|
|
23
23
|
'contentinfo',
|
|
24
24
|
'definition',
|
|
25
|
-
'dialog',
|
|
26
|
-
'document',
|
|
27
25
|
'figure',
|
|
28
26
|
'graphics-document',
|
|
29
27
|
'gridcell',
|
|
@@ -38,7 +36,6 @@ exports.reporter = async page => await page.$eval('body', body => {
|
|
|
38
36
|
'option',
|
|
39
37
|
'progressbar',
|
|
40
38
|
'radio',
|
|
41
|
-
'region',
|
|
42
39
|
'row',
|
|
43
40
|
'rowgroup',
|
|
44
41
|
'rowheader',
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
</section>
|
|
20
20
|
<section>
|
|
21
21
|
<h2>Conflict</h2>
|
|
22
|
-
<p>The parent section of these sections has an unnecessary explicit role.</p>
|
|
22
|
+
<p>The parent section of these sections has an unnecessary explicit role, instead of an element with the same implicit role.</p>
|
|
23
23
|
</section>
|
|
24
24
|
</section>
|
|
25
25
|
</body>
|