diff --git a/wai-aria/role/role_none_conflict_resolution.tentative.html b/wai-aria/role/role_none_conflict_resolution.tentative.html new file mode 100644 index 00000000000000..f8f7a097e7cc00 --- /dev/null +++ b/wai-aria/role/role_none_conflict_resolution.tentative.html @@ -0,0 +1,66 @@ + + + + Role None Conflict Resolution Verification Tests + + + + + + + + + + +

Non-focusable ARIA role="button" nesting non-focusable ARIA role="button" (no presentational roles conflict resolution, since inner button is not focusable)

+
+ outer button + Inner button +
+ + +

Focusable ARIA role="button" nesting non-focusable ARIA role="button" (no presentational roles conflict resolution, since inner button is not focusable)

+
+ outer button + Inner button +
+ + +

Non-focusable ARIA role="button" nesting focusable ARIA role="button" (presentational roles conflict resolution arise, since inner button is focusable)

+
+ outer button + Inner button +
+ + +

Focusable ARIA role="button" nesting focusable ARIA role="button" (presentational roles conflict resolution arise, since inner button is focusable)

+
+ outer button + Inner button +
+ + +

HTML button nesting HTML button

+
+ +
+ + + + +