@@ -406,7 +406,7 @@ Applies to: all elements
406406Inherited : no
407407Percentages : N/A
408408Media : visual
409- Computed value : The computed value for ''invert'' is ''invert''.
409+ Computed value : The computed value for ''outline-color/ invert'' is ''outline-color/ invert''.
410410 For <<color>> values, see <a>resolving color values</a> in [[!CSS-COLOR-4]].
411411Animation Type : <a href="https://drafts.csswg.org/css3-transitions/#animtype-color">color</a>
412412</pre>
@@ -466,15 +466,15 @@ User agents may treat ''outline-style/auto'' as
466466''outline-style/solid'' .
467467
468468The 'outline-color' property
469- accepts all colors, as well as the keyword <dfn>invert</dfn> .
470- ''Invert '' is expected to perform a color inversion on the pixels on the screen.
469+ accepts all colors, as well as the keyword <dfn dfn-type=value dfn-for=outline-color >invert</dfn> .
470+ ''outline-color/invert '' is expected to perform a color inversion on the pixels on the screen.
471471This is a common trick to ensure the focus border is visible,
472472regardless of color background.
473473
474- Conformant UAs may ignore the ''invert'' value
474+ Conformant UAs may ignore the ''outline-color/ invert'' value
475475on platforms that do not support color inversion of the pixels on the screen.
476476
477- If the UA does not support the ''invert'' value
477+ If the UA does not support the ''outline-color/ invert'' value
478478then it must reject that value at parse-time, and
479479the initial value of the 'outline-color' property
480480is the ''color/currentColor'' keyword.
0 commit comments