Descriptionhtml: parse raw text and RCDATA elements, such as <script> and <title>.
Pass tests1.dat, test 26:
#data
<script><div></script></div><title><p></title><p><p>
#document
| <html>
| <head>
| <script>
| "<div>"
| <title>
| "<p>"
| <body>
| <p>
| <p>
Thanks to Andy Balholm for driving this change.
Patch Set 1 #Patch Set 2 : diff -r 01e14745c957 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 01e14745c957 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 01e14745c957 https://go.googlecode.com/hg/ #
Total comments: 1
Patch Set 5 : diff -r 3213129c689b https://go.googlecode.com/hg/ #
MessagesTotal messages: 3
|