File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,23 @@ WPT Display: closed
4444 }
4545}
4646</style>
47+ <style>
48+ /* Put nice boxes around each algorithm. */
49+ [data-algorithm] :not(.heading) {
50+ padding: .5em;
51+ border: thin solid #ddd; border-radius: .5em;
52+ margin: .5em calc(-0.5em - 1px);
53+ }
54+ [data-algorithm] :not(.heading) > :first-child {
55+ margin-top: 0;
56+ }
57+ [data-algorithm] :not(.heading) > :last-child {
58+ margin-bottom: 0;
59+ }
60+ [data-algorithm] [data-algorithm] {
61+ margin: 1em 0;
62+ }
63+ </style>
4764
4865Introduction {#introduction}
4966============================
@@ -245,6 +262,8 @@ A [=linear easing function=] has the following syntax:
245262<h4 id=linear-easing-function-serializing>
246263Serializing</h4>
247264
265+ The ''linear'' keyword is serialized as itself.
266+
248267<div algorithm>
249268 To <dfn export>serialize a linear() function</dfn> :
250269
You can’t perform that action at this time.
0 commit comments