Changeset 45868 for branches/5.2
- Timestamp:
- 08/20/2019 10:54:59 PM (5 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/js/media/views/focus-manager.js
r45866 r45868 63 63 * should consider to remove this helper function and only use `aria-modal="true"`. 64 64 * 65 * @since 5. 3.065 * @since 5.2.3 66 66 * 67 67 * @param {object} visibleElement The jQuery object representing the element that should not be hidden. … … 102 102 * previously hidden and stored in this.ariaHiddenElements. 103 103 * 104 * @since 5. 3.0104 * @since 5.2.3 105 105 * 106 106 * @returns {void} … … 118 118 * Determines if the passed element should not be hidden from assistive technologies. 119 119 * 120 * @since 5. 3.0120 * @since 5.2.3 121 121 * 122 122 * @param {object} element The DOM element that should be checked. … … 143 143 * Whether the body children are hidden from assistive technologies. 144 144 * 145 * @since 5. 3.0145 * @since 5.2.3 146 146 */ 147 147 isBodyAriaHidden: false, … … 151 151 * technologies, for example when the media modal dialog opens. 152 152 * 153 * @since 5. 3.0153 * @since 5.2.3 154 154 */ 155 155 ariaHiddenElements: []
Note: See TracChangeset
for help on using the changeset viewer.