From 00902b9829f23f3399446f7b80519fd3d28e645b Mon Sep 17 00:00:00 2001 From: Darren Shen Date: Mon, 15 Jan 2018 13:19:57 +1100 Subject: [PATCH] Remove CSSKeywordValue stringifier --- css-typed-om/Overview.bs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/css-typed-om/Overview.bs b/css-typed-om/Overview.bs index f5beccf6..4f83a826 100644 --- a/css-typed-om/Overview.bs +++ b/css-typed-om/Overview.bs @@ -518,7 +518,6 @@ The indexed getter retrieves the string fragment [Constructor(DOMString value)] interface CSSKeywordValue : CSSStyleValue { attribute DOMString value; - stringifier; }; @@ -532,15 +531,6 @@ interface CSSKeywordValue : CSSStyleValue { set to |value|. -
- The stringification behavior of a {{CSSKeywordValue}} |this| is: - - 1. Let |token| be an <> - with its value set to |this|’s {{CSSKeywordValue/value}} internal slot. - - 2. Return the serialization of |token|. -
- Any place that accepts a {{CSSKeywordValue}} also accepts a raw {{DOMString}}, by using the following typedef and algorithm: