summaryrefslogtreecommitdiffstats
path: root/layout/style/nsComputedDOMStylePropertyList.h
diff options
context:
space:
mode:
authorathenian200 <athenian200@outlook.com>2020-09-29 11:31:46 -0500
committerathenian200 <athenian200@outlook.com>2020-10-18 10:04:12 -0500
commit8e3832bacbbef4a549f64df5c978a5672e47ff2e (patch)
tree6a3afb705aa7ae2a9f2be65cd6f5628fcc72131a /layout/style/nsComputedDOMStylePropertyList.h
parent5ad0a15f6a60e24fb260e4a0d0d8050e42c33114 (diff)
downloadUXP-8e3832bacbbef4a549f64df5c978a5672e47ff2e.tar
UXP-8e3832bacbbef4a549f64df5c978a5672e47ff2e.tar.gz
UXP-8e3832bacbbef4a549f64df5c978a5672e47ff2e.tar.lz
UXP-8e3832bacbbef4a549f64df5c978a5672e47ff2e.tar.xz
UXP-8e3832bacbbef4a549f64df5c978a5672e47ff2e.zip
Issue #1668 - Part 1: Implement support for caret-color property.
This CSS property allows input carets (that blinking input cursor you see in text fields), to be given a custom color. This was implemented in Firefox 53, and it was such a minor feature that no one ever missed it, but I don't see any harm in implementing this. https://bugzilla.mozilla.org/show_bug.cgi?id=1063162
Diffstat (limited to 'layout/style/nsComputedDOMStylePropertyList.h')
-rw-r--r--layout/style/nsComputedDOMStylePropertyList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/layout/style/nsComputedDOMStylePropertyList.h b/layout/style/nsComputedDOMStylePropertyList.h
index 557281810..8d4d8e45e 100644
--- a/layout/style/nsComputedDOMStylePropertyList.h
+++ b/layout/style/nsComputedDOMStylePropertyList.h
@@ -101,6 +101,7 @@ COMPUTED_STYLE_PROP(box_decoration_break, BoxDecorationBreak)
COMPUTED_STYLE_PROP(box_shadow, BoxShadow)
COMPUTED_STYLE_PROP(box_sizing, BoxSizing)
COMPUTED_STYLE_PROP(caption_side, CaptionSide)
+COMPUTED_STYLE_PROP(caret_color, CaretColor)
COMPUTED_STYLE_PROP(clear, Clear)
COMPUTED_STYLE_PROP(clip, Clip)
COMPUTED_STYLE_PROP(color, Color)