- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 02 Apr 2009 14:36:29 +0000
- To: public-html@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6750
Summary: <header><blockquote><h1> issues
Product: HTML WG
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Spec bugs
AssignedTo: dave.null@w3.org
ReportedBy: simonp@opera.com
QAContact: public-html-bugzilla@w3.org
CC: ian@hixie.ch, mike@w3.org, public-html@w3.org
Two issues:
1. <header>'s content model is wrong
2. outline algorithm is probably wrong
The spec says about <header>:
"Content model:
Flow content, including at least one descendant that is heading content, but no
sectioning content descendants, no header element descendants, and no footer
element descendants."
This means that
<header><blockquote><h1>x</h1></blockquote></header>
is allowed, since blockquote is sectioning root but not sectioning content.
Testing with http://gsnedders.html5.org/outliner/ and
http://james.html5.org/outliner.html it appears that the outline algorithm
doesn't ignore sectioning roots that are descendants of <header>.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Thursday, 2 April 2009 14:36:41 UTC