Skip to content

Commit

Permalink
change rule messages #1674
Browse files Browse the repository at this point in the history
  • Loading branch information
shunguoy committed Nov 1, 2023
1 parent 98503e2 commit c9a6840
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"pass_inline": "The target is in a sentence or its size is otherwise constrained by the line-height of non-target text",
"pass_default": "The target's size is determined by the user agent and is not modified by the author",
"violation_spacing": "Undersized target \"{0}\" does not have sufficient spacing of 12 CSS pixels from another target \"{1}\"",
"recommendation_inline": "Confirm the inline target \"{0}\" is sufficiently spaced from aother inline target \"{1}\"",
"recommendation_inline": "Confirm the inline target \"{0}\" is sufficiently spaced from another inline target \"{1}\"",
"potential_overlap": "Ensure the overlapped target \"{0}\" meets a minimum target size or has sufficient spacing from the overlapping target \"{1}\""
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ <h2 style="margin-top:30px;">display: mixed</h2>
"aria": "/document[1]/img[2]"
},
"reasonId": "recommendation_inline",
"message": "Confirm the inline target \"img\" is sufficiently spaced from aother inline target \"a\"",
"message": "Confirm the inline target \"img\" is sufficiently spaced from another inline target \"a\"",
"messageArgs": [
"img",
"a"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"aria": "/document[1]/link[1]"
},
"reasonId": "recommendation_inline",
"message": "Confirm the inline target \"a\" is sufficiently spaced from aother inline target \"a\"",
"message": "Confirm the inline target \"a\" is sufficiently spaced from another inline target \"a\"",
"messageArgs": [
"a",
"a"
Expand Down Expand Up @@ -122,7 +122,7 @@
"aria": "/document[1]/link[6]"
},
"reasonId": "recommendation_inline",
"message": "Confirm the inline target \"a\" is sufficiently spaced from aother inline target \"a\"",
"message": "Confirm the inline target \"a\" is sufficiently spaced from another inline target \"a\"",
"messageArgs": [
"a",
"a"
Expand All @@ -141,7 +141,7 @@
"aria": "/document[1]/link[7]"
},
"reasonId": "recommendation_inline",
"message": "Confirm the inline target \"a\" is sufficiently spaced from aother inline target \"a\"",
"message": "Confirm the inline target \"a\" is sufficiently spaced from another inline target \"a\"",
"messageArgs": [
"a",
"a"
Expand All @@ -160,7 +160,7 @@
"aria": "/document[1]/link[8]"
},
"reasonId": "recommendation_inline",
"message": "Confirm the inline target \"a\" is sufficiently spaced from aother inline target \"a\"",
"message": "Confirm the inline target \"a\" is sufficiently spaced from another inline target \"a\"",
"messageArgs": [
"a",
"a"
Expand All @@ -179,7 +179,7 @@
"aria": "/document[1]/link[9]"
},
"reasonId": "recommendation_inline",
"message": "Confirm the inline target \"a\" is sufficiently spaced from aother inline target \"a\"",
"message": "Confirm the inline target \"a\" is sufficiently spaced from another inline target \"a\"",
"messageArgs": [
"a",
"a"
Expand All @@ -198,7 +198,7 @@
"aria": "/document[1]/link[10]"
},
"reasonId": "recommendation_inline",
"message": "Confirm the inline target \"a\" is sufficiently spaced from aother inline target \"a\"",
"message": "Confirm the inline target \"a\" is sufficiently spaced from another inline target \"a\"",
"messageArgs": [
"a",
"a"
Expand All @@ -217,7 +217,7 @@
"aria": "/document[1]/link[11]"
},
"reasonId": "recommendation_inline",
"message": "Confirm the inline target \"a\" is sufficiently spaced from aother inline target \"a\"",
"message": "Confirm the inline target \"a\" is sufficiently spaced from another inline target \"a\"",
"messageArgs": [
"a",
"a"
Expand All @@ -236,7 +236,7 @@
"aria": "/document[1]/link[12]"
},
"reasonId": "recommendation_inline",
"message": "Confirm the inline target \"a\" is sufficiently spaced from aother inline target \"a\"",
"message": "Confirm the inline target \"a\" is sufficiently spaced from another inline target \"a\"",
"messageArgs": [
"a",
"a"
Expand All @@ -255,7 +255,7 @@
"aria": "/document[1]/link[13]"
},
"reasonId": "recommendation_inline",
"message": "Confirm the inline target \"a\" is sufficiently spaced from aother inline target \"a\"",
"message": "Confirm the inline target \"a\" is sufficiently spaced from another inline target \"a\"",
"messageArgs": [
"a",
"a"
Expand Down

0 comments on commit c9a6840

Please sign in to comment.