blob: 8ffd2df524b0953f0f46c3a9a0de866fdff501a8 [file] [log] [blame]
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://wicg.github.io/document-picture-in-picture/#dictdef-documentpictureinpictureoptions
dictionary DocumentPictureInPictureOptions {
[EnforceRange] unsigned long long width = 0;
[EnforceRange] unsigned long long height = 0;
double initialAspectRatio = 0.0;
boolean copyStyleSheets = false;
};