Skip to content

Commit 9fb3ddd

Browse files
committed
[css-values-4] Specify that <angle>s must clamp to a multiple of 360deg. #6105
1 parent 5cd3c91 commit 9fb3ddd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css-values-4/Overview.bs

+4
Original file line numberDiff line numberDiff line change
@@ -962,6 +962,10 @@ Numeric Data Types</h2>
962962
it must be converted to the closest value supported by the implementation,
963963
but how the implementation defines "closest" is explicitly undefined as well.
964964

965+
If an <<angle>> must be converted
966+
due to exceeding the implementation-defined range of supported values,
967+
it must be clamped to the nearest supported multiple of ''360deg''.
968+
965969
<h3 id="numeric-ranges">
966970
Range Restrictions and Range Definition Notation</h3>
967971

0 commit comments

Comments
 (0)