- summary rationale followed by links to relevant best practices and standards
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | accessible-369477-1.patch | 6.74 KB | kat3_drx |
- summary rationale followed by links to relevant best practices and standards
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | accessible-369477-1.patch | 6.74 KB | kat3_drx |
Comments
Comment #1
johnbarclay commentedAdd references to standards and best practices in admin interface
Comment #2
kat3_drx commentedI'll take this on, using the WCAG 2.0 guidelines.
Comment #3
kat3_drx commentedHere's the first patch, very straightforward and simple. I'm throwing it up for review just to make sure the approach is solid and tips are understandable. Separate links apply for guidelines and individual techniques for meeting criteria associated with content, navigation, and (if the proper modules are implemented) forms, and time-based media. I think there are probably more/better ways to extend where the module-specific tips appear but figured it would be best to offer it up for testing first.
Comment #4
johnbarclay commentedThis is great. I'll test and apply it.
We might store the references as an array or heredoc or a separate user conf file for easier editing and allow for the lists and links to be themeable. But that sort of stuff can wait until we have enough content. We may also want the site admins to select the standards they want to show up in the users help info. I suppose with the help hook there is a desire to keep the amount of code being processed to a minimum.
Comment #5
johnbarclay commentedGot this in the last patch. Sorry for the delay, I ended up restructuring the data. It should be easier to add more contexts and contextual help now. The contexts are just defined like kat3 did originally:
The actual contexts to tips mapping are in another file:
Then the tips are in the same file:
So basically it behaves as your patch did, but the data is structured differently. I'll add future patches quicker as I have a better CVS setup now.
Comment #6
johnbarclay commentedComment #7
johnbarclay commentedI think I broke this again in 7.x-2.x.