Make WordPress Core


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-lock.json

    r55079 r55084  
    2661926619            "integrity": "sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q=="
    2662026620        },
     26621        "wicg-inert": {
     26622            "version": "3.1.2",
     26623            "resolved": "https://registry.npmjs.org/wicg-inert/-/wicg-inert-3.1.2.tgz",
     26624            "integrity": "sha512-Ba9tGNYxXwaqKEi9sJJvPMKuo063umUPsHN0JJsjrs2j8KDSzkWLMZGZ+MH1Jf1Fq4OWZ5HsESJID6nRza2ang=="
     26625        },
    2662126626        "wildcard": {
    2662226627            "version": "2.0.0",
Note: See TracChangeset for help on using the changeset viewer.