David Storey
David Storey
URL: http://css-infos.net/property/-webkit-box-pack Google position: 1st URL: http://css-infos.net/property/-webkit-box-orient URL: http://css-infos.net/property/-webkit-box-align Google position: 2nd URL: http://css-infos.net/property/-webkit-box-flex Google position: 4th Issue: - properties only show webkit prefix - only show safari support info...
URL: http://the-echoplex.net/flexyboxes/ Google position: 10th Issue: Page and syntax are up to date. Only niggle is that IE11 isn’t listed as supporting the unprefixed 2012 version.
URL: http://www.hughlashbrooke.com/two-methods-for-vertical-centering-in-css/ Google position: 8th Issues: - Mentions supported by IE9, but Flexbox wasn't added until IE10 - Uses old syntax Fixes: - Updated unprefixed to modern syntax & add...
URL: http://stackoverflow.com/questions/11895565/difference-between-box-pack-and-box-align-in-css Google position: 5th Issue: - Question refers to old spec with only webkit prefixes - Answer only covers old syntax and webkit prefix too Suggested update: Update question...
URL: http://ss64.com/css/box-orient.html Position: 10th Issues: - Pages cover old properties rather than modern syntax - No -ms- version either - No deprecation notice pointing to new versions Suggested fix: -...
URL: http://stackoverflow.com/questions/14649377/webkit-box-orient-and-webkit-box-flex-browser-competability Google position: 6th Issues: - Answer is now somewhat out of date. Needs to be updated to cover current landscape, including IE11 supporting modern syntax without prefixes and...
URL: http://stackoverflow.com/questions/15416476/why-does-the-webkit-box-flex-property-not-work-on-this Google position: 5th Issue: - Question only uses -webkit-/-moz- with the old flexbox syntax. - Answer mentions new syntax but code sample only uses -webkit- and needs updated...
URL: http://platform.html5.org Site lists Touch Events but not Pointer Events.
URL: http://css-tricks.com/prevent-iphone-text-enlargement/ Google position: 8th Issue: - Title only mentions iPhone. It is supported by other webkit/blink browsers I believe - Code only shows -webkit-. IE supports it as -ms-...
URL: http://blog.55minutes.com/2012/04/iphone-text-resizing/ Google position: 6th Issue: Covers -webkit-text-size-adjust: 100% that one may want to use but doesn't include the other prefixes. Bootstrap for example also includes -ms-. It doesn't include...