Descriptionhtml: handle breakout tags in foreign content.
Also recognize that, in the latest version of the HTML5 spec,
foreign content is not an insertion mode, but a separate concern.
Pass tests10.dat, test 13:
<!DOCTYPE html><body><table><caption><svg><g>foo</g><g>bar</g><p>baz</table><p>quux
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <table>
| <caption>
| <svg svg>
| <svg g>
| "foo"
| <svg g>
| "bar"
| <p>
| "baz"
| <p>
| "quux"
Also pass tests through test 15:
<!DOCTYPE html><body><table><colgroup><svg><g>foo</g><g>bar</g><p>baz</table><p>quux
Patch Set 1 #Patch Set 2 : diff -r bc56d855da64 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r bc56d855da64 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r bc56d855da64 https://go.googlecode.com/hg/ #Patch Set 5 : diff -r 9e82f2cb91c4 https://go.googlecode.com/hg/ #
MessagesTotal messages: 3
|