Skip to content

Commit a1149d8

Browse files
committed
[css-ui-4][editorial] Updated Changes from last WD section
1 parent fceb025 commit a1149d8

File tree

1 file changed

+58
-9
lines changed

1 file changed

+58
-9
lines changed

css-ui-4/Overview.bs

Lines changed: 58 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4146,32 +4146,81 @@ Changes from the <a href="https://www.w3.org/TR/2021/WD-css-ui-4-20210316/">16 M
41464146
Introduced a definition for the 'pointer-events' property.
41474147

41484148
<li>
4149-
Extend the image types required to be supported for the 'cursor' property
4149+
Extended the image types required to be supported for the 'cursor' property
41504150
from just <<url>> to <<url>> and <<url-set>>.
41514151
(Support for the broader <<image>> type remains allowed but optional.)
41524152

4153+
<li>
4154+
Disabled native apparence after ''revert-layer'' if there's still a value in the author origin.
4155+
41534156
<li>
41544157
Replaced the <<color>> value of the 'outline-color' property by <<'border-top-color'>>,
41554158
so that new values like <<image-1D>> also apply to it.
41564159

41574160
<li>
4158-
Retired the <code>invert</code> value of 'outline-color'.
4161+
Referred to <a>scroll containers</a> instead of 'overflow' values other than ''overflow/visible'', so ''overflow/clip'' is included.
41594162

41604163
<li>
4161-
Added the ''outline-color/auto'' value of 'outline-color'.
4164+
Let computed value of 'outline-width' be [=snapped as a border width=].
4165+
4166+
<li>
4167+
Removed <css>slider-horizontal</css>, <css>square-button</css>, and <css>push-button</css> keywords from <<compat-auto>>.
41624168

41634169
<li>
4164-
Added 'field-sizing' property.
4170+
Retired the <code>invert</code> value of 'outline-color'.
4171+
4172+
<li>
4173+
Added the ''outline-color/auto'' value of 'outline-color'.
41654174

41664175
<li>
41674176
Removed claims that 'outline-width' may influence the rendering
41684177
of ''outline-style: auto'' outlines.
41694178
(See <a href="https://github.com/w3c/csswg-drafts/issues/9201">Issue 9201</a>.)
41704179

41714180
<li>
4172-
Moved 'field-sizing' and 'input-security' properties to css-forms-1.
4173-
4174-
<li>Removed the special case of 'outline-width' having a computed value of ''0'' when 'outline-style' is ''border-style/none'' or ''border-style/hidden''.
4181+
Clarified that outlines contribute to the [=ink overflow area=] of an element.
4182+
4183+
<li>
4184+
Reintroduced 'caret-animation' property.
4185+
4186+
<li>
4187+
Defined what [=disregar|disregarding a property=] means.
4188+
4189+
<li>
4190+
Defined behavior for (semi-)transparent accent colors.
4191+
4192+
<li>
4193+
Added note that 'outline-offset' is not part of the 'outline' shorthand.
4194+
4195+
<li>
4196+
Added ''appearance/base'' keyword to 'appearance' property.
4197+
4198+
<li>
4199+
Added 'interactivity' property.
4200+
4201+
<li>
4202+
Clarified that end-of-line carets are shown even if they overflow.
4203+
4204+
<li>
4205+
Defined <css>appearance: auto</css> box rendering.
4206+
4207+
<li>
4208+
Clarified that outlines follow corner shapes.
4209+
4210+
<li>
4211+
Clarify the applicability of the 'caret-*' properties.
4212+
4213+
<li>
4214+
Rearranged the syntax of the 'cursor' property for better readability.
4215+
4216+
<li>
4217+
Added 'interest-delay' property and its longhands 'interest-delay-start' and 'interest-delay-end'.
4218+
4219+
<li>
4220+
Let 'outline-color' refer to 'border-top-color' values.
4221+
4222+
<li>
4223+
Removed the special case of 'outline-width' having a computed value of ''0'' when 'outline-style' is ''border-style/none'' or ''border-style/hidden''.
41754224
(<a href="https://github.com/w3c/csswg-drafts/issues/11494">Issue 11494</a>)
41764225
</ul>
41774226

@@ -4246,8 +4295,8 @@ Changes from the <a href="https://www.w3.org/TR/2015/WD-css-ui-4-20150922/">22 S
42464295

42474296
<ul>
42484297
<li>
4249-
The caret-animation property have been removed.
4250-
It may be reintroduced later given sufficient evidence for use cases.
4298+
The <css>caret-animation</css> property has been removed,
4299+
as there weren't any known use cases for it.
42514300

42524301
<li>
42534302
The ''resize'' property now also applies to

0 commit comments

Comments
 (0)