Add LC2 Disposition of comments
authortravil@microsoft.com
Thu, 22 May 2014 15:28:40 -0700
changeset 64 b0f5ea6eb7b8
parent 63 6561a8af3196
child 65 dc7083c47f77
Add LC2 Disposition of comments
LC2_comments.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LC2_comments.html	Thu May 22 15:28:40 2014 -0700
@@ -0,0 +1,48 @@
+<!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>Response</th>
+  
+  <tr>
+   <td>1
+   <td>
+      <p>Reported by spiritRKS1910 (crimsteam@gmail.com):
+      <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 13 "small bugs and other suggestions" rolled into a single report.
+   <td>
+     <p>Accepted these as great editorial changes.
+  <tr>
+   <td>2
+   <td>
+    <p>Reported by spiritRKS1910 (crimsteam@gmail.com):
+      <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. May make an editorial change to clarify the answer in the spec.
+ </table>
+ 
+</body>
+</html>
\ No newline at end of file