David Storey

Results 145 issues of David Storey

URL: http://css-infos.net/property/-webkit-text-size-adjust Google position: 2nd Issue: - only covers -webkit version. No unprefixed or -ms-/-moz - Doesn't cover Blink browsers using webkit prefix Fix: - Add the other prefixes and...

CSS
prefixes
support

URL: https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust Google position: 1st (webkit-text-size-adjust) Issues: - Browser support lacks version numbers for non-Mozilla - Warning that feature is non-standard, but later says it is on the standards track...

CSS
support

URL: http://davidwalsh.name/mobile-highlight-color Google position: 6th (webkit-tap-highlight-color) Issue: Article covers non-standard property. While there is no equivalent for much of the article, removing the highlight can be achieved in touch-based IE...

CSS
support
Nonstandard
workaround

URL: http://css-tricks.com/snippets/css/remove-gray-highlight-when-tapping-links-in-mobile-safari/ Google position: 4th (webkit-tap-highlight) Issue: - Title only covers Safari but tap-highlight-color works on Android and Opera 15+ too - The property is non-standard but there is a...

CSS
Nonstandard
workaround

URL: http://samcroft.co.uk/2012/alternative-to-webkit-tap-highlight-color-in-phonegap-apps/ Google position: 3rd (webkit-tap-highlight-color) Issue: Article covers an alternative to `tap-highlight-color` but only disables it for Webkit. Unfortunately it is non-standard, but there is a way to disable...

CSS
Nonstandard
workaround

URL: http://html-generator.weebly.com/css-webkit-text-stroke-generator.html Google position: 6th (webkit-text-stroke-width) Issue: - The property is non-standard so will only work in Webkit - No fallback `color` given. But this is hard to tell what...

CSS
Nonstandard
workaround

URL: http://www.paulund.co.uk/css-text-stroke Google position: 7th (webkit-text-stroke-width) Issue: text-stroke is non-standard so only works in WebKit browsers. It would be nice to mention a fallback such as covering the text-shadow trick...

CSS
Nonstandard
workaround

URL: http://phonegap-tips.com/articles/essential-phonegap-css-webkit-tap-highlight-color.html Google position: 1st (webkit-tap-highlight-color) Issue: - -webkit-tap-highlight-color is non-standard and has no equivalent CSS in other engines - However, if it needs to be used, IE [supports a...

CSS
Nonstandard
workaround

URL: http://stackoverflow.com/questions/11635472/equivalent-of-webkit-text-stroke-for-ff-and-ie position: 10th (webkit-text-stroke-width) Issue: Answer is correct but doesn't go into any details, and the comments are now updated. They point out it doesn't work in IE, which...

CSS
support
Nonstandard

URL: https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html Google position: 10th (webkit-border-image) Issues: - Safari supports modern unprefixed syntax but only the -webkit- version is listed as supported and described - Syntax has changed so the...

CSS
prefixes
syntax
support
Backgrounds & Borders