6.2.1 Coloring the Insertion Caret: the caret-color property

Chapter 6 - Pointing Devices and Keyboards - 6.2.1 Coloring the Insertion Caret: the caret-color property

Go to the relevant page of the specification.

caret-color-001 (interact)
caret-color
Test checks that caret-color can be set on a textarea
caret-color-002 (interact)
caret-color is inherited
Test checks that caret-color value does inherit
caret-color-003 (interact, should)
caret-color auto
Test checks that caret-color: auto matches currentColor
caret-color-004 (interact)
caret-color auto, black on white
Test checks that caret-color:auto provides good contrast in black on white
caret-color-005 (interact)
caret-color auto, white on black
Test checks that caret-color:auto provides good contrast in white on black
caret-color-006 (interact, may)
caret-color auto, gray on gray
Test checks that caret-color:auto provides good contrast in gray on gray
caret-color-007 (interact)
caret-color: currentColor
Test checks that caret-color:currentColor is inherited as currentColor and resolves to the value of the color property at used value time
caret-color-008 (animated, interact)
caret-color animation
Test checks that caret-color is animatable as a color
caret-color-009 (dom, script)
caret-color computed values
Test checks that the resolved value of auto, currentcolor and initial for caret-color property, is the used value.
caret-color-010 (interact)
caret-color input
Test checks that caret-color can be set on an input
caret-color-011 (interact)
caret-color contenteditable
Test checks that caret-color can be set on a contenteditable element
caret-color-012 (interact, should)
caret-color: auto
Test checks that caret-color:auto is inherited as auto and resolves to the value of the color property at used value time
caret-color-013 (dom, script)
caret-color dynamic changes
Test checks checks that carret-color can be correctly changed using the style attribute, and that the computed value is done correctly.
caret-color-014 (interact)
caret-color links
Test checks that caret-color can be set on a contenteditable link
caret-color-015 (interact)
caret-color visited links
Test checks that caret-color can be set on a contenteditable visited link
caret-color-016 (interact, may, script)
caret-color visited link computed value
Test checks that computed style of caret-color on visited links doesn't leak privacy information.
caret-color-017 (interact)
caret-color transition
Test checks that caret-color can be used in a transition
caret-color-018 (script)
caret-color test animation
Test checks that caret-color is animatable as a color, and that the computed values during the animation are the expected ones.
caret-color-019 (script)
caret-color auto test animation
Test checks that 'auto' value for caret-color property is not interpolable.
caret-color-020 (script)
caret-color currentcolor test animation
Test checks that 'currentcolor' value for caret-color property is interpolable.
caret-color-021 (script)
Default caret-color test animation
Test checks that the default value for caret-color property, which is 'auto', is not interpolable.