From 43184ee4dea02de8e149f8402377d1d4538c0b53 Mon Sep 17 00:00:00 2001 From: Giacomo Petri Date: Thu, 9 Jan 2025 21:52:09 +0100 Subject: [PATCH 01/17] Acc test for input with acc name coming from label elements with role presentation --- .../comp_host_language_label.tentative.html | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 accname/name/comp_host_language_label.tentative.html diff --git a/accname/name/comp_host_language_label.tentative.html b/accname/name/comp_host_language_label.tentative.html new file mode 100644 index 00000000000000..a41e854706538a --- /dev/null +++ b/accname/name/comp_host_language_label.tentative.html @@ -0,0 +1,29 @@ + + + + Name Comp: Host Language Label + + + + + + + + + + +

HTML input with label with role presentation

+

HTML input label/for

+ + +

HTML label encapsulation

+ + + + + From 8fdb651a9ec65208d5aeabce43cf546ba6164263 Mon Sep 17 00:00:00 2001 From: Giacomo Petri Date: Thu, 9 Jan 2025 22:37:05 +0100 Subject: [PATCH 02/17] Update comp_host_language_label.tentative.html From 28d3673841f36586e37ce3b392d0d9361566154d Mon Sep 17 00:00:00 2001 From: Giacomo Petri Date: Sat, 11 Jan 2025 18:58:53 +0100 Subject: [PATCH 03/17] Update comp_host_language_label.tentative.html --- .../comp_host_language_label.tentative.html | 61 ++++++++++++++++++- 1 file changed, 59 insertions(+), 2 deletions(-) diff --git a/accname/name/comp_host_language_label.tentative.html b/accname/name/comp_host_language_label.tentative.html index a41e854706538a..c4aef3a8650b8c 100644 --- a/accname/name/comp_host_language_label.tentative.html +++ b/accname/name/comp_host_language_label.tentative.html @@ -10,7 +10,6 @@ -

HTML input with label with role presentation

HTML input label/for

@@ -21,9 +20,67 @@

HTML label encapsulation

input label + +

HTML input with role="none" and label associated (presentational roles conflict resolution)

+

HTML input label/for

+ + +

HTML label encapsulation

+ +

HTML input with role="none" and label with role presentation (presentational roles conflict resolution)

+

HTML input label/for

+ + +

HTML label encapsulation

+ + +

HTML input with role="none" and disabled with label associated

+

HTML input label/for

+ + +

HTML label encapsulation

+ + +

HTML img with role="presentation" and non empty alt

+ w3c logo + +

SVG wrapping title with role="presentation"

+ + + circle + + + +

HTML fieldset wrapping legend with role="presentation"

+
legend
+ +

HTML fieldset with role="presentation" wrapping legend

+
legend
+ +

HTML fieldset role="presentation" wrapping legend with role="presentation"

+
legend
+ +

HTML table wrapping caption with role="presentation"

+
caption
+ +

HTML table with role="presentation" wrapping caption

+
caption
+ +

HTML table role="presentation" wrapping caption with role="presentation"

+
caption
+ From 0af612d89e7b50d3060452c2cc03419d6aa92744 Mon Sep 17 00:00:00 2001 From: Giacomo Petri Date: Sat, 11 Jan 2025 19:27:55 +0100 Subject: [PATCH 04/17] Create role_none_conflict_resolution.tentative.html --- ...le_none_conflict_resolution.tentative.html | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 wai-aria/role/role_none_conflict_resolution.tentative.html 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..9d8cbaa7f7fbfe --- /dev/null +++ b/wai-aria/role/role_none_conflict_resolution.tentative.html @@ -0,0 +1,28 @@ + + + + Role None Conflict Resolution Verification Tests + + + + + + + + + +

HTML input with role="none" (presentational roles conflict resolution)

+ + + +

HTML input with role="none" and disabled (presentational roles conflict resolution does not apply due to disabled attr)

+ + + + + + + From 84dddad3d9b3de9a49c827e825fa53542b5bcf3c Mon Sep 17 00:00:00 2001 From: Giacomo Petri Date: Mon, 13 Jan 2025 14:16:33 +0100 Subject: [PATCH 05/17] Update comp_host_language_label.tentative.html --- accname/name/comp_host_language_label.tentative.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/accname/name/comp_host_language_label.tentative.html b/accname/name/comp_host_language_label.tentative.html index c4aef3a8650b8c..13957e3ff66cb9 100644 --- a/accname/name/comp_host_language_label.tentative.html +++ b/accname/name/comp_host_language_label.tentative.html @@ -21,7 +21,7 @@

HTML label encapsulation

-

HTML input with role="none" and label associated (presentational roles conflict resolution)

+

HTML input with role="presentation" and label associated (presentational roles conflict resolution)

HTML input label/for

@@ -31,7 +31,7 @@

HTML label encapsulation

-

HTML input with role="none" and label with role presentation (presentational roles conflict resolution)

+

HTML input with role="presentation" and label with role presentation (presentational roles conflict resolution)

HTML input label/for

@@ -41,7 +41,7 @@

HTML label encapsulation

-

HTML input with role="none" and disabled with label associated

+

HTML input with role="presentation" and disabled with label associated

HTML input label/for

@@ -57,7 +57,7 @@

HTML img with role="presentation" and non empty alt

SVG wrapping title with role="presentation"

- circle + circle From 828fd3cfba89910eebfbf5ff670479be0c3a620a Mon Sep 17 00:00:00 2001 From: Giacomo Petri Date: Mon, 13 Jan 2025 14:17:15 +0100 Subject: [PATCH 06/17] Update role_none_conflict_resolution.tentative.html --- wai-aria/role/role_none_conflict_resolution.tentative.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wai-aria/role/role_none_conflict_resolution.tentative.html b/wai-aria/role/role_none_conflict_resolution.tentative.html index 9d8cbaa7f7fbfe..e77114e429cfb7 100644 --- a/wai-aria/role/role_none_conflict_resolution.tentative.html +++ b/wai-aria/role/role_none_conflict_resolution.tentative.html @@ -1,7 +1,7 @@ - Role None Conflict Resolution Verification Tests + Role None/Presentation Conflict Resolution Verification Tests @@ -11,11 +11,11 @@ -

HTML input with role="none" (presentational roles conflict resolution)

+

HTML input with role="presentation" (presentational roles conflict resolution)

-

HTML input with role="none" and disabled (presentational roles conflict resolution does not apply due to disabled attr)

+

HTML input with role="presentation" and disabled (presentational roles conflict resolution does not apply due to disabled attr)

From ba51332e6b763b3992fd91e93e5b2c64e2268f64 Mon Sep 17 00:00:00 2001 From: Giacomo Petri Date: Wed, 15 Jan 2025 23:56:56 +0100 Subject: [PATCH 07/17] Update comp_host_language_label.tentative.html --- .../comp_host_language_label.tentative.html | 68 +++++++++---------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/accname/name/comp_host_language_label.tentative.html b/accname/name/comp_host_language_label.tentative.html index 13957e3ff66cb9..fadb70681f44e1 100644 --- a/accname/name/comp_host_language_label.tentative.html +++ b/accname/name/comp_host_language_label.tentative.html @@ -11,76 +11,76 @@ -

HTML input with label with role presentation

+

HTML input with label with role none

HTML input label/for

- - + +

HTML label encapsulation

-