-
Notifications
You must be signed in to change notification settings - Fork 14
/
LC2_comments.html
55 lines (50 loc) · 2.14 KB
/
LC2_comments.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html>
<head>
<title>Disposition of Comments - DOM Parsing and Serialization</title>
<style>
html { font-family: "Consolas", "Courier New"; }
table { border: 1px solid black; }
th,td { padding: 0.5em; }
tr:nth-child(odd) { background-color: lightgray; }
[data-accepted] { background-color: lightgreen; }
</style>
</head>
<body>
<h1>Disposition of Comments</h1>
<h2>DOM Parsing and Serialization</h2>
<p>This document tracks the comments received from the
<a href="http://www.w3.org/TR/2014/WD-DOM-Parsing-20140501/">DOM Parsing and Serialization</a>
specification's 2nd Last Call period ending 22 May 2014.
<p>The following comments were received during the Last Call period:
<table>
<tr>
<th>Comment Number</th>
<th>Comment</th>
<th>Editor's Response</th>
<th>Commentor's Response</th>
<tr>
<td>1
<td>
<p>Reported by Arkadiusz Michalski ([email protected]):
<p><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25565">Bug 25565 - [DOM-P&S] Another small bugs</a></p>
<p>Bug report containing 15 "small bugs and other suggestions" rolled into a single report.
<td>
<p>Accepted these as great editorial changes.
<p>See changelist <a href="https://dvcs.w3.org/hg/innerhtml/rev/dc7083c47f77">https://dvcs.w3.org/hg/innerhtml/rev/dc7083c47f77</a>
<td>
<p><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25565#c4">Accepted</a>
<tr>
<td>2
<td>
<p>Reported by Arkadiusz Michalski ([email protected]):
<p><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25582">Bug 25582 - [DOM-P&S] Two short questions</a></p>
<p>Bug report with two questions (clarification requests).
<td>
<p>Answered these to the satisfaction of the opener in the bug comments. Made an editorial change to clarify the answer in the spec.
<p>See changelist <a href="https://dvcs.w3.org/hg/innerhtml/rev/8dbd8dbdefdc">https://dvcs.w3.org/hg/innerhtml/rev/8dbd8dbdefdc</a>
<td>
<p><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25582#c9">Accepted</a>
</table>
</body>
</html>