You are here

README.txt in Block ARIA Landmark Roles 7

Same filename and directory in other branches
  1. 8 README.txt
  2. 6 README.txt
  3. 7.2 README.txt
ABOUT THIS MOUDLE
-----------------

Inspired by Block Class, this module adds additional elements to the block
configuration forms that allow users to assign blocks ARIA landmark roles.

WHAT ARE ARIA LANDMARK ROLES?
-----------------------------

The WAI ARIA specification defines a set of specialised “landmark” roles. These 
roles provide a method to programmatically identify commonly found sections of 
web page content in a consistent way. they can be used now in whatever flavour 
of (X)HTML you prefer. This allows assistive technologies to provide users with 
features which they can use to identify and navigate to sections of page content.

For further information, go to http://www.w3.org/WAI/PF/aria or 
http://www.nomensa.com/blog/2010/wai-aria-document-landmark-roles.

INSTALLATION
------------

See http://drupal.org/documentation/install/modules-themes/modules-7.

USAGE
-----

Ensure that the attributes variable is being printed within your block.tpl.php
file - the block module's default template does this by default. For example:

<div id="<?php print $block_html_id; ?>" class="<?php print $classes; ?>"<?php print $attributes; ?>>

AUTHOR
------

Oliver Davies
http://drupal.org/user/381388

File

README.txt
View source
  1. ABOUT THIS MOUDLE
  2. -----------------
  3. Inspired by Block Class, this module adds additional elements to the block
  4. configuration forms that allow users to assign blocks ARIA landmark roles.
  5. WHAT ARE ARIA LANDMARK ROLES?
  6. -----------------------------
  7. The WAI ARIA specification defines a set of specialised “landmark” roles. These
  8. roles provide a method to programmatically identify commonly found sections of
  9. web page content in a consistent way. they can be used now in whatever flavour
  10. of (X)HTML you prefer. This allows assistive technologies to provide users with
  11. features which they can use to identify and navigate to sections of page content.
  12. For further information, go to http://www.w3.org/WAI/PF/aria or
  13. http://www.nomensa.com/blog/2010/wai-aria-document-landmark-roles.
  14. INSTALLATION
  15. ------------
  16. See http://drupal.org/documentation/install/modules-themes/modules-7.
  17. USAGE
  18. -----
  19. Ensure that the attributes variable is being printed within your block.tpl.php
  20. file - the block module's default template does this by default. For example:
  21. >
  22. AUTHOR
  23. ------
  24. Oliver Davies
  25. http://drupal.org/user/381388