Changeset 45867
- Timestamp:
- 08/20/2019 10:53:50 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/media/views/focus-manager.js
r45572 r45867 75 75 * should consider to remove this helper function and only use `aria-modal="true"`. 76 76 * 77 * @since 5. 3.077 * @since 5.2.3 78 78 * 79 79 * @param {object} visibleElement The jQuery object representing the element that should not be hidden. … … 114 114 * previously hidden and stored in this.ariaHiddenElements. 115 115 * 116 * @since 5. 3.0116 * @since 5.2.3 117 117 * 118 118 * @returns {void} … … 130 130 * Determines if the passed element should not be hidden from assistive technologies. 131 131 * 132 * @since 5. 3.0132 * @since 5.2.3 133 133 * 134 134 * @param {object} element The DOM element that should be checked. … … 155 155 * Whether the body children are hidden from assistive technologies. 156 156 * 157 * @since 5. 3.0157 * @since 5.2.3 158 158 */ 159 159 isBodyAriaHidden: false, … … 163 163 * technologies, for example when the media modal dialog opens. 164 164 * 165 * @since 5. 3.0165 * @since 5.2.3 166 166 */ 167 167 ariaHiddenElements: []
Note: See TracChangeset
for help on using the changeset viewer.