a11y 0.2.2

无障碍(ACCESSIBILITY,A11Y,辅助功能)
Documentation
/*
 * Copyright (c) 2024. The RigelA open source project team and
 * its contributors reserve all rights.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * http://www.apache.org/licenses/LICENSE-2.0
 * Unless required by applicable law or agreed to in writing, software distributed under the
 * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and limitations under the License.
 */

#![allow(non_snake_case)]

pub(crate) mod Accessible2;
pub(crate) mod Accessible2_2;
pub(crate) mod Accessible2_3;
pub(crate) mod AccessibleAction;
pub(crate) mod AccessibleApplication;
pub(crate) mod AccessibleComponent;
pub(crate) mod AccessibleDocument;
pub(crate) mod AccessibleEditableText;
pub(crate) mod AccessibleEventID;
pub(crate) mod AccessibleHyperlink;
pub(crate) mod AccessibleHypertext;
pub(crate) mod AccessibleHypertext2;
pub(crate) mod AccessibleImage;
pub(crate) mod AccessibleRelation;
pub(crate) mod AccessibleRole;
pub(crate) mod AccessibleStates;
pub(crate) mod AccessibleTable;
pub(crate) mod AccessibleTable2;
pub(crate) mod AccessibleTableCell;
pub(crate) mod AccessibleText;
pub(crate) mod AccessibleText2;
pub(crate) mod AccessibleValue;
pub(crate) mod IA2CommonTypes;