[csswg-drafts] [css-om-view] Window move and resize functions should be allowed to do nothing (#4728)

smfr has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-om-view] Window move and resize functions should be allowed to do nothing ==
https://drafts.csswg.org/cssom-view/#ref-for-dom-window-moveto

moveTo, moveBy, resizeTo and resizeBy should be allowed to fail. Browsers will ignore these when:
* the Window is not the top-level window
* the Window is top-level, but lives in a tabbed browser window
* the UA decides that content-driven window resizing is undesirable.

I think there needs to be some text that says that the UA is allowed to do nothing when these functions are called. That begs the question about whether they should return some value to indicate if they succeeded.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4728 using your GitHub account

Received on Saturday, 1 February 2020 00:41:35 UTC