- From: Simon Pieters <simonp@opera.com>
- Date: Tue, 10 Jul 2012 12:49:34 +0200
- To: whatwg@lists.whatwg.org, "Ian Hickson" <ian@hixie.ch>
On Tue, 10 Jul 2012 02:39:45 +0200, Ian Hickson <ian@hixie.ch> wrote: > On Mon, 26 Mar 2012, Boris Zbarsky wrote: >> On 3/26/12 3:19 PM, Ian Hickson wrote: >> > Changing it to a string doesn't affect that, though, does it? >> >> Well, changing to a nullable string does affect it because doing >> something like this: >> >> myFrame.sandbox = myFrame.sandbox; >> >> is a no-op, as by all sane rights it should be.... > > Surely that's going to set the attribute regardless of whether the > attribute is nullable or whatnot. I mean, this always sets the attribute > even if the attribute wasn't previously set: > > myElement.title = myElement.title https://www.w3.org/Bugs/Public/show_bug.cgi?id=17283 -- Simon Pieters Opera Software
Received on Tuesday, 10 July 2012 10:50:18 UTC