File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html >
3
+ < head >
4
+ < title > Disposition of Comments - DOM Parsing and Serialization</ title >
5
+ < style >
6
+ html { font-family : "Consolas" , "Courier New" ; }
7
+ table { border : 1px solid black; }
8
+ th , td { padding : 0.5em ; }
9
+ tr : nth-child (odd) { background-color : lightgray; }
10
+ [data-accepted ] { background-color : lightgreen; }
11
+ </ style >
12
+ </ head >
13
+ < body >
14
+ < h1 > Disposition of Comments</ h1 >
15
+ < h2 > DOM Parsing and Serialization</ h2 >
16
+
17
+ < p > This document tracks the comments received from the
18
+ < a href ="http://www.w3.org/TR/2014/WD-DOM-Parsing-20140501/ "> DOM Parsing and Serialization</ a >
19
+ specification's 2nd Last Call period ending 22 May 2014.
20
+
21
+ < p > The following comments were received during the Last Call period:
22
+
23
+ < table >
24
+ < tr >
25
+ < th > Comment Number</ th >
26
+ < th > Comment</ th >
27
+ < th > Response</ th >
28
+
29
+ < tr >
30
+ < td > 1
31
+ < td >
32
+ < p > Reported by spiritRKS1910 (
[email protected] ):
33
+ < 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
+ < td >
36
+ < p > Accepted these as great editorial changes.
37
+ < tr >
38
+ < td > 2
39
+ < td >
40
+ < p > Reported by spiritRKS1910 (
[email protected] ):
41
+ < p > < a href ="https://www.w3.org/Bugs/Public/show_bug.cgi?id=25582 "> Bug 25582 - [DOM-P&S] Two short questions</ a > </ p >
42
+ < p > Bug report with two questions (clarification requests).
43
+ < td >
44
+ < 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.
45
+ </ table >
46
+
47
+ </ body >
48
+ </ html >
You can’t perform that action at this time.
0 commit comments