mirror of
https://github.com/Modernizr/Modernizr.git
synced 2026-01-09 15:47:55 -05:00
Merge pull request #1743 from Modernizr/code_of_conduct
Add open code of conduct statement
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
|
||||
Modernizr tests which native CSS3 and HTML5 features are available in the current UA and makes the results available to you in two ways: as properties on a global `Modernizr` object, and as classes on the `<html>` element. This information allows you to progressively enhance your pages with a granular level of control over the experience.
|
||||
|
||||
This project adheres to the [Open Code of Conduct][code-of-conduct]. By participating, you are expected to honor this code.
|
||||
[code-of-conduct]: http://todogroup.org/opencodeofconduct/#Modernizr/conduct@modernizr.com
|
||||
|
||||
## New Asynchronous Event Listeners
|
||||
|
||||
Often times people want to know when an asynchronous test is done so they can allow their application to react to it.
|
||||
|
||||
Reference in New Issue
Block a user