blob: e185b197f8cec55dc8fbae9724a0afe6ba951c26 [file] [log] [blame]
// Copyright 2018 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.
// ARIA reflection
// https://w3c.github.io/aria/#idl-interface
[
RuntimeEnabled=AccessibilityObjectModel
] interface mixin AccessibilityRole {
[CEReactions, Reflect] attribute DOMString? role;
};
Element includes AccessibilityRole;
ElementInternals includes AccessibilityRole;