Bugzilla – Bug 588
Allow flow content inside <table><caption> but disallow <table> as a descendant of <caption>
Last modified: 2009-10-22 11:59:29 CEST
The constraint that requires more than the usual amount of work to implement checking on this is the following added constraint on the <legend> element: Content model: "When the parent node is a figure element: flow content, but with no descendant figure elements. "Otherwise: phrasing content. http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-legend-element
*** Bug 611 has been marked as a duplicate of this bug. ***
current content model for <caption> is: Flow content, but with no descendant table elements. http://www.whatwg.org/specs/web-apps/current-work/#the-caption-element
Created attachment 120 [details] patch
syntax 472 http://whattf.browse.cvsdude.com/syntax?view=rev&revision=472