This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#document createElementNS second argument should have [TreatNullAs=EmptyString]
Why?
Because createElement has it, and because opera/webkit/gecko do it
I thought we wanted to move away from what Gecko/WebKit are doing? The whole point was that they had the wrong default. (The createElement thing might be a bug.)
Yeah, OK, remove [TreatNullAs=EmptyString] from createElement instead.
Thanks! Also changed it for hasFeature(). Have not changed it yet for CharacterData.data. We also treat textContent specially still (though not in IDL). https://bitbucket.org/ms2ger/dom-core/changeset/48c69619f6d5