From 366a93a84df26a3bc08bfd85a7d87dc7c450e2cc Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Mon, 3 Jan 2022 23:20:43 +0900 Subject: 入力擬似クラスの文書を変換準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/_colon_autofill/index.md | 33 +++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 files/ja/web/css/_colon_autofill/index.md (limited to 'files/ja/web/css/_colon_autofill/index.md') diff --git a/files/ja/web/css/_colon_autofill/index.md b/files/ja/web/css/_colon_autofill/index.md new file mode 100644 index 0000000000..733b9665b2 --- /dev/null +++ b/files/ja/web/css/_colon_autofill/index.md @@ -0,0 +1,33 @@ +--- +title: ':-webkit-autofill' +slug: Web/CSS/:autofill +tags: + - CSS + - Non-standard + - Reference + - 擬似クラス +translation_of: Web/CSS/:-webkit-autofill +original_slug: Web/CSS/:-webkit-autofill +--- +
{{CSSRef}}{{Non-standard_header}}
+ +

CSS の :-webkit-autofill 疑似クラスは、 {{HTMLElement("input")}} 要素の値がブラウザーによって自動補完されている時に一致します。

+ +

メモ: 多くのブラウザーのユーザーエージェントスタイルシートでは、 :-webkit-autofill スタイル定義に !important を使用しており、 JavaScript によるハックで解決しない限り、ウェブページから上書きすることができません。

+ +

仕様書

+ +

どの仕様書でも定義されていません。

+ +

ブラウザーの対応

+ +

{{Compat("css.selectors.-webkit-autofill")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf