Descriptionhtml: handle text nodes in foreign content.
Passes tests10.dat, test 6:
<!DOCTYPE html><body><table><svg><g>foo</g></svg></table>
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <svg svg>
| <svg g>
| "foo"
| <table>
Also pass tests through test 12:
<!DOCTYPE html><body><table><caption><svg><g>foo</g><g>bar</g></svg><p>baz</caption></table>
Patch Set 1 #Patch Set 2 : diff -r e4e0c7c99d9d https://go.googlecode.com/hg/ #Patch Set 3 : diff -r e4e0c7c99d9d https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 62d822e17421 https://go.googlecode.com/hg/ #
MessagesTotal messages: 3
|