[dom] Pull Request: Add [TreatNullAs=EmptyString] to Attr.nodeValue/textContent

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

Received on Friday, 22 May 2015 09:55:32 UTC