blob: 7b4072b47ef27520f8d7a4848a84796b7cb7c7e5 [file] [log] [blame]
Blink Reformat4c46d092018-04-07 15:32:371// Copyright 2015 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
Blink Reformat4c46d092018-04-07 15:32:374
Tim van der Lippebb352e62021-04-01 17:57:285import * as i18n from '../../core/i18n/i18n.js';
Simon Zündfbfd1072021-03-01 07:38:536const UIStrings = {
vidorteg88473612021-01-29 04:09:037 /**
Jack Franklinfd72c072022-12-21 11:45:018 *@description Text to indicate something is not enabled
9 */
vidorteg88473612021-01-29 04:09:0310 disabled: 'Disabled',
11 /**
Jack Franklinfd72c072022-12-21 11:45:0112 *@description Tooltip text that appears when hovering over the 'Disabled' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
13 */
vidorteg88473612021-01-29 04:09:0314 ifTrueThisElementCurrentlyCannot: 'If true, this element currently cannot be interacted with.',
15 /**
Jack Franklinfd72c072022-12-21 11:45:0116 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
17 */
vidorteg88473612021-01-29 04:09:0318 invalidUserEntry: 'Invalid user entry',
19 /**
Jack Franklinfd72c072022-12-21 11:45:0120 *@description Tooltip text that appears when hovering over the 'Invalid user entry' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
21 */
vidorteg88473612021-01-29 04:09:0322 ifTrueThisElementsUserentered:
23 'If true, this element\'s user-entered value does not conform to validation requirement.',
24 /**
Jack Franklinfd72c072022-12-21 11:45:0125 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
26 */
vidorteg88473612021-01-29 04:09:0327 editable: 'Editable',
28 /**
Jack Franklinfd72c072022-12-21 11:45:0129 *@description Tooltip text that appears when hovering over the 'Editable' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
30 */
vidorteg88473612021-01-29 04:09:0331 ifAndHowThisElementCanBeEdited: 'If and how this element can be edited.',
32 /**
Jack Franklinfd72c072022-12-21 11:45:0133 *@description Adjective. Describes whether the currently selected HTML element of the page can receive focus at all (e.g. can the selected element receive user keyboard input).
34 * Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
35 */
vidorteg88473612021-01-29 04:09:0336 focusable: 'Focusable',
37 /**
Jack Franklinfd72c072022-12-21 11:45:0138 *@description Tooltip text that appears when hovering over the 'Focusable' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
39 */
vidorteg88473612021-01-29 04:09:0340 ifTrueThisElementCanReceiveFocus: 'If true, this element can receive focus.',
41 /**
Jack Franklinfd72c072022-12-21 11:45:0142 *@description Adjective. Describes whether the currently selected HTML element of the page is focused (e.g. the selected element receives user keyboard input).
43 * Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane.
44 */
vidorteg88473612021-01-29 04:09:0345 focused: 'Focused',
46 /**
Jack Franklinfd72c072022-12-21 11:45:0147 *@description Tooltip text that appears when hovering over the 'Focused' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
48 */
Peter Marshallb8bd00f2021-02-24 08:25:1849 ifTrueThisElementCurrentlyHas: 'If `true`, this element currently has focus.',
vidorteg88473612021-01-29 04:09:0350 /**
Jack Franklinfd72c072022-12-21 11:45:0151 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
52 */
vidorteg88473612021-01-29 04:09:0353 canSetValue: 'Can set value',
54 /**
Jack Franklinfd72c072022-12-21 11:45:0155 *@description Tooltip text that appears when hovering over the 'Can set value' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
56 */
vidorteg88473612021-01-29 04:09:0357 whetherTheValueOfThisElementCan: 'Whether the value of this element can be set.',
58 /**
Jack Franklinfd72c072022-12-21 11:45:0159 * @description Accessibility attribute name that appears under the Computed Properties section in
60 * the Accessibility pane of the Elements panel. A live region is an area of the webpage which is
61 * dynamic and changes frequently.
62 */
vidorteg88473612021-01-29 04:09:0363 liveRegion: 'Live region',
64 /**
Jack Franklinfd72c072022-12-21 11:45:0165 *@description Tooltip text that appears when hovering over the 'Live region' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
66 */
vidorteg88473612021-01-29 04:09:0367 whetherAndWhatPriorityOfLive: 'Whether and what priority of live updates may be expected for this element.',
68 /**
Jack Franklinfd72c072022-12-21 11:45:0169 * @description Accessibility attribute name that appears under the Computed Properties section in
70 * the Accessibility pane of the Elements panel when inspecting an element with aria-relevant set.
71 */
vidorteg88473612021-01-29 04:09:0372 atomicLiveRegions: 'Atomic (live regions)',
73 /**
Jack Franklinfd72c072022-12-21 11:45:0174 * @description Tooltip text that appears when hovering over the 'Atomic (live regions)' attribute
75 * name under the Computed Properties section in the Accessibility pane of the Elements panel. When
76 * a node within a live region changes, the entire live region can be presented to the user, or
77 * just the nodes within the region that actually changed.
78 */
vidorteg88473612021-01-29 04:09:0379 ifThisElementMayReceiveLive:
80 'If this element may receive live updates, whether the entire live region should be presented to the user on changes, or only changed nodes.',
81 /**
Jack Franklinfd72c072022-12-21 11:45:0182 * @description Accessibility attribute name that appears under the Computed Properties section in
83 * the Accessibility pane of the Elements panel when inspecting an element with aria-relevant set.
84 */
vidorteg88473612021-01-29 04:09:0385 relevantLiveRegions: 'Relevant (live regions)',
86 /**
Jack Franklinfd72c072022-12-21 11:45:0187 *@description Tooltip text that appears when hovering over the 'Relevant (live regions)' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
88 */
vidorteg88473612021-01-29 04:09:0389 ifThisElementMayReceiveLiveUpdates:
90 'If this element may receive live updates, what type of updates should trigger a notification.',
91 /**
Jack Franklinfd72c072022-12-21 11:45:0192 * @description Accessibility attribute name that appears under the Computed Properties section in
93 * the Accessibility pane of the Elements pane. Indicates that the aria-busy attribute is set for
94 * the element, which means the element is being modified and assistive technologies like screen
95 * readers may want to wait until the area is no longer live/busy before exposing it to the user.
96 */
Peter Marshallf625dc82021-03-02 08:10:5797 busyLiveRegions: '`Busy` (live regions)',
vidorteg88473612021-01-29 04:09:0398 /**
Jack Franklinfd72c072022-12-21 11:45:0199 *@description Tooltip text that appears when hovering over the 'Busy (live regions)' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
100 */
vidorteg88473612021-01-29 04:09:03101 whetherThisElementOrItsSubtree:
102 'Whether this element or its subtree are currently being updated (and thus may be in an inconsistent state).',
103 /**
Jack Franklinfd72c072022-12-21 11:45:01104 * @description Accessibility attribute name that appears under the Computed Properties section in
105 * the Accessibility pane of the Elements panel. A live region is a section of the DOM graph which
106 * is dynamic in nature and will change regularly. The live region root is the node in the graph
107 * which is a parent of all nodes in the live region.
108 * https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions
109 */
vidorteg88473612021-01-29 04:09:03110 liveRegionRoot: 'Live region root',
111 /**
Jack Franklinfd72c072022-12-21 11:45:01112 *@description Tooltip text that appears when hovering over the 'Live region root' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
113 */
vidorteg88473612021-01-29 04:09:03114 ifThisElementMayReceiveLiveUpdatesThe:
115 'If this element may receive live updates, the root element of the containing live region.',
116 /**
Jack Franklinfd72c072022-12-21 11:45:01117 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
118 */
vidorteg88473612021-01-29 04:09:03119 hasAutocomplete: 'Has autocomplete',
120 /**
Jack Franklinfd72c072022-12-21 11:45:01121 *@description Tooltip text that appears when hovering over the 'Has autocomplete' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
122 */
vidorteg88473612021-01-29 04:09:03123 whetherAndWhatTypeOfAutocomplete:
124 'Whether and what type of autocomplete suggestions are currently provided by this element.',
125 /**
Jack Franklinfd72c072022-12-21 11:45:01126 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
127 */
vidorteg88473612021-01-29 04:09:03128 hasPopup: 'Has popup',
129 /**
Jack Franklinfd72c072022-12-21 11:45:01130 *@description Tooltip text that appears when hovering over the 'Has popup' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
131 */
vidorteg88473612021-01-29 04:09:03132 whetherThisElementHasCausedSome: 'Whether this element has caused some kind of pop-up (such as a menu) to appear.',
133 /**
Jack Franklinfd72c072022-12-21 11:45:01134 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
135 */
vidorteg88473612021-01-29 04:09:03136 level: 'Level',
137 /**
Jack Franklinfd72c072022-12-21 11:45:01138 *@description Tooltip text that appears when hovering over the 'Level' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
139 */
vidorteg88473612021-01-29 04:09:03140 theHierarchicalLevelOfThis: 'The hierarchical level of this element.',
141 /**
Jack Franklinfd72c072022-12-21 11:45:01142 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
143 */
vidorteg88473612021-01-29 04:09:03144 multiselectable: 'Multi-selectable',
145 /**
Jack Franklinfd72c072022-12-21 11:45:01146 *@description Tooltip text that appears when hovering over the 'Multi-selectable' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
147 */
vidorteg88473612021-01-29 04:09:03148 whetherAUserMaySelectMoreThanOne: 'Whether a user may select more than one option from this widget.',
149 /**
Jack Franklinfd72c072022-12-21 11:45:01150 *@description Text for the orientation of something
151 */
vidorteg88473612021-01-29 04:09:03152 orientation: 'Orientation',
153 /**
Jack Franklinfd72c072022-12-21 11:45:01154 *@description Tooltip text that appears when hovering over the 'Orientation' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
155 */
vidorteg88473612021-01-29 04:09:03156 whetherThisLinearElements: 'Whether this linear element\'s orientation is horizontal or vertical.',
157 /**
Jack Franklinfd72c072022-12-21 11:45:01158 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
159 */
vidorteg88473612021-01-29 04:09:03160 multiline: 'Multi-line',
161 /**
Jack Franklinfd72c072022-12-21 11:45:01162 *@description Tooltip text that appears when hovering over the 'Multi-line' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
163 */
vidorteg88473612021-01-29 04:09:03164 whetherThisTextBoxMayHaveMore: 'Whether this text box may have more than one line.',
165 /**
Jack Franklinfd72c072022-12-21 11:45:01166 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
167 */
vidorteg88473612021-01-29 04:09:03168 readonlyString: 'Read-only',
169 /**
Jack Franklinfd72c072022-12-21 11:45:01170 *@description Tooltip text that appears when hovering over the 'Read-only' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
171 */
vidorteg88473612021-01-29 04:09:03172 ifTrueThisElementMayBeInteracted: 'If true, this element may be interacted with, but its value cannot be changed.',
173 /**
Jack Franklinfd72c072022-12-21 11:45:01174 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
175 */
vidorteg88473612021-01-29 04:09:03176 requiredString: 'Required',
177 /**
Jack Franklinfd72c072022-12-21 11:45:01178 *@description Tooltip text that appears when hovering over the 'Required' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
179 */
vidorteg88473612021-01-29 04:09:03180 whetherThisElementIsARequired: 'Whether this element is a required field in a form.',
181 /**
Jack Franklinfd72c072022-12-21 11:45:01182 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
183 */
vidorteg88473612021-01-29 04:09:03184 minimumValue: 'Minimum value',
185 /**
Jack Franklinfd72c072022-12-21 11:45:01186 *@description Tooltip text that appears when hovering over the 'Minimum value' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
187 */
vidorteg88473612021-01-29 04:09:03188 forARangeWidgetTheMinimumAllowed: 'For a range widget, the minimum allowed value.',
189 /**
Jack Franklinfd72c072022-12-21 11:45:01190 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
191 */
vidorteg88473612021-01-29 04:09:03192 maximumValue: 'Maximum value',
193 /**
Jack Franklinfd72c072022-12-21 11:45:01194 *@description Tooltip text that appears when hovering over the 'Maximum value' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
195 */
vidorteg88473612021-01-29 04:09:03196 forARangeWidgetTheMaximumAllowed: 'For a range widget, the maximum allowed value.',
197 /**
Jack Franklinfd72c072022-12-21 11:45:01198 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
199 */
vidorteg88473612021-01-29 04:09:03200 valueDescription: 'Value description',
201 /**
Jack Franklinfd72c072022-12-21 11:45:01202 *@description Tooltip text that appears when hovering over the 'Value description' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
203 */
vidorteg88473612021-01-29 04:09:03204 aHumanreadableVersionOfTheValue: 'A human-readable version of the value of a range widget (where necessary).',
205 /**
Jack Franklinfd72c072022-12-21 11:45:01206 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
207 */
vidorteg88473612021-01-29 04:09:03208 checked: 'Checked',
209 /**
Jack Franklinfd72c072022-12-21 11:45:01210 *@description Tooltip text that appears when hovering over the 'Checked' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
211 */
vidorteg88473612021-01-29 04:09:03212 whetherThisCheckboxRadioButtonOr:
213 'Whether this checkbox, radio button or tree item is checked, unchecked, or mixed (e.g. has both checked and un-checked children).',
214 /**
Jack Franklinfd72c072022-12-21 11:45:01215 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
216 */
vidorteg88473612021-01-29 04:09:03217 expanded: 'Expanded',
218 /**
Jack Franklinfd72c072022-12-21 11:45:01219 *@description Tooltip text that appears when hovering over the 'Expanded' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
220 */
vidorteg88473612021-01-29 04:09:03221 whetherThisElementOrAnother: 'Whether this element, or another grouping element it controls, is expanded.',
222 /**
Jack Franklinfd72c072022-12-21 11:45:01223 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
224 */
vidorteg88473612021-01-29 04:09:03225 pressed: 'Pressed',
226 /**
Jack Franklinfd72c072022-12-21 11:45:01227 *@description Tooltip text that appears when hovering over the 'Pressed' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
228 */
vidorteg88473612021-01-29 04:09:03229 whetherThisToggleButtonIs: 'Whether this toggle button is currently in a pressed state.',
230 /**
Jack Franklinfd72c072022-12-21 11:45:01231 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
232 */
vidorteg88473612021-01-29 04:09:03233 selectedString: 'Selected',
234 /**
Jack Franklinfd72c072022-12-21 11:45:01235 *@description Tooltip text that appears when hovering over the 'Selected' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
236 */
vidorteg88473612021-01-29 04:09:03237 whetherTheOptionRepresentedBy: 'Whether the option represented by this element is currently selected.',
238 /**
Jack Franklinfd72c072022-12-21 11:45:01239 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
240 */
vidorteg88473612021-01-29 04:09:03241 activeDescendant: 'Active descendant',
242 /**
Jack Franklinfd72c072022-12-21 11:45:01243 *@description Tooltip text that appears when hovering over the 'Active descendant' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
244 */
vidorteg88473612021-01-29 04:09:03245 theDescendantOfThisElementWhich:
246 'The descendant of this element which is active; i.e. the element to which focus should be delegated.',
247 /**
Jack Franklinfd72c072022-12-21 11:45:01248 *@description Tooltip text that appears when hovering over the 'Flows to' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
249 */
vidorteg88473612021-01-29 04:09:03250 elementToWhichTheUserMayChooseTo:
251 'Element to which the user may choose to navigate after this one, instead of the next element in the DOM order.',
252 /**
Jack Franklinfd72c072022-12-21 11:45:01253 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
254 */
vidorteg88473612021-01-29 04:09:03255 controls: 'Controls',
256 /**
Jack Franklinfd72c072022-12-21 11:45:01257 *@description Tooltip text that appears when hovering over the 'Controls' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
258 */
vidorteg88473612021-01-29 04:09:03259 elementOrElementsWhoseContentOr: 'Element or elements whose content or presence is/are controlled by this widget.',
260 /**
Jack Franklinfd72c072022-12-21 11:45:01261 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
262 */
vidorteg88473612021-01-29 04:09:03263 describedBy: 'Described by',
264 /**
Jack Franklinfd72c072022-12-21 11:45:01265 *@description Tooltip text that appears when hovering over the 'Described by' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
266 */
vidorteg88473612021-01-29 04:09:03267 elementOrElementsWhichFormThe: 'Element or elements which form the description of this element.',
268 /**
Jack Franklinfd72c072022-12-21 11:45:01269 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
270 */
vidorteg88473612021-01-29 04:09:03271 labeledBy: 'Labeled by',
272 /**
Jack Franklinfd72c072022-12-21 11:45:01273 *@description Tooltip text that appears when hovering over the 'Labeled by' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
274 */
vidorteg88473612021-01-29 04:09:03275 elementOrElementsWhichMayFormThe: 'Element or elements which may form the name of this element.',
276 /**
Jack Franklinfd72c072022-12-21 11:45:01277 *@description Tooltip text that appears when hovering over the 'Owns' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
278 */
vidorteg88473612021-01-29 04:09:03279 elementOrElementsWhichShouldBe:
280 'Element or elements which should be considered descendants of this element, despite not being descendants in the DOM.',
281 /**
Jack Franklinfd72c072022-12-21 11:45:01282 *@description Tooltip text that appears when hovering over the 'Name' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
283 */
vidorteg88473612021-01-29 04:09:03284 theComputedNameOfThisElement: 'The computed name of this element.',
285 /**
Jack Franklinfd72c072022-12-21 11:45:01286 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
287 */
vidorteg88473612021-01-29 04:09:03288 role: 'Role',
289 /**
Jack Franklinfd72c072022-12-21 11:45:01290 *@description Tooltip text that appears when hovering over the 'Role' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
291 */
vidorteg88473612021-01-29 04:09:03292 indicatesThePurposeOfThisElement:
293 'Indicates the purpose of this element, such as a user interface idiom for a widget, or structural role within a document.',
294 /**
Jack Franklinfd72c072022-12-21 11:45:01295 *@description Text for the value of something
296 */
vidorteg88473612021-01-29 04:09:03297 value: 'Value',
298 /**
Jack Franklinfd72c072022-12-21 11:45:01299 *@description Tooltip text that appears when hovering over the 'Value' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
300 */
vidorteg88473612021-01-29 04:09:03301 theValueOfThisElementThisMayBe:
302 'The value of this element; this may be user-provided or developer-provided, depending on the element.',
303 /**
Jack Franklinfd72c072022-12-21 11:45:01304 *@description Text for the viewing the help options
305 */
vidorteg88473612021-01-29 04:09:03306 help: 'Help',
307 /**
Jack Franklinfd72c072022-12-21 11:45:01308 *@description Tooltip text that appears when hovering over the 'Help' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
309 */
vidorteg88473612021-01-29 04:09:03310 theComputedHelpTextForThis: 'The computed help text for this element.',
311 /**
Jack Franklinfd72c072022-12-21 11:45:01312 *@description Text for the description of something
313 */
vidorteg88473612021-01-29 04:09:03314 description: 'Description',
315 /**
Jack Franklinfd72c072022-12-21 11:45:01316 *@description Tooltip text that appears when hovering over the 'Description' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
317 */
vidorteg88473612021-01-29 04:09:03318 theAccessibleDescriptionForThis: 'The accessible description for this element.',
319 /**
Jack Franklinfd72c072022-12-21 11:45:01320 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
321 */
vidorteg88473612021-01-29 04:09:03322 fromAttribute: 'From attribute',
323 /**
Jack Franklinfd72c072022-12-21 11:45:01324 *@description Tooltip text that appears when hovering over the 'From attribute' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
325 */
vidorteg88473612021-01-29 04:09:03326 valueFromAttribute: 'Value from attribute.',
327 /**
Jack Franklinfd72c072022-12-21 11:45:01328 * @description The source of an accessibility attribute that appears under the Computed Properties
329 * section in the Accessibility pane of the Elements panel. If the source is implicit, that means
330 * it was never specified by the user but instead is present because it is the default value.
331 */
vidorteg88473612021-01-29 04:09:03332 implicit: 'Implicit',
333 /**
Jack Franklinfd72c072022-12-21 11:45:01334 *@description Tooltip text that appears when hovering over the 'Implicit' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
335 */
vidorteg88473612021-01-29 04:09:03336 implicitValue: 'Implicit value.',
337 /**
Jack Franklinfd72c072022-12-21 11:45:01338 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
339 */
vidorteg88473612021-01-29 04:09:03340 fromStyle: 'From style',
341 /**
Jack Franklinfd72c072022-12-21 11:45:01342 *@description Tooltip text that appears when hovering over the 'From style' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
343 */
vidorteg88473612021-01-29 04:09:03344 valueFromStyle: 'Value from style.',
345 /**
Jack Franklinfd72c072022-12-21 11:45:01346 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
347 */
vidorteg88473612021-01-29 04:09:03348 contents: 'Contents',
349 /**
Jack Franklinfd72c072022-12-21 11:45:01350 *@description Tooltip text that appears when hovering over the 'Contents' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
351 */
vidorteg88473612021-01-29 04:09:03352 valueFromElementContents: 'Value from element contents.',
353 /**
Jack Franklinfd72c072022-12-21 11:45:01354 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
355 */
vidorteg88473612021-01-29 04:09:03356 fromPlaceholderAttribute: 'From placeholder attribute',
357 /**
Jack Franklinfd72c072022-12-21 11:45:01358 *@description Tooltip text that appears when hovering over the 'From placeholder attribute' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
359 */
vidorteg88473612021-01-29 04:09:03360 valueFromPlaceholderAttribute: 'Value from placeholder attribute.',
361 /**
Jack Franklinfd72c072022-12-21 11:45:01362 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
363 */
vidorteg88473612021-01-29 04:09:03364 relatedElement: 'Related element',
365 /**
Jack Franklinfd72c072022-12-21 11:45:01366 *@description Tooltip text that appears when hovering over the 'Related element' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
367 */
vidorteg88473612021-01-29 04:09:03368 valueFromRelatedElement: 'Value from related element.',
369 /**
Jack Franklinfd72c072022-12-21 11:45:01370 * @description Accessibility attribute name that appears under the Computed Properties section in
371 * the Accessibility pane of the Elements pane. Indicates that this element got assigned this
372 * attribute because there is a related caption, hence it received it from the caption. 'caption'
373 * is part of the ARIA API and should not be translated.
374 */
Peter Marshalledeeb2f2021-02-17 12:54:04375 fromCaption: 'From `caption`',
vidorteg88473612021-01-29 04:09:03376 /**
Jack Franklinfd72c072022-12-21 11:45:01377 *@description Tooltip text that appears when hovering over the 'From caption' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
378 */
Peter Marshall2bc00622021-03-01 15:32:33379 valueFromFigcaptionElement: 'Value from `figcaption` element.',
vidorteg88473612021-01-29 04:09:03380 /**
Jack Franklinfd72c072022-12-21 11:45:01381 * @description Accessibility attribute name that appears under the Computed Properties section in
382 * the Accessibility pane of the Elements pane. Indicates that this element got assigned this
383 * attribute because there is a related description, hence it received it from the description.
384 * 'description' is part of the ARIA API and should not be translated.
385 */
Wolfgang Beyerca299d82021-10-18 10:12:40386 fromDescription: 'From `description`',
387 /**
Jack Franklinfd72c072022-12-21 11:45:01388 *@description Tooltip text that appears when hovering over the 'From description' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
389 */
Wolfgang Beyerca299d82021-10-18 10:12:40390 valueFromDescriptionElement: 'Value from `description` element.',
391 /**
Jack Franklinfd72c072022-12-21 11:45:01392 * @description Accessibility attribute name that appears under the Computed Properties section in
393 * the Accessibility pane of the Elements pane. Indicates that this element got assigned this
394 * attribute because there is a related label, hence it received it from the label. 'label'
395 * is part of the ARIA API and should not be translated.
396 */
Peter Marshalledeeb2f2021-02-17 12:54:04397 fromLabel: 'From `label`',
vidorteg88473612021-01-29 04:09:03398 /**
Jack Franklinfd72c072022-12-21 11:45:01399 *@description Tooltip text that appears when hovering over the 'From label' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
400 */
Peter Marshalledeeb2f2021-02-17 12:54:04401 valueFromLabelElement: 'Value from `label` element.',
vidorteg88473612021-01-29 04:09:03402 /**
Jack Franklinfd72c072022-12-21 11:45:01403 * @description Accessibility attribute name that appears under the Computed Properties section in
404 * the Accessibility pane of the Elements pane. Indicates that this element got assigned this
405 * attribute because there is a related label, hence it received it from the label. 'label (for)'
406 * is part of the ARIA API and should not be translated. label (for) is just a different type of
407 * label.
408 */
Kim-Anh Tran75fc7e42021-02-25 08:27:00409 fromLabelFor: 'From `label` (`for=` attribute)',
vidorteg88473612021-01-29 04:09:03410 /**
Jack Franklinfd72c072022-12-21 11:45:01411 *@description Tooltip text that appears when hovering over the 'From label (for)' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
412 */
Peter Marshalledeeb2f2021-02-17 12:54:04413 valueFromLabelElementWithFor: 'Value from `label` element with `for=` attribute.',
vidorteg88473612021-01-29 04:09:03414 /**
Jack Franklinfd72c072022-12-21 11:45:01415 * @description Accessibility attribute name that appears under the Computed Properties section in
416 * the Accessibility pane of the Elements pane. Indicates that this element got assigned this
417 * attribute because there is a related label which wraps (encompasses, surrounds) this element,
418 * hence it received it from the label. 'wrapped' is not part of the ARIA API, and should be
419 * translated.
420 */
Peter Marshall2c3fb302021-02-19 12:47:04421 fromLabelWrapped: 'From `label` (wrapped)',
vidorteg88473612021-01-29 04:09:03422 /**
Jack Franklinfd72c072022-12-21 11:45:01423 * @description Tooltip text that appears when hovering over the 'From label (wrapped)' attribute
424 * name under the Computed Properties section in the Accessibility pane of the Elements pane.
425 * Indicates that there is a label element wrapping (surrounding) this element.
426 */
Peter Marshall2c3fb302021-02-19 12:47:04427 valueFromLabelElementWrapped: 'Value from a wrapping `label` element.',
vidorteg88473612021-01-29 04:09:03428 /**
Jack Franklinfd72c072022-12-21 11:45:01429 * @description Accessibility attribute name that appears under the Computed Properties section in
430 * the Accessibility pane of the Elements pane. Indicates that this element got assigned this
431 * attribute because there is a related legend, hence it received it from the legend. 'legend' is
432 * part of the ARIA API and should not be translated.
433 */
Peter Marshalledeeb2f2021-02-17 12:54:04434 fromLegend: 'From `legend`',
vidorteg88473612021-01-29 04:09:03435 /**
Jack Franklinfd72c072022-12-21 11:45:01436 *@description Tooltip text that appears when hovering over the 'From legend' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
437 */
Peter Marshall2c3fb302021-02-19 12:47:04438 valueFromLegendElement: 'Value from `legend` element.',
vidorteg88473612021-01-29 04:09:03439 /**
Jack Franklinfd72c072022-12-21 11:45:01440 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
441 */
vidorteg88473612021-01-29 04:09:03442 fromRubyAnnotation: 'From ruby annotation',
443 /**
Jack Franklinfd72c072022-12-21 11:45:01444 *@description Tooltip text that appears when hovering over the 'From ruby annotation' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane. Indicates that the value was taken from a plain HTML ruby tag (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ruby).
445 */
Sigurd Schneidercd0aedd2021-02-23 13:40:27446 valueFromNativeHtmlRuby: 'Value from plain HTML ruby annotation.',
vidorteg88473612021-01-29 04:09:03447 /**
Jack Franklinfd72c072022-12-21 11:45:01448 *@description Tooltip text that appears when hovering over the 'From caption' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
449 */
Peter Marshallf295a4b2021-02-26 09:48:03450 valueFromTableCaption: 'Value from `table` `caption`.',
vidorteg88473612021-01-29 04:09:03451 /**
Jack Franklinfd72c072022-12-21 11:45:01452 * @description Accessibility attribute name that appears under the Computed Properties section in
453 * the Accessibility pane of the Elements panel.
454 */
vidorteg88473612021-01-29 04:09:03455 fromTitle: 'From title',
456 /**
Jack Franklinfd72c072022-12-21 11:45:01457 *@description Tooltip text that appears when hovering over the 'From title' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
458 */
vidorteg88473612021-01-29 04:09:03459 valueFromTitleAttribute: 'Value from title attribute.',
460 /**
Jack Franklinfd72c072022-12-21 11:45:01461 *@description Accessibility attribute name that appears under the Computed Properties section in the Accessibility pane of the Elements pane
462 */
vidorteg88473612021-01-29 04:09:03463 fromNativeHtml: 'From native HTML',
464 /**
Jack Franklinfd72c072022-12-21 11:45:01465 *@description Tooltip text that appears when hovering over the 'From native HTML' attribute name under the Computed Properties section in the Accessibility pane of the Elements pane
466 */
vidorteg88473612021-01-29 04:09:03467 valueFromNativeHtmlUnknownSource: 'Value from native HTML (unknown source).',
468};
Tim van der Lippe4fea78d2021-03-12 17:44:45469const str_ = i18n.i18n.registerUIStrings('panels/accessibility/AccessibilityStrings.ts', UIStrings);
Simon Zünd453e6a32021-03-01 07:08:08470const i18nLazyString = i18n.i18n.getLazilyComputedLocalizedString.bind(undefined, str_);
Paul Lewisf16142c2019-11-07 15:56:04471export const AXAttributes = {
Blink Reformat4c46d092018-04-07 15:32:37472 'disabled': {
Simon Zünd453e6a32021-03-01 07:08:08473 name: i18nLazyString(UIStrings.disabled),
474 description: i18nLazyString(UIStrings.ifTrueThisElementCurrentlyCannot),
Jan Schefflerfbf4ea62021-02-10 10:15:44475 group: 'AXGlobalStates',
Blink Reformat4c46d092018-04-07 15:32:37476 },
477 'invalid': {
Simon Zünd453e6a32021-03-01 07:08:08478 name: i18nLazyString(UIStrings.invalidUserEntry),
479 description: i18nLazyString(UIStrings.ifTrueThisElementsUserentered),
Jan Schefflerfbf4ea62021-02-10 10:15:44480 group: 'AXGlobalStates',
Blink Reformat4c46d092018-04-07 15:32:37481 },
Simon Zünd453e6a32021-03-01 07:08:08482 'editable':
483 {name: i18nLazyString(UIStrings.editable), description: i18nLazyString(UIStrings.ifAndHowThisElementCanBeEdited)},
484 'focusable': {
485 name: i18nLazyString(UIStrings.focusable),
486 description: i18nLazyString(UIStrings.ifTrueThisElementCanReceiveFocus),
487 },
488 'focused':
489 {name: i18nLazyString(UIStrings.focused), description: i18nLazyString(UIStrings.ifTrueThisElementCurrentlyHas)},
490 'settable': {
491 name: i18nLazyString(UIStrings.canSetValue),
492 description: i18nLazyString(UIStrings.whetherTheValueOfThisElementCan),
493 },
Blink Reformat4c46d092018-04-07 15:32:37494 'live': {
Simon Zünd453e6a32021-03-01 07:08:08495 name: i18nLazyString(UIStrings.liveRegion),
496 description: i18nLazyString(UIStrings.whetherAndWhatPriorityOfLive),
Jan Schefflerfbf4ea62021-02-10 10:15:44497 group: 'AXLiveRegionAttributes',
Blink Reformat4c46d092018-04-07 15:32:37498 },
vidorteg88473612021-01-29 04:09:03499 'atomic': {
Simon Zünd453e6a32021-03-01 07:08:08500 name: i18nLazyString(UIStrings.atomicLiveRegions),
501 description: i18nLazyString(UIStrings.ifThisElementMayReceiveLive),
Jan Schefflerfbf4ea62021-02-10 10:15:44502 group: 'AXLiveRegionAttributes',
Blink Reformat4c46d092018-04-07 15:32:37503 },
504 'relevant': {
Simon Zünd453e6a32021-03-01 07:08:08505 name: i18nLazyString(UIStrings.relevantLiveRegions),
506 description: i18nLazyString(UIStrings.ifThisElementMayReceiveLiveUpdates),
Jan Schefflerfbf4ea62021-02-10 10:15:44507 group: 'AXLiveRegionAttributes',
Blink Reformat4c46d092018-04-07 15:32:37508 },
509 'busy': {
Simon Zünd453e6a32021-03-01 07:08:08510 name: i18nLazyString(UIStrings.busyLiveRegions),
511 description: i18nLazyString(UIStrings.whetherThisElementOrItsSubtree),
Jan Schefflerfbf4ea62021-02-10 10:15:44512 group: 'AXLiveRegionAttributes',
Blink Reformat4c46d092018-04-07 15:32:37513 },
514 'root': {
Simon Zünd453e6a32021-03-01 07:08:08515 name: i18nLazyString(UIStrings.liveRegionRoot),
516 description: i18nLazyString(UIStrings.ifThisElementMayReceiveLiveUpdatesThe),
Jan Schefflerfbf4ea62021-02-10 10:15:44517 group: 'AXLiveRegionAttributes',
Blink Reformat4c46d092018-04-07 15:32:37518 },
519 'autocomplete': {
Simon Zünd453e6a32021-03-01 07:08:08520 name: i18nLazyString(UIStrings.hasAutocomplete),
521 description: i18nLazyString(UIStrings.whetherAndWhatTypeOfAutocomplete),
Jan Schefflerfbf4ea62021-02-10 10:15:44522 group: 'AXWidgetAttributes',
Blink Reformat4c46d092018-04-07 15:32:37523 },
524 'haspopup': {
Simon Zünd453e6a32021-03-01 07:08:08525 name: i18nLazyString(UIStrings.hasPopup),
526 description: i18nLazyString(UIStrings.whetherThisElementHasCausedSome),
Jan Schefflerfbf4ea62021-02-10 10:15:44527 group: 'AXWidgetAttributes',
Blink Reformat4c46d092018-04-07 15:32:37528 },
vidorteg88473612021-01-29 04:09:03529 'level': {
Simon Zünd453e6a32021-03-01 07:08:08530 name: i18nLazyString(UIStrings.level),
531 description: i18nLazyString(UIStrings.theHierarchicalLevelOfThis),
Jan Schefflerfbf4ea62021-02-10 10:15:44532 group: 'AXWidgetAttributes',
vidorteg88473612021-01-29 04:09:03533 },
Blink Reformat4c46d092018-04-07 15:32:37534 'multiselectable': {
Simon Zünd453e6a32021-03-01 07:08:08535 name: i18nLazyString(UIStrings.multiselectable),
536 description: i18nLazyString(UIStrings.whetherAUserMaySelectMoreThanOne),
Jan Schefflerfbf4ea62021-02-10 10:15:44537 group: 'AXWidgetAttributes',
Blink Reformat4c46d092018-04-07 15:32:37538 },
539 'orientation': {
Simon Zünd453e6a32021-03-01 07:08:08540 name: i18nLazyString(UIStrings.orientation),
541 description: i18nLazyString(UIStrings.whetherThisLinearElements),
Jan Schefflerfbf4ea62021-02-10 10:15:44542 group: 'AXWidgetAttributes',
Blink Reformat4c46d092018-04-07 15:32:37543 },
544 'multiline': {
Simon Zünd453e6a32021-03-01 07:08:08545 name: i18nLazyString(UIStrings.multiline),
546 description: i18nLazyString(UIStrings.whetherThisTextBoxMayHaveMore),
Jan Schefflerfbf4ea62021-02-10 10:15:44547 group: 'AXWidgetAttributes',
Blink Reformat4c46d092018-04-07 15:32:37548 },
549 'readonly': {
Simon Zünd453e6a32021-03-01 07:08:08550 name: i18nLazyString(UIStrings.readonlyString),
551 description: i18nLazyString(UIStrings.ifTrueThisElementMayBeInteracted),
Jan Schefflerfbf4ea62021-02-10 10:15:44552 group: 'AXWidgetAttributes',
Blink Reformat4c46d092018-04-07 15:32:37553 },
554 'required': {
Simon Zünd453e6a32021-03-01 07:08:08555 name: i18nLazyString(UIStrings.requiredString),
556 description: i18nLazyString(UIStrings.whetherThisElementIsARequired),
Jan Schefflerfbf4ea62021-02-10 10:15:44557 group: 'AXWidgetAttributes',
Blink Reformat4c46d092018-04-07 15:32:37558 },
559 'valuemin': {
Simon Zünd453e6a32021-03-01 07:08:08560 name: i18nLazyString(UIStrings.minimumValue),
561 description: i18nLazyString(UIStrings.forARangeWidgetTheMinimumAllowed),
Jan Schefflerfbf4ea62021-02-10 10:15:44562 group: 'AXWidgetAttributes',
Blink Reformat4c46d092018-04-07 15:32:37563 },
564 'valuemax': {
Simon Zünd453e6a32021-03-01 07:08:08565 name: i18nLazyString(UIStrings.maximumValue),
566 description: i18nLazyString(UIStrings.forARangeWidgetTheMaximumAllowed),
Jan Schefflerfbf4ea62021-02-10 10:15:44567 group: 'AXWidgetAttributes',
Blink Reformat4c46d092018-04-07 15:32:37568 },
569 'valuetext': {
Simon Zünd453e6a32021-03-01 07:08:08570 name: i18nLazyString(UIStrings.valueDescription),
571 description: i18nLazyString(UIStrings.aHumanreadableVersionOfTheValue),
Jan Schefflerfbf4ea62021-02-10 10:15:44572 group: 'AXWidgetAttributes',
Blink Reformat4c46d092018-04-07 15:32:37573 },
574 'checked': {
Simon Zünd453e6a32021-03-01 07:08:08575 name: i18nLazyString(UIStrings.checked),
576 description: i18nLazyString(UIStrings.whetherThisCheckboxRadioButtonOr),
Jan Schefflerfbf4ea62021-02-10 10:15:44577 group: 'AXWidgetStates',
Blink Reformat4c46d092018-04-07 15:32:37578 },
579 'expanded': {
Simon Zünd453e6a32021-03-01 07:08:08580 name: i18nLazyString(UIStrings.expanded),
581 description: i18nLazyString(UIStrings.whetherThisElementOrAnother),
Jan Schefflerfbf4ea62021-02-10 10:15:44582 group: 'AXWidgetStates',
Blink Reformat4c46d092018-04-07 15:32:37583 },
584 'pressed': {
Simon Zünd453e6a32021-03-01 07:08:08585 name: i18nLazyString(UIStrings.pressed),
586 description: i18nLazyString(UIStrings.whetherThisToggleButtonIs),
Jan Schefflerfbf4ea62021-02-10 10:15:44587 group: 'AXWidgetStates',
Blink Reformat4c46d092018-04-07 15:32:37588 },
589 'selected': {
Simon Zünd453e6a32021-03-01 07:08:08590 name: i18nLazyString(UIStrings.selectedString),
591 description: i18nLazyString(UIStrings.whetherTheOptionRepresentedBy),
Jan Schefflerfbf4ea62021-02-10 10:15:44592 group: 'AXWidgetStates',
Blink Reformat4c46d092018-04-07 15:32:37593 },
594 'activedescendant': {
Simon Zünd453e6a32021-03-01 07:08:08595 name: i18nLazyString(UIStrings.activeDescendant),
596 description: i18nLazyString(UIStrings.theDescendantOfThisElementWhich),
Jan Schefflerfbf4ea62021-02-10 10:15:44597 group: 'AXRelationshipAttributes',
Blink Reformat4c46d092018-04-07 15:32:37598 },
599 'flowto': {
Simon Zündb364d0e2021-03-03 10:59:43600 name: i18n.i18n.lockedLazyString('Flows to'),
Simon Zünd453e6a32021-03-01 07:08:08601 description: i18nLazyString(UIStrings.elementToWhichTheUserMayChooseTo),
Jan Schefflerfbf4ea62021-02-10 10:15:44602 group: 'AXRelationshipAttributes',
Blink Reformat4c46d092018-04-07 15:32:37603 },
604 'controls': {
Simon Zünd453e6a32021-03-01 07:08:08605 name: i18nLazyString(UIStrings.controls),
606 description: i18nLazyString(UIStrings.elementOrElementsWhoseContentOr),
Jan Schefflerfbf4ea62021-02-10 10:15:44607 group: 'AXRelationshipAttributes',
Blink Reformat4c46d092018-04-07 15:32:37608 },
609 'describedby': {
Simon Zünd453e6a32021-03-01 07:08:08610 name: i18nLazyString(UIStrings.describedBy),
611 description: i18nLazyString(UIStrings.elementOrElementsWhichFormThe),
Jan Schefflerfbf4ea62021-02-10 10:15:44612 group: 'AXRelationshipAttributes',
Blink Reformat4c46d092018-04-07 15:32:37613 },
614 'labelledby': {
Simon Zünd453e6a32021-03-01 07:08:08615 name: i18nLazyString(UIStrings.labeledBy),
616 description: i18nLazyString(UIStrings.elementOrElementsWhichMayFormThe),
Jan Schefflerfbf4ea62021-02-10 10:15:44617 group: 'AXRelationshipAttributes',
Blink Reformat4c46d092018-04-07 15:32:37618 },
619 'owns': {
Simon Zündb364d0e2021-03-03 10:59:43620 name: i18n.i18n.lockedLazyString('Owns'),
Simon Zünd453e6a32021-03-01 07:08:08621 description: i18nLazyString(UIStrings.elementOrElementsWhichShouldBe),
Jan Schefflerfbf4ea62021-02-10 10:15:44622 group: 'AXRelationshipAttributes',
Blink Reformat4c46d092018-04-07 15:32:37623 },
vidorteg88473612021-01-29 04:09:03624 'name': {
Simon Zündb364d0e2021-03-03 10:59:43625 name: i18n.i18n.lockedLazyString('Name'),
Simon Zünd453e6a32021-03-01 07:08:08626 description: i18nLazyString(UIStrings.theComputedNameOfThisElement),
Jan Schefflerfbf4ea62021-02-10 10:15:44627 group: 'Default',
vidorteg88473612021-01-29 04:09:03628 },
Blink Reformat4c46d092018-04-07 15:32:37629 'role': {
Simon Zünd453e6a32021-03-01 07:08:08630 name: i18nLazyString(UIStrings.role),
631 description: i18nLazyString(UIStrings.indicatesThePurposeOfThisElement),
Jan Schefflerfbf4ea62021-02-10 10:15:44632 group: 'Default',
Blink Reformat4c46d092018-04-07 15:32:37633 },
634 'value': {
Simon Zünd453e6a32021-03-01 07:08:08635 name: i18nLazyString(UIStrings.value),
636 description: i18nLazyString(UIStrings.theValueOfThisElementThisMayBe),
Jan Schefflerfbf4ea62021-02-10 10:15:44637 group: 'Default',
Blink Reformat4c46d092018-04-07 15:32:37638 },
vidorteg88473612021-01-29 04:09:03639 'help': {
Simon Zünd453e6a32021-03-01 07:08:08640 name: i18nLazyString(UIStrings.help),
641 description: i18nLazyString(UIStrings.theComputedHelpTextForThis),
Jan Schefflerfbf4ea62021-02-10 10:15:44642 group: 'Default',
vidorteg88473612021-01-29 04:09:03643 },
644 'description': {
Simon Zünd453e6a32021-03-01 07:08:08645 name: i18nLazyString(UIStrings.description),
646 description: i18nLazyString(UIStrings.theAccessibleDescriptionForThis),
Jan Schefflerfbf4ea62021-02-10 10:15:44647 group: 'Default',
648 },
Blink Reformat4c46d092018-04-07 15:32:37649};
650
vidorteg88473612021-01-29 04:09:03651export const AXSourceTypes = {
Simon Zünd453e6a32021-03-01 07:08:08652 'attribute':
653 {name: i18nLazyString(UIStrings.fromAttribute), description: i18nLazyString(UIStrings.valueFromAttribute)},
vidorteg88473612021-01-29 04:09:03654 'implicit': {
Simon Zünd453e6a32021-03-01 07:08:08655 name: i18nLazyString(UIStrings.implicit),
656 description: i18nLazyString(UIStrings.implicitValue),
vidorteg88473612021-01-29 04:09:03657 },
Simon Zünd453e6a32021-03-01 07:08:08658 'style': {name: i18nLazyString(UIStrings.fromStyle), description: i18nLazyString(UIStrings.valueFromStyle)},
659 'contents':
660 {name: i18nLazyString(UIStrings.contents), description: i18nLazyString(UIStrings.valueFromElementContents)},
vidorteg88473612021-01-29 04:09:03661 'placeholder': {
Simon Zünd453e6a32021-03-01 07:08:08662 name: i18nLazyString(UIStrings.fromPlaceholderAttribute),
663 description: i18nLazyString(UIStrings.valueFromPlaceholderAttribute),
vidorteg88473612021-01-29 04:09:03664 },
665 'relatedElement':
Simon Zünd453e6a32021-03-01 07:08:08666 {name: i18nLazyString(UIStrings.relatedElement), description: i18nLazyString(UIStrings.valueFromRelatedElement)},
vidorteg88473612021-01-29 04:09:03667};
Blink Reformat4c46d092018-04-07 15:32:37668
vidorteg88473612021-01-29 04:09:03669export const AXNativeSourceTypes = {
Wolfgang Beyerca299d82021-10-18 10:12:40670 'description': {
671 name: i18nLazyString(UIStrings.fromDescription),
672 description: i18nLazyString(UIStrings.valueFromDescriptionElement),
673 },
vidorteg88473612021-01-29 04:09:03674 'figcaption':
Simon Zünd453e6a32021-03-01 07:08:08675 {name: i18nLazyString(UIStrings.fromCaption), description: i18nLazyString(UIStrings.valueFromFigcaptionElement)},
676 'label': {name: i18nLazyString(UIStrings.fromLabel), description: i18nLazyString(UIStrings.valueFromLabelElement)},
677 'labelfor': {
678 name: i18nLazyString(UIStrings.fromLabelFor),
679 description: i18nLazyString(UIStrings.valueFromLabelElementWithFor),
680 },
681 'labelwrapped': {
682 name: i18nLazyString(UIStrings.fromLabelWrapped),
683 description: i18nLazyString(UIStrings.valueFromLabelElementWrapped),
684 },
685 'legend': {name: i18nLazyString(UIStrings.fromLegend), description: i18nLazyString(UIStrings.valueFromLegendElement)},
686 'rubyannotation': {
687 name: i18nLazyString(UIStrings.fromRubyAnnotation),
688 description: i18nLazyString(UIStrings.valueFromNativeHtmlRuby),
689 },
690 'tablecaption':
691 {name: i18nLazyString(UIStrings.fromCaption), description: i18nLazyString(UIStrings.valueFromTableCaption)},
692 'title': {name: i18nLazyString(UIStrings.fromTitle), description: i18nLazyString(UIStrings.valueFromTitleAttribute)},
693 'other': {
694 name: i18nLazyString(UIStrings.fromNativeHtml),
695 description: i18nLazyString(UIStrings.valueFromNativeHtmlUnknownSource),
696 },
vidorteg88473612021-01-29 04:09:03697};