Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1)

Issue 5343041: code review 5343041: html: properly close <tr> element when an new <tr> starts. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 4 months ago by andybalholm
Modified:
13 years, 4 months ago
Reviewers:
CC:
nigeltao, golang-dev
Visibility:
Public.

Description

html: properly close <tr> element when an new <tr> starts. Pass tests1.dat, test 87: <table><tr><tr><td><td><span><th><span>X</table> | <html> | <head> | <body> | <table> | <tbody> | <tr> | <tr> | <td> | <td> | <span> | <th> | <span> | "X"

Patch Set 1 #

Patch Set 2 : diff -r 37533e1cfe43 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 37533e1cfe43 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -7 lines) Patch
M src/pkg/html/parse.go View 1 1 chunk +11 lines, -6 lines 0 comments Download
M src/pkg/html/parse_test.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
andybalholm
Hello nigeltao@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 4 months ago (2011-11-04 03:02:48 UTC) #1
nigeltao
LGTM.
13 years, 4 months ago (2011-11-04 04:47:43 UTC) #2
nigeltao
13 years, 4 months ago (2011-11-04 04:48:16 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=974b20a0f930 ***

html: properly close <tr> element when an new <tr> starts.

Pass tests1.dat, test 87:
<table><tr><tr><td><td><span><th><span>X</table>

| <html>
|   <head>
|   <body>
|     <table>
|       <tbody>
|         <tr>
|         <tr>
|           <td>
|           <td>
|             <span>
|           <th>
|             <span>
|               "X"

R=nigeltao
CC=golang-dev
http://codereview.appspot.com/5343041

Committer: Nigel Tao <nigeltao@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b