NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 470 - remove constraint that blockquote can't have header or address ancestors
remove constraint that blockquote can't have header or address ancestors
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML5 schema
HEAD
All All
: P2 normal
Assigned To: Michael[tm] Smith
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-04-03 07:25 CEST by Michael[tm] Smith
Modified: 2009-04-03 11:26 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael[tm] Smith 2009-04-03 07:25:59 CEST
In my reading of the current spec at least, there are no constraint assertions in the spec which state that the blockquote element can't have header or address ancestors. Also for confirmation:

<MikeSmith> Hixie: does the current spec disallow blockquote as a descendant of header?
<MikeSmith> and as a descendant of address?
<Hixie> MikeSmith: not currently
Comment 1 Michael[tm] Smith 2009-04-03 10:52:37 CEST
r401 for assertions.sch part:
http://svn8.cvsdude.com/vvc/whattf/syntax?view=revision&revision=401

still need to do the Assertions.java fix
Comment 2 Michael[tm] Smith 2009-04-03 11:26:06 CEST
r402 for the java change
http://svn8.cvsdude.com/vvc/whattf/syntax?view=revision&revision=402