mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Issue #2106 - Part 3: Add 'contain' as user-select value, retain 'element'
This commit is contained in:
parent
f0b8d1df2c
commit
e6b48fcc95
2 changed files with 2 additions and 0 deletions
|
|
@ -2216,6 +2216,7 @@ const KTableEntry nsCSSProps::kUserSelectKTable[] = {
|
|||
{ eCSSKeyword_auto, StyleUserSelect::Auto },
|
||||
{ eCSSKeyword_text, StyleUserSelect::Text },
|
||||
{ eCSSKeyword_element, StyleUserSelect::Element },
|
||||
{ eCSSKeyword_contain, StyleUserSelect::Contain },
|
||||
{ eCSSKeyword_elements, StyleUserSelect::Elements },
|
||||
{ eCSSKeyword_all, StyleUserSelect::All },
|
||||
{ eCSSKeyword_toggle, StyleUserSelect::Toggle },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue