Skip to content

Commit 5562994

Browse files
committed
Feature & Browser Detection: Cleanup
1 parent 0713510 commit 5562994

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

page/code-organization/feature-browser-detection.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ Additionally, Modernizr has a [production build configurator](http://modernizr.c
122122

123123
#### Feature Detection Tools
124124

125-
- [modernizr](http://modernizr.com/) — Conditionally check to see if a specific feature is available in a browser.
126-
- [html5please](http://html5please.com/) — Use the new and shiny responsibly.
127-
- [html5please api](http://api.html5please.com/) — An API you can query to see how good (or bad) support for a specific feature is.
128-
- [caniuse](http://caniuse.com/) — Browser compatibility tables for HTML5, CSS3, SVG, etc.
129-
- [yepnope](http://yepnopejs.com/) — Conditional polyfill loader.
125+
* [modernizr](http://modernizr.com/) — Conditionally check to see if a specific feature is available in a browser.
126+
* [html5please](http://html5please.com/) — Use the new and shiny responsibly.
127+
* [html5please api](http://api.html5please.com/) — An API you can query to see how good (or bad) support for a specific feature is.
128+
* [caniuse](http://caniuse.com/) — Browser compatibility tables for HTML5, CSS3, SVG, etc.
129+
* [yepnope](http://yepnopejs.com/) — Conditional polyfill loader.
130130

131131
#### Helpful Articles
132132

133-
- [Browser Feature Detection](https://developer.mozilla.org/en-US/docs/Browser_Feature_Detection)
134-
- [Using Modernizr to detect HTML5 and CSS3 browser support](http://www.adobe.com/devnet/dreamweaver/articles/using-modernizr.html)
135-
- [polyfilling the html5 gap](http://addyosmani.com/polyfillthehtml5gaps/slides/#1) by Addy Osmani
136-
- [Feature, Browser, and Form Factor Detection: It's Good for the Environment](http://www.html5rocks.com/en/tutorials/detection/index.html) by Michael Mahemoff
133+
* [Browser Feature Detection](https://developer.mozilla.org/en-US/docs/Browser_Feature_Detection)
134+
* [Using Modernizr to detect HTML5 and CSS3 browser support](http://www.adobe.com/devnet/dreamweaver/articles/using-modernizr.html)
135+
* [Polyfilling the html5 gap](http://addyosmani.com/polyfillthehtml5gaps/slides/#1) by Addy Osmani
136+
* [Feature, Browser, and Form Factor Detection: It's Good for the Environment](http://www.html5rocks.com/en/tutorials/detection/index.html) by Michael Mahemoff

0 commit comments

Comments
 (0)