Add rejection of out-of-range values for single-timing-functions

This commit is contained in:
Dawing Cho 2017-02-14 01:55:10 +00:00
parent d44bf6182f
commit 8f4282ef76
4 changed files with 46 additions and 8 deletions

View file

@ -80,3 +80,4 @@ mod position;
mod selectors;
mod supports;
mod text_overflow;
mod transition_timing_function;