@@ -29,7 +29,6 @@ Link Defaults: css21 (property) max-width
2929Link Defaults : css21 (property) max-height
3030Link Defaults : css21 (property) width
3131Link Defaults : css21 (property) height
32- Link Defaults : css21 (value) invert
3332Link Defaults : css21 (property) margin-left
3433Link Defaults : css21 (property) margin-top
3534Link Defaults : css21 (property) padding-bottom
@@ -330,8 +329,9 @@ Applies to: all elements
330329Inherited : no
331330Percentages : N/A
332331Media : visual
333- Computed value : The computed value for ''invert'' is ''invert''.
334- For <<color>> values, see <a>resolving color values</a> in [[!CSS-COLOR-4]].
332+ Computed value : The computed value for ''outline-color/invert'' is ''outline-color/invert'';
333+ the computed value of ''outline-color/currentColor'' is ''outline-color/currentColor'' (See [[CSS-COLOR-3/#currentColor]]);
334+ see the 'color' property for other <<color>> values.
335335Animation Type : <a href="https://drafts.csswg.org/css3-transitions/#animtype-color">color</a>
336336</pre>
337337
@@ -392,7 +392,7 @@ User agents may treat ''outline-style/auto'' as
392392''outline-style/solid'' .
393393
394394The 'outline-color' property
395- accepts all colors, as well as the keyword <dfn>invert</dfn> .
395+ accepts all colors, as well as the keyword <dfn dfn-type=value for=outline-color >invert</dfn> .
396396''Invert'' is expected to perform a color inversion on the pixels on the screen.
397397This is a common trick to ensure the focus border is visible,
398398regardless of color background.
@@ -403,7 +403,7 @@ on platforms that do not support color inversion of the pixels on the screen.
403403If the UA does not support the ''invert'' value
404404then it must reject that value at parse-time, and
405405the initial value of the 'outline-color' property
406- is the ''color/currentColor'' keyword.
406+ is the ''outline- color/currentColor'' keyword.
407407
408408The 'outline' property is a shorthand property,
409409and sets all three of 'outline-style' ,
@@ -1213,13 +1213,14 @@ Applies to: all elements
12131213Inherited : yes
12141214Percentages : N/A
12151215Media : interactive
1216- Computed value : The computed value for ''caret-color/auto'' is ''caret-color/auto''.
1217- For <<color>> values, see <a>resolving color values</a> in [[!CSS-COLOR-4]].
1216+ Computed value : The computed value for ''caret-color/auto'' is ''caret-color/auto'';
1217+ the computed value of ''caret-color/currentColor'' is ''cart-color/currentColor'' (See [[CSS-COLOR-3/#currentColor]]);
1218+ see the 'color' property for other <<color>> values.
12181219Animation Type : <a href="https://drafts.csswg.org/css3-transitions/#animtype-color">color</a>
12191220</pre>
12201221
12211222<dl>
1222- <dt> auto</dt>
1223+ <dt> <dfn dfn-type=value for=caret-color> auto</dfn> </dt>
12231224<dd> User agents should use currentColor.
12241225User agents may automatically adjust the color of caret
12251226to ensure good visibility and contrast with the surrounding content,
0 commit comments