vpat 43: add label to scaffold translator output (#4018)

In a new scaffold.ftl file.

Vpat 43 also indicates that the read-only state of the text field
does not get announced - it is a VoiceOver-specific issue on
Firefox, so it is not addressed here as it should be fixed
globally.
This commit is contained in:
Bogdan Abaev 2024-05-06 10:50:40 -04:00 committed by Dan Stillman
parent 989956f392
commit 8de5eb360d
3 changed files with 5 additions and 1 deletions

View file

@ -51,6 +51,7 @@
<html:link rel="localization" href="browser/browserSets.ftl"/> <html:link rel="localization" href="browser/browserSets.ftl"/>
<html:link rel="localization" href="toolkit/global/textActions.ftl"/> <html:link rel="localization" href="toolkit/global/textActions.ftl"/>
<html:link rel="localization" href="zotero.ftl" /> <html:link rel="localization" href="zotero.ftl" />
<html:link rel="localization" href="scaffold.ftl" />
</linkset> </linkset>
<script> <script>
@ -535,7 +536,7 @@
</tabbox> </tabbox>
<splitter id="pane-splitter" resizeafter="farthest" /> <splitter id="pane-splitter" resizeafter="farthest" />
<vbox id="right-pane"> <vbox id="right-pane">
<html:textarea id="output" readonly="true"/> <html:textarea id="output" readonly="true" data-l10n-id="scaffold-translator-output"/>
</vbox> </vbox>
</hbox> </hbox>

View file

@ -0,0 +1,2 @@
scaffold-translator-output =
.aria-label = Console

View file

@ -128,6 +128,7 @@ const scssFiles = [
const ftlFileBaseNames = [ const ftlFileBaseNames = [
'zotero', 'zotero',
'preferences', 'preferences',
'scaffold',
]; ];
const buildsURL = 'https://zotero-download.s3.amazonaws.com/ci/'; const buildsURL = 'https://zotero-download.s3.amazonaws.com/ci/';