| | 2 | |
| | 3 | Numerous template tweaks to comply with the W3C's Web Content |
| | 4 | Accessibility Guidelines (http://www.w3.org/TR/WAI-WEBCONTENT/): |
| | 5 | - summaries for all HTML tables |
| | 6 | - labels for all form input elements and some textual additions |
| | 7 | to templates, such as '/' separators between navbar items, |
| | 8 | because the guidelines specify links should not only be |
| | 9 | separated by whitespace. If you don't want these to appear, |
| | 10 | put the following in your stylesheet and they'll be hidden by |
| | 11 | CSS (but will still appear for people using textual browsers or |
| | 12 | screen readers): ".hidden { display: none }". |
| | 13 | - the "lang" element (a two-letter code identifying the language |
| | 14 | you're writing pages in) will now be added to the <html> tag on |
| | 15 | all pages; a new question has been added to the configuration |
| | 16 | script to ask for it and it will be stored in wiki.conf. |
| | 17 | *** YOU WILL NEED TO RUN BUILD.PL AGAIN. *** |
| | 18 | *** Remember to keep a backup copy of your old wiki.conf! *** |
| | 19 | |
| | 20 | Improved navigation for search results (next and previous n hits). |
| | 21 | Removed underscores from page names in search results. |
| | 22 | |