Skip to content

Commit

Permalink
Update messages (#60)
Browse files Browse the repository at this point in the history
master (87630817): 3 updated files

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 15, 2024
1 parent 6951d05 commit 57a6ac5
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _data/master.json
Original file line number Diff line number Diff line change
Expand Up @@ -7182,7 +7182,7 @@
"expand",
"activate",
"cycle",
"click ancestor",
"clickAncestor",
"htmlContent",
"tab",
"term",
Expand Down Expand Up @@ -7231,7 +7231,7 @@
"expand",
"activate",
"cycle",
"click ancestor"
"clickAncestor"
],
"dom/chrome/accessibility/win/accessible.properties": [
"jump",
Expand All @@ -7247,7 +7247,7 @@
"expand",
"activate",
"cycle",
"click ancestor",
"clickAncestor",
"banner",
"complementary",
"contentinfo",
Expand Down
5 changes: 5 additions & 0 deletions dom/chrome/accessibility/mac/accessible.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ cycle = Cycle
# (ancestor) element. This is not normally reported to users.
click ancestor = Click ancestor

# An action provided to accessibility clients such as screen readers to allow
# them to click an element when the click will be handled by a container
# (ancestor) element. This is not normally reported to users.
clickAncestor = Click ancestor

# Universal Access API support
# (Mac Only)
# The Role Description for AXWebArea (the web widget). Like in Safari.
Expand Down
4 changes: 4 additions & 0 deletions dom/chrome/accessibility/unix/accessible.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ cycle = Cycle
# them to click an element when the click will be handled by a container
# (ancestor) element. This is not normally reported to users.
click ancestor = Click ancestor
# An action provided to accessibility clients such as screen readers to allow
# them to click an element when the click will be handled by a container
# (ancestor) element. This is not normally reported to users.
clickAncestor = Click ancestor
5 changes: 5 additions & 0 deletions dom/chrome/accessibility/win/accessible.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ cycle = Cycle
# (ancestor) element. This is not normally reported to users.
click ancestor = Click ancestor

# An action provided to accessibility clients such as screen readers to allow
# them to click an element when the click will be handled by a container
# (ancestor) element. This is not normally reported to users.
clickAncestor = Click ancestor

# These messages are reported by accessibility clients such as screen readers to
# indicate landmarks, which are significant sections of a document to which
# users might want to navigate quickly. See this page for more information:
Expand Down

0 comments on commit 57a6ac5

Please sign in to comment.