File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -403,8 +403,9 @@ Outline Patterns: the 'outline-style' property</h3>
403
403
that appears to glow.
404
404
User agents may enable authors to influence the rendering of
405
405
''outline-style/auto'' style outlines
406
- via the 'outline-color' or 'outline-width' properties ,
406
+ via the 'outline-color' property ,
407
407
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'' .
408
409
User agents may treat ''outline-style/auto'' as
409
410
''outline-style/solid'' .
410
411
@@ -2723,6 +2724,11 @@ Changes from the <a href="https://www.w3.org/TR/2021/WD-css-ui-4-20210316/">16 M
2723
2724
2724
2725
<li>
2725
2726
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> .)
2726
2732
</ul>
2727
2733
2728
2734
You can’t perform that action at this time.
0 commit comments