aria

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
rgchi's picture

Aria Landmarks placement in page.tpl.php

In our page.tpl.php theme override, there exists the following line.

<!-- footer row: width = grid_width -->
<?php print theme('grid_row', $footer . $footer_message, 'footer', 'full-width', $grid_width); ?>

In order to correctly insert Aira Landmarks, am I correct in assuming the following:

<!-- footer row: width = grid_width -->
<span role="contentinfo">
<?php print theme('grid_row', $footer . $footer_message, 'footer', 'full-width', $grid_width); ?>
</span>
Read more
Inspector508's picture

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

tag, or
)

Setting divs and other regions as ARIA landmarks (aria-live, aria-required)

Read more
oedipus's picture

ARIA's current developmental status & Drupal accessibility

while i am biased towards early ARIA adaptation, having worked on the ARIA spec for longer than i'd care to remember, i would counsel both early adaptation AND redundancy for graceful degredation, for, as everett has consitently and correctly pointed out, implementation of ARIA is incomplete and inconsistent...

Read more
Cliff's picture

Issues with Testing ARIA-based Interfaces for Accessibility

Not much to say here, but perhaps this would be a good place to hash out what we know and need to know about doing accessibility tests on ARIA-based interfaces. It's a real challenge.

A good place for background information is Jared Smith's presentation at the November 2009 Accessing Higher Ground Conference, Accessibility of Rich Internet Applications.

Read more
YaxBalamAhaw's picture

Proposal - Drupal For All

Overview: I propose to increase the accessibility of important Drupal interfaces for people with various impairments. Specifically, I want to modify Drupal 7's core themes, the WYSIWYG module's TinyMCE configuration options, and View's interface and output to be more accessible.

Read more
Brigadier's picture

Adding ARIA roles via Javascript

I'm using the Password Policy module to enforce strong passwords. When a user changes their password, the module displays a password strength indicator via Javascript. I'd like to add the ARIA live region role to the span that contains the strength indication and error message.

Hacking the Javascript is pretty simple. I'd like to consider the options for doing this the "best" way.

Read more
Subscribe with RSS Syndicate content