Descriptionhtml: close <option> element when opening <optgroup>
Pass tests1.dat, test 34:
<!DOCTYPE html>A<option>B<optgroup>C<select>D</option>E
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| "A"
| <option>
| "B"
| <optgroup>
| "C"
| <select>
| "DE"
Also passes tests 35-48.
Patch Set 1 #Patch Set 2 : diff -r 3fe4f3f34e9b https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 3fe4f3f34e9b https://go.googlecode.com/hg/ #
MessagesTotal messages: 3
|