Make WordPress Core

Changeset 45867


Ignore:
Timestamp:
08/20/2019 10:53:50 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update @since tag for new JS functions and variables introduced in [45572].

Props garrett-eclipse.
See #47145.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/media/views/focus-manager.js

    r45572 r45867  
    7575     * should consider to remove this helper function and only use `aria-modal="true"`.
    7676     *
    77      * @since 5.3.0
     77     * @since 5.2.3
    7878     *
    7979     * @param {object} visibleElement The jQuery object representing the element that should not be hidden.
     
    114114     * previously hidden and stored in this.ariaHiddenElements.
    115115     *
    116      * @since 5.3.0
     116     * @since 5.2.3
    117117     *
    118118     * @returns {void}
     
    130130     * Determines if the passed element should not be hidden from assistive technologies.
    131131     *
    132      * @since 5.3.0
     132     * @since 5.2.3
    133133     *
    134134     * @param {object} element The DOM element that should be checked.
     
    155155     * Whether the body children are hidden from assistive technologies.
    156156     *
    157      * @since 5.3.0
     157     * @since 5.2.3
    158158     */
    159159    isBodyAriaHidden: false,
     
    163163     * technologies, for example when the media modal dialog opens.
    164164     *
    165      * @since 5.3.0
     165     * @since 5.2.3
    166166     */
    167167    ariaHiddenElements: []
Note: See TracChangeset for help on using the changeset viewer.