Skip to content

Commit ec14b3a

Browse files
birtlesfantasai
authored andcommitted
[css-easing-1] Add privacy and security considerations section
1 parent b1ad4fb commit ec14b3a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

css-easing-1/Overview.bs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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(&lt;integer&gt;, &lt;step-position&gt;)</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+
419436
Changes since last publication {#changes}
420437
==============================
421438

0 commit comments

Comments
 (0)