DescriptionMake webkitCancelFullScreen() an alias of webkitExitFullscreen()
It appears to be an accident of history that webkitCancelFullScreen()
behaves differently from webkitExitFullscreen(), as it was implemented
before the concept of a fullscreen element stack.
In Gecko, mozCancelFullScreen() pops only one element from the stack.
In the spec, "fully exit fullscreen" is now reserved for user escape
and page navigation, so any other instances should be changed where
possible.
There was no test coverage for the distinction, and it's very unlikely
that Web content could meaningfully depend on it.
BUG=399556
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179656
Patch Set 1 #Patch Set 2 : test #
Total comments: 3
Patch Set 3 : polish test #
Messages
Total messages: 13 (0 generated)
|