From 50c60b03913f0678bbae044f513dca79fab11702 Mon Sep 17 00:00:00 2001 From: Darren Shen Date: Tue, 30 Jan 2018 10:57:14 +1100 Subject: [PATCH] Use indexed getters for CSSUnparsedValue --- css-typed-om/Overview.bs | 2 -- 1 file changed, 2 deletions(-) diff --git a/css-typed-om/Overview.bs b/css-typed-om/Overview.bs index bb2daadd..c3f26e95 100644 --- a/css-typed-om/Overview.bs +++ b/css-typed-om/Overview.bs @@ -549,8 +549,6 @@ interface CSSVariableReferenceValue { }; -Issue(239): Is this the best representation for this object? - {{CSSUnparsedValue}} objects represent values that reference custom properties. They represent a list of string fragments and variable references.