Esri / geoportal-server

Geoportal Server is a standards-based, open source product that enables discovery and use of geospatial resources including data and services.
https://gptogc.esri.com/geoportal
Apache License 2.0
244 stars 149 forks source link

Layouts and HTML5 #195

Open rmbradley opened 8 years ago

rmbradley commented 8 years ago

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.

rmbradley commented 8 years ago

I should have stated <!DOCTYPE HTML> instead......