Commit 073d792
committed
Fix #4: nested, indirect descendant, <button> causes infinite loop.
A couple of elements (button, dialog) were missing from the list of
endTagBlock in-body-phase dispatcher. This adds them.
See html5lib/html5lib-tests#4 for test.1 parent 89a3c5a commit 073d792
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
926 | 926 | | |
927 | 927 | | |
928 | 928 | | |
929 | | - | |
930 | | - | |
931 | | - | |
932 | | - | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
933 | 933 | | |
934 | 934 | | |
935 | 935 | | |
| |||
0 commit comments