accessibility.properties (8132B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 # LOCALIZATION NOTE (accessibility.contrast.ratio): A title text for the color contrast 6 # ratio description, used by the accessibility highlighter to display the value. %S in the 7 # content will be replaced by the contrast ratio numerical value. 8 accessibility.contrast.ratio=Contrast: %S 9 10 # LOCALIZATION NOTE (accessibility.contrast.ratio.error): A title text for the color 11 # contrast ratio, used when the tool is unable to calculate the contrast ratio value. 12 accessibility.contrast.ratio.error=Unable to calculate 13 14 # LOCALIZATION NOTE (accessibility.contrast.ratio.label): A title text for the color 15 # contrast ratio description, used together with the actual values. 16 accessibility.contrast.ratio.label=Contrast: 17 18 # LOCALIZATION NOTE (accessibility.contrast.ratio.label.large): A title text for the color 19 # contrast ratio description that also specifies that the color contrast criteria used is 20 # if for large text. 21 accessibility.contrast.ratio.label.large=Contrast (large text): 22 23 # LOCALIZATION NOTE (accessibility.text.label.issue.area): A title text that 24 # describes that currently selected accessible object for an <area> element must have 25 # its name provided via the alt attribute. 26 accessibility.text.label.issue.area = Use “alt” attribute to label “area” elements that have the “href” attribute. 27 28 # LOCALIZATION NOTE (accessibility.text.label.issue.dialog): A title text that 29 # describes that currently selected accessible object for a dialog should have a name 30 # provided. 31 accessibility.text.label.issue.dialog = Dialogs should be labeled. 32 33 # LOCALIZATION NOTE (accessibility.text.label.issue.document.title): A title text that 34 # describes that currently selected accessible object for a document must have a name 35 # provided via title. 36 accessibility.text.label.issue.document.title = Documents must have a title. 37 38 # LOCALIZATION NOTE (accessibility.text.label.issue.embed): A title text that 39 # describes that currently selected accessible object for an <embed> must have a name 40 # provided. 41 accessibility.text.label.issue.embed = Embedded content must be labeled. 42 43 # LOCALIZATION NOTE (accessibility.text.label.issue.figure): A title text that 44 # describes that currently selected accessible object for a figure should have a name 45 # provided. 46 accessibility.text.label.issue.figure = Figures with optional captions should be labeled. 47 48 # LOCALIZATION NOTE (accessibility.text.label.issue.fieldset): A title text that 49 # describes that currently selected accessible object for a <fieldset> must have a name 50 # provided. 51 accessibility.text.label.issue.fieldset = “fieldset” elements must be labeled. 52 53 # LOCALIZATION NOTE (accessibility.text.label.issue.fieldset.legend2): A title text that 54 # describes that currently selected accessible object for a <fieldset> must have a name 55 # provided via <legend> element. 56 accessibility.text.label.issue.fieldset.legend2 = Use a “legend” element to label a “fieldset”. 57 58 # LOCALIZATION NOTE (accessibility.text.label.issue.form): A title text that 59 # describes that currently selected accessible object for a form element must have a name 60 # provided. 61 accessibility.text.label.issue.form = Form elements must be labeled. 62 63 # LOCALIZATION NOTE (accessibility.text.label.issue.form.visible): A title text that 64 # describes that currently selected accessible object for a form element should have a name 65 # provided via a visible label/element. 66 accessibility.text.label.issue.form.visible = Form elements should have a visible text label. 67 68 # LOCALIZATION NOTE (accessibility.text.label.issue.frame): A title text that 69 # describes that currently selected accessible object for a <frame> must have a name 70 # provided. 71 accessibility.text.label.issue.frame = “frame” elements must be labeled. 72 73 # LOCALIZATION NOTE (accessibility.text.label.issue.glyph): A title text that 74 # describes that currently selected accessible object for a <mglyph> must have a name 75 # provided via alt attribute. 76 accessibility.text.label.issue.glyph = Use “alt” attribute to label “mglyph” elements. 77 78 # LOCALIZATION NOTE (accessibility.text.label.issue.heading): A title text that 79 # describes that currently selected accessible object for a heading must have a name 80 # provided. 81 accessibility.text.label.issue.heading = Headings must be labeled. 82 83 # LOCALIZATION NOTE (accessibility.text.label.issue.heading.content): A title text that 84 # describes that currently selected accessible object for a heading must have visible 85 # content. 86 accessibility.text.label.issue.heading.content = Headings should have visible text content. 87 88 # LOCALIZATION NOTE (accessibility.text.label.issue.iframe): A title text that 89 # describes that currently selected accessible object for an <iframe> have a name 90 # provided via title attribute. 91 accessibility.text.label.issue.iframe = Use “title” attribute to describe “iframe” content. 92 93 # LOCALIZATION NOTE (accessibility.text.label.issue.image): A title text that 94 # describes that currently selected accessible object for graphical content must have a 95 # name provided. 96 accessibility.text.label.issue.image = Content with images must be labeled. 97 98 # LOCALIZATION NOTE (accessibility.text.label.issue.interactive): A title text that 99 # describes that currently selected accessible object for interactive element must have a 100 # name provided. 101 accessibility.text.label.issue.interactive = Interactive elements must be labeled. 102 103 # LOCALIZATION NOTE (accessibility.text.label.issue.optgroup.label2): A title text that 104 # describes that currently selected accessible object for an <optgroup> must have a 105 # name provided via label attribute. 106 accessibility.text.label.issue.optgroup.label2 = Use a “label” attribute to label an “optgroup”. 107 108 # LOCALIZATION NOTE (accessibility.text.label.issue.toolbar): A title text that 109 # describes that currently selected accessible object for a toolbar must have a 110 # name provided when there is more than one toolbar in the document. 111 accessibility.text.label.issue.toolbar = Toolbars must be labeled when there is more than one toolbar. 112 113 # LOCALIZATION NOTE (accessibility.keyboard.issue.semantics): A title text that 114 # describes that currently selected accessible object is focusable and should 115 # indicate that it could be interacted with. 116 accessibility.keyboard.issue.semantics=Focusable elements should have interactive semantics. 117 118 # LOCALIZATION NOTE (accessibility.keyboard.issue.tabindex): A title text that 119 # describes that currently selected accessible object has a corresponding 120 # DOMNode that defines a tabindex attribute greater that 0 which can result in 121 # unexpected behaviour when navigating with keyboard. 122 accessibility.keyboard.issue.tabindex=Avoid using “tabindex” attribute greater than zero. 123 124 # LOCALIZATION NOTE (accessibility.keyboard.issue.action): A title text that 125 # describes that currently selected accessible object is interactive but can not 126 # be activated using keyboard or accessibility API. 127 accessibility.keyboard.issue.action=Interactive elements must be able to be activated using a keyboard. 128 129 # LOCALIZATION NOTE (accessibility.keyboard.issue.focusable): A title text that 130 # describes that currently selected accessible object is interactive but is not 131 # focusable with a keyboard. 132 accessibility.keyboard.issue.focusable=Interactive elements must be focusable. 133 134 # LOCALIZATION NOTE (accessibility.keyboard.issue.focus.visible): A title text 135 # that describes that currently selected accessible object is focusable but 136 # might not have appropriate focus styling. 137 accessibility.keyboard.issue.focus.visible=Focusable element may be missing focus styling. 138 139 # LOCALIZATION NOTE (accessibility.keyboard.issue.mouse.only): A title text that 140 # describes that currently selected accessible object is not focusable and not 141 # semantic but can be activated via mouse (e.g. has click handler). 142 accessibility.keyboard.issue.mouse.only=Clickable elements must be focusable and should have interactive semantics.