CSS 供应商前缀列表?

发布于 2024-10-26 16:16:15 字数 322 浏览 0 评论 0原文

除了以下列表之外,还有其他用于 Web 开发的 CSS 供应商前缀吗?我的定义正确吗?我应该更具体地了解移动浏览器(移动 Webkit,例如)

  • -khtml-(Konqueror,真正旧的 Safari)
  • -moz-(Firefox )
  • -o- (Opera)
  • -ms- (Internet Explorer)
  • -webkit- (Safari、Chrome)

Besides the following list, are there other CSS vendor prefixes that are used for web development? Are my definitions correct? Should I be more specific about mobile browsers (mobile Webkit, e.g.)

  • -khtml- (Konqueror, really old Safari)
  • -moz- (Firefox)
  • -o- (Opera)
  • -ms- (Internet Explorer)
  • -webkit- (Safari, Chrome)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

绅刃 2024-11-02 16:16:15

这些是我所知道的:

  • -ms- Microsoft
  • mso- Microsoft Office
  • -moz- Mozilla Foundation(基于 Gecko 的浏览器)
  • -o--xv- Opera 软件
  • -atsc- 高级电视标准委员会
  • -wap- WAP 论坛
  • -webkit- Safari、Chrome(以及其他基于 WebKit 的浏览器)
  • -khtml--konq- Konqueror 浏览器
  • -apple- Webkit 也支持使用 -apple- 前缀的属性
  • prince- YesLogic
  • -ah- Antenna House
  • -hp- Hewlett Packard
  • < code>-ro- 真实物体
  • -rim- 运动研究
  • -tc- 高组件

这些正式列在 CSS 2.1 规范,信息性部分 4.1.2.2

These are the ones I'm aware of:

  • -ms- Microsoft
  • mso- Microsoft Office
  • -moz- Mozilla Foundation (Gecko-based browsers)
  • -o-, -xv- Opera Software
  • -atsc- Advanced Television Standards Committee
  • -wap- The WAP Forum
  • -webkit- Safari, Chrome (and other WebKit-based browsers)
  • -khtml-, -konq- Konqueror browser
  • -apple- Webkit supports properties using the -apple- prefixes as well
  • prince- YesLogic
  • -ah- Antenna House
  • -hp- Hewlett Packard
  • -ro- Real Objects
  • -rim- Research In Motion
  • -tc- Tall Components

These are officially listed in the CSS 2.1 Specification, informative section 4.1.2.2.

趴在窗边数星星i 2024-11-02 16:16:15

虽然不是在 Web 开发的直接上下文中,JavaFX 也使用供应商前缀来使用 CSS:-fx-

While not in the direct context of web development, JavaFX uses a vendor prefix for its use of CSS as well: -fx-.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文