diff --git a/README.md b/README.md index e09f32a..ba01ff5 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ This plugin does _NOT_ replace [accessibility][] efforts in [core Leaflet][bugs] The aim for this plugin is for it to become obsolete and to retire it, because sufficient accessibility fixes and enhancements have been made to core Leaflet. +## What is "A11y"? + +"A11y" is a numeronym – an abbreviation for accessibility. It is often pronounced "alley" (see [#10][]). + ## Leaflet.i18n plugin optional If available, `Leaflet.a11y` uses the [Leaflet.i18n][] internationalisation plugin. @@ -64,6 +68,7 @@ License: [MIT][]. [Leaflet.i18n]: https://github.com/umap-project/Leaflet.i18n [MIT x]: https://nfreear.mit-license.org/ [MIT]: https://github.com/nfreear/leaflet.a11y/blob/main/LICENSE +[#10]: https://github.com/nfreear/leaflet.a11y/issues/10 [bugs]: https://github.com/Leaflet/Leaflet/labels/accessibility [L-7193]: https://github.com/Leaflet/Leaflet/issues/7193 "Make the leaflet-container a programmatically determinable element" diff --git a/package.json b/package.json index 04409a5..1037c5d 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "leaflet.a11y", - "version": "0.2.0", + "version": "0.3.0", "description": "An accessibility and localization plugin for Leaflet.", "main": "./Leaflet.a11y.js", "module": "./src/AccessibilityPlugin.mjs", - "author": "Nick Freear", "license": "MIT", + "author": "Nick Freear", "repository": { "type": "git", "url": "https://github.com/nfreear/leaflet.a11y.git" @@ -33,12 +33,6 @@ "a11y", "accessibility" ], - "semistandard": { - "X__include": [ - "example", - "src" - ] - }, "devDependencies": { "semistandard": "^17.0.0", "servor": "^4.0.2"