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 6507 - Paragraphs section doesn't list all transparent elements
Summary: Paragraphs section doesn't list all transparent elements
Status: CLOSED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-30 09:20 UTC by Simon Pieters
Modified: 2010-10-04 14:28 UTC (History)
3 users (show)

See Also:


Attachments

Description Simon Pieters 2009-01-30 09:20:05 UTC
The section on paragraphs says

[[
Paragraphs in flow content are defined relative to what the document looks like without the a, ins and del elements complicating matters, since those elements, with their hybrid content models, can straddle paragraph boundaries.
]]

But AFAICT the noscript (when scripting is disabled), object, video, audio and canvas elements can straddle paragraph boundaries, too.
Comment 1 Ian 'Hixie' Hickson 2009-03-31 03:38:13 UTC
They don't straddle them, they just cause there to be overlapping/nested paragraphs.

I considered making this non-conforming, but I figure that will just annoy people. So I added an example and added a sentence saying conformance checkers may want to warn about it.