Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. CSS
  3. WebKit (-webkit-) vendor-prefixed CSS extensions

WebKit (-webkit-) vendor-prefixed CSS extensions

Avendor prefix is used to indicate that a feature is specific to a certain browser.User agents based on WebKit or Blink (such as Safari and Chrome) support several extensions toCSS, which are prefixed with-webkit-.

-webkit-prefixed properties without standard equivalents

Note:These properties work in WebKit- or Blink-based browsers except where support notes say otherwise.You should avoid using them on production websites.

A-C

D-L

  • -webkit-font-smoothing: Seefont-smooth.
  • -webkit-hyphenate-limit-after: Not supported in Chrome.
  • -webkit-hyphenate-limit-before: Not supported in Chrome.
  • -webkit-hyphenate-limit-lines: Not supported in Chrome.
  • -webkit-line-align: Not supported in Chrome.
  • -webkit-line-box-contain: Not supported in Chrome.
  • -webkit-line-grid: Not supported in Chrome.
  • -webkit-line-snap: Not supported in Chrome.
  • -webkit-locale
  • -webkit-logical-height
  • -webkit-logical-width

M

N-Z

-webkit-prefixed properties with standard equivalents

Several-webkit- prefixed properties have standard equivalents.Even if the name and syntax may be different, they shouldn't be used any more.For each of the properties below, use the standard equivalents.

A-B

C-I

J-Z

Pseudo-classes

Note:If there is an invalid pseudo-class within in a chain or group of selectors, the whole selector list is invalid.

Pseudo-elements

For web-compatibility reasons, Blink, WebKit, and Gecko browsers treat all pseudo-elements starting with::-webkit- as valid.If there is an invalid pseudo-element or pseudo-class within in a chain or group of selectors, the whole selector list is invalid.If a pseudo-element (but not pseudo-class) has a-webkit- prefix, Blink, WebKit and Gecko browsers assume it is valid, not invalidating the selector list.

Media features

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp