Merge remote-tracking branch 'refs/remotes/origin/vs-8388390'

This commit is contained in:
LizRoss
2016-08-05 08:33:07 -07:00
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,5 @@
// Place your settings in this file to overwrite default and user settings.
{
"editor.snippetSuggestions": "none",
"editor.quickSuggestions": false
}

View File

@ -79,6 +79,7 @@ The codes in this table can tell you what document mode was set by IE for a webp
|5 |Page is using an X-UA-compatible HTTP header. | |5 |Page is using an X-UA-compatible HTTP header. |
|6 |Page appears on an active **Compatibility View** list. | |6 |Page appears on an active **Compatibility View** list. |
|7 |Page is using native XML parsing. | |7 |Page is using native XML parsing. |
|9 |Page is using a special Quirks Mode Emulation (QME) mode that uses the modern layout engine, but the quirks behavior of Internet Explorer 5. |
#### Browser state reason #### Browser state reason
The codes in this table can tell you why the browser is in its current state. Also called “browser mode”.<br>These codes only apply to Internet Explorer 10 and Internet Explorer 11. The codes in this table can tell you why the browser is in its current state. Also called “browser mode”.<br>These codes only apply to Internet Explorer 10 and Internet Explorer 11.