My big question with regard to
accessibility is about the HTML editor. It gets mentioned in the report, but only from the angle of using the editor itself. I've always been concerned about the accessibility of the output. Not just in terms of the code produced, but in the general mindset that it promotes.
For example I'm amazed at the number of times I've seen
text like this used for emphasis. I get confused by that, never mind new web users. So the kind of issues are (incomplete and off the top of my head):
- it lets you set the font, from a specific list. If my phone or linux box doesn't have these fonts (or my eyesight isn't good enough to distinguish), and they are being used to convey information, e.g. text in this font is commentary not the core text, then information is being lost.
- issues surround the choice of colour, with not everyone being aware of the impact of color choices and contrast on the color blind and other low vision users.
- you can set levels of heading, but you can also 'fake' the same by changing the boldness and text size
- the previous three items probably fall under the general heading of non-semantic markup and styling that would be completely lost on a speech reader, as well as the specific problems I mentioned.
- part of me is horrified by the uglyness of every poster and editor getting to choose their own font (and size, color etc.) and I can even rationalise it that across a site consistency would help readability and usability of information.
- Many other issues, generally each minor when considered on it's own, where people are encouraged to believe that because it looks fine on their machine, to them, it will be fine for others with different platforms and abilities.
(As an aside, I was going to say I was pleased to see that it works with the Google spellcheck so I wouldn't have to continually ignore 'Moodle' as an allegedly mispelled word, but it actually got a bit fankled at the end, and wouldn't stop spellchecking, obviously a
javascript clash.)
I *can* see the benefits of a
WYSIWYG editor (to a certain extent) especially the associated javascript image placement stuff, and I know there are some available that transparently rewrite the underlying HTML to be clean and somewhat semantic. I've also seen that the HTML editor is configurable, and I assume that it could be tailored or streamlined in some way to be more semantic (e.g. choosing 'monospaced' rather than a particular monospaced font, not allowing random text size/color changes, banning underlining).
So I guess my questions are: does anyone else care? Is this a genuine accessibility issue? Is everyone else just uploading Word .docs, .pdfs, and .ppts rather than creating content in Moodle? I'm surprised that this has never really been discussed or seen as an issue. We (University of Glasgow) currently have a policy of turning the editor off completely. This is not ideal (for sharing documentation/screenshots/tutorials via e.g the docs wiki) and I'd be overjoyed if there was a movement to clear up this issue so that we could re-enter the fold of mainstream Moodlers, but on the other hand, with my current experience I can't honestly recommend the HTML editor be used as it currently stands.
I would welcome any and all thoughts or opinions on this.