summaryrefslogtreecommitdiffstats
path: root/layout/style/nsCSSPropAliasList.h
diff options
context:
space:
mode:
authorathenian200 <athenian200@outlook.com>2020-10-27 20:37:50 -0500
committerathenian200 <athenian200@outlook.com>2020-10-28 14:17:51 -0500
commit9ffc5e6c924d2fce78b7aad9727c608077b26ff4 (patch)
tree1c49face93690476affa058028767af76dfb104f /layout/style/nsCSSPropAliasList.h
parenta2c26490b4ad94336a7940e691d17f7aef040fa2 (diff)
downloadUXP-9ffc5e6c924d2fce78b7aad9727c608077b26ff4.tar
UXP-9ffc5e6c924d2fce78b7aad9727c608077b26ff4.tar.gz
UXP-9ffc5e6c924d2fce78b7aad9727c608077b26ff4.tar.lz
UXP-9ffc5e6c924d2fce78b7aad9727c608077b26ff4.tar.xz
UXP-9ffc5e6c924d2fce78b7aad9727c608077b26ff4.zip
Issue #1673 - Part 4: Unprefix -moz-tab-size.
While we do fail a couple of tests, the other mainstream browsers also fail them and I think our implementation of tab-size is good enough to be unprefixed at this point. Having this patch also makes testing easier.
Diffstat (limited to 'layout/style/nsCSSPropAliasList.h')
-rw-r--r--layout/style/nsCSSPropAliasList.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/style/nsCSSPropAliasList.h b/layout/style/nsCSSPropAliasList.h
index 7025a25b5..4f2a6e6b6 100644
--- a/layout/style/nsCSSPropAliasList.h
+++ b/layout/style/nsCSSPropAliasList.h
@@ -222,6 +222,10 @@ CSS_PROP_ALIAS(-moz-columns,
columns,
MozColumns,
"")
+CSS_PROP_ALIAS(-moz-tab-size,
+ tab_size,
+ MozTabSize,
+ "")
#define WEBKIT_PREFIX_PREF "layout.css.prefixes.webkit"