Changeset 61626
- Timestamp:
- 02/12/2026 07:33:19 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/js/media/views/media-frame.js (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/media/views/media-frame.js
r46800 r61626 102 102 ariaLabelledby; 103 103 104 tabPanelEl.removeAttr( 'role aria-labelledby tabindex' );104 tabPanelEl.removeAttr( 'role aria-labelledby' ); 105 105 106 106 if ( this.state().get( 'menu' ) && this.menuView && this.menuView.isVisible ) { … … 112 112 role: 'tabpanel', 113 113 'aria-labelledby': ariaLabelledby, 114 tabIndex: '0'115 114 } ); 116 115 } … … 128 127 ariaLabelledby; 129 128 130 tabPanelEl.removeAttr( 'role aria-labelledby tabindex' );129 tabPanelEl.removeAttr( 'role aria-labelledby' ); 131 130 132 131 // Set the tab panel attributes only if the tabs are visible. … … 138 137 role: 'tabpanel', 139 138 'aria-labelledby': ariaLabelledby, 140 tabIndex: '0'141 139 } ); 142 140 }
Note: See TracChangeset
for help on using the changeset viewer.