Skip to content

Commit 5c54c19

Browse files
committed
[css-properties-values-api] Fix abstract and example title.
1 parent fb748c4 commit 5c54c19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-properties-values-api/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Group: houdini
55
ED: https://drafts.css-houdini.org/css-properties-values-api-1/
66
Shortname: css-properties-values-api
77
Level: 1
8-
Abstract: This CSS module defines an API for registering new CSS properties. Properties registered using this API are provided with a parse syntax that defines a type, inheritance behaviour, and a default value.
8+
Abstract: This CSS module defines an API for registering new CSS properties. Properties registered using this API are provided with a parse syntax that defines a type, inheritance behaviour, and an initial value.
99
Editor: Tab Atkins, jackalmage@gmail.com
1010
Editor: Shane Stephens, shanestephens@google.com
1111
Editor: Daniel Glazman, daniel.glazman@disruptive-innovations.com
@@ -248,7 +248,7 @@ For example, the following are all valid syntax strings.
248248

249249
</div>
250250

251-
Calculation of Computed values {#calculation-of-computed-values}
251+
Calculation of Computed Values {#calculation-of-computed-values}
252252
----------------------------------------------------------------
253253

254254
The syntax of a custom property fully determines how computed values are
@@ -278,8 +278,8 @@ primitives in the list.
278278
Examples {#examples}
279279
====================
280280

281-
Example 1: Polyfill scale, translate, rotate {#example-1}
282-
---------------------------------------------------------
281+
Example 1: Using custom properties to add animation behavior {#example-1}
282+
-------------------------------------------------------------------------
283283

284284
<pre class='lang-markup'>
285285
&lt;script&gt;

0 commit comments

Comments
 (0)