Descriptionhtml: handle end tags in foreign objects.
I'm not 100% sure I get all the corner cases right, for end tags, but
I'll let the test suite smoke it out.
Pass tests10.dat, test 1:
<!DOCTYPE html><svg></svg><![CDATA[a]]>
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <svg svg>
| <!-- [CDATA[a]] -->
Also pass tests through test 5:
<!DOCTYPE html><body><table><svg></svg></table>
Patch Set 1 #Patch Set 2 : diff -r 295ed44ba15b https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 295ed44ba15b https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 68962b02be7e https://go.googlecode.com/hg/ #
MessagesTotal messages: 3
|