diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md index 81e964a54b..541b86ede1 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md @@ -163,27 +163,54 @@ This table includes the attributes used by the Enterprise Mode schema.
Example +
Example
<emie> <domain exclude="false">fabrikam.com <path exclude="true">/products</path> </domain> </emie>
-Where https://fabrikam.com uses IE8 Enterprise Mode, but https://fabrikam.com/products does not.
Example +
Example
<docMode> - <domain exclude="false">fabrikam.com - <path docMode="7">/products</path> + <domain>fabrikam.com + <path docMode="9">/products</path> </domain> -</docMode>
+Where https://fabrikam.com loads in IE11 document mode, but https://fabrikam.com/products uses IE9 document mode.
+Example
++<emie> + <domain doNotTransition="false">fabrikam.com + <path doNotTransition="true">/products</path> + </domain> +</emie>
+Where https://fabrikam.com opens in the IE11 browser, but https://fabrikam.com/products loads in the current browser (eg. Microsoft Edge).
Example
++<emie> + <domain exclude="true">fabrikam.com + <path forceCompatView="true">/products</path> + </domain> +</emie>
+Where https://fabrikam.com does not use Enterprise Mode, but https://fabrikam.com/products uses IE7 Enterprise Mode.