blob: 1e898ed3b56782d29e240bb91aad0984999fea4e [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[
Constructor(DOMString keyword),
Exposed=(Window,PaintWorklet),
RuntimeEnabled=CSSTypedOM,
RaisesException=Constructor
] interface CSSKeywordValue : CSSStyleValue {
readonly attribute DOMString keywordValue;
};