pub const WORD_PROPS: [(&str, &str, &[&str]); 1];
Style keys whose value is a word from a fixed list, as (widget, key, allowed words). Theme files are checked against this list; any other word is reported with its location.
(widget, key, allowed words)