Automattic / syntaxhighlighter

WordPress plugin that makes it easy to post syntax-highlighted code snippets.
https://alex.blog/wordpress-plugins/syntaxhighlighter/
239 stars 78 forks source link

Add aria-label to controls #254

Open cena opened 1 year ago

cena commented 1 year ago

From https://wordpress.org/support/topic/request-add-aria-label-to-controls/

I’m using automated tests for my WordPress installation. The controls in the syntax highlighter plugin currently don’t have an aria-label in them. That makes them harder to test, because the numbers in the controls (f.e. inspecter-select-control-2 for the select item to choose plain text, BASH, etc) vary based on the other formatting in the same post. Is it possible to add an aria-label to each input control?