WCAG 2.0 Level AA
This is Todd at the University of Iowa.
We're just scratching the surface of Drupal here--three or four departments are letting our central web group pilot. We have a couple of really sharp developers and a deep commitment to accessibility. What we're missing is a good understanding of our options for integrating the two. Some things I'd very much like to know--an incomplete list:
How to add uncommon attributes to HTML tags (e.g., scope="col" to a
Setting divs and other regions as ARIA landmarks (aria-live, aria-required)
Read moreFilter h1, h2, and h3 tags from allowed html in comments
The semantic structure of a discussion can be ruined if a comment includes code for headings that are at a higher level than the title of each comment. In discussions in Drupal, the title of the page is an <h1>, key regions are headed with <h2>s (which sometimes do not appear on screen but are available to screen readers to define regions that are obvious on visual inspection), and each comment begins with an h3. So if any heading is added within a comment, it should be no higher than an <h4>, right?
