- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 07 Jul 2009 16:20:23 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=7086
Summary: <a> should be </a> in section 4.5.3 of the HTML5
specification
Product: HTML WG
Version: unspecified
Platform: PC
URL: http://dev.w3.org/html5/spec/
OS/Version: Windows XP
Status: NEW
Severity: trivial
Priority: P2
Component: HTML5 spec bugs
AssignedTo: dave.null@w3.org
ReportedBy: steven@bennettplanet.com
QAContact: public-html-bugzilla@w3.org
CC: ian@hixie.ch, mike@w3.org, public-html@w3.org
Section 4.5.3 of the HTML5 specification reads:
4.5.3 The br element
...
The following examples are non-conforming, as they abuse the br element:
<p><a ...>34 comments.</a><br>
<a ...>Add a comment.<a></p>
...
Here are alternatives to the above, which are correct:
<p><a ...>34 comments.</a></p>
<p><a ...>Add a comment.<a></p>
Both instances of "<p><a ...>Add a comment.<a></p>" should be "<p><a ...>Add a
comment.</a></p>".
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Tuesday, 7 July 2009 16:20:33 UTC