- From: Philip Jägenstedt <notifications@github.com>
- Date: Tue, 16 Aug 2016 22:35:44 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Wednesday, 17 August 2016 05:36:16 UTC
* Make appendChild(cdata) and similar not throw. * Let nodeName be #cdata-section. * Include CDATASection as a node in an exhaustive enumeration. * Collapse cases of Text+PI+Comment to CharacterData where possible so that it's more clear that subtypes are included. * Say "depending on" instead of "switched" on. Part of #300. You can view, comment on, or merge this pull request online at: https://github.com/whatwg/dom/pull/301 -- Commit Summary -- * Fix and clarify more around CDATASection -- File Changes -- M dom.bs (67) -- Patch Links -- https://github.com/whatwg/dom/pull/301.patch https://github.com/whatwg/dom/pull/301.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/301
Received on Wednesday, 17 August 2016 05:36:16 UTC