[wp-trac] [WordPress Trac] #14537: Support Google Chrome Frame
WordPress Trac
wp-trac at lists.automattic.com
Thu Sep 23 19:46:30 UTC 2010
#14537: Support Google Chrome Frame
----------------------------+-----------------------------------------------
Reporter: nacin | Owner: nacin
Type: task (blessed) | Status: reopened
Priority: normal | Milestone: 3.1
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment(by hakre):
Add a http header like with the plugin then it stays compatible with
implementations on the webserver layer as it is already suggested for
admins regardless of some implementation in specific apps:
{{{
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
BrowserMatch chromeframe gcf
Header append X-UA-Compatible "chrome=1" env=gcf
</IfModule>
</IfModule>
}}}
The question is which version of browsers to support? All Browsers that
have google Chrome installed or only specific vendors or even specific
versions of specific browser vendors?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14537#comment:10>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list