Re: Screen orientation API feedback

2014-08-05 Thread Marcos Caceres
On August 5, 2014 at 6:33:46 AM, Anne van Kesteren (ann...@annevk.nl) wrote: This is great feedback - thanks for this Anne! I've captured each of the issues you raised in the bug tracker on GH [1] (and cc'ed you on them). We will address them in the next few days.  https://github.com/w3c/sc

Screen orientation API feedback

2014-08-05 Thread Anne van Kesteren
"Unless stated otherwise, the term screen is ..." Does it ever state otherwise? Please remove the conditional if not. "a Promise object whose associated task" Instead of "task" use a word like "operation" so readers are not confused with the event loop from HTML. "Unless specified otherwise, wh

RE: Screen Orientation API: Feedback

2013-04-12 Thread Bin Du
; WebApps WG; Mounir Lamouri Subject: Re: Screen Orientation API: Feedback On Tue, Apr 9, 2013 at 4:01 PM, Jonas Sicking mailto:jo...@sicking.cc>> wrote: On Sun, Apr 7, 2013 at 10:44 AM, Lars Knudsen mailto:lar...@gmail.com>> wrote: > Hi, > > Having some background in both webap

Re: Screen Orientation API: Feedback

2013-04-09 Thread Lars Knudsen
On Tue, Apr 9, 2013 at 4:01 PM, Jonas Sicking wrote: > On Sun, Apr 7, 2013 at 10:44 AM, Lars Knudsen wrote: > > Hi, > > > > Having some background in both webapps and actual browser development > > (webkit, Nokia N9), I see a few issues with the current proposal (some > > already mentioned in th

Re: Screen Orientation API: Feedback

2013-04-09 Thread Jonas Sicking
On Sun, Apr 7, 2013 at 10:44 AM, Lars Knudsen wrote: > Hi, > > Having some background in both webapps and actual browser development > (webkit, Nokia N9), I see a few issues with the current proposal (some > already mentioned in the mozilla thread about this last year). > > 1. whatever terminology

Re: Screen Orientation API: Feedback

2013-04-08 Thread Anne van Kesteren
On Sun, Apr 7, 2013 at 5:33 AM, Anne van Kesteren wrote: > This is feedback for the draft located at > https://dvcs.w3.org/hg/screen-orientation/raw-file/tip/Overview.html 6) I think it might be worth merging most of Terminology and section 4.3 into a "Model" section that more clearly explains ho

Re: Screen Orientation API: Feedback

2013-04-07 Thread Lars Knudsen
Hi, Having some background in both webapps and actual browser development (webkit, Nokia N9), I see a few issues with the current proposal (some already mentioned in the mozilla thread about this last year). 1. whatever terminology chosen for portrait/landscape and primary/secondary it NEEDS to b

Screen Orientation API: Feedback

2013-04-06 Thread Anne van Kesteren
This is feedback for the draft located at https://dvcs.w3.org/hg/screen-orientation/raw-file/tip/Overview.html 1) Per http://dev.w3.org/csswg/cssom-view/ Screen does not inherit from EventTarget so dispatching events to it will not give you anything meaningful. That should be fixed one way or anot