Skip to content

Commit

Permalink
Note about repetition module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoltan Hawryluk committed May 17, 2012
1 parent 943b16d commit bd2ebf5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 22 deletions.
7 changes: 5 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ More information about how this works is available at:
http://www.useragentman.com/blog/2010/07/27/cross-browser-html5-forms-using-modernizr-webforms2-and-html5widgets/
http://www.useragentman.com/blog/2012/05/14/cross-browser-styling-of-html5-forms-even-in-older-browsers/

Note that this package was originally released in 2010 as html5Widgets, and was renamed
to a more accurate and descriptive name.
Note that this package was originally released in 2010 as html5Widgets,
and was renamed to a more accurate and descriptive name. Also note that
the version of webforms2 that is included in this package does not
include support for the depricated repetition module -- it will be
put back in as a separate module at a later date.

23 changes: 3 additions & 20 deletions shared/js/weston.ruter.net/webforms2/webforms2_withRep_src.js
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
/*
* Web Forms 2.0 Cross-browser Implementation <http://code.google.com/p/webforms2/>
* Version: 0.7 (2011-03-01)
* Copyright: 2007, Weston Ruter <http://weston.ruter.net/>
* with additions by Zoltan Hawryluk <http://www.useragentman.com>
* Licenses (as of Feb 6, 2011)
* - MIT License (http://www.opensource.org/licenses/mit-license.php)
* - GPL (http://creativecommons.org/licenses/GPL/2.0/)
*
* The comments contained in this code are largely quotations from the
* WebForms 2.0 specification: <http://whatwg.org/specs/web-forms/current-work/>
*
* Usage: <script type="text/javascript" src="webforms2_src.js"></script>
*
* Changelog:
* version 0.5.4 - initial release by Weston Ruter
* version 0.6 - refactored for use with HTML5Widgets by Zoltan Hawryluk (July 27th, 2010)
* version 0.6.1 - updated to deal with WebKit's half-implemented WebForms 2 Implementation (Sept 10, 2010)
* version 0.7 - bug fixes with nested repetition models by Zoltan Hawryluk.
* version 0.7.1 - updated to dual MIT/GPL 2.0 license.
/*
* This file should not be used. It is to be used as a basis for adding back support
* for the repetition module of the newer version of webforms2 at a later date
*/

if(!window.$wf2){
Expand Down

0 comments on commit bd2ebf5

Please sign in to comment.