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 25101 - <b><p></p></b> cannot have p end tag ommitted though this section permits it
Summary: <b><p></p></b> cannot have p end tag ommitted though this section permits it
Status: RESOLVED WORKSFORME
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-19 23:52 UTC by contributor
Modified: 2014-04-01 16:48 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2014-03-19 23:52:08 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/
Multipage: http://www.whatwg.org/C#optional-tags
Complete: http://www.whatwg.org/c#optional-tags
Referrer: 

Comment:
<b><p></p></b> cannot have p end tag ommitted though this section permits it

Posted from: 86.30.234.99 by geoffers@gmail.com
User agent: Mozilla/5.0 (X11; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0
Comment 1 Ian 'Hixie' Hickson 2014-03-20 21:04:30 UTC
It's non-conforming already because <b><p> is non-conforming. Whether or not you can omit the </p> after that is academic.