Bug 311366 - "should make custom elements able to contain blocks (<section>)" [p=mrbkap@gmail.com (Blake Kaplan) r=sicking sr=jst a1.9=beltzner]

git-svn-id: svn://10.0.0.236/trunk@247824 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
reed%reedloden.com
2008-03-14 15:15:30 +00:00
parent 59e83b23e3
commit 0e2420cf30
12 changed files with 58 additions and 0 deletions

View File

@@ -932,6 +932,9 @@ CNavDTD::HandleDefaultStartToken(CToken* aToken, eHTMLTags aChildTag,
do {
eHTMLTags theParentTag = mBodyContext->TagAt(--theIndex);
if (theParentTag == eHTMLTag_userdefined) {
continue;
}
// Figure out whether this is a hidden input inside a
// table/tbody/thead/tfoot/tr