Skip to content

Commit ae7f60f

Browse files
committed
[css-ui-4] Fix links
1 parent f0c3abd commit ae7f60f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css-ui-4/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ Applies to: all elements
406406
Inherited: no
407407
Percentages: N/A
408408
Media: 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]].
411411
Animation 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

468468
The '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.
471471
This is a common trick to ensure the focus border is visible,
472472
regardless of color background.
473473

474-
Conformant UAs may ignore the ''invert'' value
474+
Conformant UAs may ignore the ''outline-color/invert'' value
475475
on 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
478478
then it must reject that value at parse-time, and
479479
the initial value of the 'outline-color' property
480480
is the ''color/currentColor'' keyword.

0 commit comments

Comments
 (0)