- From: <bugzilla@jessica.w3.org>
- Date: Wed, 18 Sep 2013 13:22:04 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23274
Bug ID: 23274
Summary: Markup example for "4.5.14 The main element" is
missing </ul> end tag
Product: HTML WG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec
Assignee: dave.null@w3.org
Reporter: donday@donrday.com
QA Contact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-admin@w3.org,
public-html-wg-issue-tracking@w3.org
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> "
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 18 September 2013 13:22:09 UTC