]> git.mjollnir.org Git - moodle.git/commitdiff
Accessibility: TODO: link to; synchronise with accessibility status. Help page sectio...
authornfreear <nfreear>
Fri, 17 Mar 2006 11:39:31 +0000 (11:39 +0000)
committernfreear <nfreear>
Fri, 17 Mar 2006 11:39:31 +0000 (11:39 +0000)
lang/en_utf8/help/accessibility.html [new file with mode: 0644]

diff --git a/lang/en_utf8/help/accessibility.html b/lang/en_utf8/help/accessibility.html
new file mode 100644 (file)
index 0000000..831aafb
--- /dev/null
@@ -0,0 +1,91 @@
+<!--DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <title>Moodle Docs: Accessibility</title>
+  <link rel="stylesheet" href="./docstyles.css" type="TEXT/CSS" />
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+</head>
+<body>
+-->
+<pre>
+FILE:  lang/en_utf8/docs/accessibility.html
+NOTES: Hard-coded links need to be edited/ scripted.
+       May need editing for local Moodle sites.
+</pre>
+
+
+<h1>Accessibility</h1>
+
+<h2>Accessibility Statement</h2>
+
+<p>This site has been tested in a range of browsers and with screen reader software.</p>
+
+<p>Moodle uses semantic markup to assist screen reader users among others &mdash; site, page
+ and block headings use &lt;h1&gt;, &lt;h2&gt;, navigation blocks are lists &lt;ul&gt; and so on.
+</p>
+
+<p>Moodle complies with the World Wide Web Consortium's [<a href="http://www.w3.org/TR/WCAG10/" title="Web Content Accessibility Guidelines 1.0">Web
+ Content Accessibility Guidelines 1.0</a>] level 1, most of level 2 
+ [<a href="http://www.w3.org/WAI/WCAG1AA-Conformance"  title="About Double-A WCAG conformance">about Double-A conformance</a>] 
+ and some level 3. Through these guidelines we aim to comply with local laws regarding access to those with disabilities. 
+ We are currently working to improve the accessibility and usability of Moodle. 
+ At present there are still some tables used for layout, but in general presentation (using style sheets) is separated from content.
+</p>
+
+<p>We welcome feedback, particularly reports of any inaccessible content. Please contact us via
+ [<a href="./message/discussion.php?id=2">Message to admin</a>]
+ [<a href="mailto:webmaster@MYSITE.EDU" title="Email us">webmaster@MYSITE.EDU</a>]
+</p>
+
+
+<h2>Access keys</h2>
+
+<p>At present we don't specify access keys, but we intend implementing them for a future release of Moodle.</p>
+
+
+<h2>Links</h2>
+
+<p>Many links have title attributes 
+that describe the link in greater detail, unless the text of the link already 
+fully describes the target (such as the headline of an article). If a link has 
+an access key this will be announced in the link title.</p>
+
+<p>Whenever possible, links are written to make sense out of context.</p>
+
+<p>There are no javascript: pseudo-links. All links can be followed in any 
+ browser, even if scripting is turned off. There are no links that open 
+ new windows without warning.</p>
+
+
+<h2>Images</h2>
+
+<p>All images use the alt attribute to 
+provide alternate text where appropriate; images that are purely decorative 
+contain a null alt attribute. Images, such as maps, that present complex 
+information have a longdesc attribute linking them to a text description of the 
+image content. When a page is viewed using the simplified layout the content of 
+this description page is displayed along with the image it describes.</p>
+
+
+<h2>Standards compliance</h2>
+
+<p>This site is built using valid 
+ <acronym title="Extensible Hyper-Text Markup Language">XHTML</acronym> 
+ for markup and uses CSS for presentation. All XHTML pages are served using 
+ the application/xhtml+xml MIME type to browsers that accept it - this helps us 
+ ensure that the content on all pages remains well-formed.</p>
+
+<p style="text-align:center">
+  <a href="http://validator.w3.org/check?verbose=1&ss=1&uri=http%3A%2F%2moodle.FMYSITE.EDU" title="Use the W3C validator">Validate HTML</a> 
+| <a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&url1=http%3A%2F%2Fmoodle.FMYSITE.EDU" title="Test with Cynthia">Section 508 Check</a> 
+| <a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=0&warnp2n3e=1&url1=http%3A%2F%2Fmoodle.FMYSITE.EDU" title="Test with Cynthia">WCAG 1 (2,3) Check</a>
+</p>
+
+<!--
+<p style="text-align:center"><font size="1"><a href="." target="_top">Moodle Documentation</a></font></p>
+<p style="text-align:center"><font size="1">Version: $Id$</font></p>
+
+</body>
+</html>
+-->
\ No newline at end of file