3

Jaws scripts for the HTML5 `main` element

 2 years ago
source link: https://tink.uk/jaws-scripts-for-the-html5-main-element/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Jaws scripts for the HTML5 `main` element

17 November 2012

Сообщение для российских читателей

Updated on 1 November 2018: Jaws scripts no longer available. A shortcut ("q") for moving directly to the main element is now available in Jaws as standard.

The main element extension specifies a way to markup the primary content area of a web page in HTML5. There are several good reasons for introducing the main element, including a more reliable way for screen readers to pinpoint the start of the primary content area on the page.

ARIA roles

ARIA roles can be applied to HTML elements to give them semantic meaning. For example a div with role="navigation" is announced by Jaws as "Navigation region".

The advantage of ARIA roles is that screen readers can use them to navigate through a page. Use the semi colon key in Jaws, the d key in NVDA, or the roter with VoiceOver to move between these landmarks.

The disadvantage is that developers must consciously include ARIA roles in their HTML code. The advent of HTML5 elements with stronger native semantics means that (in time) this will no longer be necessary (with HTML at least). For example the HTML5 nav element already causes Jaws to announce "Navigation region", whether role="navigation" is present or not.

HTML5 elements

Until the main element extension was proposed by Steve Faulkner, there was no direct mapping between role="main" and an HTML5 element. This means that a screen reader mechanism for moving focus to the primary content area, would be entirely dependent on role="main" being added to the HTML.

One of the reasons for introducing the main element is that it's easier for developers to code and style <main></main> , than it is to use <div id="main" role="main"></div>.

On the basis that the main element is more convenient for developers (and is therefore more likely to be present), it's much more reliable for screen readers to hook into as well. It then becomes feasible for screen readers to introduce commands for moving straight to the primary content area of the page.

Jaws scripts

These (proof of concept) Jaws scripts for Firefox demonstrate how this interaction might work. When installed they introduce a new layered keystroke: Jaws key + Space j.

Invoking the command causes Jaws to look for the main element with role="main" applied. The main element doesn't exist yet, so Jaws doesn't recognise it. The script cheats by using the MoveToTagWithAttribute function instead.

If Jaws finds that combination of element and role, it jumps focus to that point and announces "Main content area" or "Start of main content area" if beginner verbosity is enabled). Otherwise it announces "No main content area" (or "There is no main content area on this page").

There is a test page included in the zip file that uses main role="main", but there has been at least one sighting of

in the wildalready.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK