1
0
Fork 0

Remove favicon contentDescription.

It does not convey any useful information to the user.
master
Eitan Isaacson 2019-04-01 11:50:55 -07:00 committed by Colin Lee
parent b73a0600f6
commit 3a6b546e96
2 changed files with 0 additions and 3 deletions

View File

@ -22,7 +22,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:contentDescription="@string/favicon_content_description"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

View File

@ -222,8 +222,6 @@
<string name="close_tab">Close tab</string>
<!-- Content description (not visible, for screen readers etc.): Opens the tab menu when pressed -->
<string name="tab_menu">Tab menu</string>
<!-- Content description (not visible, for screen readers etc.): Close tab button. Favicon for the session's site -->
<string name="favicon_content_description">Bookmark</string>
<!-- Button in the current session menu. Deletes the session when pressed -->
<string name="current_session_delete">Delete</string>
<!-- Button in the current session menu. Saves the session when pressed -->