davebalmer / jo

Jo (0.5.0) is a thin (~16K) candy shell for making HTML5 apps. Jo works with: PhoneGap, Chrome, Safari, Opera, FireFox, iOS, Android, BlackBerry 10, Tizen, & Windows Phone 8+. Features include skinnable UI widgets, a clean event model and a light data layer.
MIT License
1.2k stars 180 forks source link

Sample uses HTML4 Doctype? #9

Closed blissdev closed 13 years ago

blissdev commented 13 years ago

Shouldn't it be HTML5?

davebalmer commented 13 years ago

HTML5 doctype is still dodgy in my mind, so I still use 4.01 strict by habit. Seems to work fine in all the target platforms. There should be no significant issue in switching to the HTML5 doctype, so I'll check it out and possibly make the plunge.

davebalmer commented 13 years ago

Either DOCTYPE seems to work, closing this. :)