Skip to content

Commit

Permalink
clean up rule #1674
Browse files Browse the repository at this point in the history
  • Loading branch information
shunguoy committed Nov 1, 2023
1 parent 9f20424 commit b81d424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import { eRulePolicy, eToolkitLevel } from "../api/IRule";
import { VisUtil } from "../../v2/dom/VisUtil";
import { DOMMapper } from "../../v2/dom/DOMMapper";
import { getDefinedStyles, getComputedStyle } from "../util/CSSUtil";
import { getComputedStyle } from "../util/CSSUtil";

export let target_spacing_sufficient: Rule = {
id: "target_spacing_sufficient",
Expand Down
1 change: 1 addition & 0 deletions accessibility-checker-engine/src/v4/rulesets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const summaries = {
"2.5.2": "For functionality that can be operated using a single pointer, completion of the function is on the up-event with an ability to abort, undo or reverse the outcome.",
"2.5.3": "For user interface components with labels that include text or images of text, the accessible name contains the text that is presented visually.",
"2.5.4": "Functionality that can be operated by motion can also be operated by user interface components, and the motion trigger can be disabled.",
"2.5.8": "The size of the target for pointer inputs is at least 24 by 24 CSS pixels.",
"3.1.1": "The default human language of Web pages, non-Web documents, or software can be programmatically determined.",
"3.1.2": "The human language of each passage or phrase in the content can be programmatically determined.",
"3.2.1": "When any component receives focus, it does not initiate a change of context.",
Expand Down

0 comments on commit b81d424

Please sign in to comment.