Make WordPress Core

Changeset 45868 for branches/5.2


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

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

Props garrett-eclipse.
Merges [45867] to the 5.2 branch.
See #47145.

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  
    6363     * should consider to remove this helper function and only use `aria-modal="true"`.
    6464     *
    65      * @since 5.3.0
     65     * @since 5.2.3
    6666     *
    6767     * @param {object} visibleElement The jQuery object representing the element that should not be hidden.
     
    102102     * previously hidden and stored in this.ariaHiddenElements.
    103103     *
    104      * @since 5.3.0
     104     * @since 5.2.3
    105105     *
    106106     * @returns {void}
     
    118118     * Determines if the passed element should not be hidden from assistive technologies.
    119119     *
    120      * @since 5.3.0
     120     * @since 5.2.3
    121121     *
    122122     * @param {object} element The DOM element that should be checked.
     
    143143     * Whether the body children are hidden from assistive technologies.
    144144     *
    145      * @since 5.3.0
     145     * @since 5.2.3
    146146     */
    147147    isBodyAriaHidden: false,
     
    151151     * technologies, for example when the media modal dialog opens.
    152152     *
    153      * @since 5.3.0
     153     * @since 5.2.3
    154154     */
    155155    ariaHiddenElements: []
Note: See TracChangeset for help on using the changeset viewer.