From 6cfd3299cb470dfd94f72422ebd8608028f3fa5a Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Sun, 31 Jan 2016 10:22:04 +1100 Subject: [PATCH] [css-properties-values-api] Refer to "initial value" rather than "default value" in the Abstract. --- css-properties-values-api/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-properties-values-api/Overview.bs b/css-properties-values-api/Overview.bs index 88aae096..cdc702eb 100644 --- a/css-properties-values-api/Overview.bs +++ b/css-properties-values-api/Overview.bs @@ -5,7 +5,7 @@ Group: houdini ED: https://drafts.css-houdini.org/css-properties-values-api-1/ Shortname: css-properties-values-api Level: 1 -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. +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. Editor: Tab Atkins, jackalmage@gmail.com Editor: Shane Stephens, shanestephens@google.com Editor: Daniel Glazman, daniel.glazman@disruptive-innovations.com