@@ -24,7 +24,8 @@ <h2>DOM Parsing and Serialization</h2>
24
24
< tr >
25
25
< th > Comment Number</ th >
26
26
< th > Comment</ th >
27
- < th > Response</ th >
27
+ < th > Editor's Response</ th >
28
+ < th > Commentor's Response</ th >
28
29
29
30
< tr >
30
31
< td > 1
@@ -39,8 +40,11 @@ <h2>DOM Parsing and Serialization</h2>
39
40
DOM4</ a > the CDATASection interface and internalSubset property has been removed.
40
41
< p > < a href ="http://lists.w3.org/Archives/Public/public-webapps/2013OctDec/0710.html ">
41
42
Rebuttal against making CDATASection and internalSubset optional</ a > .
43
+ < td data-accepted >
44
+ Accepted. Change was made to remove CDATASection and internalSubset serialization steps from the algorithm.
45
+ [< a href ="https://dvcs.w3.org/hg/innerhtml/rev/1920f7b853a1 "> Diff</ a > ]
42
46
< td >
43
- < p > No response yet.
47
+ TBD
44
48
< tr >
45
49
< td > 2
46
50
< td >
@@ -52,14 +56,20 @@ <h2>DOM Parsing and Serialization</h2>
52
56
< td data-accepted >
53
57
Accepted. Change was reverted: < a href ="http://lists.w3.org/Archives/Public/public-webapps/2013OctDec/0826.html ">
54
58
http://lists.w3.org/Archives/Public/public-webapps/2013OctDec/0826.html</ a >
59
+ [< a href ="https://dvcs.w3.org/hg/innerhtml/rev/9425d4d28248 "> Diff</ a > ]
60
+ < td >
61
+ TBD
55
62
< tr >
56
63
< td > 3
57
64
< td >
58
65
< p > Reported by Victor Costan
59
66
< p > < a href ="https://www.w3.org/Bugs/Public/show_bug.cgi?id=24174 "> https://www.w3.org/Bugs/Public/show_bug.cgi?id=24174</ a >
60
67
< p > The < (LESS THAN) character should be escaped in the XML attribute serialization algorithm.
68
+ < td data-accepted >
69
+ Accepted. Change was made to add the appropriate escaping.
70
+ [< a href ="https://dvcs.w3.org/hg/innerhtml/rev/bfa43ce953aa "> Diff</ a > ]
61
71
< td >
62
- < p > No response yet.
72
+ < a href =" https://www.w3.org/Bugs/Public/show_bug.cgi?id=24174#c5 " > Approved </ a >
63
73
< tr >
64
74
< td > 4
65
75
< td >
@@ -68,10 +78,15 @@ <h2>DOM Parsing and Serialization</h2>
68
78
< p > The setAttributeNS allows the creation of attributes that have a non-null namespace URI, but
69
79
no prefix. This case does not seem to be handled by the current algorithm in the spec, but should
70
80
be.
81
+ < td data-accepted >
82
+ Accepted. Fixing this required a substantial update to the algorithm, but the update now includes proper
83
+ handling of attributes in non-null namespaces including automatic prefix generation if necessary (which
84
+ also applies to elements in certain situations).
85
+ [< a href ="https://dvcs.w3.org/hg/innerhtml/rev/fb9edcfb8f5f "> First draft diff</ a > ,
86
+ < a href ="https://dvcs.w3.org/hg/innerhtml/rev/f9b5a818ef99 "> Followup draft diff</ a > ,
87
+ < a href ="https://dvcs.w3.org/hg/innerhtml/rev/fa768c710fba "> Polish pass diff</ a > ]
71
88
< td >
72
- < p > No response yet.
73
-
74
-
89
+ TBD
75
90
</ table >
76
91
77
92
</ body >
0 commit comments