Skip to content

Commit 2eafbb4

Browse files
committed
Fix accessibility comment for image block with legend
1 parent 623c7d2 commit 2eafbb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/classes/ImageBlock.js

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class ImageBlock extends AbstractDomElement {
1515
const el = this._element
1616
const figure = el.closest('.wp-block-image')
1717

18+
// Add role="figure" and aria-label with the figure text to comply with RGAA criteria 1.9.1 : https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#1.9
1819
figure.setAttribute('role', 'figure')
1920
figure.setAttribute('aria-label', el.textContent)
2021
}

0 commit comments

Comments
 (0)