Skip to content

Commit 4f1d355

Browse files
committed
[css-ui-3] Recast the Proposed Corrections as Candidate Corrections
As per #6900 (comment)
1 parent 7ce3eb5 commit 4f1d355

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

css-ui-3/Overview.bs

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ also accept the <a>CSS-wide keywords</a> as their property value.
155155
For readability they have not been repeated explicitly.
156156

157157
<div class="proposed correction" id=c3>
158-
<span class=marker>Proposed Correction 3:</span>
158+
<span class=marker>Candidate Correction 3:</span>
159159
[[CSS-CASCADE-4]] and [[WEB-ANIMATIONS-1]] have refined how to define properties,
160160
with precise definitions for the concepts underlying [=animation type=] and [=computed value=].
161161
The definitions of properties throughout this specification
@@ -176,7 +176,7 @@ Applies to: all elements that accept width or height
176176
Inherited: no
177177
Percentages: N/A
178178
Computed value: specified value
179-
Animation type: <ins cite=#c3 title="Proposed correction 3">discrete</ins>
179+
Animation type: <ins cite=#c3 title="Candidate correction 3">discrete</ins>
180180
</pre>
181181

182182
<wpt>
@@ -402,7 +402,7 @@ translucent-outline.html
402402
<h3 id="outline-width">Outline Thickness: the 'outline-width' property</h3>
403403

404404
<div class="proposed correction" id=c2>
405-
<span class=marker>Proposed Correction 2:</span>
405+
<span class=marker>Candidate Correction 2:</span>
406406
[[CSS-VALUES-4]] has introduced the concept of [=snapping as a border width=]
407407
as a type of rounding applied to some lengths
408408
to ensure reasonable visual display.
@@ -427,8 +427,8 @@ Initial: medium
427427
Applies to: all elements
428428
Inherited: no
429429
Percentages: N/A
430-
Computed value: absolute length<ins cite=#c2>, [=snapped as a border width=]</ins><del cite=#c4 title="Candidate Correction 4">; ''0'' if the outline style is ''border-style/none''.</del>
431-
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>
430+
Computed value: absolute length<ins cite=#c2 title="Candidate Correction 2">, [=snapped as a border width=]</ins><del cite=#c4 title="Candidate Correction 4">; ''0'' if the outline style is ''border-style/none''.</del>
431+
Animation type: <del cite=#c3 title="Candidate correction 3"><a href="https://drafts.csswg.org/css3-transitions/#animtype-length">length</a></del><ins cite=#c3 title="Candidate correction 3">by computed value</ins>
432432
</pre>
433433

434434
<wpt>
@@ -450,7 +450,7 @@ Applies to: all elements
450450
Inherited: no
451451
Percentages: N/A
452452
Computed value: as specified
453-
Animation type: <ins cite=#c3 title="Proposed Correction 3">discrete</ins>
453+
Animation type: <ins cite=#c3 title="Candidate Correction 3">discrete</ins>
454454
</pre>
455455

456456
<wpt>
@@ -479,7 +479,7 @@ Percentages: N/A
479479
Computed value: The computed value for ''outline-color/invert'' is ''outline-color/invert'';
480480
the computed value of ''outline-color/currentColor'' is ''outline-color/currentColor'' (See ''currentcolor'');
481481
see the 'color' property for other <<color>> values.
482-
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>
482+
Animation Type: <del cite=#c3 title="Candidate correction 3"><a href="https://drafts.csswg.org/css3-transitions/#animtype-color">color</a></del><ins cite=#c3 title="Candidate correction 3">by computed value</ins>
483483
</pre>
484484

485485
<wpt>
@@ -610,8 +610,8 @@ Initial: 0
610610
Applies to: all elements
611611
Inherited: no
612612
Percentages: N/A
613-
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>
614-
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>
613+
Computed value: <del cite=#c3 title="Candidate Correction 3"><<length>> value in absolute units (px or physical).</del><ins cite=#c3 title="Candidate correction 3">absolute length</ins>
614+
Animation type: <del cite=#c3 title="Candidate Correction 3"><a href="https://drafts.csswg.org/css3-transitions/#animtype-length">length</a></del><ins cite=#c3 title="Candidate correction 3">by computed value</ins>
615615
</pre>
616616

617617
<wpt>
@@ -668,7 +668,7 @@ to specify whether or not an element is resizable by the user,
668668
and if so, along which axis/axes.
669669

