From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/css/_colon_-moz-broken/index.html | 58 ++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 files/ja/web/css/_colon_-moz-broken/index.html (limited to 'files/ja/web/css/_colon_-moz-broken') diff --git a/files/ja/web/css/_colon_-moz-broken/index.html b/files/ja/web/css/_colon_-moz-broken/index.html new file mode 100644 index 0000000000..b1958e3ed3 --- /dev/null +++ b/files/ja/web/css/_colon_-moz-broken/index.html @@ -0,0 +1,58 @@ +--- +title: ':-moz-broken' +slug: 'Web/CSS/:-moz-broken' +tags: + - CSS + - 'CSS:Mozilla Extensions' + - NeedsCompatTable + - Non-standard + - Pseudo-class + - Reference + - Selector +translation_of: 'Web/CSS/:-moz-broken' +--- +
{{CSSRef}}{{Non-standard_header}}{{gecko_minversion_header("1.9")}}
+ +

:-moz-brokenCSS擬似クラスで、 Mozilla 拡張 であり、壊れた画像リンクを表している要素に一致します。

+ +
+

注: このセレクターは、主にテーマ開発者が使用することを意図しているものです。

+
+ +

構文

+ +
:-moz-broken
+ +

+ +

HTML

+ +
<img src="broken.jpg" alt="This image is broken. :-(">
+ +

CSS

+ +
:-moz-broken {
+  background: bisque;
+  padding: 8px;
+}
+ +

結果

+ +

{{EmbedLiveSample("Examples")}}

+ +

仕様書

+ +

標準の一部ではありません。

+ +

ブラウザーの互換性

+ + + +

{{Compat("css.selectors.-moz-broken")}}

+ +

関連情報

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