Skip to content

Commit f0c3abd

Browse files
committed
[css-ui-3] Change spec references in response to transition call
1 parent 56ef418 commit f0c3abd

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

css-ui-3/Overview.bs

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Link Defaults: css21 (property) max-width
2929
Link Defaults: css21 (property) max-height
3030
Link Defaults: css21 (property) width
3131
Link Defaults: css21 (property) height
32-
Link Defaults: css21 (value) invert
3332
Link Defaults: css21 (property) margin-left
3433
Link Defaults: css21 (property) margin-top
3534
Link Defaults: css21 (property) padding-bottom
@@ -330,8 +329,9 @@ Applies to: all elements
330329
Inherited: no
331330
Percentages: N/A
332331
Media: 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.
335335
Animation 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

394394
The '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.
397397
This is a common trick to ensure the focus border is visible,
398398
regardless of color background.
@@ -403,7 +403,7 @@ on platforms that do not support color inversion of the pixels on the screen.
403403
If the UA does not support the ''invert'' value
404404
then it must reject that value at parse-time, and
405405
the initial value of the 'outline-color' property
406-
is the ''color/currentColor'' keyword.
406+
is the ''outline-color/currentColor'' keyword.
407407

408408
The 'outline' property is a shorthand property,
409409
and sets all three of 'outline-style',
@@ -1213,13 +1213,14 @@ Applies to: all elements
12131213
Inherited: yes
12141214
Percentages: N/A
12151215
Media: 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.
12181219
Animation 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.
12241225
User agents may automatically adjust the color of caret
12251226
to ensure good visibility and contrast with the surrounding content,

0 commit comments

Comments
 (0)