Make WordPress Core

Changeset 55084 for trunk/package.json


Ignore:
Timestamp:
01/18/2023 11:14:33 AM (3 years ago)
Author:
youknowriad
Message:

Editor: Add inert attribute polyfill.

The new Gutenberg packages are using the inert attribute
to disable some parts of the HTML tree in an accessible way.

Props ntsekouras.
Fixes #57492.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r55079 r55084  
    155155        "twemoji": "14.0.2",
    156156        "underscore": "1.13.6",
    157         "whatwg-fetch": "3.6.2"
     157        "whatwg-fetch": "3.6.2",
     158        "wicg-inert": "3.1.2"
    158159    },
    159160    "scripts": {
Note: See TracChangeset for help on using the changeset viewer.