Commit 707ed60c authored by Alice Boxhall's avatar Alice Boxhall Committed by Commit Bot

Update most Reader Mode labels

Still to do (as a follow up): font size labels and omnibox button labels.

Bug: 1041918
Change-Id: I99c1c814accd079e15dd8861246631a570443a57
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007797
Commit-Queue: Alice Boxhall <aboxhall@chromium.org>
Reviewed-by: default avatarAran Gilman <gilmanmh@google.com>
Cr-Commit-Position: refs/heads/master@{#734351}
parent 88d22715
...@@ -20,13 +20,13 @@ found in the LICENSE file. ...@@ -20,13 +20,13 @@ found in the LICENSE file.
<div id="main-content"> <div id="main-content">
<div id="settings-container" class="desktop-only"> <div id="settings-container" class="desktop-only">
<button id="settings-toggle" type="button" <button id="settings-toggle" type="button"
aria-label="Adjust appearance settings" tabindex=0> aria-label="Customize appearance" tabindex=0>
<i class="material-icons">text_format</i> <i class="material-icons">text_format</i>
</button> </button>
<dialog id="settings-dialog"> <dialog id="settings-dialog">
<div id="settings-header"> <div id="settings-header">
<h2>Reader Mode Styling</h2> <h2>Customize appearance</h2>
<button id="close-settings-button" type="button" aria-label="Close settings" <button id="close-settings-button" type="button" aria-label="Close"
tabindex=0> tabindex=0>
<i class="material-icons">close</i> <i class="material-icons">close</i>
</button> </button>
...@@ -34,23 +34,23 @@ found in the LICENSE file. ...@@ -34,23 +34,23 @@ found in the LICENSE file.
<div id="settings-fields"> <div id="settings-fields">
<div class="setting"> <div class="setting">
<label id="font-family-label" class="screen-reader-only"> <label id="font-family-label" class="screen-reader-only">
Font Style Font style
</label> </label>
<select id="font-family-selection" aria-labelledby="font-family-label" name="font-family"> <select id="font-family-selection" aria-labelledby="font-family-label" name="font-family">
<option value="sans-serif" selected>Sans-serif font</option> <option value="sans-serif" selected>sans-serif font</option>
<option value="serif">Serif font</option> <option value="serif">serif font</option>
<option value="monospace">Monospace font</option> <option value="monospace">monospace font</option>
</select> </select>
</div> </div>
<div class="setting"> <div class="setting">
<fieldset id="theme-selection"> <fieldset id="theme-selection">
<legend class="screen-reader-only"> <legend class="screen-reader-only">
Page Theme Page Color
</legend> </legend>
<ul> <ul>
<li class="theme-option"> <li class="theme-option">
<label id="theme-option-light-label" class="screen-reader-only"> <label id="theme-option-light-label" class="screen-reader-only">
Light light
</label> </label>
<input type="radio" name="theme" value="light" <input type="radio" name="theme" value="light"
aria-labelledby="theme-option-light-label" aria-labelledby="theme-option-light-label"
...@@ -59,7 +59,7 @@ found in the LICENSE file. ...@@ -59,7 +59,7 @@ found in the LICENSE file.
</li> </li>
<li class="theme-option"> <li class="theme-option">
<label id="theme-option-sepia-label" class="screen-reader-only"> <label id="theme-option-sepia-label" class="screen-reader-only">
Sepia sepia
</label> </label>
<input type="radio" name="theme" value="sepia" <input type="radio" name="theme" value="sepia"
aria-labelledby="theme-option-sepia-label" aria-labelledby="theme-option-sepia-label"
...@@ -68,7 +68,7 @@ found in the LICENSE file. ...@@ -68,7 +68,7 @@ found in the LICENSE file.
</li> </li>
<li class="theme-option"> <li class="theme-option">
<label id="theme-option-dark-label" class="screen-reader-only"> <label id="theme-option-dark-label" class="screen-reader-only">
Dark dark
</label> </label>
<input type="radio" name="theme" value="dark" <input type="radio" name="theme" value="dark"
aria-labelledby="theme-option-dark-label" aria-labelledby="theme-option-dark-label"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment