webkit css 支持哪些浏览器?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1306269/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-29 20:58:32  来源:igfitidea点击:

webkit css support which browsers?

csswebkit

提问by cometta

webkit css like -webkit-border-radius ..etc are supported in which browsers( other than safari) ? ie6? ie7? ie8?

webkit css 像 -webkit-border-radius ..etc 支持哪些浏览器(除了 safari)?IE6?IE7?IE8?

回答by Gumbo

Wikipedia has a summary of what browsers use WebKitas their HTML rendering engine. The WebKit Project itself has even an more complete list.

维基百科总结了哪些浏览器使用 WebKit作为其 HTML 渲染引擎。WebKit 项目本身甚至有一个更完整的列表

回答by nickytonline

I'm not being sarcastic here, but most likely any web browser based on web kit. Aside from Safari, there is Google's Chrome that is based on webkit, so they would probably support these too.

我不是在讽刺这里,但很可能是任何基于 web kit 的 web 浏览器。除了 Safari,还有基于 webkit 的谷歌 Chrome,所以他们可能也会支持这些。

回答by Alex Rozanski

If you take a look at the engines the most popular browsers use, as detailed in this question:

如果您查看最流行的浏览器使用的引擎,请参阅以下问题

  • Firefox and other Mozilla browsers (IceWeasel, etc) use Gecko.
  • Internet Explorer uses Trident.
  • Safari, Google Chrome and Konqueror use Webkit.
  • Opera 9+ uses Presto.
  • Firefox 和其他 Mozilla 浏览器(IceWeasel 等)使用 Gecko。
  • Internet Explorer 使用 Trident。
  • Safari、Google Chrome 和 Konqueror 使用 Webkit。
  • Opera 9+ 使用 Presto。

So no, neither Internet Explorer, nor Firefox or Opera supports the webkit CSS styles (although of course Firefox have their own extensionswhich are similar).

所以不,Internet Explorer、Firefox 或 Opera 都不支持 webkit CSS 样式(当然,Firefox 有自己类似扩展)。

Any browsers using Webkit should support the CSS webkitprefixed CSS styles.

任何使用 Webkit 的浏览器都应该支持 CSSwebkit前缀的 CSS 样式。

回答by AutomatedTester

Shiira,browsers on Symbian s60 phones, Safari, Google Chrome are Webkit browsers.

Shiira、Symbian s60 手机上的浏览器、Safari、Google Chrome 都是 Webkit 浏览器。

回答by rejnok

Google Chrome, Safari, Opera nativelly support webkit, but nowdays also Firefox and Microsoft Edge support -webkit- prefixed css for compatibility reasons. Only Internet Explorer not.

Google Chrome、Safari、Opera 原生支持 webkit,但现在 Firefox 和 Microsoft Edge 出于兼容性原因也支持 -webkit- 前缀的 css。只有 Internet Explorer 没有。