Set IE version that is being QA tested for Sakai 10
Description
IE is being QA'd against IE 11, we should lock the version to this in the default properties and update documentation.
#Set to make IE use whatever the latest version is #sakai.X-UA-Compatible=edge #Set to version 11 sakai.X-UA-Compatible=IE=EmulateIE11
#These should also be documented but possibly not set by default, they adjust the content served up by library #response.headers.count=1 #response.headers.1=X-UA-Compatible::IE=EmulateIE11
IE is being QA'd against IE 11, we should lock the version to this in the default properties and update documentation.
#Set to make IE use whatever the latest version is
#sakai.X-UA-Compatible=edge
#Set to version 11
sakai.X-UA-Compatible=IE=EmulateIE11
#These should also be documented but possibly not set by default, they adjust the content served up by library
#response.headers.count=1
#response.headers.1=X-UA-Compatible::IE=EmulateIE11