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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user