This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23274 - Markup example for "4.5.14 The main element" is missing </ul> end tag
Summary: Markup example for "4.5.14 The main element" is missing </ul> end tag
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-18 13:22 UTC by donrday
Modified: 2014-01-16 15:10 UTC (History)
3 users (show)

See Also:


Attachments

Description donrday 2013-09-18 13:22:04 UTC
In the "graduation programme" coding example for the <main> element, the following navigation markup is not valid; it is missing the </ul> end tag.

" <nav>
  <ul>
  <li><a href="courses.html">Courses</a></li>
  <li><a href="fees.html">Fees</a></li>
  <li><a>Graduation</a></li>
  </nav> "
Comment 1 github bugzilla bot 2013-09-20 15:18:40 UTC
Commit pushed to master at https://github.com/w3c/html

https://github.com/w3c/html/commit/6cd4f86651d5af6252f00c21d6dab6338b130a0f
missing </ul>, fix bug 23274
Comment 2 github bugzilla bot 2013-09-20 15:19:02 UTC
Commit pushed to CR at https://github.com/w3c/html

https://github.com/w3c/html/commit/d321c607da98a3fbb99f45f0a8ce86bb97bcac31
missing </ul>, fix bug 23274
(cherry picked from commit 6cd4f86651d5af6252f00c21d6dab6338b130a0f)
Comment 3 github bugzilla bot 2014-01-16 15:10:53 UTC
Commit pushed to CR at https://github.com/w3c/html

https://github.com/w3c/html/commit/6cd4f86651d5af6252f00c21d6dab6338b130a0f
missing </ul>, fix bug 23274