From 630a480ad1fb28e208b02f71db487f5686dd5583 Mon Sep 17 00:00:00 2001 From: Darren Shen Date: Mon, 29 Jan 2018 11:01:00 +1100 Subject: [PATCH] Clarify bulleted list about CSSNumericValues --- css-typed-om/Overview.bs | 1 + 1 file changed, 1 insertion(+) diff --git a/css-typed-om/Overview.bs b/css-typed-om/Overview.bs index 7ed8d4e8..e494abe8 100644 --- a/css-typed-om/Overview.bs +++ b/css-typed-om/Overview.bs @@ -572,6 +572,7 @@ Numeric Values: {#numeric-objects} {{CSSNumericValue}} objects represent CSS values that are numeric in nature (<>s, <>s, <>s). +There are two interfaces that inherit from {{CSSNumericValue}}: * {{CSSUnitValue}} objects represent values that contain a single unit type (for example "42px").