File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1+ A menu button is a button that opens a menu.
2+ It is referenced by the menu using aria-labelledby attribute.
3+
4+ See: https://www.w3.org/TR/wai-aria-practices-1.1/#menubutton
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ describe('howto-menu-button', function() {
77 let driver ;
88 beforeEach ( function ( ) {
99 driver = this . driver ;
10- return this . driver . get ( `${ this . address } /howto-menu-button_demo .html` )
10+ return this . driver . get ( `${ this . address } /howto-menu-button/demo .html` )
1111 . then ( _ => helper . waitForElement ( this . driver , 'howto-menu-button' ) ) ;
1212 } ) ;
1313
Original file line number Diff line number Diff line change 1- /*
2- * A menu button is a button that opens a menu.
3- * It is referenced by the menu using aria-labelledby attribute.
4- *
5- * See: https://www.w3.org/TR/wai-aria-practices-1.1/#menubutton
6- */
71( function ( ) {
82 /**
93 * Define key codes to help with handling keyboard events.
You can’t perform that action at this time.
0 commit comments