You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-ui-4/Overview.bs
+58-9Lines changed: 58 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -4146,32 +4146,81 @@ Changes from the <a href="https://www.w3.org/TR/2021/WD-css-ui-4-20210316/">16 M
4146
4146
Introduced a definition for the 'pointer-events' property.
4147
4147
4148
4148
<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
4150
4150
from just <<url>> to <<url>> and <<url-set>>.
4151
4151
(Support for the broader <<image>> type remains allowed but optional.)
4152
4152
4153
+
<li>
4154
+
Disabled native apparence after ''revert-layer'' if there's still a value in the author origin.
4155
+
4153
4156
<li>
4154
4157
Replaced the <<color>> value of the 'outline-color' property by <<'border-top-color'>>,
4155
4158
so that new values like <<image-1D>> also apply to it.
4156
4159
4157
4160
<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.
4159
4162
4160
4163
<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>>.
4162
4168
4163
4169
<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'.
4165
4174
4166
4175
<li>
4167
4176
Removed claims that 'outline-width' may influence the rendering
4168
4177
of ''outline-style: auto'' outlines.
4169
4178
(See <a href="https://github.com/w3c/csswg-drafts/issues/9201">Issue 9201</a>.)
4170
4179
4171
4180
<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''.
0 commit comments