On admin/config/content/wysiwyg

The select dropdown needs a corresponding label:

No editor
CKEditor 4.0.3.0eafb700
markItUp 1.1.13
TinyMCE 3.5.8
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mgifford’s picture

Issue tags: +Accessibility

tagging

TwoD’s picture

How do I hide that label for users which do not need it while making sure screen readers won't skip it?

TwoD’s picture

Status: Active » Needs review
FileSize
17.45 KB
413 bytes

Hmm, maybe it's not so annoying to have the label visible after all, and I don't think that many others have ~15 formats.
Select an editor overview

mgifford’s picture

I've posted instructions here in a related issue:
https://drupal.org/node/1963128#comment-7269322

It's a part of FAPI in D7 that many module maintainers have missed.

Would be more consistent probably to make the labels invisible. Thanks for the screenshots though.

TwoD’s picture

FileSize
455 bytes

Ah, that was easy, thanks!

Since the accessibility difference between D6 and D7 is quite large, and none of #title_display and element-invisible are present, is this worth backporting?

mgifford’s picture

That patch applies to the git repo. It's a really simple fix. I'm tempted to mark it RTBC, but haven't actually loaded up the browser to confirm it works.

TwoD’s picture

Status: Needs review » Fixed

Let's skip RTBC on this one, the label is there but is invisible. I can not confirm this actually makes sense with a screen-reader since I can't get Orca to say anything on my desktop, but it should be better than nothing.

Committed #5 to 7.x-2.x.

mgifford’s picture

Thanks @TwoD

Automatically closed -- issue fixed for 2 weeks with no activity.