[w3ctag/design-reviews] ViewportAPI naming Re-review (#172)

Hello TAG!

I'm requesting a TAG (re)review of:

  - Name: ViewportAPI
  - Specification URL: https://wicg.github.io/ViewportAPI/spec.html#the-visualviewport-interface
  - Explainer, Requirements Doc, or Example code: https://wicg.github.io/ViewportAPI
  - Primary contacts: @bokand

You should also know that...

This was reviewed back in #128. The feedback mainly centred around naming of the API. We've updated the names to hopefully be less of a hodgepodge. I'd like to hear from TAG if this is better or if there are any concerns about the new names? No need to rereview anything else (but feedback is always appreciated).

Changes:
  - `window.visualViewport` --> `window.view`
  - `scrollLeft`, `scrollTop` --> `offsetX`, `offsetY`
  - `clientWidth`, `clientHeight` --> `width`, `height`

We'd prefer the TAG provide feedback as (please select one):
  -  leave review feedback as a comment in this issue and @-notify [github usernames]

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/172

Received on Wednesday, 26 April 2017 16:23:48 UTC