- [YES] addEventListener: w3ctag/design-reviews#569
- [YES] webauthn: https://w3c.github.io/webauthn/
- [YES/REMOVED] web-nfc: Do not require AbortController #562
- [DISCUSS] TC39 draft Observables tc39/proposal-observable#209
- [DISCUSS] Promise based setTimeout whatwg/html#617
- [DISCUSS] mediacapture-image: w3c/mediacapture-image#276
- [DISCUSS] screen-wake-lock: w3c/screen-wake-lock#202
- [DISCUSS] FileAPI: Support using AbortController with FileAPI w3c/FileAPI#159
In many tech conferences, attendees are invited to rate the talk and/or the speaker from 1 to 5 stars. This type of ratings is interesting but has a few drawbacks.
The discussion started as a twitter thread with this french proposition.
I hereby claim:
- I am hsablonniere on github.
- I am hsablonniere (https://keybase.io/hsablonniere) on keybase.
- I have a public key ASBARiuIwAOtnXcT9rHaOt8qHGE98lXrAh2uASowMG5T_wo
To claim this, I am signing this object:
This gist provides a simple JavaScript implementation of the non-standard WebKit method scrollIntoViewIfNeeded
that can be called on DOM elements.
Just use the code in index.js
in your app or website. You can see usage in the test page test.html
.
The parent element will only scroll if the element being called is out of the view. The boolean can force the element to be centered in the scrolling area.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
Version 2, December 2004 | |
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE> | |
Everyone is permitted to copy and distribute verbatim or modified | |
copies of this license document, and changing it is allowed as long | |
as the name is changed. | |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |