Differences between revisions 3 and 4
Revision 3 as of 2009-03-26 05:57:21
Size: 536
Editor: p@state-of-mind
Comment: Added List of Webstandards to follow
Revision 4 as of 2009-03-26 06:07:07
Size: 1176
Editor: p@state-of-mind
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DEV/versions/7962663 #pragma page-filename DEV/versions/14352699
Line 9: Line 9:
== h2. Navigation Structure == == h2. Design Pattern ==
There is no design catalog for the web user interface. We need to develop one.
It should work with the logos used in MM2 and maybe the colours should be similiar to help people recognize Mailman.

== Navigation Structure ==
Line 11: Line 15:
\\ <<BR>>
=== messages and notifications ===
Help and information text should be present in the HTML code, but hidden by JavaScript to help people focus on their task. A hidden message should be represented by an icon. On mouse-over the message should be revealed. On mouse-out it should hide the message again.

People who don't use JavaScript will have help messages available too - they get to see them all at once.

Requirements

Accessibility

The interface will comply with the following web standards:

h2. Design Pattern

There is no design catalog for the web user interface. We need to develop one. It should work with the logos used in MM2 and maybe the colours should be similiar to help people recognize Mailman.

The navigation structure complies with the general navigation structure.

messages and notifications

Help and information text should be present in the HTML code, but hidden by JavaScript to help people focus on their task. A hidden message should be represented by an icon. On mouse-over the message should be revealed. On mouse-out it should hide the message again.

People who don't use JavaScript will have help messages available too - they get to see them all at once.

MailmanWiki: DEV/Requirements (last edited 2015-03-04 04:56:52 by msapiro)