Flutter Engine
The Flutter Engine
third_party
accessibility
ax
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
10
namespace
ax
{
11
12
namespace
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
20
const
int32_t
kUnknownAriaColumnOrRowCount
= -1;
21
22
}
// namespace mojom
23
24
}
// namespace ax
25
26
#endif
// UI_ACCESSIBILITY_AX_CONSTANTS_H_
ax::mojom::kUnknownAriaColumnOrRowCount
const int32_t kUnknownAriaColumnOrRowCount
Definition:
ax_constants.h:20
ax
Definition:
ax_constants.h:10
Generated on Sun Jun 23 2024 21:55:19 for Flutter Engine by
1.9.4