<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>14519</bug_id>
          
          <creation_ts>2011-10-20 09:29:31 +0000</creation_ts>
          <short_desc>consider to make &lt;nav&gt; a non-sectioning element</short_desc>
          <delta_ts>2011-10-22 04:23:44 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Giorgio">giorgio.liscio</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ian</cc>
    
    <cc>jackalmage</cc>
    
    <cc>mike</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>58524</commentid>
    <comment_count>0</comment_count>
    <who name="Giorgio">giorgio.liscio</who>
    <bug_when>2011-10-20 09:29:31 +0000</bug_when>
    <thetext>hello, I think that &lt;nav&gt; should not be a sectioning element

for example:

&lt;h1&gt;Mysite222.org&lt;/h1&gt;
&lt;p&gt;Welcome to my homepage&lt;/p&gt;
&lt;p&gt;My interests are:&lt;/p&gt;
&lt;nav&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Programming&lt;/a&gt;, because I love logic and math&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Collecting beer cans&lt;/a&gt;, because I love beer&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/nav&gt;

in practice, can be at the same time:

- a navigation list
- contextualized inside one expression

so I suggest to make &lt;nav&gt; a non sectioning element, in favor of

&lt;section || aside&gt;
&lt;nav&gt;non contextualized navigation (for sidebars, for example)&lt;/nav&gt;
&lt;/section || aside&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>58525</commentid>
    <comment_count>1</comment_count>
    <who name="Tab Atkins Jr.">jackalmage</who>
    <bug_when>2011-10-20 09:43:56 +0000</bug_when>
    <thetext>Your example use is probably a misuse of &lt;nav&gt;.  &lt;nav&gt; is intended for the primary navigation on the page.  It&apos;s not meant for any random block of navigation links.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>58527</commentid>
    <comment_count>2</comment_count>
    <who name="Giorgio">giorgio.liscio</who>
    <bug_when>2011-10-20 09:58:39 +0000</bug_when>
    <thetext>yes, but as I&apos;ve tried to say, a navigation list can be also part of a phrase</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>58558</commentid>
    <comment_count>3</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-10-20 20:09:33 +0000</bug_when>
    <thetext>What problem does this solve?

You don&apos;t _have_ to use &lt;nav&gt;. Why would you use it for inline stuff? The whole point of &lt;nav&gt; is to provide a hint to accessibility tools that the block is a section that can be skipped unless the user wants navigation, and a hint to outline creators that this is a section. I don&apos;t see why you&apos;d use &lt;nav&gt; in your example at all.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>58695</commentid>
    <comment_count>4</comment_count>
    <who name="Giorgio">giorgio.liscio</who>
    <bug_when>2011-10-22 04:23:44 +0000</bug_when>
    <thetext>ok I have thought it through. Now I agree
sorry! I&apos;m closing</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>