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

Issue 5339052: code review 5339052: html: treat <image> as <img> (Closed)

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

Description

html: treat <image> as <img> Pass tests1.dat, test 90: <p><image></p> | <html> | <head> | <body> | <p> | <img> Also pass test 91: <a><table><a></table><p><a><div><a>

Patch Set 1 #

Patch Set 2 : diff -r 7ea5398e65a5 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 7ea5398e65a5 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 7ea5398e65a5 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 7ea5398e65a5 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r 7ea5398e65a5 https://go.googlecode.com/hg/ #

Patch Set 7 : diff -r 7ea5398e65a5 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -2 lines) Patch
M src/pkg/html/parse.go View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/html/parse_test.go View 1 2 chunks +3 lines, -2 lines 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/
12 years, 5 months ago (2011-11-08 16:50:45 UTC) #1
nigeltao
LGTM.
12 years, 5 months ago (2011-11-08 22:43:19 UTC) #2
nigeltao
12 years, 5 months ago (2011-11-08 22:44:00 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=3361edd3176f ***

html: treat <image> as <img>

Pass tests1.dat, test 90:
<p><image></p>

| <html>
|   <head>
|   <body>
|     <p>
|       <img>

Also pass test 91:
<a><table><a></table><p><a><div><a>

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

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