aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/css/_colon_-moz-handler-blocked/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/de/web/css/_colon_-moz-handler-blocked/index.html')
-rw-r--r--files/de/web/css/_colon_-moz-handler-blocked/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/files/de/web/css/_colon_-moz-handler-blocked/index.html b/files/de/web/css/_colon_-moz-handler-blocked/index.html
new file mode 100644
index 0000000000..df544a0487
--- /dev/null
+++ b/files/de/web/css/_colon_-moz-handler-blocked/index.html
@@ -0,0 +1,23 @@
+---
+title: ':-moz-handler-blocked'
+slug: 'Web/CSS/:-moz-handler-blocked'
+tags:
+ - CSS
+ - CSS Referenz
+ - Non-standard
+translation_of: 'Web/CSS/:-moz-handler-blocked'
+---
+<p>{{Non-standard_header}}{{CSSRef}}{{gecko_minversion_header("1.9.1")}}</p>
+
+<h2 id="Übersicht">Übersicht</h2>
+
+<p><code>:-moz-handler-blocked</code> matcht Elemente, die nicht angezeigt werden können, weil deren Handler blockiert wurden.</p>
+
+<p>Dies ist hauptsächlich für Themeentwickler nützlich.</p>
+
+<h2 id="Siehe_auch">Siehe auch</h2>
+
+<ul>
+ <li>{{cssxref(":-moz-handler-crashed")}}</li>
+ <li>{{cssxref(":-moz-handler-disabled")}}</li>
+</ul>