Hi,
Please I would like to know why HTML5 has not been applied with the ArcGIS API for JavaScript.
For example the below HTML code is not HTML5.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<title></title>
</head>
</html>
I am expecting to see the new HTML5 structure. Although, I can see the "DOCTYPE html" which is the first statement of the HTML5. I am also expecting the "head" element to be "HEADER"
Can you please explain why it was not implemented here.
Best regards,
Jeremiah.