forked from ctrl-freaks/freezeframe.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.todo.txt
44 lines (33 loc) · 964 Bytes
/
.todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Fallback Feature
determine browser support for html5 canvas features:
* [ canvas ].getContext
* [ canvas ].drawimage
determine browser support for jquery functions:
* .hasClass
* .siblings
* .addClass
* .removeClass
* .attr
* .mouseenter = .on(mouseenter)
* .mouseleave
* .click
* .insertbefore
* .add
* .wrapall
* .on
* .not
add a special meta tag for IE9 non quirks mode! for IE9 HTML5 Canvas support!
Use cut the mustard concept for feature testing
if any features fail, use compatibility mode
http://responsivenews.co.uk/post/18948466399/cutting-the-mustard
fallback image needed
test compatibility with browserstack using feature test function
################################################################################
Documentation
* include project setup or development
* node modules
* gulp start, then dev
* gulp build
################################################################################
General stuff
make warn method public