mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Updating attribute descriptions
Fixing some attribute descriptions and adding doNotTransition and forceCompatView.
This commit is contained in:
parent
b92aa49b06
commit
6e74656ee9
@ -163,27 +163,54 @@ This table includes the attributes used by the Enterprise Mode schema.
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>exclude</td>
|
<td>exclude</td>
|
||||||
<td>Specifies the domain or path is excluded from applying Enterprise Mode. This attribute is only supported on the <domain> and <path> elements in the <emie> section.
|
<td>Specifies the domain or path is excluded from applying Enterprise Mode. This attribute is only supported on the <domain> and <path> elements in the <emie> section. If this attribute is absent, it is defaulted to false.
|
||||||
<p><b>Example</b>
|
<p><b>Example</b></p>
|
||||||
<pre class="syntax">
|
<pre class="syntax">
|
||||||
<emie>
|
<emie>
|
||||||
<domain exclude="false">fabrikam.com
|
<domain exclude="false">fabrikam.com
|
||||||
<path exclude="true">/products</path>
|
<path exclude="true">/products</path>
|
||||||
</domain>
|
</domain>
|
||||||
</emie></pre><p>
|
</emie></pre><p>
|
||||||
Where <a href="https://fabrikam.com" data-raw-source="https://fabrikam.com">https://fabrikam.com</a> uses IE8 Enterprise Mode, but <a href="https://fabrikam.com/products" data-raw-source="https://fabrikam.com/products">https://fabrikam.com/products</a> does not.</td>
|
Where <a href="https://fabrikam.com" data-raw-source="https://fabrikam.com">https://fabrikam.com</a> uses IE8 Enterprise Mode, but <a href="https://fabrikam.com/products" data-raw-source="https://fabrikam.com/products">https://fabrikam.com/products</a> does not.</p></td>
|
||||||
<td>Internet Explorer 11 and Microsoft Edge</td>
|
<td>Internet Explorer 11</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>docMode</td>
|
<td>docMode</td>
|
||||||
<td>Specifies the document mode to apply. This attribute is only supported on <domain> or <path> elements in the <docMode> section.
|
<td>Specifies the document mode to apply. This attribute is only supported on <domain> or <path> elements in the <docMode> section.
|
||||||
<p><b>Example</b>
|
<p><b>Example</b></p>
|
||||||
<pre class="syntax">
|
<pre class="syntax">
|
||||||
<docMode>
|
<docMode>
|
||||||
<domain exclude="false">fabrikam.com
|
<domain>fabrikam.com
|
||||||
<path docMode="7">/products</path>
|
<path docMode="9">/products</path>
|
||||||
</domain>
|
</domain>
|
||||||
</docMode></pre></td>
|
</docMode></pre><p>
|
||||||
|
Where <a href="https://fabrikam.com" data-raw-source="https://fabrikam.com">https://fabrikam.com</a> loads in IE11 document mode, but <a href="https://fabrikam.com/products" data-raw-source="https://fabrikam.com/products">https://fabrikam.com/products</a> uses IE9 document mode.</p></td>
|
||||||
|
<td>Internet Explorer 11</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>doNotTransition</td>
|
||||||
|
<td>Specifies that the page should load in the current browser, otherwise it will open in IE11. This attribute is supported on all <domain> or <path> elements. If this attribute is absent, it is defaulted to false.
|
||||||
|
<p><b>Example</b></p>
|
||||||
|
<pre class="syntax">
|
||||||
|
<emie>
|
||||||
|
<domain doNotTransition="false">fabrikam.com
|
||||||
|
<path doNotTransition="true">/products</path>
|
||||||
|
</domain>
|
||||||
|
</emie></pre><p>
|
||||||
|
Where <a href="https://fabrikam.com" data-raw-source="https://fabrikam.com">https://fabrikam.com</a> opens in the IE11 browser, but <a href="https://fabrikam.com/products" data-raw-source="https://fabrikam.com/products">https://fabrikam.com/products</a> loads in the current browser (eg. Microsoft Edge).</p></td>
|
||||||
|
<td>Internet Explorer 11 and Microsoft Edge</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>forceCompatView</td>
|
||||||
|
<td>Specifies that the page should load in IE7 document mode (Compat View). This attribute is only supported on <domain> or <path> elements in the <emie> section. If the page is also configured to load in Enterprise Mode, it will load in IE7 Enterprise Mode. Otherwise (exclude="true"), it will load in IE11's IE7 document mode. If this attribute is absent, it is defaulted to false.
|
||||||
|
<p><b>Example</b></p>
|
||||||
|
<pre class="syntax">
|
||||||
|
<emie>
|
||||||
|
<domain exclude="true">fabrikam.com
|
||||||
|
<path forceCompatView="true">/products</path>
|
||||||
|
</domain>
|
||||||
|
</emie></pre><p>
|
||||||
|
Where <a href="https://fabrikam.com" data-raw-source="https://fabrikam.com">https://fabrikam.com</a> does not use Enterprise Mode, but <a href="https://fabrikam.com/products" data-raw-source="https://fabrikam.com/products">https://fabrikam.com/products</a> uses IE7 Enterprise Mode.</p></td>
|
||||||
<td>Internet Explorer 11</td>
|
<td>Internet Explorer 11</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user