Updates:
        Status: Invalid

Comment #1 on issue 198 by t.broyer: Empty or unclosed <a> tags are duplicated
http://code.google.com/p/html5lib/issues/detail?id=198

This is the expected behavior per the spec.

 - a / does not close an element in HTML, unlike XML.
- the <a> element is a formatting element, so it's automatically closed and reopen until a close tag is found (or another <a> start tag)

--
You received this message because you are subscribed to the Google Groups 
"html5lib-discuss" group.
To post to this group, send an email to html5lib-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
html5lib-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/html5lib-discuss?hl=en-GB.

Reply via email to