diff options
author | Moonchild <moonchild@palemoon.org> | 2022-09-20 20:41:33 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-09-20 20:41:33 +0000 |
commit | 9fea63c9d417a69d8f56bb0481712d26c31b737b (patch) | |
tree | 6497ad5384426e1fd681da5bdb22f600e12c4c3a /layout/style/nsCSSKeywordList.h | |
parent | fc5b767f5dbed652966eea65f61036a97d9b893a (diff) | |
download | uxp-9fea63c9d417a69d8f56bb0481712d26c31b737b.tar.gz |
Issue #1992 - Part 1: Un-prefix -moz-{min|max}-content keywords.
Diffstat (limited to 'layout/style/nsCSSKeywordList.h')
-rw-r--r-- | layout/style/nsCSSKeywordList.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/layout/style/nsCSSKeywordList.h b/layout/style/nsCSSKeywordList.h index d6486b18cf..bbe25893dd 100644 --- a/layout/style/nsCSSKeywordList.h +++ b/layout/style/nsCSSKeywordList.h @@ -98,13 +98,11 @@ CSS_KEY(-moz-mac-menutextdisable, _moz_mac_menutextdisable) CSS_KEY(-moz-mac-menutextselect, _moz_mac_menutextselect) CSS_KEY(-moz-mac-disabledtoolbartext, _moz_mac_disabledtoolbartext) CSS_KEY(-moz-mac-secondaryhighlight, _moz_mac_secondaryhighlight) -CSS_KEY(-moz-max-content, _moz_max_content) CSS_KEY(-moz-menuhover, _moz_menuhover) CSS_KEY(-moz-menuhovertext, _moz_menuhovertext) CSS_KEY(-moz-menubartext, _moz_menubartext) CSS_KEY(-moz-menubarhovertext, _moz_menubarhovertext) CSS_KEY(-moz-middle-with-baseline, _moz_middle_with_baseline) -CSS_KEY(-moz-min-content, _moz_min_content) CSS_KEY(-moz-nativehyperlinktext, _moz_nativehyperlinktext) CSS_KEY(-moz-none, _moz_none) CSS_KEY(-moz-oddtreerow, _moz_oddtreerow) |