I need four buttons for accesibility. Abbreviation, language, superscript, subscript.
Two of them are easy to create, the superscript and subscript:
<sup>|</sup>
<sub>|</sub>
The other two are hard, the abbreviation, that creates the code
<abbr title="Doctor">Dr.</abbr>
after fill the popup with the explanation field and with the Abbreviation above with the text selected.
And language, that creates the code
<span lang="fr">au revoir</span>
after select the language needed.
I am not able to code that buttons, it's a request to include it, so everybody can use it by default as they are buttons needed for accesibility.
Comments
Comment #2
ufku commentedExample abbr button code with dialog.
Language button with lang attribute provided as a select box with a default value.
Comment #3
itsme_ commentedAlready added, works as expected!
Thanks for share the code.