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

Issue 5446043: code review 5446043: html: detect quirks mode (Closed)

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

Description

html: detect quirks mode Pass tests3.dat, test 23: <p><table></table> | <html> | <head> | <body> | <p> | <table>

Patch Set 1 #

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

Patch Set 3 : diff -r 2a9bf4710e09 https://go.googlecode.com/hg/ #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -10 lines) Patch
M src/pkg/html/parse.go View 1 5 chunks +110 lines, -9 lines 3 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, 8 months ago (2011-11-28 17:56:40 UTC) #1
nigeltao
LGTM. http://codereview.appspot.com/5446043/diff/3/src/pkg/html/parse.go File src/pkg/html/parse.go (right): http://codereview.appspot.com/5446043/diff/3/src/pkg/html/parse.go#newcode390 src/pkg/html/parse.go:390: // The second return value tells whether the ...
13 years, 8 months ago (2011-11-29 00:16:50 UTC) #2
nigeltao
13 years, 8 months ago (2011-11-29 00:19:09 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=631a028dc8ee ***

html: detect quirks mode

Pass tests3.dat, test 23:
<p><table></table>

| <html>
|   <head>
|   <body>
|     <p>
|       <table>

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

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