Allow toggling elements with the keyboard
Using `<a>` tags with no `href` means these elements cannot be activated by keyboard users, so we're replacing them with buttons. In the future we probably want to add more consistency so all toggle buttons use the same code. We might also add styles depending on the `aria-expanded` property.
This commit is contained in:
@@ -946,7 +946,7 @@ en:
|
||||
help:
|
||||
alt: Select the text you want to comment and press the button with the pencil.
|
||||
text: To comment this document you must %{sign_in} or %{sign_up}. Then select the text you want to comment and press the button with the pencil.
|
||||
title: How I can comment this document?
|
||||
title: How can I comment this document?
|
||||
links:
|
||||
form:
|
||||
delete_button: Delete
|
||||
|
||||
Reference in New Issue
Block a user