:-moz-broken
非標準: この機能は標準ではなく、標準化の予定もありません。公開されているウェブサイトには使用しないでください。ユーザーによっては使用できないことがあります。実装ごとに大きな差があることもあり、将来は振る舞いが変わるかもしれません。
:-moz-broken
は CSS の擬似クラスで、 Mozilla 拡張 であり、壊れた画像リンクを表している要素に一致します。
メモ: このセレクターは、主にテーマ開発者が使用することを意図しているものです。
構文
css
:-moz-broken;
例
HTML
html
<img src="broken.jpg" alt="This image is broken. :-(" />
CSS
css
:-moz-broken {
background: bisque;
padding: 8px;
}
結果
仕様書
標準の一部ではありません。
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
:-moz-broken |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- Non-standard. Check cross-browser support before using.
- Deprecated. Not for use in new websites.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.