Why does Internet Explorer use IE7 as standard rendering mode for a HTML5 page instead of the most actual and available IE on client? I didn't find an official comment from Microsoft.
A page like this is rendered with IE7 instead of installed IE11:
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
</body>
</html>
Note: This topic is not about how to force IE explorer to use another rendering mode (-> solution). It's about why IE7 is used in standard mode.