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 16381 - embed and object should match a, del, ins, and map
Summary: embed and object should match a, del, ins, and map
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: 2012-03-14 21:52 UTC by contributor
Modified: 2012-08-09 23:04 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2012-03-14 21:52:07 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html
Multipage: http://www.whatwg.org/C#phrasing-content-0
Complete: http://www.whatwg.org/c#phrasing-content-0

Comment:
embed and object should match a, del, ins, and map

Posted from: 17.212.152.28
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/536.3 (KHTML, like Gecko) Version/5.2 Safari/536.3
Comment 1 Edward O'Connor 2012-03-14 21:54:13 UTC
a, del, embed, ins, map, and object all have a transparent content model, and so they should all be considered phrasing content only when they contain phrasing content. This is made explicit in this section for a, del, ins, and map. Please update the entries for embed and object to match.
Comment 2 contributor 2012-07-18 17:14:53 UTC
This bug was cloned to create bug 18091 as part of operation convergence.
Comment 3 Ian 'Hixie' Hickson 2012-08-09 23:04:21 UTC
The whole definition of categories based on what elements contain was a wacked idea, as far as I can tell. The content model is what should be restricting this stuff, not the categories.

I've tried to clean this up. That makes this bug a non-issue.