[Bug 18362] Make stringifiers not take into account expandos

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18362

--- Comment #3 from Cameron McCormack <cam@mcc.id.au> ---
(In reply to comment #2)
> Is that compatible with what happens on the DOM objects that have
> stringifiers right now (like HTMLAnchorElement, say)?

var a = document.createElement("a"); a.setAttribute("href", "no:");
Object.defineProperty(a, "href", { value: "yes" }); alert(a)

says no...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 10 December 2012 05:11:56 UTC