[dom] Pull Request: Add [TreatNullAs=EmptyString] to Attr.nodeValue/textContent
Philip Jägenstedt via GitHub <[email protected]> Fri, 22 May 2015 09:55:22 +0000
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]> |
foolip has just submitted a new pull request for https://github.com/whatwg/dom: == Add [TreatNullAs=EmptyString] to Attr.nodeValue/textContent == This came up in an attempt to align Blink with the spec: https://codereview.chromium.org/1146393003/ By adding [TreatNullAs=EmptyString], the spec would match current Firefox and IE behavior. It probably doesn't matter, but is a quick path to interop and less risky. See https://github.com/whatwg/dom/pull/36