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/Overview.bs
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,6 @@ Ignored Terms: outline-left
36
36
Ignored Terms: ime-mode
37
37
At Risk: The <a href="#overflow-string"><string></a> value of the 'text-overflow' property
38
38
At Risk: The 2-value syntax of the 'text-overflow' property
39
-
At Risk: Constraints on <a href="#negative-offset">negative values</a> of the 'outline-offset' property being expressed with MUST rather than with SHOULD
@@ -488,18 +487,15 @@ the following rule can be used:
488
487
<p id=negative-offset>Negative values must cause the outline
489
488
to shrink into the border box.
490
489
Both the height and the width of outside of the shape
491
-
drawn by the outline must not become smaller
492
-
than twice the computed value of the outline-width property,
490
+
drawn by the outline should not become smaller
491
+
than twice the computed value of the 'outline-width' property,
493
492
to make sure that an outline can be rendered
494
493
even with large negative values.
495
-
User Agents must apply this constraint
494
+
User Agents should apply this constraint
496
495
independently in each dimension.
497
496
If the outline is drawn as multiple disconnected shapes,
498
497
this constraint applies to each shape separately.
499
498
500
-
Note: Negative value constraints are an at risk feature due to
501
-
<a href="https://lists.w3.org/Archives/Public/www-style/2014Dec/0033.html">interoperability problems</a>, and thus might be dropped from a must to a should.
502
-
503
499
504
500
<h2 id="resizing-and-overflow">Resizing & Overflow</h2>
505
501
@@ -1538,6 +1534,8 @@ This appendix describes changes from the
1538
1534
so that it can also influence things like the navigation caret.
1539
1535
<li>Clarify by reference to [[CSS-COLOR-4]] how computed values are handled for caret-color.
1540
1536
<li>Mark 'caret-color' as no longer at risk, since there are two implementations.
1537
+
<li>Constraints on the shape of the outline when <a href="#negative-offset">negative values</a> are used for the 'outline-offset' property
1538
+
where changed from being expressed with MUST to SHOULD.
1541
1539
</ul>
1542
1540
1543
1541
<h2 class="no-num" id="security-privacy-considerations">Appendix C. Considerations for Security and Privacy</h2>
0 commit comments