WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: [External Sender] Can site logo be part of main navigation?

for

From: Birkir R. Gunnarsson
Date: Apr 3, 2019 4:47AM


Use the navigation roll for a group of links, I'd say 3 or more, that
have a common purpose.
E.g. links in different sections of your website footer.
Give the navigation group a descriptive accessible name using
aria-label, or aria-labelledby pointing to the heading that marks the
start of that section:
<div role="navigation" aria-labelledby="au">
<h5 id="au">About us</h5>
<a href="#">Our history</a>
<a href="#">Our manifesto</a>
...
</div>
(or use the <nav> element rather than a div with role="navigation")

On 4/2/19, Brian Lovely via WebAIM-Forum < <EMAIL REMOVED> > wrote:
> Pratik Roy asked: Can we wrap the site logo with link to the homepage
> inside role=navigation,
>
> There's no real need. It's just your standard header logo link to the
> homepage. It's kind of an overstatement to call it a navigation semantic
> container.
>
> On Tue, Apr 2, 2019 at 12:57 PM pratik roy < <EMAIL REMOVED> > wrote:
>
>> Can we wrap the site logo with link to the homepage inside
>> role=navigation,
>> Thoughts please?
>>
>> Thanks,
>> Pratik
>> --
>> Thanks & Regards
>> PRATIK ROY
>> >> >> https://urldefense.proofpoint.com/v2/url?u=http-3A__list.webaim.org_&d=DwICAg&c=pLULRYW__RtkwsQUPxJVDGboCTdgji3AcHNJU0BpTJE&r=nA3L5qBjLdo-DJ8qQBz88lq5Xb3jw-WFZTeJjcwjLdE&m=X-28CMQkGJnFKWLy0YjDQFSXDujyVWPCGWtNL8cLNpE&s=axbGFVTgKBVmoV5IS6hYWHcxtyYvRfUGDZvS_VNJ9pE&e=
>> List archives at
>> https://urldefense.proofpoint.com/v2/url?u=http-3A__webaim.org_discussion_archives&d=DwICAg&c=pLULRYW__RtkwsQUPxJVDGboCTdgji3AcHNJU0BpTJE&r=nA3L5qBjLdo-DJ8qQBz88lq5Xb3jw-WFZTeJjcwjLdE&m=X-28CMQkGJnFKWLy0YjDQFSXDujyVWPCGWtNL8cLNpE&s=VirmrMSfpZj_piVLJGSbUoTFD1u6ROAVW9AbpsNwPoQ&e=
>> >>
>
>
> --
> *Brian Lovely*
> Digital Accessibility
> 804.389.1064
> >
> The information contained in this e-mail is confidential and/or proprietary
> to Capital One and/or its affiliates and may only be used solely in
> performance of work or services for Capital One. The information transmitted
> herewith is intended only for use by the individual or entity to which it is
> addressed. If the reader of this message is not the intended recipient, you
> are hereby notified that any review, retransmission, dissemination,
> distribution, copying or other use of, or taking of any action in reliance
> upon this information is strictly prohibited. If you have received this
> communication in error, please contact the sender and delete the material
> from your computer.
> > > > >


--
Work hard. Have fun. Make history.