WebAIM - Web Accessibility In Mind

E-mail List Archives

landmarks in landmarks

for

From: Jacek Zadrożny
Date: Dec 11, 2013 7:01AM


Hi,
Somebody asked me a question I can't answer. There is a site using
landmarks: banner, navigation, main and content-info. Content-info is
used for footer information: copyright, accessibility statement,
contacts, cookies and so on. Bu inside footer there is a navigation
menu. How to usr landmarks properly?
1. All footer content, including navigation menu, is content-info?
2. Maybe navigation inside content-info:
<div role="content-info">
...
<div role="navigation">
...
</div>
...
</div>
3. Or two content-info areas:
<div role="content-info">
...
</div>
<div role="navigation="navigation">
...
</div>
<div role="content-info">
...
</div>

Last solution is wrong for me, because there should be only one
content-info area on the page. I'm not sure if I can embed landmark area
in another landmark area. Can anybody help me?

Best regards
--
Jacek Zadrożny
http://informaton.pl
[AAA} All About Accessibility