From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../persona/browser_compatibility/index.html | 89 ++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 files/zh-cn/mozilla/persona/browser_compatibility/index.html (limited to 'files/zh-cn/mozilla/persona/browser_compatibility') diff --git a/files/zh-cn/mozilla/persona/browser_compatibility/index.html b/files/zh-cn/mozilla/persona/browser_compatibility/index.html new file mode 100644 index 0000000000..e362b74b3a --- /dev/null +++ b/files/zh-cn/mozilla/persona/browser_compatibility/index.html @@ -0,0 +1,89 @@ +--- +title: 浏览器兼容性 +slug: Mozilla/Persona/Browser_compatibility +tags: + - Files +translation_of: Archive/Mozilla/Persona/Browser_compatibility +--- +

支持的浏览器

+

Persona 支持下列浏览器。 Persona 包含一个跨平台的 JavaScript 库,因此用户使用时不需要安装任何插件。

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
桌面浏览器
Internet Explorer8.0*, 9.0, 10.0** (详见下方的 兼容模式 说明)
Firefox现有稳定版本, 测试版本, Aurora, 夜间发布版本 和 扩展支持版本
+ 以往稳定版本
Chrome最新稳定版本
Safari最新稳定版本
Opera最新稳定版本
iOS 浏览器
SafariiOS 5.x — 6.x
Android 浏览器
默认浏览器2.2 — 4.x
Firefox现有稳定版本, 测试版本, Aurora 和 夜间发布版本
+ 以往稳定版本
ChromeLatest Stable Release
+

*: Windows XP. : Windows Vista 和 Windows 7. **Windows 8.  : 如果时间允许.

+

不支持的浏览器

+ +

Internet Explorer 的“兼容模式”

+

从 8.0 版开始, Internet Explorer 提供了一项名为“兼容模式”的功能, 其在渲染页面时会模拟 8.0 以前版本的行为。 这个特性可以通过三种方法控制:

+
    +
  1. 浏览器中的本地设置
  2. +
  3. 页面中的 DOCTYPE 声明
  4. +
  5. 网站在 HTTP 头或页面 <meta> 标签中使用 "X-UA-Compatible"。 此方法会覆盖前两种
  6. +
+

由于 Persona 不支持 Internet Explorer 8.0 以前版本, 任何 Internet Explorer 如果模拟了8.0 以前版本也将不能支持 Persona 。 这通常是由于:

+ +

详情请见 "Understanding Compatibility Modes in Internet Explorer 8" 和 "IE8 and IE9 Complications".

+

其他浏览器

+

除非明显不被支持, 任何同时支持 {{ domxref("window.postMessage()") }} 和 {{ domxref("Storage", "localStorage") }} 的浏览器都应该能使 Persona 正常运行。 2010年3月后所有主流浏览器都支持这些 API 。

+

已知问题

+ -- cgit v1.2.3-54-g00ecf