summaryrefslogtreecommitdiffstats
path: root/htdocs/scripts/w3c-validator.js
Commit message (Collapse)AuthorAgeFilesLines
* ~ updated Mootools to version 1.2.5 and adapted w3c-validator.jsThomas Gambet2010-09-271-2/+2
|
* Indentation/whitespace tweaks, NFC.ville2010-01-061-56/+54
|
* fixing relative paths for arrow icons in UIot2009-02-101-2/+2
|
* Addressing http://www.w3.org/Bugs/Public/show_bug.cgi?id=5440 and making the ↵ot2009-02-021-2/+23
| | | | | | "arrow" image clickable to toggle options. Cleaning up the javascript used to toggle options a bit in the process, getting rid of one of the ugliest instances of innerHTML there.
* Fixing a usability bug where options would be hidden from view, but still ↵ot2007-08-241-0/+4
| | | | | | | | would be tabbed through when navigating with the keyboard. Following ideas and suggestions by Greg Rosmaita, Gez Lemon, Patrick Lauke. http://lists.w3.org/Archives/Public/wai-xtech/2007Aug/thread.html#msg76
* tentative fixes by Valerio Proietti for options toggling issues with some ↵ot2007-06-151-2/+2
| | | | browsers
* removing extraneous label around submit button causing usability issuesot2007-06-141-1/+0
| | | | styling button in case of fallback
* fixing scripting bug with too-greedy replacement of - with _ot2007-05-311-1/+1
|
* In collaboration with (and mostly courtesy of) Valerio Proietti ↵ot2007-05-311-0/+155
(mad4milk/mootools), cleanup and revamp of the CSS and scripting used, mostly by the main UI of the validator. Changes include: * cleaner CSS for the UI * (more) accessible, gracefully degrading tab and toggle scripting * smooth, unobtrusive transition effects * form styling * Toggle and tab scripting now use mootools as framework, allowing for addressing of each "view" (e.g one can link directly to the "by upload", "with options toggled on" this was an issue in earlier toggle script versions for the CSS validator * scripting with smaller footprint * minor CSS changes (page and UI takes all width, etc)