=== Abbreviation Button for the Block Editor ===
Contributors: audrasjb, guillaumeturpin, whodunitagency
Tags: lang, abbreviation, acronym, accessibility, block editor
Requires at least: 5.9
Tested up to: 6.8
Stable tag: 0.1
Requires PHP: 7.0
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Add an abbreviation format button to the formatting toolbar in the block editor.

== Description ==

The goal of this plugin is to provide expansions or definitions for abbreviations by using the `abbr` HTML element. It helps to make your website compliant to the <a href="https://www.w3.org/WAI/WCAG21/Understanding/abbreviations.html">success criterion 3.1.4 of Web Content Accessibility Guidelines (WCAG)</a>.

It is always appropriate to use the `abbr` element for any abbreviation, including acronyms and initialisms. This HTML element helps to make sure the abbreviation is understood by assistive technologies, by informing the user agent that the characters are an abbreviation, and by providing its meaning using the `title` attribute.

This plugin adds a new `abr` format button in the formatting toolbar of the block editor.

== Screenshots ==

1. Abbreviation format button in the block editor.
2. Front-end result simply depends on your theme’s stylesheet.

== Installation ==

1. Install the plugin and activate.
2. Use the `abr` format button in the block editor.

== Changelog ==

= 0.1 =

* Plugin initial commit. Works fine :)