Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
ax_constants.h
Go to the documentation of this file.
1// Copyright 2019 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef UI_ACCESSIBILITY_AX_CONSTANTS_H_
6#define UI_ACCESSIBILITY_AX_CONSTANTS_H_
7
8#include <cstdint>
9
10namespace ax {
11
12namespace mojom {
13
14// https://www.w3.org/TR/wai-aria-1.1/#aria-rowcount
15// https://www.w3.org/TR/wai-aria-1.1/#aria-colcount
16// If the total number of (rows|columns) is unknown, authors MUST set the
17// value of aria-(rowcount|colcount) to -1 to indicate that the value should not
18// be calculated by the user agent.
19// See: AXTableInfo
21
22} // namespace mojom
23
24} // namespace ax
25
26#endif // UI_ACCESSIBILITY_AX_CONSTANTS_H_
const int32_t kUnknownAriaColumnOrRowCount