Skip to content

Commit 52508a9

Browse files
committed
[css-ui-4] outline-width is ignored when outline-style is auto
See #9201
1 parent 4da2655 commit 52508a9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

css-ui-4/Overview.bs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,9 @@ Outline Patterns: the 'outline-style' property</h3>
403403
that appears to glow.
404404
User agents may enable authors to influence the rendering of
405405
''outline-style/auto'' style outlines
406-
via the 'outline-color' or 'outline-width' properties,
406+
via the 'outline-color' property,
407407
but this specification does not define how the rendering is impacted (if at all).
408+
The 'outline-width' property is ignored when 'outline-style' is ''outline-style/auto''.
408409
User agents may treat ''outline-style/auto'' as
409410
''outline-style/solid''.
410411

@@ -2723,6 +2724,11 @@ Changes from the <a href="https://www.w3.org/TR/2021/WD-css-ui-4-20210316/">16 M
27232724

27242725
<li>
27252726
Added 'field-sizing' property.
2727+
2728+
<li>
2729+
Removed claims that 'outline-width' may influence the rendering
2730+
of ''outline-style: auto'' outlines.
2731+
(See <a href="https://github.com/w3c/csswg-drafts/issues/9201">Issue 9201</a>.)
27262732
</ul>
27272733

27282734

0 commit comments

Comments
 (0)