Skip to content
Snippets Groups Projects
Commit a1c82056 authored by Oliver Bartsch's avatar Oliver Bartsch Committed by Georg Ringer
Browse files

[BUGFIX] Make paste content button accessible via keyboard

The paste content button in the page module was not
accessible via the keyboard because of it being an anchor
element without a `href` attribute (so no tabstop).

The button is therefore now changed to use a button
tag, allowing it to be accessed via the keyboard.

Resolves: #92653
Releases: master, 10.4
Change-Id: Ied665d2899b6364046ff7920dfa9dcb006de0d87
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66238


Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarDaniel Haupt <mail@danielhaupt.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarDaniel Haupt <mail@danielhaupt.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 4504ca6e
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment