File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -416,6 +416,23 @@ defined in [[CSSOM]] with the following additional requirements:
416416 2. Otherwise, serialize as <a lt="steps()"
417417 function>steps(<integer>, <step-position>)</a> .
418418
419+ Privacy and Security Considerations {#priv-sec}
420+ ===================================
421+
422+ This specification does not directly introduce any new capabilities to the
423+ Web platform but rather provides common definitions that may be referenced by
424+ other specifications.
425+ As a result, it does not introduce any new privacy and security concerns.
426+
427+ Specifications referencing the features defined in this specification
428+ should consider that while easing functions most commonly
429+ take an [=input progress value=] in the range [0,1]
430+ and produce an [=output progress value=] in the range [0, 1] ,
431+ this is not always the case.
432+ Applications of easing functions should
433+ define the behavior for inputs and outputs outside this range
434+ to ensure they do not introduce new security considerations.
435+
419436Changes since last publication {#changes}
420437==============================
421438
You can’t perform that action at this time.
0 commit comments