diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-03 23:20:43 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-11 11:50:21 +0900 |
commit | 366a93a84df26a3bc08bfd85a7d87dc7c450e2cc (patch) | |
tree | e46ef3f875a105e340ec4d3657391aac8680cedc /files/ja/web/css/_colon_autofill/index.md | |
parent | 14e04853513fcb8eb12f349725b4d088a5145b70 (diff) | |
download | translated-content-366a93a84df26a3bc08bfd85a7d87dc7c450e2cc.tar.gz translated-content-366a93a84df26a3bc08bfd85a7d87dc7c450e2cc.tar.bz2 translated-content-366a93a84df26a3bc08bfd85a7d87dc7c450e2cc.zip |
入力擬似クラスの文書を変換準備
Diffstat (limited to 'files/ja/web/css/_colon_autofill/index.md')
-rw-r--r-- | files/ja/web/css/_colon_autofill/index.md | 33 |
1 files changed, 33 insertions, 0 deletions
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 +--- +<div>{{CSSRef}}{{Non-standard_header}}</div> + +<p>CSS の <strong><code>:-webkit-autofill</code></strong> <a href="/ja/docs/Web/CSS/Pseudo-classes">疑似クラス</a>は、 {{HTMLElement("input")}} 要素の値がブラウザーによって自動補完されている時に一致します。</p> + +<p class="note"><strong>メモ:</strong> 多くのブラウザーのユーザーエージェントスタイルシートでは、 <code>:-webkit-autofill</code> スタイル定義に <code>!important</code> を使用しており、 JavaScript によるハックで解決しない限り、ウェブページから上書きすることができません。</p> + +<h2 id="Specifications" name="Specifications">仕様書</h2> + +<p>どの仕様書でも定義されていません。</p> + +<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2> + +<p>{{Compat("css.selectors.-webkit-autofill")}}</p> + +<h2 id="See_also" name="See_also">関連情報</h2> + +<ul> + <li><a href="https://code.google.com/p/chromium/issues/detail?id=46543">Chromium issue 46543: Auto-filled input text box yellow background highlight cannot be turned off!</a></li> + <li><a href="https://bugs.webkit.org/show_bug.cgi?id=66032">WebKit bug 66032: Allow site authors to override autofilled fields' colors.</a></li> + <li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=740979">Mozilla bug 740979: implement <code>:-moz-autofill</code> pseudo-class on input elements with an autofilled value</a></li> + <li><a href="https://wiki.csswg.org/spec/css4-ui#more-selectors">new css4-ui features - more selectors</a></li> +</ul> |