Bug 569528 - Make <p> not close implicitly across a <button> on stack. rs=jonas, a=blocking2.0-final.

This commit is contained in:
Henri Sivonen
2010-09-08 19:31:22 +03:00
parent a193a4a140
commit 805ba079f4
6 changed files with 32 additions and 7 deletions

View File

@@ -114,6 +114,7 @@ class nsHtml5TreeBuilder : public nsAHtml5TreeBuilderState
PRInt32 findLastInTableScopeOrRootTbodyTheadTfoot();
PRInt32 findLast(nsIAtom* name);
PRInt32 findLastInTableScope(nsIAtom* name);
PRInt32 findLastInButtonScope(nsIAtom* name);
PRInt32 findLastInScope(nsIAtom* name);
PRInt32 findLastInListScope(nsIAtom* name);
PRInt32 findLastInScopeHn();