The realization method of the speed mode of automatic web-calling domestic dual-core browser

Source: Internet
Author: User

Domestic mainstream browsers are dual-core browser: Based on the WebKit kernel for the high-speed browsing of common web sites. The kernel of IE is used for compatible net Silver and legacy website.
code example
adds a line of code to the head label:

      <meta name= Renderer "content=" "Webkit|ie-comp|ie-stand"
    <BODY>
  </body

content is taken as one of Webkit,ie-comp,ie-stand, case-sensitive, representing the WebKit kernel, ie-compatible kernel, IE standard kernel, respectively.
If the page needs to default with the speed core, add Tags: <meta name= "renderer" content= "WebKit"
if the page should be default with IE compatible kernel, add Tags: <meta name= "Renderer" Content= "Ie-comp"
if the page should default to use IE standard kernel, add Tags: <meta name= "renderer" content= "Ie-stand"

The technical details of each rendering kernel

Kernel     webkit     ie compatible     ie standard
Document mode     chrome    &NBSP;IE6/7     ie9/ie10/ie11 (depending on the user's IE)
HTML5 support     yes     no     yes
ActiveX control support     no     yes     yes

Each kernel UA example

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.