mozilla / platform-status

Project Platform Status
https://platform-status.mozilla.org/
Apache License 2.0
155 stars 53 forks source link

adding significant features newly supported in Firefox 68 #582

Closed chrisdavidmills closed 5 years ago

chrisdavidmills commented 5 years ago

Added BigInt and VisualViewport; updated some details of CSS Scroll Snap.

chrisdavidmills commented 5 years ago

@digitarald / @marco-c could you please review this? I am a bit concerned because some previously added features don't seem to be showing on the site, like scroll snap and scroll anchoring.

chrisdavidmills commented 5 years ago

Also, the travis build fails with an arbitrary error message, and I'm not sure how to fix it.

digitarald commented 5 years ago

Potentially:

digitarald commented 5 years ago

Also, the travis build fails with an arbitrary error message, and I'm not sure how to fix it.

@chrisdavidmills I patched the travis config, lets try again.

chrisdavidmills commented 5 years ago

Thanks @digitarald. We already have an entry for Web Authn, but there isn't really a way to specify that it was supported in android in a different version. What would you suggest?

And do the other bits I've aded look OK?

The travis build is now passed.

digitarald commented 5 years ago

We already have an entry for Web Authn, but there isn't really a way to specify that it was supported in android in a different version. What would you suggest?

We often previously set things to supported even when only Android had it, like Manifest. That seems reasonable here as well, maybe with comment?

And do the other bits I've aded look OK?

Yes.

chrisdavidmills commented 5 years ago

I think I'm going to merge this for now, and then I'll do some more thinking on how we can add such notes.