Skip to content

Commit fce42d1

Browse files
Updated LC2 comments with closure from Arkadiusz, and added him to the
Acknowledgements section of the main doc for his generous review and contributions to the spec.
1 parent 74502cc commit fce42d1

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

LC2_comments.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,20 @@ <h2>DOM Parsing and Serialization</h2>
2424
<tr>
2525
<th>Comment Number</th>
2626
<th>Comment</th>
27-
<th>Response</th>
27+
<th>Editor's Response</th>
28+
<th>Commentor's Response</th>
2829

2930
<tr>
3031
<td>1
3132
<td>
3233
<p>Reported by Arkadiusz Michalski ([email protected]):
3334
<p><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25565">Bug 25565 - [DOM-P&S] Another small bugs</a></p>
34-
<p>Bug report containing 13 "small bugs and other suggestions" rolled into a single report.
35+
<p>Bug report containing 15 "small bugs and other suggestions" rolled into a single report.
3536
<td>
3637
<p>Accepted these as great editorial changes.
3738
<p>See changelist <a href="https://dvcs.w3.org/hg/innerhtml/rev/dc7083c47f77">https://dvcs.w3.org/hg/innerhtml/rev/dc7083c47f77</a>
39+
<td>
40+
<p><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25565#c4">Accepted</a>
3841
<tr>
3942
<td>2
4043
<td>
@@ -44,6 +47,8 @@ <h2>DOM Parsing and Serialization</h2>
4447
<td>
4548
<p>Answered these to the satisfaction of the opener in the bug comments. Made an editorial change to clarify the answer in the spec.
4649
<p>See changelist <a href="https://dvcs.w3.org/hg/innerhtml/rev/8dbd8dbdefdc">https://dvcs.w3.org/hg/innerhtml/rev/8dbd8dbdefdc</a>
50+
<td>
51+
<p><a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25582#c9">Accepted</a>
4752
</table>
4853

4954
</body>

index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,8 +1555,16 @@ <h1>Acknowledgements</h1>
15551555
drafts of this specification and for its continued improvement in the
15561556
<a href="http://domparsing.spec.whatwg.org/">Living Specification</a>.
15571557

1558-
<p>Thanks to Anne van Kesteren, Aryeh Gregor, Boris Zbarsky, Henri Sivonen, Simon Pieters, Victor Costan, and timeless
1559-
for their useful comments.
1558+
<p>Thanks to
1559+
Victor Costan,
1560+
Aryeh Gregor,
1561+
Anne van Kesteren,
1562+
Arkadiusz Michalski,
1563+
Simon Pieters,
1564+
Henri Sivonen,
1565+
Josh Soref
1566+
and Boris Zbarsky,
1567+
for their useful comments.
15601568

15611569
<p>Special thanks to Ian Hickson for defining the
15621570
<code title="dom-element-innerhtml">innerHTML</code> and

respecConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
var respecConfig = {
44
subtitle: "DOMParser, XMLSerializer, innerHTML, and similar APIs",
55
specStatus: "ED",
6-
publishDate: "2014-05-23",
6+
publishDate: "2014-05-29",
77
editors: [
88
{
99
name: "Travis Leithead",

0 commit comments

Comments
 (0)