Skip to content

Commit

Permalink
Zepto doesn't support Internet Explorer <= 9, so test in IE is allowe…
Browse files Browse the repository at this point in the history
…d to fail (Added note)
  • Loading branch information
andebians committed Feb 5, 2013
1 parent 7096d6b commit c18688e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions History.md
Expand Up @@ -4,18 +4,16 @@
- Added tests for Dojo and ExtJS
- Changed setting of title and url
- Testing status
- Zepto Adapter fails completely in Internet Explorer <= 9 (it seems to be a Zepto bug?)
- All HTML5 Native Adapter fail in all browsers on Test 10
- All other HTML5 tests work fine
- All other HTML4 tests fail in Test 4
- All other HTML4 tests fail in Test 4 (in IE)
- Still unresolved issues: #249, #246, #245, #243, #241, #233, #232, #231, #226, #225, #222, #219, #217, #216, #209, #208, #204, #202, #199, #198, #194, #193, #192, #190, #188, #186, #184, #182, #178, #176, #173, #167, #165, #164 and all issues smaller equal #160


- v1.8a2 - January 21 2013
- Fixed hashchange / statechange triggers: e.g. if a user in a HTML5 browser clicks a link, statechange is fired, in a HTML4 browser only hashchange, but state has also changed
- UTF8 / url encoding / decoding tested and so resolved: #64, #107, #108, #162, #177, #187, #205, #207, #210, #228, #251
- Fixed (or merged or responded and therefore fixed) old issues from balupton repository: #244

- v1.8a1 - January 19 2013
- Pass options to `init()` as json is now supported
- Added unicode demo
Expand Down
4 changes: 2 additions & 2 deletions tests/index.html
Expand Up @@ -31,7 +31,7 @@ <h2>HTML 4+5</h2>
<div class="adapter"><a href="HTML4+HTML5.mootools.html">Mootools Test Suite</a></div>
<div class="adapter"><a href="HTML4+HTML5.native.html">Native Test Suite</a></div>
<div class="adapter"><a href="HTML4+HTML5.right.html">Right Test Suite</a></div>
<div class="adapter"><a href="HTML4+HTML5.zepto.html">Zepto Test Suite</a></div>
<div class="adapter"><a href="HTML4+HTML5.zepto.html">Zepto Test Suite</a> (Zepto doesn't support IE)</div>
</div>
<div class="browser">
<h2>HTML 5</h2>
Expand All @@ -41,7 +41,7 @@ <h2>HTML 5</h2>
<div class="adapter"><a href="HTML5.mootools.html">Mootools Test Suite</a></div>
<div class="adapter"><a href="HTML5.native.html">Native Test Suite</a></div>
<div class="adapter"><a href="HTML5.right.html">Right Test Suite</a></div>
<div class="adapter"><a href="HTML5.zepto.html">Zepto Test Suite</a></div>
<div class="adapter"><a href="HTML5.zepto.html">Zepto Test Suite</a> (Zepto doesn't support IE)</div>
</div>
</body>
</html>

0 comments on commit c18688e

Please sign in to comment.