From d889c4c06804c3c1ad18691a67c032b3af8a0821 Mon Sep 17 00:00:00 2001 From: Valerie Young Date: Tue, 17 Jul 2018 12:42:57 -0400 Subject: [PATCH] Regression Test support: Updates to menubar-2 data-test-id (pull #782) Fixes duplicate data-test-id values used by regression test scripts for the menubar2.html tests. --- examples/menubar/menubar-2/menubar-2.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/menubar/menubar-2/menubar-2.html b/examples/menubar/menubar-2/menubar-2.html index b6a5a0a047..3ca07b8a4a 100644 --- a/examples/menubar/menubar-2/menubar-2.html +++ b/examples/menubar/menubar-2/menubar-2.html @@ -386,7 +386,7 @@

Menubar

- + menuitem @@ -401,7 +401,7 @@

Menubar

- + tabindex="-1" @@ -414,7 +414,7 @@

Menubar

not part of the Tab sequence of the page. - + tabindex="0" @@ -440,7 +440,7 @@

Menubar

- + aria-haspopup="true" @@ -452,7 +452,7 @@

Menubar

Indicates that the menuitem has a submenu. - + aria-expanded="true" @@ -462,7 +462,7 @@

Menubar

Indicates the menu is open. - + aria-expanded="false" @@ -516,7 +516,7 @@

Submenu

Defines an acessible name for the menu. - + menuitem @@ -531,7 +531,7 @@

Submenu

- + tabindex="-1" @@ -543,7 +543,7 @@

Submenu

Makes the item focusable but not part of the page tab sequence. - + aria-disabled="false" @@ -555,7 +555,7 @@

Submenu

Used on the font size "Smaller" and "Larger" options to indicate they are active. - + aria-disabled="true"