E-mail List Archives
order of nesting when using ARIA and html 5
From: Angela French
Date: Jun 4, 2013 12:24PM
- Next message: Jared Smith: "Re: order of nesting when using ARIA and html 5"
- Previous message: Jennifer Sutton: "SVG Text Alternative Example"
- Next message in Thread: Jared Smith: "Re: order of nesting when using ARIA and html 5"
- Previous message in Thread: None
- View all messages in this Thread
Hello,
In the examples below, does the order of nesting make any difference? It is redundant (burdensome to an AT user) to use both html5 structural elements and ARIA attributes?
<div role="contentinfo">
<footer>
<p>footer stuff in here</p>
</footer>
</div>
<footer>
<div role="contentinfo">
<p>footer stuff in here</p>
</div>
</footer>
Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
<EMAIL REMOVED>
http://www.checkoutacollege.com/
http://www.sbctc.edu
- Next message: Jared Smith: "Re: order of nesting when using ARIA and html 5"
- Previous message: Jennifer Sutton: "SVG Text Alternative Example"
- Next message in Thread: Jared Smith: "Re: order of nesting when using ARIA and html 5"
- Previous message in Thread: None
- View all messages in this Thread