DescriptionDo not change pageshow event behavior though it does not follow spec
As per spec step of history traversal algorithm (section 7.6.10): subsection 4.6 of
http://www.whatwg.org/specs/web-apps/current-work/multipage/history.html#traverse-the-history
browser should queue a task to fire pageshow event. However chrome and other desktop browsers
firefox30 and IE11) dispatches the event sync right after onload is triggered.
Specification change requested for the same so just update the same in comments comments.
BUG=378946
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175311
Patch Set 1 #Patch Set 2 : Proposal 1 : Match spec #Patch Set 3 : Proposal 2 : Remove fixme from code #
Total comments: 2
Patch Set 4 : Update comment #Patch Set 5 : fix spell mistake #Messages
Total messages: 15 (0 generated)
|