blob: 7af6486029431596570e0c25f9c4a0751b87e210 [file] [log] [blame]
// Copyright 2020 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.
module blink.mojom;
// Spec: https://drafts.csswg.org/mediaqueries-5/#prefers-contrast
enum PreferredContrast {
kMore,
kLess,
kNoPreference,
};