We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c431211 commit ceac3f9Copy full SHA for ceac3f9
1 file changed
css-color-5/Overview.bs
@@ -829,6 +829,13 @@ One way to do this is <code><i>θ</i> = ((<i>θ</i> % 360) + 360) % 360</code>.
829
830
Unless otherwise specified, if no specific hue interpolation algorithm is selected by the host syntax, the default is ''shorter''.
831
832
+If one of the angles has the value NaN,
833
+then for interpolation, NaN is replaced
834
+by the value of the other hue angle.
835
+If both angles have the value NaN,
836
837
+by the value 0 for both angles.
838
+
839
Issue(5277): How do these work when interpolating between multiple colors?
840
841
Security and Privacy Considerations {#SecPriv}
0 commit comments