[Bug 17087] pushState()'s third argument being null (and maybe undefined) needs to be ignored as it breaks YUI. I suggest making it nullable and ignoring null in prose, that should be sufficient. (Gecko treats null as the empty string here, stringifies undefined at t

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

Cameron McCormack <cam@mcc.id.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cam@mcc.id.au

--- Comment #4 from Cameron McCormack <cam@mcc.id.au> 2012-06-29 01:50:58 UTC ---
Is the behaviour of pushState when passing "" as the url different from leaving
it off?  If not, then you can just use [TreatNullAs=EmptyString].  If it is,
and you need null to behave like omitting the argument, you'll need to do as
Anne suggested.  I *could* introduce a [TreatNullAs=Missing], just like the
[TreatUndefinedAs=Missing] that exists now, but it seems simpler just to handle
this in prose.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 29 June 2012 03:53:19 UTC