chromium/third_party/blink/renderer/core/dom/accessibility_role.idl

// Copyright 2018 The Chromium Authors
// 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
interface mixin AccessibilityRole {
  [CEReactions, Reflect] attribute DOMString? role;
};

Element includes AccessibilityRole;
ElementInternals includes AccessibilityRole;