Skip to content

Commit ee3b72b

Browse files
committed
[css-timing-1] Add syntax to section headings
This covers the first part of w3c#2027.
1 parent 193a975 commit ee3b72b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

css-timing-1/Overview.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ This specification defines four types of timing functions whose definitions
8888
follow.
8989

9090

91-
The linear timing function {#linear-timing-function-section}
92-
--------------------------
91+
The linear timing function: ''linear'' {#linear-timing-function-section}
92+
------------------------------------------------------------------------
9393

9494
The <dfn export>linear timing function</dfn> is an identity function
9595
meaning that its [=output progress value=] is equal to the
@@ -99,7 +99,7 @@ The syntax for the [=linear timing function=] is simply the
9999
<dfn dfn-type=value for=single-timing-function>linear</dfn> keyword.
100100

101101

102-
Cubic B&eacute;zier timing functions {#cubic-bezier-timing-functions}
102+
Cubic B&eacute;zier timing functions: ''ease'', ''ease-in'', ''ease-out'', ''ease-in-out'', ''cubic-bezier()'' {#cubic-bezier-timing-functions}
103103
---------------------------------------------------------------------
104104

105105
A <dfn export>cubic B&eacute;zier timing function</dfn> is a type of [=timing
@@ -196,8 +196,8 @@ The keyword values listed above are illustrated below.
196196
</figure>
197197

198198

199-
Step timing functions {#step-timing-functions}
200-
---------------------
199+
Step timing functions: ''step-start'', ''step-end'', ''steps()'' {#step-timing-functions}
200+
----------------------------------------------------------------
201201

202202
A <dfn>step timing function</dfn> is a type of <a>timing function</a>
203203
that divides the input time into a specified number of intervals that
@@ -324,8 +324,8 @@ The meaning of each value is as follows:
324324

325325
</dl>
326326

327-
Frames timing functions {#frames-timing-functions}
328-
-----------------------
327+
Frames timing functions: ''frames()'' {#frames-timing-functions}
328+
----------------------------------------------------------------
329329

330330
A <dfn>frames timing function</dfn> is a type of <a>timing function</a>
331331
that divides the input time into a specified number of intervals of equal

0 commit comments

Comments
 (0)