David Storey

Results 145 issues of David Storey

URL: http://www.w3schools.com/css/css3_gradients.asp Google pos: 2nd ("CSS Gradients") Issues: - Linear Gradient - Left to Right example: The -o- and -moz- examples use `right` keyword instead of `left` like the -webkit-...

CSS
syntax
Gradients

URL: http://gamedevelopment.tutsplus.com/tutorials/using-the-html5-gamepad-api-to-add-controller-support-to-browser-games--cms-21345 Google pos: 9th ("gamepad api) Issues: One of the few articles that covers the latest syntax (great :)), but includes copious mentions of Firefox and Chrome and how...

JavaScript
support
GamePad

URL: http://www.gamepadjs.com/ Google position: 6th ("Gamepad API") Issues: - Browser support outdated. Now supported by Opera and IE Developer Channel - Gamepad.js is no longer updated, so the syntax used...

JavaScript
syntax
support
GamePad

URL: https://developer.mozilla.org/en-US/docs/Web/Guide/API/Gamepad - The support table needs IE added when the version number is known - There are some references to FF and Chrome and how they do things differently....

JavaScript
support
GamePad

URL: http://help.dottoro.com/ljrlukea.php Google position: 4th (webkit-user-select) Issues: - `msUserSelect` not included in browser support and syntax sections - IE support missing for `none`, `element`, `text`, and `inherit` for possible values...

CSS
prefixes
support
Nonstandard

URL: http://css-infos.net/property/-webkit-user-select Google position: 2nd (webkit-user-select) Issues: - Only covers `webkit` version of the property - Demos only include `-webkit-` prefixes - Support only covers Safari Fixes: - Property is...

CSS
prefixes
support
Nonstandard

URL: https://www.webkit.org/blog/138/css-animation/ Google positon: 5th (webkit-animation), 5th (webkit-transition), 7th (webkit-transition-property) URL: https://www.webkit.org/blog/324/css-animation-2/ Google position: 6th Issues: - Demos don’t work in Firefox or IE (or presto-based Opera - Code samples...

CSS
prefixes
Animations

URL: https://developer.apple.com/library/safari/documentation/internetweb/conceptual/safarivisualeffectsprogguide/AnimatingCSSTransitions/AnimatingCSSTransitions.html Google position: 9th (webkit-transition-duration) Issues: - Only uses webkit prefixes in text and demos. Safari now supports unpefixed, so can be added. Stops it working in non-webkit browsers...

CSS
prefixes
Transitions

URL: http://www.quackit.com/css/properties/webkit/css_-webkit-transform.cfm Google position: 9th (webkit-transform) Related URLs: - http://www.quackit.com/css/css3/properties/css_transform.cfm - http://www.quackit.com/css/css3/properties/css_transform-origin.cfm (10th: webkit-transform-origin) - http://www.quackit.com/css/css3/properties/css_transition-duration.cfm (8th: webkit-transiton-duration) Issues: - Prefixless property should be last. Browsers will use prefixed version...

CSS
prefixes
Transforms
Transitions

URL: http://help.dottoro.com/lcebdggm.php http://help.dottoro.com/lcgctqws.php Google positon: 6th, 2nd page (webkit-transform), 7th (webkit-transform-origin) Issues: - Only includes -moz- and -webkit- in samples and text. Needs to use unprefixed version too. - Due...

CSS
prefixes
Transforms