Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 398667

Summary: Orion logo link should be inside <nav> group
Product: [ECD] Orion Reporter: Carolyn MacLeod <carolynmacleod4>
Component: ClientAssignee: Project Inbox <orion.client-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Carolyn MacLeod CLA 2013-01-21 13:06:51 EST
For some reason, the "Orion Home" link is not within the <nav> element.
This makes for a slightly less organized DOM.
Is there some good reason for this?

i.e. the current html is as follows, with ="Orion Home" separate from the rest of the navigation links:

<div ...>
 <a href="../navigate/table.html" id="home" aria-label="Orion Home" ...></a>

 <nav role="navigation" id="primaryNav">
   <a href="https://orion.eclipse.org/navigate/table.html#" ...>Navigator</a>
   <a href="https://orion.eclipse.org/sites/sites.html">Sites</a>
   <a href="https://orion.eclipse.org/git/git-repository.html#">Repositories</a>
   <a href="https://orion.eclipse.org/shell/shellPage.html">Shell</a>
   <a href="http://mamacdon.github.com/#?target=https://orion.eclipse.org/settings/settings.html&amp;version=1.0&amp;OrionHome=https://orion.eclipse.org">Get Plugins</a>
 </nav>
 ...
</div>

Shouldn't the first <a> be inside the <nav> ?
Comment 1 John Arthorne CLA 2015-05-05 14:51:18 EDT
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see:

https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html