summaryrefslogtreecommitdiffstats
path: root/layout
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-17 07:38:16 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-04-17 07:38:16 -0400
commitf605c68f1369935026e38ad2f535608f06d50d73 (patch)
treecb1495a7bcf55c3d5e2d2bbee7503d4a0cc167e5 /layout
parent53df3a74f46fa6b5d3778f9635a1afb7522c345f (diff)
downloadUXP-f605c68f1369935026e38ad2f535608f06d50d73.tar
UXP-f605c68f1369935026e38ad2f535608f06d50d73.tar.gz
UXP-f605c68f1369935026e38ad2f535608f06d50d73.tar.lz
UXP-f605c68f1369935026e38ad2f535608f06d50d73.tar.xz
UXP-f605c68f1369935026e38ad2f535608f06d50d73.zip
Bug 1417829 - Remove unresolved pseudoclass
Tag #1375
Diffstat (limited to 'layout')
-rw-r--r--layout/style/nsCSSPseudoClassList.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/layout/style/nsCSSPseudoClassList.h b/layout/style/nsCSSPseudoClassList.h
index 6d5b6eca1..12f43af5b 100644
--- a/layout/style/nsCSSPseudoClassList.h
+++ b/layout/style/nsCSSPseudoClassList.h
@@ -90,9 +90,6 @@ CSS_PSEUDO_CLASS(nthLastOfType, ":nth-last-of-type", 0, "")
// Match nodes that are HTML but not XHTML
CSS_PSEUDO_CLASS(mozIsHTML, ":-moz-is-html", 0, "")
-// Match all custom elements whose created callback has not yet been invoked
- CSS_STATE_PSEUDO_CLASS(unresolved, ":unresolved", 0, "", NS_EVENT_STATE_UNRESOLVED)
-
// Matches nodes that are in a native-anonymous subtree (i.e., nodes in
// a subtree of C++ anonymous content constructed by Gecko for its own
// purposes).