<?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>23252</bug_id>
          
          <creation_ts>2013-09-16 10:23:31 +0000</creation_ts>
          <short_desc>Using list markup inside &lt;nav&gt;, misleading example in 4.4.4</short_desc>
          <delta_ts>2014-01-16 15:12:42 +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>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>CR</keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Jukka K. Korpela">jukka.k.korpela</reporter>
          <assigned_to name="steve faulkner">faulkner.steve</assigned_to>
          <cc>faulkner.steve</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>93418</commentid>
    <comment_count>0</comment_count>
    <who name="Jukka K. Korpela">jukka.k.korpela</who>
    <bug_when>2013-09-16 10:23:31 +0000</bug_when>
    <thetext>In &quot;4.4.11 Usage summary&quot;, the example on &lt;nav&gt; contains three &lt;p&gt; elements, each containing only one &lt;a&gt; element:

&lt;nav&gt;
 &lt;p&gt;&lt;a href=&quot;/&quot;&gt;Home&lt;/a&gt;
 &lt;p&gt;&lt;a href=&quot;/biog.html&quot;&gt;Bio&lt;/a&gt;
 &lt;p&gt;&lt;a href=&quot;/discog.html&quot;&gt;Discog&lt;/a&gt;
&lt;/nav&gt;

I think this violates the recommendation in &quot;4.4.4 The |nav| element&quot;: &quot;In cases where the content of a |nav &lt;http://www.w3.org/TR/html5/sections.html#the-nav-element&gt;| element represents a list of items, use list markup to aid understanding and navigation.&quot;

If the example is supposed to present breadcrumb navigation (which might be regarded as something else than a list), then this should be clarified. 

Otherwise, please change the example to the following:

&lt;nav&gt;
 &lt;ul&gt;
   &lt;li&gt;&lt;a href=&quot;/&quot;&gt;Home&lt;/a&gt;
   &lt;li&gt;&lt;a href=&quot;/biog.html&quot;&gt;Bio&lt;/a&gt;
   &lt;li&gt;&lt;a href=&quot;/discog.html&quot;&gt;Discog&lt;/a&gt;
 &lt;/ul&gt;
&lt;/nav&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>93426</commentid>
    <comment_count>1</comment_count>
    <who name="github bugzilla bot">sideshowbarker+gitzilla</who>
    <bug_when>2013-09-16 14:46:58 +0000</bug_when>
    <thetext>Commits pushed to master at https://github.com/w3c/html

https://github.com/w3c/html/commit/4febd84d46d25c447afdd69837d7240fa605f469
Fix bug 23252: Use &lt;ul&gt; for &lt;nav&gt; usage example instead of &lt;p&gt;s.

https://github.com/w3c/html/commit/5023d1206da43cf9f7cfdda93e157a4ba9a4313e
Merge pull request #15 from Osmose/fix-bug-23252

Fix bug 23252: Use &lt;ul&gt; for &lt;nav&gt; usage example instead of &lt;p&gt;s.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>93427</commentid>
    <comment_count>2</comment_count>
    <who name="steve faulkner">faulkner.steve</who>
    <bug_when>2013-09-16 15:18:38 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the Editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the Tracker Issue; or you may create a Tracker Issue
yourself, if you are able to do so. For more details, see this document:

   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: added list markup
Rationale: agreed with commenter</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>98590</commentid>
    <comment_count>3</comment_count>
    <who name="github bugzilla bot">sideshowbarker+gitzilla</who>
    <bug_when>2014-01-16 15:10:38 +0000</bug_when>
    <thetext>Commits pushed to CR at https://github.com/w3c/html

https://github.com/w3c/html/commit/4febd84d46d25c447afdd69837d7240fa605f469
Fix bug 23252: Use &lt;ul&gt; for &lt;nav&gt; usage example instead of &lt;p&gt;s.

https://github.com/w3c/html/commit/5023d1206da43cf9f7cfdda93e157a4ba9a4313e
Merge pull request #15 from Osmose/fix-bug-23252</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>