I'm kind of a newbie at this but I noticed that all the layout JSPs in /catalog/skins/ use:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
Is there any way to use <!DOCTYPE HTML5> to leverage some of the new features/APIs (e.g. Geolocation API) instead? Or is there a restriction to html4/sctrict.dtd somewhere that I'm not seeing.
I'm kind of a newbie at this but I noticed that all the layout JSPs in /catalog/skins/ use: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
Is there any way to use <!DOCTYPE HTML5> to leverage some of the new features/APIs (e.g. Geolocation API) instead? Or is there a restriction to html4/sctrict.dtd somewhere that I'm not seeing.