Add content of 360 browser

360 browser can switch its render engine by this meta tag.

http://se.360.cn/
http://se.360.cn/v6/help/meta.html
This commit is contained in:
Dafrok 2016-04-27 12:00:59 +08:00
parent b3ae57b287
commit f5ed58a9fb
1 changed files with 7 additions and 0 deletions

View File

@ -236,6 +236,13 @@ A collection of HTML head elements.
<meta http-equiv="page-exit" content="revealtrans(duration=3,transition=12)">
```
### 360 Browser
``` html
<!-- select rendering engine in order -->
<meta name="renderer" content="webkit|ie-comp|ie-stand">
```
## App Links
``` html