blob: 9c70b6b2c61e74e6650da25cb5244d3dfcf83ad5 [file] [log] [blame]
// Copyright 2016 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(CSSLengthValue x, CSSLengthValue y),
Exposed=(Window,PaintWorklet),
RuntimeEnabled=CSSTypedOM
] interface CSSPositionValue : CSSStyleValue {
readonly attribute CSSLengthValue x;
readonly attribute CSSLengthValue y;
};