|
|
|
|
|
by llimllib
3875 days ago
|
|
It does work great! We've gotten this far without them. But it makes me nervous. I'd like to have a few smoke tests to guard against things like: * accidental deletion of pages * accidental removal of header/footer/important elements * proper 508 compliance * valid HTML/JS/CSS (and probably lint all those things too) Also the facility locator is a fair-sized hunk of JS I wrote that needs tests. edit: also, in the future there will surely be more dynamic parts to the site, so getting a framework in place for tests will both save work and raise the expectation of quality |
|
508 Compliance is another interesting point. Open source scanner to assess if a page complies? It's another linter, it has to look at the html. I don't know much about 508 but I'm going to say from a quick look at your <html> that it's as clean as you could possibly hope for, and I would expect that latest screen reading tools would be able to navigate it. If that's not the case it says more about the particular reading tool than the website.
The facility locator! That was interesting, the default state is everything selected, please flip it to everything deselected. I haven't tried it out more because it overloaded ;-)
Benefits comparison tool also looks like it has a pretty big data set behind it, that was probably cool to develop.