-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
/* Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php */ | ||
|
||
The goal of this project is to produce a polyfill that conforms to the w3c spec as closely as possible not only in user intercation, but also in application interaction and markup. | ||
The goal of this project is to produce a polyfill that conforms to the W3C spec as closely as possible not only in user interaction, but also in application interaction and markup. | ||
|
||
My initial desire was to create an independant polyfil, but time requirements lead me to an initial jQuery dependant version. I was able to follow that up with a completely independant version, but I still need to do lots of testing. | ||
My initial desire was to create an independent polyfill, but time requirements lead me to an initial jQuery dependent version. I was able to follow that up with a completely independent version, but I still need to do lots of testing. | ||
|
||
Any recommendations would be extremely welcome. | ||
|
||
One thing to keep in mind. This polyfill does not test for existing functionality. The intent is that the client will do the test and conditionally load this polyfill to provide backward compatability. | ||
One thing to keep in mind. This polyfill does not test for existing functionality. The intent is that the client will do the test and conditionally load this polyfill to provide backward compatibility. | ||
|
||
Cory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters