Commit ed6b0c6b authored by rbpotter's avatar rbpotter Committed by Commit Bot

Print Preview: Change page title to be more descriptive for screen readers

Bug: 987318
Change-Id: I7c8943f15724e6387c5a1a9fc1666c1940422020
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2486459Reviewed-by: default avatarJohn Lee <johntlee@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#819404}
parent 3c80ef1b
......@@ -16,6 +16,9 @@
<message name="IDS_PRINT_PREVIEW_TITLE" desc="Fallback title for print preview page.">
Print
</message>
<message name="IDS_PRINT_PREVIEW_DESCRIPTION" desc="Accessibility text: title/description of the Print Preview dialog Web Contents, read by screenreaders.">
Print preview dialog
</message>
<message name="IDS_PRINT_PREVIEW_LOADING" desc="Message to display while the print preview is still loading.">
Loading preview
</message>
......
4cebd4f475de4a4c1bbcd7c815aebe5efd2a204e
\ No newline at end of file
<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}" class="loading">
<head>
<title>$i18n{title}</title>
<title>$i18n{pageDescription}</title>
<meta charset="utf-8">
<base href="chrome://print">
<style>
......
......@@ -271,6 +271,7 @@ void AddPrintPreviewStrings(content::WebUIDataSource* source) {
{"optionShortEdge", IDS_PRINT_PREVIEW_OPTION_SHORT_EDGE},
{"optionTwoSided", IDS_PRINT_PREVIEW_OPTION_TWO_SIDED},
{"optionsLabel", IDS_PRINT_PREVIEW_OPTIONS_LABEL},
{"pageDescription", IDS_PRINT_PREVIEW_DESCRIPTION},
{"pageRangeLimitInstructionWithValue",
IDS_PRINT_PREVIEW_PAGE_RANGE_LIMIT_INSTRUCTION_WITH_VALUE},
{"pageRangeSyntaxInstruction",
......
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