Make WordPress Core

Changeset 51967 for trunk/package.json


Ignore:
Timestamp:
11/01/2021 09:45:45 PM (3 years ago)
Author:
joedolson
Message:

General: Remove role="navigation" from nav elements.

Role="navigation" was required for assistive technology to recognize HTML5 element's native ARIA roles while HTML5 and ARIA were being introduced. With the deprecation of IE11, the role attribute is only required when mapping elements that don't have native role.

Props costdev, mukesh27.
Fixes #54054.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r51884 r51967  
    3131        "@wordpress/library-export-default-webpack-plugin": "2.0.5",
    3232        "@wordpress/scripts": "16.1.5",
    33         "autoprefixer": "^9.8.6",
     33        "autoprefixer": "9.8.8",
    3434        "chalk": "4.1.1",
    3535        "check-node-version": "4.1.0",
     
    6565        "prettier": "npm:wp-prettier@2.0.5",
    6666        "qunit": "~2.16.0",
    67         "sass": "^1.34.1",
    68         "sinon": "~11.1.1",
    69         "sinon-test": "~3.1.0",
     67        "sass": "1.43.4",
     68        "sinon": "11.1.2",
     69        "sinon-test": "3.1.1",
    7070        "source-map-loader": "^1.1.3",
    71         "uglify-js": "^3.13.9",
     71        "uglify-js": "3.14.3",
    7272        "uglifyjs-webpack-plugin": "2.2.0",
    7373        "uuid": "8.3.2",
Note: See TracChangeset for help on using the changeset viewer.