About

This seems to be rediculous but it's nevertheless one of the basic requirements: Having nice and clean HTML code is not only a prerequisite for automatic tests by some validation engines but also for human-eye and manual evaluation of a site's accessibility. And: if you really want to judge the accessiblity of a site, you cannot rely on automated tests. Real accessibility evaluation is still done by humans surfing the site, looking a the code... What does that mean to us:

In the following, I have pulled out some examples and tried to discuss them - as far as I could do that. But I cannot judge that really..

Examples

Example 1

HTML code of 'FrontPage' in Moin 1.5.6.

The MoinMoin Wiki Engine

Overview

MoinMoin is an advanced, easy to use and extensible WikiEngine with a large community of users. Said in a few words, it is about collaboration on easily editable web pages. MoinMoin is Free Software licensed under the GNU GPL1.

Download

Support

Development

News


  • 1 General Public License - No vendor lock-in. Encouragement and beneficiary of global collaboration. Verification from large community and deployment.

MoinMoin: MoinMoinWiki (zuletzt geändert am 2006-10-29 12:53:57 durch ThomasWaldmann)

moin.html

Discussion

Minor point: Strange linebreaks in line 6-11. Does this separation convey some logic?

Example 2

Include some source code with syntaxhighlighting on some page that allows to toggle line numbers. Whole javascript code is placed inline into the page. Is this a event-handler code? Could this move to common.js?

Example 3

When editing a page (text-edit), the javascript code for the count-down is placed rigth above <link rel="Start" href="/MoinMoinWiki">. Wouldn't it be better to have one script section in the header or at least: All the scripts in one block??

Example 4

Same is true for gui-edit.

Example 5

We should check also all common actions (fileattach, diff, info..) on a page an have a look at human readablitiy especially in the content area, maybe introduce more linebreaks here etc.. But I cannot judge that..

General Discussion

Please help with the related (hopefully accessible) ThemeMarket/SimpleMente theme.

Conclusions

MoinMoin: AccessibleMoin/NiceAndCleanHtmlCode (last edited 2007-10-29 19:08:51 by localhost)