[Bug 18271] 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=18271

Robin Berjon <robin@w3.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |robin@w3.org
         Resolution|                            |FIXED

--- Comment #1 from Robin Berjon <robin@w3.org> 2012-09-11 14:04:19 UTC ---
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the Editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the Tracker Issue; or you may create a Tracker Issue
yourself, if you are able to do so. For more details, see this document:

   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: I made |url| nullable for both pS and rS, and ignored null
in the prose. I didn't go with Heycam's suggestion because of current entry URL
vs entry script URL.
Rationale: It's nicer this way, and it breaks a major library.

https://github.com/w3c/html/commit/cd7313f8b21c8069488c1efec603769745585990

-- 
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 Tuesday, 11 September 2012 14:04:25 UTC