stale icon indicating copy to clipboard operation
stale copied to clipboard

Web docs and other resources become stale over time. Help report and fix outdated content.

Results 100 stale issues
Sort by recently updated
recently updated
newest added

Need to add missing MS Edge support data to MDN. Start with the features new to Edge.

support

URL: http://updates.html5rocks.com/2014/08/Collecting-and-Iterating-the-ES6-Way Mentions Chrome and FF support, but no mention of IE. It is now supported in the tech preview. This will need updating again when the release goes final...

JavaScript
support

The App (found on Mac App store) produces code like the following: /**\* CSS Gradient **_/ /_ Chrome 1-9 and Safari 4-5.0 */ background-image: -webkit-gradient(linear, left top, right top, color-stop(...

CSS
prefixes
syntax
Gradients

URL: http://css-infos.net/property/-webkit-transform-origin Google position: 2nd (webkit-transform-origin) Google position: 5th (transform-origin) URL: http://css-infos.net/property/-webkit-transform-style Google position: 7th (webkit-transform-style) Google position: 8th (transform-style) Issues: - No unprefixed page - No message saying to...

CSS
prefixes
support
Transforms

URL: https://www.webkit.org/blog-files/3d-transforms/transform-style.html Google search position: 6th (for webkit-transform), 1st (webkit-transform-style) Google position: 4th (transform-style) Also: https://www.webkit.org/blog-files/3d-transforms/perspective-by-example.html (8th on Google) Issues: - Only uses webkit prefixes in demo and text Fix:...

CSS
prefixes
Transforms

URL: http://westciv.com/tools/boxshadows/ Google position: 9th (box-shadow) Issue: Notes and support section do not include IE (supported in IE9+)

CSS
support
Backgrounds & Borders

URL: http://css-infos.net/property/-webkit-transition-property Google position: 6th (webkit-transition-property), 7th (webkit-transition) Issues: - Page only focuses on -webkit version of the property - No equivalent unprefixed `transition-property` page - No note saying to...

CSS
prefixes
support
Transitions

URL: http://blog.alexmaccaw.com/css-transitions Google position: 9th (CSS trasition) Issue: - While most of the article uses the neutral unprefixed properties, some such as `-webkit-transform 1s cubic-bezier` just use the -webkit- version.

CSS
prefixes
Transitions

URL: http://www.css3maker.com/css3-transition.html Google position: 6th (CSS transition) Issues: - IE10+ is not listed as supported - Includes unprefixed version first instead of last (browsers will override it with their unprefixed...

CSS
prefixes
support
Transitions

URL: http://www.smashingmagazine.com/2011/09/14/the-guide-to-css-animation-principles-and-examples/ Google positon: 3rd (webkit-animation) Google position: 10th (CSS animation) issues: - Inline code samples only use `webkit` prefixes - Linked demos only use `webkit` and `moz` prefixes (doesn't...

CSS
prefixes
support
Animations