670670
<div class="correction proposed" id=c1>
671-
<span class="marker">Proposed Correction 1:</span>
671+
<span class="marker">Candidate Correction 1:</span>
672672
Now that ''overflow: visible'' is no longer the only value
673673
of the 'overflow' property which doesn't cause the element to become a [=scroll container=],
674674
adjust what elements to which the 'resize' property applies to
@@ -680,12 +680,12 @@ and if so, along which axis/axes.
680680
Name: resize
681681
Value: none | both | horizontal | vertical
682682
Initial: none
683-
Applies to: elements <del cite=#c1 title="Proposed Correction 1">with 'overflow' other than visible,</del><ins cite=#c1 title="Proposed Correction 1">that are <a>scroll containers</a></ins>
683+
Applies to: elements <del cite=#c1 title="Candidate Correction 1">with 'overflow' other than visible,</del><ins cite=#c1 title="Candidate Correction 1">that are <a>scroll containers</a></ins>
684684
and optionally replaced elements such as images, videos, and iframes
685685
Inherited: no
686686
Percentages: N/A
687-
Computed value: <del cite=#c3 title="Proposed correction 3">as </del>specified<ins cite=#c3 title="Proposed correction 3"> keyword</ins>
688-
Animation type: <ins cite=#c3 title="Proposed correction 3">discrete</ins>
687+
Computed value: <del cite=#c3 title="Candidate correction 3">as </del>specified<ins cite=#c3 title="Candidate correction 3"> keyword</ins>
688+
Animation type: <ins cite=#c3 title="Candidate correction 3">discrete</ins>
689689
</pre>
690690

691691
<wpt>
@@ -750,11 +750,11 @@ to determine the size of the element.
750750

751751
<p>
752752
The 'resize' property applies to elements
753-
<del cite=#c1 title="Proposed Correction 1">
753+
<del cite=#c1 title="Candidate Correction 1">
754754
whose computed 'overflow' value
755755
is something other than ''visible''.
756756
</del>
757-
<ins cite=#c1 title="Proposed Correction 1">
757+
<ins cite=#c1 title="Candidate Correction 1">
758758
that are <a>scroll containers</a>.
759759
</ins>
760760
UAs may also apply it,
@@ -843,8 +843,8 @@ Initial: clip
843843
Applies to: block containers
844844
Inherited: no
845845
Percentages: N/A
846-
Computed value: <del cite=#c3 title="Proposed correction 3">as </del>specified<ins cite=#c3 title="Proposed correction 3"> keyword</ins>
847-
Animation type: <ins cite=#c3 title="Proposed correction 3">discrete</ins>
846+
Computed value: <del cite=#c3 title="Candidate correction 3">as </del>specified<ins cite=#c3 title="Candidate correction 3"> keyword</ins>
847+
Animation type: <ins cite=#c3 title="Candidate correction 3">discrete</ins>
848848
</pre>
849849

850850
<wpt>
@@ -1184,7 +1184,7 @@ Applies to: all elements
11841184
Inherited: yes
11851185
Percentages: N/A
11861186
Computed value: as specified, except with any relative URLs converted to absolute
1187-
Animation type: <ins cite=#c3 title="Proposed correction 3">discrete</ins>
1187+
Animation type: <ins cite=#c3 title="Candidate correction 3">discrete</ins>
11881188
</pre>
11891189

11901190
<wpt>
@@ -1648,7 +1648,7 @@ Percentages: N/A
16481648
Computed value: The computed value for ''caret-color/auto'' is ''caret-color/auto'';
16491649
the computed value of ''caret-color/currentColor'' is ''cart-color/currentColor'' (See ''currentcolor'');
16501650
see the 'color' property for other <<color>> values.
1651-
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>
1651+
Animation type: <del cite=#c3 title="Candidate correction 3"><a href="https://drafts.csswg.org/css3-transitions/#animtype-color">color</a></del><ins cite=#c3 title="Candidate correction 3">by computed value</ins>
16521652
</pre>
16531653

16541654
<wpt>
@@ -1826,9 +1826,9 @@ This appendix is <em>informative</em>.
18261826
Changes from the <a href="https://www.w3.org/TR/2018/REC-css-ui-3-20180621/">21 June 2018 Recommendation (REC)</a></h3>
18271827

18281828
<ul>
1829-
<li><a href=#c1>Proposed Correction 1:</a> Referred to <a>scroll containers</a> instead of 'overflow' values other than ''overflow/visible'', so ''overflow/clip'' is included.
1830-
<li><a href=#c2>Proposed Correction 2:</a> Let computed value of 'outline-width' be [=snapped as a border width=].
1831-
<li><a href=#c3>Proposed Correction 3:</a> Updated and clarified computed value and animation type definitions.
1829+
<li><a href=#c1>Candidate Correction 1:</a> Referred to <a>scroll containers</a> instead of 'overflow' values other than ''overflow/visible'', so ''overflow/clip'' is included.
1830+
<li><a href=#c2>Candidate Correction 2:</a> Let computed value of 'outline-width' be [=snapped as a border width=].
1831+
<li><a href=#c3>Candidate Correction 3:</a> Updated and clarified computed value and animation type definitions.
18321832
<li><a href=#c4>Candidate Correction 4:</a> Removed the special case of 'outline-width' having a computed value of 0 based on ''outline-style: none''.
18331833
<li>Update to modern terminology for consistency with other specifications, replacing relevant uses of terms \'intrinsic width/height/aspect ratio/size\' to \'natural\'.
18341834
<li>Removed "Media" entries from property definitions. Its meaning has never been defined properly, and it does not add useful information.

0 commit comments

Comments
 (0)