Skip to content

Commit eb59c63

Browse files
committed
[css-ui-3][editorial] Updated Changes section
1 parent 95b3f7c commit eb59c63

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

css-ui-3/Overview.bs

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,17 @@ Implementation Report: https://drafts.csswg.org/css-ui-3/implementation-report
4848
</style>
4949

5050
<pre class=link-defaults>
51-
spec:css-overflow-3; type:property; text:overflow
51+
spec:css-overflow-3;
52+
type:property; text:overflow
53+
type:value;
54+
for:overflow;
55+
text:visible
56+
text:clip
5257
spec:css2; type:property
5358
text:display
5459
text:width
5560
text:height
5661
text:left
57-
text:overflow
5862
text:border-bottom-width
5963
text:border-left-width
6064
text:border-right-width
@@ -1777,7 +1781,15 @@ This appendix is <em>informative</em>.
17771781
Changes from the <a href="https://www.w3.org/TR/2018/REC-css-ui-3-20180621/">21 June 2018 Recommendation (REC)</a></h3>
17781782

17791783
<ul>
1784+
<li>Removed "Media" entries from property definitions
1785+
<li>Updated and clarified computed value and animation type definitions
1786+
<li>Added <a href="#values">Value Definitions</a> section
1787+
<li>Switched relevant uses of terms \'intrinsic width/height/aspect ratio/size\' to \'natural\'
1788+
<li>Referred to <a>scroll containers</a> instead of 'overflow' values other than ''overflow/visible'', so ''overflow/clip'' is included
1789+
<li>Let computed value of 'outline-width' be [=snapped as a border width=]
17801790
<li>Added Web Platform Tests coverage
1791+
<li>Split privacy and security considerations into separate sections
1792+
<li>Editorial improvements
17811793
</ul>
17821794

17831795
<h3 id="changes-2021-03-16" class="no-num">
@@ -1787,11 +1799,11 @@ Changes from the <a href="https://www.w3.org/TR/2017/CR-css-ui-3-20170302/">2 Ma
17871799
<li>Updated references to latest versions
17881800
<li>Editorial Clarification about the resize property
17891801
<li>Move (at risk) directional focus navigation properties from level 3 to level 4
1790-
<li>Add informative link to HTML about special handling of 'cursor' over image maps
1791-
<li>Clarify (as a SHOULD) the implications of text-overflow on pointer events to capture implementor consensus (<a href="https://github.com/web-platform-tests/wpt/commit/b749ca84fe5474adb4473c35a3da5788e5b6cfd7#diff-8667b2cb07cf6ee064b9f2a74e221e8f">corresponding test</a>).
1792-
<li>Clarify that UAs may ignore the cursor property to reflect the UA's UI state
1793-
<li>Allow, but stop requiring support for SVG images without natural sizes for cursors (<a href="https://github.com/web-platform-tests/wpt/commit/92770f655298aa72b0c0ee9238377d6b04d2e3e6">corresponding test update</a>).
1794-
<li>Align the spec with implementations, and make ''cursor: auto'' look like ''cursor/text'' over <strong>selectable</strong> text, and over editable elements (<a href="https://github.com/web-platform-tests/wpt/commit/34c61eff5eab4ebe9ff271e46658f73f18858c4f">corresponding tests</a>).
1802+
<li>Added informative link to HTML about special handling of 'cursor' over image maps
1803+
<li>Clarified (as a SHOULD) the implications of text-overflow on pointer events to capture implementor consensus (<a href="https://github.com/web-platform-tests/wpt/commit/b749ca84fe5474adb4473c35a3da5788e5b6cfd7#diff-8667b2cb07cf6ee064b9f2a74e221e8f">corresponding test</a>).
1804+
<li>Clarified that UAs may ignore the cursor property to reflect the UA's UI state
1805+
<li>Allowed, but stopped requiring support for SVG images without natural sizes for cursors (<a href="https://github.com/web-platform-tests/wpt/commit/92770f655298aa72b0c0ee9238377d6b04d2e3e6">corresponding test update</a>).
1806+
<li>Aligned the spec with implementations, and make ''cursor: auto'' look like ''cursor/text'' over <strong>selectable</strong> text, and over editable elements (<a href="https://github.com/web-platform-tests/wpt/commit/34c61eff5eab4ebe9ff271e46658f73f18858c4f">corresponding tests</a>).
17951807
</ul>
17961808

17971809
<h2 class="no-num" id="privacy">Appendix C: Privacy Considerations</h2>

0 commit comments

Comments
 (0)