Skip to content

Commit a95d8f8

Browse files
committed
[css-ui-3] mark proposed correction 3
1 parent ab1a9cd commit a95d8f8

1 file changed

Lines changed: 22 additions & 12 deletions

File tree

css-ui-3/Overview.bs

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,16 @@ all properties defined in this specification
154154
also accept the <a>CSS-wide keywords</a> as their property value.
155155
For readability they have not been repeated explicitly.
156156

157+
<div class="proposed correction" id=c3>
158+
<span class=marker>Proposed Correction 3:</span>
159+
[[CSS-CASCADE-4]] and [[WEB-ANIMATIONS-1]] have refined how to define properties,
160+
with precise definitions for the concepts underlying [=animation type=] and [=computed value=].
161+
The definitions of properties throughout this specification
162+
are updated to use this terminology.
163+
In many cases, this is arguably editorial,
164+
but in some it defines previously unclear or ambiguous behavior.
165+
</div>
166+
157167
<h2 id="box-model">Box Model addition</h2>
158168

159169
<h3 id="box-sizing" caniuse="css3-boxsizing">Changing the Box Model: the 'box-sizing' property</h3>
@@ -166,7 +176,7 @@ Applies to: all elements that accept width or height
166176
Inherited: no
167177
Percentages: N/A
168178
Computed value: specified value
169-
Animation type: discrete
179+
Animation type: <ins cite=#c3 title="Proposed correction 3">discrete</ins>
170180
</pre>
171181

172182
<wpt>
@@ -408,7 +418,7 @@ Applies to: all elements
408418
Inherited: no
409419
Percentages: N/A
410420
Computed value: absolute length<ins cite=#c2>, [=snapped as a border width=]</ins>; ''0'' if the outline style is ''border-style/none''.
411-
Animation type: by computed value
421+
Animation type: <del cite=#c3 title="Proposed correction 3"><a href="https://drafts.csswg.org/css3-transitions/#animtype-length">length</a></del><ins cite=#c3 title="Proposed correction 3">by computed value</ins>
412422
</pre>
413423

414424
<wpt>
@@ -430,7 +440,7 @@ Applies to: all elements
430440
Inherited: no
431441
Percentages: N/A
432442
Computed value: as specified
433-
Animation type: discrete
443+
Animation type: <ins cite=#c3 title="Proposed Correction 3">discrete</ins>
434444
</pre>
435445

436446
<wpt>
@@ -459,7 +469,7 @@ Percentages: N/A
459469
Computed value: The computed value for ''outline-color/invert'' is ''outline-color/invert'';
460470
the computed value of ''outline-color/currentColor'' is ''outline-color/currentColor'' (See ''currentcolor'');
461471
see the 'color' property for other <<color>> values.
462-
Animation Type: by computed value
472+
Animation Type: <del cite=#c3 title="Proposed correction 3"><a href="https://drafts.csswg.org/css3-transitions/#animtype-color">color</a></del><ins cite=#c3 title="Proposed correction 3">by computed value</ins>
463473
</pre>
464474

465475
<wpt>
@@ -590,8 +600,8 @@ Initial: 0
590600
Applies to: all elements
591601
Inherited: no
592602
Percentages: N/A
593-
Computed value: absolute length
594-
Animation type: by computed value
603+
Computed value: <del cite=#c3 title="Proposed Correction 3"><<length>> value in absolute units (px or physical).</del><ins cite=#c3 title="Proposed correction 3">absolute length</ins>
604+
Animation type: <del cite=#c3 title="Proposed Correction 3"><a href="https://drafts.csswg.org/css3-transitions/#animtype-length">length</a></del><ins cite=#c3 title="Proposed correction 3">by computed value</ins>
595605
</pre>
596606

597607
<wpt>
@@ -664,8 +674,8 @@ Applies to: elements <del cite=#c1 title="Proposed Correction 1">with 'overflow'
664674
and optionally replaced elements such as images, videos, and iframes
665675
Inherited: no
666676
Percentages: N/A
667-
Computed value: specified keyword
668-
Animation type: discrete
677+
Computed value: <del cite=#c3 title="Proposed correction 3">as </del>specified<ins cite=#c3 title="Proposed correction 3"> keyword</ins>
678+
Animation type: <ins cite=#c3 title="Proposed correction 3">discrete</ins>
669679
</pre>
670680

671681
<wpt>
@@ -823,8 +833,8 @@ Initial: clip
823833
Applies to: block containers
824834
Inherited: no
825835
Percentages: N/A
826-
Computed value: specified keyword
827-
Animation type: discrete
836+
Computed value: <del cite=#c3 title="Proposed correction 3">as </del>specified<ins cite=#c3 title="Proposed correction 3"> keyword</ins>
837+
Animation type: <ins cite=#c3 title="Proposed correction 3">discrete</ins>
828838
</pre>
829839

830840
<wpt>
@@ -1164,7 +1174,7 @@ Applies to: all elements
11641174
Inherited: yes
11651175
Percentages: N/A
11661176
Computed value: as specified, except with any relative URLs converted to absolute
1167-
Animation type: discrete
1177+
Animation type: <ins cite=#c3 title="Proposed correction 3">discrete</ins>
11681178
</pre>
11691179

11701180
<wpt>
@@ -1628,7 +1638,7 @@ Percentages: N/A
16281638
Computed value: The computed value for ''caret-color/auto'' is ''caret-color/auto'';
16291639
the computed value of ''caret-color/currentColor'' is ''cart-color/currentColor'' (See ''currentcolor'');
16301640
see the 'color' property for other <<color>> values.
1631-
Animation type: by computed value
1641+
Animation type: <del cite=#c3 title="Proposed correction 3"><a href="https://drafts.csswg.org/css3-transitions/#animtype-color">color</a></del><ins cite=#c3 title="Proposed correction 3">by computed value</ins>
16321642
</pre>
16331643

16341644
<wpt>

0 commit comments

Comments
 (0)