David Storey
David Storey
URL: https://github.com/martinaglv/jQuery-FullScreen Issue: Doesn’t include the ms prefix with the new API syntax. Contact: @martinaglv
URL: http://tutorialzine.com/2012/02/enhance-your-website-fullscreen-api/ Issues: - Uses old API instead of new one: requestFullScreen instead of requestFullscreen (lowercase s needed) - Outdated browser support. Now supported by Opera 12.1+ and IE11+ -...
URL: http://johndyer.name/native-fullscreen-javascript-api-plus-jquery-plugin/ Issues: - Brief history doesn't include IE11 - Many of the samples only use the old syntax - Samples with new syntax don‘t include MS prefix - Chains...
URL: http://html5-demos.appspot.com/static/fullscreen.html Repo: https://github.com/ebidel/html5demos/blob/master/html5-demos.appspot.com/static/fullscreen.html Issues: - Multi-column only uses webkit/moz prefixes, without unprefixed - No unprefixed :fullscreen or :-ms-fullscreen - No unprefixed gradients - Old flexbox and only webkit/moz prefixes...
URL: http://html5please.com/#noie Issues: - IE10+ supports classList. Shouldn’t be in noIE section - IE11+ supports pointer-events in CSS, and dataset. Shouldn't be in noIE section I’ve already made a pull...
URL: http://www.webmonkey.com/2011/03/the-future-of-css-finally-sane-layout-tools/ Issue: Flexbox syntax has changed since the blog post was written. As the post has high search engine ranking, or is otherwise easy to find, it would be...
URL: http://www.w3schools.com/cssref/css3_pr_box-align.asp and friends Issues: W3Schools has a bunch of pages about the old flexbox syntax. They should have a deprecation warning (see: https://github.com/h5bp/lazyweb-requests/issues/124#issuecomment-27273696), and link to the modern properties...
URL: http://flexiejs.com/playground/ Issue: This is a difficult one as it’s a polyfill for the old spec. On the other hand, it is easy to directly land on the playground and...
URL: http://www.adobe.com/devnet/html5/articles/working-with-flexbox-the-new-spec.html Issues: Modern Flexbox is now supported by more browsers. Would be nice to have this post updated to reflex the current situation: - Chrome 29+ no longer needs...
URL: http://www.css3.com/css3-flexible-box-flexbox/ Issue: Flexbox syntax has changed since the blog post was written. As the post has high search engine ranking, or is otherwise easy to find, it would be...