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

Issue 5373083: code review 5373083: html: auto-close <dd> and <dt> elements (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: auto-close <dd> and <dt> elements Pass tests2.dat, test 8: <!DOCTYPE html><dt><div><dd> | <!DOCTYPE html> | <html> | <head> | <body> | <dt> | <div> | <dd> Also pass tests through test 9: <script></x

Patch Set 1 #

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

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

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

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -1 line) Patch
M src/pkg/html/parse.go View 1 2 3 1 chunk +18 lines, -0 lines 1 comment 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-13 04:58:37 UTC) #1
nigeltao
LGTM, submitting. The "li" and "dd", "dt" code could be refactored to share more code, ...
13 years, 8 months ago (2011-11-13 12:26:49 UTC) #2
nigeltao
13 years, 8 months ago (2011-11-13 12:27:11 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=67fc49fb2821 ***

html: auto-close <dd> and <dt> elements

Pass tests2.dat, test 8:
<!DOCTYPE html><dt><div><dd>

| <!DOCTYPE html>
| <html>
|   <head>
|   <body>
|     <dt>
|       <div>
|     <dd>

Also pass tests through test 9:
<script></x

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

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