Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(566)

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/accessibility/accessibility-nameSources-labelledby-expected.txt

Issue 2351443003: Revert of Show ancestor hierarchy in accessibility panel (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "id": "<int>", 2 "id": "<int>",
3 "result": { 3 "result": {
4 "nodes": [ 4 "accessibilityNode": {
5 { 5 "nodeId": "<string>",
6 "nodeId": "<string>", 6 "ignored": false,
7 "ignored": false, 7 "role": {
8 "role": { 8 "type": "internalRole",
9 "type": "internalRole", 9 "value": "Div"
10 "value": "Div" 10 },
11 }, 11 "name": {
12 "name": { 12 "type": "computedString",
13 "type": "computedString", 13 "value": "",
14 "value": "", 14 "sources": [
15 "sources": [ 15 {
16 { 16 "type": "relatedElement",
17 "type": "relatedElement", 17 "attribute": "aria-labelledby"
18 "attribute": "aria-labelledby" 18 },
19 }, 19 {
20 { 20 "type": "attribute",
21 "type": "attribute", 21 "attribute": "aria-label"
22 "attribute": "aria-label" 22 },
23 }, 23 {
24 { 24 "type": "attribute",
25 "type": "attribute", 25 "attribute": "title"
26 "attribute": "title" 26 }
27 } 27 ]
28 ] 28 },
29 }, 29 "properties": []
30 "properties": [] 30 }
31 }
32 ]
33 } 31 }
34 } 32 }
35 { 33 {
36 "id": "<int>", 34 "id": "<int>",
37 "result": { 35 "result": {
38 "nodes": [ 36 "accessibilityNode": {
39 { 37 "nodeId": "<string>",
40 "nodeId": "<string>", 38 "ignored": false,
41 "ignored": false, 39 "role": {
42 "role": { 40 "type": "role",
43 "type": "role", 41 "value": "button"
44 "value": "button" 42 },
45 }, 43 "name": {
46 "name": { 44 "type": "computedString",
47 "type": "computedString", 45 "value": "Contents of button",
48 "value": "Contents of button", 46 "sources": [
49 "sources": [ 47 {
50 { 48 "type": "relatedElement",
51 "type": "relatedElement", 49 "attribute": "aria-labelledby"
52 "attribute": "aria-labelledby" 50 },
53 }, 51 {
54 { 52 "type": "attribute",
55 "type": "attribute", 53 "attribute": "aria-label"
56 "attribute": "aria-label" 54 },
57 }, 55 {
58 { 56 "type": "relatedElement",
59 "type": "relatedElement", 57 "nativeSource": "label"
60 "nativeSource": "label" 58 },
61 }, 59 {
62 { 60 "type": "contents",
63 "type": "contents", 61 "value": {
64 "value": { 62 "type": "computedString",
65 "type": "computedString", 63 "value": "Contents of button"
66 "value": "Contents of button"
67 }
68 },
69 {
70 "type": "attribute",
71 "attribute": "title",
72 "superseded": true
73 } 64 }
74 ] 65 },
75 },
76 "properties": [
77 { 66 {
78 "name": "invalid", 67 "type": "attribute",
79 "value": { 68 "attribute": "title",
80 "type": "token", 69 "superseded": true
81 "value": "false"
82 }
83 } 70 }
84 ] 71 ]
85 } 72 },
86 ] 73 "properties": [
74 {
75 "name": "invalid",
76 "value": {
77 "type": "token",
78 "value": "false"
79 }
80 }
81 ]
82 }
87 } 83 }
88 } 84 }
89 { 85 {
90 "id": "<int>", 86 "id": "<int>",
91 "result": { 87 "result": {
92 "nodes": [ 88 "accessibilityNode": {
93 { 89 "nodeId": "<string>",
94 "nodeId": "<string>", 90 "ignored": false,
95 "ignored": false, 91 "role": {
96 "role": { 92 "type": "role",
97 "type": "role", 93 "value": "button"
98 "value": "button" 94 },
99 }, 95 "name": {
100 "name": { 96 "type": "computedString",
101 "type": "computedString", 97 "value": "Label 1",
102 "value": "Label 1", 98 "sources": [
103 "sources": [ 99 {
104 { 100 "type": "relatedElement",
105 "type": "relatedElement", 101 "value": {
106 "value": { 102 "type": "computedString",
107 "type": "computedString", 103 "value": "Label 1"
108 "value": "Label 1"
109 },
110 "attribute": "aria-labelledby",
111 "attributeValue": {
112 "type": "idrefList",
113 "value": "label1",
114 "relatedNodes": [
115 {
116 "idref": "label1",
117 "text": "Label 1",
118 "nodeResult": "div#label1"
119 }
120 ]
121 }
122 }, 104 },
123 { 105 "attribute": "aria-labelledby",
124 "type": "attribute", 106 "attributeValue": {
125 "attribute": "aria-label", 107 "type": "idrefList",
126 "superseded": true 108 "value": "label1",
127 },
128 {
129 "type": "relatedElement",
130 "superseded": true,
131 "nativeSource": "label"
132 },
133 {
134 "type": "contents",
135 "value": {
136 "type": "computedString",
137 "value": "Contents"
138 },
139 "superseded": true
140 },
141 {
142 "type": "attribute",
143 "attribute": "title",
144 "superseded": true
145 }
146 ]
147 },
148 "properties": [
149 {
150 "name": "invalid",
151 "value": {
152 "type": "token",
153 "value": "false"
154 }
155 },
156 {
157 "name": "labelledby",
158 "value": {
159 "type": "nodeList",
160 "relatedNodes": [ 109 "relatedNodes": [
161 { 110 {
162 "idref": "label1", 111 "idref": "label1",
163 "text": "Label 1", 112 "text": "Label 1",
164 "nodeResult": "div#label1" 113 "nodeResult": "div#label1"
165 } 114 }
166 ] 115 ]
167 } 116 }
117 },
118 {
119 "type": "attribute",
120 "attribute": "aria-label",
121 "superseded": true
122 },
123 {
124 "type": "relatedElement",
125 "superseded": true,
126 "nativeSource": "label"
127 },
128 {
129 "type": "contents",
130 "value": {
131 "type": "computedString",
132 "value": "Contents"
133 },
134 "superseded": true
135 },
136 {
137 "type": "attribute",
138 "attribute": "title",
139 "superseded": true
168 } 140 }
169 ] 141 ]
170 } 142 },
171 ] 143 "properties": [
144 {
145 "name": "invalid",
146 "value": {
147 "type": "token",
148 "value": "false"
149 }
150 },
151 {
152 "name": "labelledby",
153 "value": {
154 "type": "nodeList",
155 "relatedNodes": [
156 {
157 "idref": "label1",
158 "text": "Label 1",
159 "nodeResult": "div#label1"
160 }
161 ]
162 }
163 }
164 ]
165 }
172 } 166 }
173 } 167 }
174 { 168 {
175 "id": "<int>", 169 "id": "<int>",
176 "result": { 170 "result": {
177 "nodes": [ 171 "accessibilityNode": {
178 { 172 "nodeId": "<string>",
179 "nodeId": "<string>", 173 "ignored": false,
180 "ignored": false, 174 "role": {
181 "role": { 175 "type": "role",
182 "type": "role", 176 "value": "button"
183 "value": "button" 177 },
184 }, 178 "name": {
185 "name": { 179 "type": "computedString",
186 "type": "computedString", 180 "value": "Contents",
187 "value": "Contents", 181 "sources": [
188 "sources": [ 182 {
189 { 183 "type": "relatedElement",
190 "type": "relatedElement", 184 "value": {
191 "value": { 185 "type": "computedString",
192 "type": "computedString", 186 "value": "Contents"
193 "value": "Contents"
194 },
195 "attribute": "aria-labelledby",
196 "attributeValue": {
197 "type": "idrefList",
198 "value": "labelledbySelf",
199 "relatedNodes": [
200 {
201 "idref": "labelledbySelf",
202 "text": "Contents",
203 "nodeResult": "button#labelledbySelf"
204 }
205 ]
206 }
207 }, 187 },
208 { 188 "attribute": "aria-labelledby",
209 "type": "attribute", 189 "attributeValue": {
210 "attribute": "aria-label", 190 "type": "idrefList",
211 "superseded": true 191 "value": "labelledbySelf",
212 },
213 {
214 "type": "relatedElement",
215 "superseded": true,
216 "nativeSource": "label"
217 },
218 {
219 "type": "contents",
220 "value": {
221 "type": "computedString",
222 "value": "Contents"
223 },
224 "superseded": true
225 },
226 {
227 "type": "attribute",
228 "attribute": "title",
229 "superseded": true
230 }
231 ]
232 },
233 "properties": [
234 {
235 "name": "invalid",
236 "value": {
237 "type": "token",
238 "value": "false"
239 }
240 },
241 {
242 "name": "labelledby",
243 "value": {
244 "type": "nodeList",
245 "relatedNodes": [ 192 "relatedNodes": [
246 { 193 {
247 "idref": "labelledbySelf", 194 "idref": "labelledbySelf",
248 "text": "Contents", 195 "text": "Contents",
249 "nodeResult": "button#labelledbySelf" 196 "nodeResult": "button#labelledbySelf"
250 } 197 }
251 ] 198 ]
252 } 199 }
200 },
201 {
202 "type": "attribute",
203 "attribute": "aria-label",
204 "superseded": true
205 },
206 {
207 "type": "relatedElement",
208 "superseded": true,
209 "nativeSource": "label"
210 },
211 {
212 "type": "contents",
213 "value": {
214 "type": "computedString",
215 "value": "Contents"
216 },
217 "superseded": true
218 },
219 {
220 "type": "attribute",
221 "attribute": "title",
222 "superseded": true
253 } 223 }
254 ] 224 ]
255 } 225 },
256 ] 226 "properties": [
227 {
228 "name": "invalid",
229 "value": {
230 "type": "token",
231 "value": "false"
232 }
233 },
234 {
235 "name": "labelledby",
236 "value": {
237 "type": "nodeList",
238 "relatedNodes": [
239 {
240 "idref": "labelledbySelf",
241 "text": "Contents",
242 "nodeResult": "button#labelledbySelf"
243 }
244 ]
245 }
246 }
247 ]
248 }
257 } 249 }
258 } 250 }
259 { 251 {
260 "id": "<int>", 252 "id": "<int>",
261 "result": { 253 "result": {
262 "nodes": [ 254 "accessibilityNode": {
263 { 255 "nodeId": "<string>",
264 "nodeId": "<string>", 256 "ignored": false,
265 "ignored": false, 257 "role": {
266 "role": { 258 "type": "role",
267 "type": "role", 259 "value": "button"
268 "value": "button" 260 },
269 }, 261 "name": {
270 "name": { 262 "type": "computedString",
271 "type": "computedString", 263 "value": "Contents Label 3",
272 "value": "Contents Label 3", 264 "sources": [
273 "sources": [ 265 {
274 { 266 "type": "relatedElement",
275 "type": "relatedElement", 267 "value": {
276 "value": { 268 "type": "computedString",
277 "type": "computedString", 269 "value": "Contents Label 3"
278 "value": "Contents Label 3"
279 },
280 "attribute": "aria-labelledby",
281 "attributeValue": {
282 "type": "idrefList",
283 "value": "labelledby3 label3",
284 "relatedNodes": [
285 {
286 "idref": "labelledby3",
287 "text": "Contents",
288 "nodeResult": "button#labelledby3"
289 },
290 {
291 "idref": "label3",
292 "text": "Label 3",
293 "nodeResult": "div#label3"
294 }
295 ]
296 }
297 }, 270 },
298 { 271 "attribute": "aria-labelledby",
299 "type": "attribute", 272 "attributeValue": {
300 "attribute": "aria-label", 273 "type": "idrefList",
301 "superseded": true 274 "value": "labelledby3 label3",
302 },
303 {
304 "type": "relatedElement",
305 "superseded": true,
306 "nativeSource": "label"
307 },
308 {
309 "type": "contents",
310 "value": {
311 "type": "computedString",
312 "value": "Contents"
313 },
314 "superseded": true
315 },
316 {
317 "type": "attribute",
318 "attribute": "title",
319 "superseded": true
320 }
321 ]
322 },
323 "properties": [
324 {
325 "name": "invalid",
326 "value": {
327 "type": "token",
328 "value": "false"
329 }
330 },
331 {
332 "name": "labelledby",
333 "value": {
334 "type": "nodeList",
335 "relatedNodes": [ 275 "relatedNodes": [
336 { 276 {
337 "idref": "labelledby3", 277 "idref": "labelledby3",
338 "text": "Contents", 278 "text": "Contents",
339 "nodeResult": "button#labelledby3" 279 "nodeResult": "button#labelledby3"
340 }, 280 },
341 { 281 {
342 "idref": "label3", 282 "idref": "label3",
343 "text": "Label 3", 283 "text": "Label 3",
344 "nodeResult": "div#label3" 284 "nodeResult": "div#label3"
345 } 285 }
346 ] 286 ]
347 } 287 }
288 },
289 {
290 "type": "attribute",
291 "attribute": "aria-label",
292 "superseded": true
293 },
294 {
295 "type": "relatedElement",
296 "superseded": true,
297 "nativeSource": "label"
298 },
299 {
300 "type": "contents",
301 "value": {
302 "type": "computedString",
303 "value": "Contents"
304 },
305 "superseded": true
306 },
307 {
308 "type": "attribute",
309 "attribute": "title",
310 "superseded": true
348 } 311 }
349 ] 312 ]
350 } 313 },
351 ] 314 "properties": [
315 {
316 "name": "invalid",
317 "value": {
318 "type": "token",
319 "value": "false"
320 }
321 },
322 {
323 "name": "labelledby",
324 "value": {
325 "type": "nodeList",
326 "relatedNodes": [
327 {
328 "idref": "labelledby3",
329 "text": "Contents",
330 "nodeResult": "button#labelledby3"
331 },
332 {
333 "idref": "label3",
334 "text": "Label 3",
335 "nodeResult": "div#label3"
336 }
337 ]
338 }
339 }
340 ]
341 }
352 } 342 }
353 } 343 }
354 { 344 {
355 "id": "<int>", 345 "id": "<int>",
356 "result": { 346 "result": {
357 "nodes": [ 347 "accessibilityNode": {
358 { 348 "nodeId": "<string>",
359 "nodeId": "<string>", 349 "ignored": false,
360 "ignored": false, 350 "role": {
361 "role": { 351 "type": "role",
362 "type": "role", 352 "value": "button"
363 "value": "button" 353 },
364 }, 354 "name": {
365 "name": { 355 "type": "computedString",
366 "type": "computedString", 356 "value": "Contents 4",
367 "value": "Contents 4", 357 "sources": [
368 "sources": [ 358 {
369 { 359 "type": "relatedElement",
370 "type": "relatedElement", 360 "value": {
371 "value": { 361 "type": "computedString",
372 "type": "computedString", 362 "value": "Contents 4"
373 "value": "Contents 4"
374 },
375 "attribute": "aria-labelledby",
376 "attributeValue": {
377 "type": "idrefList",
378 "value": "label4",
379 "relatedNodes": [
380 {
381 "idref": "label4",
382 "text": "Contents 4",
383 "nodeResult": "div#label4"
384 }
385 ]
386 }
387 }, 363 },
388 { 364 "attribute": "aria-labelledby",
389 "type": "attribute", 365 "attributeValue": {
390 "attribute": "aria-label", 366 "type": "idrefList",
391 "superseded": true 367 "value": "label4",
392 },
393 {
394 "type": "relatedElement",
395 "superseded": true,
396 "nativeSource": "label"
397 },
398 {
399 "type": "contents",
400 "value": {
401 "type": "computedString",
402 "value": "Contents"
403 },
404 "superseded": true
405 },
406 {
407 "type": "attribute",
408 "attribute": "title",
409 "superseded": true
410 }
411 ]
412 },
413 "properties": [
414 {
415 "name": "invalid",
416 "value": {
417 "type": "token",
418 "value": "false"
419 }
420 },
421 {
422 "name": "labelledby",
423 "value": {
424 "type": "nodeList",
425 "relatedNodes": [ 368 "relatedNodes": [
426 { 369 {
427 "idref": "label4", 370 "idref": "label4",
428 "text": "Contents 4", 371 "text": "Contents 4",
429 "nodeResult": "div#label4" 372 "nodeResult": "div#label4"
430 } 373 }
431 ] 374 ]
432 } 375 }
376 },
377 {
378 "type": "attribute",
379 "attribute": "aria-label",
380 "superseded": true
381 },
382 {
383 "type": "relatedElement",
384 "superseded": true,
385 "nativeSource": "label"
386 },
387 {
388 "type": "contents",
389 "value": {
390 "type": "computedString",
391 "value": "Contents"
392 },
393 "superseded": true
394 },
395 {
396 "type": "attribute",
397 "attribute": "title",
398 "superseded": true
433 } 399 }
434 ] 400 ]
435 } 401 },
436 ] 402 "properties": [
403 {
404 "name": "invalid",
405 "value": {
406 "type": "token",
407 "value": "false"
408 }
409 },
410 {
411 "name": "labelledby",
412 "value": {
413 "type": "nodeList",
414 "relatedNodes": [
415 {
416 "idref": "label4",
417 "text": "Contents 4",
418 "nodeResult": "div#label4"
419 }
420 ]
421 }
422 }
423 ]
424 }
437 } 425 }
438 } 426 }
439 { 427 {
440 "id": "<int>", 428 "id": "<int>",
441 "result": { 429 "result": {
442 "nodes": [ 430 "accessibilityNode": {
443 { 431 "nodeId": "<string>",
444 "nodeId": "<string>", 432 "ignored": false,
445 "ignored": false, 433 "role": {
446 "role": { 434 "type": "role",
447 "type": "role", 435 "value": "button"
448 "value": "button" 436 },
449 }, 437 "name": {
450 "name": { 438 "type": "computedString",
451 "type": "computedString", 439 "value": "Contents",
452 "value": "Contents", 440 "sources": [
453 "sources": [ 441 {
454 { 442 "type": "relatedElement",
455 "type": "relatedElement", 443 "attribute": "aria-labelledby",
456 "attribute": "aria-labelledby", 444 "attributeValue": {
457 "attributeValue": { 445 "type": "string",
458 "type": "string", 446 "value": "label5"
459 "value": "label5"
460 },
461 "invalid": true
462 }, 447 },
463 { 448 "invalid": true
464 "type": "attribute", 449 },
465 "attribute": "aria-label" 450 {
466 }, 451 "type": "attribute",
467 { 452 "attribute": "aria-label"
468 "type": "relatedElement", 453 },
469 "nativeSource": "label" 454 {
470 }, 455 "type": "relatedElement",
471 { 456 "nativeSource": "label"
472 "type": "contents", 457 },
473 "value": { 458 {
474 "type": "computedString", 459 "type": "contents",
475 "value": "Contents" 460 "value": {
476 } 461 "type": "computedString",
477 }, 462 "value": "Contents"
478 {
479 "type": "attribute",
480 "attribute": "title",
481 "superseded": true
482 } 463 }
483 ] 464 },
484 },
485 "properties": [
486 { 465 {
487 "name": "invalid", 466 "type": "attribute",
488 "value": { 467 "attribute": "title",
489 "type": "token", 468 "superseded": true
490 "value": "false"
491 }
492 } 469 }
493 ] 470 ]
494 } 471 },
495 ] 472 "properties": [
473 {
474 "name": "invalid",
475 "value": {
476 "type": "token",
477 "value": "false"
478 }
479 }
480 ]
481 }
496 } 482 }
497 } 483 }
498 { 484 {
499 "id": "<int>", 485 "id": "<int>",
500 "result": { 486 "result": {
501 "nodes": [ 487 "accessibilityNode": {
502 { 488 "nodeId": "<string>",
503 "nodeId": "<string>", 489 "ignored": false,
504 "ignored": false, 490 "role": {
505 "role": { 491 "type": "role",
506 "type": "role", 492 "value": "button"
507 "value": "button" 493 },
508 }, 494 "name": {
509 "name": { 495 "type": "computedString",
510 "type": "computedString", 496 "value": "",
511 "value": "", 497 "sources": [
512 "sources": [ 498 {
513 { 499 "type": "relatedElement",
514 "type": "relatedElement", 500 "value": {
515 "value": { 501 "type": "computedString",
516 "type": "computedString", 502 "value": ""
517 "value": ""
518 },
519 "attribute": "aria-labelledby",
520 "attributeValue": {
521 "type": "idrefList",
522 "value": "label6",
523 "relatedNodes": [
524 {
525 "idref": "label6",
526 "text": "",
527 "nodeResult": "div#label6"
528 }
529 ]
530 }
531 }, 503 },
532 { 504 "attribute": "aria-labelledby",
533 "type": "attribute", 505 "attributeValue": {
534 "attribute": "aria-label", 506 "type": "idrefList",
535 "superseded": true 507 "value": "label6",
536 },
537 {
538 "type": "relatedElement",
539 "superseded": true,
540 "nativeSource": "label"
541 },
542 {
543 "type": "contents",
544 "value": {
545 "type": "computedString",
546 "value": "Contents"
547 },
548 "superseded": true
549 },
550 {
551 "type": "attribute",
552 "attribute": "title",
553 "superseded": true
554 }
555 ]
556 },
557 "properties": [
558 {
559 "name": "invalid",
560 "value": {
561 "type": "token",
562 "value": "false"
563 }
564 },
565 {
566 "name": "labelledby",
567 "value": {
568 "type": "nodeList",
569 "relatedNodes": [ 508 "relatedNodes": [
570 { 509 {
571 "idref": "label6", 510 "idref": "label6",
572 "text": "", 511 "text": "",
573 "nodeResult": "div#label6" 512 "nodeResult": "div#label6"
574 } 513 }
575 ] 514 ]
576 } 515 }
516 },
517 {
518 "type": "attribute",
519 "attribute": "aria-label",
520 "superseded": true
521 },
522 {
523 "type": "relatedElement",
524 "superseded": true,
525 "nativeSource": "label"
526 },
527 {
528 "type": "contents",
529 "value": {
530 "type": "computedString",
531 "value": "Contents"
532 },
533 "superseded": true
534 },
535 {
536 "type": "attribute",
537 "attribute": "title",
538 "superseded": true
577 } 539 }
578 ] 540 ]
579 } 541 },
580 ] 542 "properties": [
543 {
544 "name": "invalid",
545 "value": {
546 "type": "token",
547 "value": "false"
548 }
549 },
550 {
551 "name": "labelledby",
552 "value": {
553 "type": "nodeList",
554 "relatedNodes": [
555 {
556 "idref": "label6",
557 "text": "",
558 "nodeResult": "div#label6"
559 }
560 ]
561 }
562 }
563 ]
564 }
581 } 565 }
582 } 566 }
583 { 567 {
584 "id": "<int>", 568 "id": "<int>",
585 "result": { 569 "result": {
586 "nodes": [ 570 "accessibilityNode": {
587 { 571 "nodeId": "<string>",
588 "nodeId": "<string>", 572 "ignored": false,
589 "ignored": false, 573 "role": {
590 "role": { 574 "type": "role",
591 "type": "role", 575 "value": "button"
592 "value": "button" 576 },
593 }, 577 "name": {
594 "name": { 578 "type": "computedString",
595 "type": "computedString", 579 "value": "Invisible label",
596 "value": "Invisible label", 580 "sources": [
597 "sources": [ 581 {
598 { 582 "type": "relatedElement",
599 "type": "relatedElement", 583 "value": {
600 "value": { 584 "type": "computedString",
601 "type": "computedString", 585 "value": "Invisible label"
602 "value": "Invisible label"
603 },
604 "attribute": "aria-labelledby",
605 "attributeValue": {
606 "type": "idrefList",
607 "value": "label7",
608 "relatedNodes": [
609 {
610 "idref": "label7",
611 "text": "Invisible label",
612 "nodeResult": "h3#label7"
613 }
614 ]
615 }
616 }, 586 },
617 { 587 "attribute": "aria-labelledby",
618 "type": "attribute", 588 "attributeValue": {
619 "attribute": "aria-label", 589 "type": "idrefList",
620 "superseded": true 590 "value": "label7",
621 },
622 {
623 "type": "relatedElement",
624 "superseded": true,
625 "nativeSource": "label"
626 },
627 {
628 "type": "contents",
629 "value": {
630 "type": "computedString",
631 "value": "Contents"
632 },
633 "superseded": true
634 },
635 {
636 "type": "attribute",
637 "attribute": "title",
638 "superseded": true
639 }
640 ]
641 },
642 "properties": [
643 {
644 "name": "invalid",
645 "value": {
646 "type": "token",
647 "value": "false"
648 }
649 },
650 {
651 "name": "labelledby",
652 "value": {
653 "type": "nodeList",
654 "relatedNodes": [ 591 "relatedNodes": [
655 { 592 {
656 "idref": "label7", 593 "idref": "label7",
657 "text": "Invisible label", 594 "text": "Invisible label",
658 "nodeResult": "h3#label7" 595 "nodeResult": "h3#label7"
659 } 596 }
660 ] 597 ]
661 } 598 }
599 },
600 {
601 "type": "attribute",
602 "attribute": "aria-label",
603 "superseded": true
604 },
605 {
606 "type": "relatedElement",
607 "superseded": true,
608 "nativeSource": "label"
609 },
610 {
611 "type": "contents",
612 "value": {
613 "type": "computedString",
614 "value": "Contents"
615 },
616 "superseded": true
617 },
618 {
619 "type": "attribute",
620 "attribute": "title",
621 "superseded": true
662 } 622 }
663 ] 623 ]
664 } 624 },
665 ] 625 "properties": [
626 {
627 "name": "invalid",
628 "value": {
629 "type": "token",
630 "value": "false"
631 }
632 },
633 {
634 "name": "labelledby",
635 "value": {
636 "type": "nodeList",
637 "relatedNodes": [
638 {
639 "idref": "label7",
640 "text": "Invisible label",
641 "nodeResult": "h3#label7"
642 }
643 ]
644 }
645 }
646 ]
647 }
666 } 648 }
667 } 649 }
668 { 650 {
669 "id": "<int>", 651 "id": "<int>",
670 "result": { 652 "result": {
671 "nodes": [ 653 "accessibilityNode": {
672 { 654 "nodeId": "<string>",
673 "nodeId": "<string>", 655 "ignored": false,
674 "ignored": false, 656 "role": {
675 "role": { 657 "type": "role",
676 "type": "role", 658 "value": "button"
677 "value": "button" 659 },
678 }, 660 "name": {
679 "name": { 661 "type": "computedString",
680 "type": "computedString", 662 "value": "Display-none label",
681 "value": "Display-none label", 663 "sources": [
682 "sources": [ 664 {
683 { 665 "type": "relatedElement",
684 "type": "relatedElement", 666 "value": {
685 "value": { 667 "type": "computedString",
686 "type": "computedString", 668 "value": "Display-none label"
687 "value": "Display-none label"
688 },
689 "attribute": "aria-labelledby",
690 "attributeValue": {
691 "type": "idrefList",
692 "value": "label8",
693 "relatedNodes": [
694 {
695 "idref": "label8",
696 "text": "Display-none label",
697 "nodeResult": "h3#label8"
698 }
699 ]
700 }
701 }, 669 },
702 { 670 "attribute": "aria-labelledby",
703 "type": "attribute", 671 "attributeValue": {
704 "attribute": "aria-label", 672 "type": "idrefList",
705 "superseded": true 673 "value": "label8",
706 },
707 {
708 "type": "relatedElement",
709 "superseded": true,
710 "nativeSource": "label"
711 },
712 {
713 "type": "contents",
714 "value": {
715 "type": "computedString",
716 "value": "Contents"
717 },
718 "superseded": true
719 },
720 {
721 "type": "attribute",
722 "attribute": "title",
723 "superseded": true
724 }
725 ]
726 },
727 "properties": [
728 {
729 "name": "invalid",
730 "value": {
731 "type": "token",
732 "value": "false"
733 }
734 },
735 {
736 "name": "labelledby",
737 "value": {
738 "type": "nodeList",
739 "relatedNodes": [ 674 "relatedNodes": [
740 { 675 {
741 "idref": "label8", 676 "idref": "label8",
742 "text": "Display-none label", 677 "text": "Display-none label",
743 "nodeResult": "h3#label8" 678 "nodeResult": "h3#label8"
744 } 679 }
745 ] 680 ]
746 } 681 }
747 } 682 },
748 ] 683 {
749 } 684 "type": "attribute",
750 ] 685 "attribute": "aria-label",
751 } 686 "superseded": true
752 } 687 },
753 { 688 {
754 "id": "<int>", 689 "type": "relatedElement",
755 "result": { 690 "superseded": true,
756 "nodes": [ 691 "nativeSource": "label"
757 { 692 },
758 "nodeId": "<string>", 693 {
759 "ignored": false, 694 "type": "contents",
760 "role": { 695 "value": {
761 "type": "role", 696 "type": "computedString",
762 "value": "button" 697 "value": "Contents"
698 },
699 "superseded": true
700 },
701 {
702 "type": "attribute",
703 "attribute": "title",
704 "superseded": true
705 }
706 ]
707 },
708 "properties": [
709 {
710 "name": "invalid",
711 "value": {
712 "type": "token",
713 "value": "false"
714 }
763 }, 715 },
764 "name": { 716 {
765 "type": "computedString", 717 "name": "labelledby",
766 "value": "Label", 718 "value": {
767 "sources": [ 719 "type": "nodeList",
768 { 720 "relatedNodes": [
769 "type": "relatedElement", 721 {
770 "attribute": "aria-labelledby" 722 "idref": "label8",
771 }, 723 "text": "Display-none label",
772 { 724 "nodeResult": "h3#label8"
773 "type": "attribute",
774 "value": {
775 "type": "computedString",
776 "value": "Label"
777 },
778 "attribute": "aria-label",
779 "attributeValue": {
780 "type": "string",
781 "value": "Label"
782 } 725 }
783 }, 726 ]
784 { 727 }
785 "type": "relatedElement", 728 }
786 "superseded": true, 729 ]
787 "nativeSource": "label" 730 }
788 }, 731 }
789 { 732 }
790 "type": "contents", 733 {
791 "value": { 734 "id": "<int>",
792 "type": "computedString", 735 "result": {
793 "value": "Contents" 736 "accessibilityNode": {
794 }, 737 "nodeId": "<string>",
795 "superseded": true 738 "ignored": false,
796 }, 739 "role": {
797 { 740 "type": "role",
798 "type": "attribute", 741 "value": "button"
799 "attribute": "title", 742 },
800 "superseded": true 743 "name": {
801 } 744 "type": "computedString",
802 ] 745 "value": "Label",
803 }, 746 "sources": [
804 "properties": [ 747 {
805 { 748 "type": "relatedElement",
806 "name": "invalid", 749 "attribute": "aria-labelledby"
807 "value": { 750 },
808 "type": "token", 751 {
809 "value": "false" 752 "type": "attribute",
810 } 753 "value": {
811 } 754 "type": "computedString",
812 ] 755 "value": "Label"
813 } 756 },
814 ] 757 "attribute": "aria-label",
815 } 758 "attributeValue": {
816 } 759 "type": "string",
817 { 760 "value": "Label"
818 "id": "<int>", 761 }
819 "result": { 762 },
820 "nodes": [ 763 {
821 { 764 "type": "relatedElement",
822 "nodeId": "<string>", 765 "superseded": true,
823 "ignored": false, 766 "nativeSource": "label"
824 "role": { 767 },
825 "type": "role", 768 {
826 "value": "button" 769 "type": "contents",
827 }, 770 "value": {
828 "name": { 771 "type": "computedString",
829 "type": "computedString", 772 "value": "Contents"
830 "value": "Contents", 773 },
831 "sources": [ 774 "superseded": true
832 { 775 },
833 "type": "relatedElement", 776 {
834 "attribute": "aria-labelledby" 777 "type": "attribute",
835 }, 778 "attribute": "title",
836 { 779 "superseded": true
837 "type": "attribute", 780 }
838 "attribute": "aria-label" 781 ]
839 }, 782 },
840 { 783 "properties": [
841 "type": "relatedElement", 784 {
842 "nativeSource": "label" 785 "name": "invalid",
843 }, 786 "value": {
844 { 787 "type": "token",
845 "type": "contents", 788 "value": "false"
846 "value": { 789 }
847 "type": "computedString", 790 }
848 "value": "Contents" 791 ]
849 } 792 }
850 }, 793 }
851 { 794 }
852 "type": "attribute", 795 {
853 "attribute": "title", 796 "id": "<int>",
854 "superseded": true 797 "result": {
855 } 798 "accessibilityNode": {
856 ] 799 "nodeId": "<string>",
857 }, 800 "ignored": false,
858 "properties": [ 801 "role": {
859 { 802 "type": "role",
860 "name": "invalid", 803 "value": "button"
861 "value": { 804 },
862 "type": "token", 805 "name": {
863 "value": "false" 806 "type": "computedString",
864 } 807 "value": "Contents",
865 } 808 "sources": [
866 ] 809 {
867 } 810 "type": "relatedElement",
868 ] 811 "attribute": "aria-labelledby"
869 } 812 },
870 } 813 {
871 { 814 "type": "attribute",
872 "id": "<int>", 815 "attribute": "aria-label"
873 "result": { 816 },
874 "nodes": [ 817 {
875 { 818 "type": "relatedElement",
876 "nodeId": "<string>", 819 "nativeSource": "label"
877 "ignored": false, 820 },
878 "role": { 821 {
879 "type": "role", 822 "type": "contents",
880 "value": "button" 823 "value": {
881 }, 824 "type": "computedString",
882 "name": { 825 "value": "Contents"
883 "type": "computedString", 826 }
884 "value": "Contents", 827 },
885 "sources": [ 828 {
886 { 829 "type": "attribute",
887 "type": "relatedElement", 830 "attribute": "title",
888 "attribute": "aria-labelledby" 831 "superseded": true
889 }, 832 }
890 { 833 ]
891 "type": "attribute", 834 },
892 "attribute": "aria-label" 835 "properties": [
893 }, 836 {
894 { 837 "name": "invalid",
895 "type": "relatedElement", 838 "value": {
896 "nativeSource": "label" 839 "type": "token",
897 }, 840 "value": "false"
898 { 841 }
899 "type": "contents", 842 }
900 "value": { 843 ]
901 "type": "computedString", 844 }
902 "value": "Contents" 845 }
903 } 846 }
904 }, 847 {
905 { 848 "id": "<int>",
906 "type": "attribute", 849 "result": {
907 "attribute": "title", 850 "accessibilityNode": {
908 "superseded": true 851 "nodeId": "<string>",
909 } 852 "ignored": false,
910 ] 853 "role": {
911 }, 854 "type": "role",
912 "properties": [ 855 "value": "button"
913 { 856 },
914 "name": "invalid", 857 "name": {
915 "value": { 858 "type": "computedString",
916 "type": "token", 859 "value": "Contents",
917 "value": "false" 860 "sources": [
918 } 861 {
919 } 862 "type": "relatedElement",
920 ] 863 "attribute": "aria-labelledby"
921 } 864 },
922 ] 865 {
923 } 866 "type": "attribute",
924 } 867 "attribute": "aria-label"
925 { 868 },
926 "id": "<int>", 869 {
927 "result": { 870 "type": "relatedElement",
928 "nodes": [ 871 "nativeSource": "label"
929 { 872 },
930 "nodeId": "<string>", 873 {
931 "ignored": false, 874 "type": "contents",
932 "role": { 875 "value": {
933 "type": "role", 876 "type": "computedString",
934 "value": "button" 877 "value": "Contents"
935 }, 878 }
936 "name": { 879 },
937 "type": "computedString", 880 {
938 "value": "Labelledby 9", 881 "type": "attribute",
939 "sources": [ 882 "attribute": "title",
940 { 883 "superseded": true
941 "type": "relatedElement", 884 }
942 "value": { 885 ]
943 "type": "computedString", 886 },
944 "value": "Labelledby 9" 887 "properties": [
945 }, 888 {
946 "attribute": "aria-labelledby", 889 "name": "invalid",
947 "attributeValue": { 890 "value": {
948 "type": "idrefList", 891 "type": "token",
949 "value": "label9", 892 "value": "false"
950 "relatedNodes": [ 893 }
951 { 894 }
952 "idref": "label9", 895 ]
953 "text": "Labelledby 9", 896 }
954 "nodeResult": "div#label9" 897 }
955 } 898 }
956 ] 899 {
957 } 900 "id": "<int>",
958 }, 901 "result": {
959 { 902 "accessibilityNode": {
960 "type": "attribute", 903 "nodeId": "<string>",
961 "value": { 904 "ignored": false,
962 "type": "computedString", 905 "role": {
963 "value": "Label" 906 "type": "role",
964 }, 907 "value": "button"
965 "attribute": "aria-label", 908 },
966 "attributeValue": { 909 "name": {
967 "type": "string", 910 "type": "computedString",
968 "value": "Label" 911 "value": "Labelledby 9",
969 }, 912 "sources": [
970 "superseded": true 913 {
971 }, 914 "type": "relatedElement",
972 { 915 "value": {
973 "type": "relatedElement", 916 "type": "computedString",
974 "superseded": true, 917 "value": "Labelledby 9"
975 "nativeSource": "label" 918 },
976 }, 919 "attribute": "aria-labelledby",
977 { 920 "attributeValue": {
978 "type": "contents", 921 "type": "idrefList",
979 "value": { 922 "value": "label9",
980 "type": "computedString",
981 "value": "Contents"
982 },
983 "superseded": true
984 },
985 {
986 "type": "attribute",
987 "attribute": "title",
988 "superseded": true
989 }
990 ]
991 },
992 "properties": [
993 {
994 "name": "invalid",
995 "value": {
996 "type": "token",
997 "value": "false"
998 }
999 },
1000 {
1001 "name": "labelledby",
1002 "value": {
1003 "type": "nodeList",
1004 "relatedNodes": [ 923 "relatedNodes": [
1005 { 924 {
1006 "idref": "label9", 925 "idref": "label9",
1007 "text": "Labelledby 9", 926 "text": "Labelledby 9",
1008 "nodeResult": "div#label9" 927 "nodeResult": "div#label9"
1009 } 928 }
1010 ] 929 ]
1011 } 930 }
931 },
932 {
933 "type": "attribute",
934 "value": {
935 "type": "computedString",
936 "value": "Label"
937 },
938 "attribute": "aria-label",
939 "attributeValue": {
940 "type": "string",
941 "value": "Label"
942 },
943 "superseded": true
944 },
945 {
946 "type": "relatedElement",
947 "superseded": true,
948 "nativeSource": "label"
949 },
950 {
951 "type": "contents",
952 "value": {
953 "type": "computedString",
954 "value": "Contents"
955 },
956 "superseded": true
957 },
958 {
959 "type": "attribute",
960 "attribute": "title",
961 "superseded": true
1012 } 962 }
1013 ] 963 ]
1014 } 964 },
1015 ] 965 "properties": [
966 {
967 "name": "invalid",
968 "value": {
969 "type": "token",
970 "value": "false"
971 }
972 },
973 {
974 "name": "labelledby",
975 "value": {
976 "type": "nodeList",
977 "relatedNodes": [
978 {
979 "idref": "label9",
980 "text": "Labelledby 9",
981 "nodeResult": "div#label9"
982 }
983 ]
984 }
985 }
986 ]
987 }
1016 } 988 }
1017 } 989 }
1018 { 990 {
1019 "id": "<int>", 991 "id": "<int>",
1020 "result": { 992 "result": {
1021 "nodes": [ 993 "accessibilityNode": {
1022 { 994 "nodeId": "<string>",
1023 "nodeId": "<string>", 995 "ignored": false,
1024 "ignored": false, 996 "role": {
1025 "role": { 997 "type": "role",
1026 "type": "role", 998 "value": "button"
1027 "value": "button" 999 },
1028 }, 1000 "name": {
1029 "name": { 1001 "type": "computedString",
1030 "type": "computedString", 1002 "value": "Label 10 label",
1031 "value": "Label 10 label", 1003 "sources": [
1032 "sources": [ 1004 {
1033 { 1005 "type": "relatedElement",
1034 "type": "relatedElement", 1006 "value": {
1035 "value": { 1007 "type": "computedString",
1036 "type": "computedString", 1008 "value": "Label 10 label"
1037 "value": "Label 10 label"
1038 },
1039 "attribute": "aria-labelledby",
1040 "attributeValue": {
1041 "type": "idrefList",
1042 "value": "label10",
1043 "relatedNodes": [
1044 {
1045 "idref": "label10",
1046 "text": "Label 10 label",
1047 "nodeResult": "div#label10"
1048 }
1049 ]
1050 }
1051 }, 1009 },
1052 { 1010 "attribute": "aria-labelledby",
1053 "type": "attribute", 1011 "attributeValue": {
1054 "attribute": "aria-label", 1012 "type": "idrefList",
1055 "superseded": true 1013 "value": "label10",
1056 },
1057 {
1058 "type": "relatedElement",
1059 "superseded": true,
1060 "nativeSource": "label"
1061 },
1062 {
1063 "type": "contents",
1064 "value": {
1065 "type": "computedString",
1066 "value": "Contents"
1067 },
1068 "superseded": true
1069 },
1070 {
1071 "type": "attribute",
1072 "attribute": "title",
1073 "superseded": true
1074 }
1075 ]
1076 },
1077 "properties": [
1078 {
1079 "name": "invalid",
1080 "value": {
1081 "type": "token",
1082 "value": "false"
1083 }
1084 },
1085 {
1086 "name": "labelledby",
1087 "value": {
1088 "type": "nodeList",
1089 "relatedNodes": [ 1014 "relatedNodes": [
1090 { 1015 {
1091 "idref": "label10", 1016 "idref": "label10",
1092 "text": "Label 10 label", 1017 "text": "Label 10 label",
1093 "nodeResult": "div#label10" 1018 "nodeResult": "div#label10"
1094 } 1019 }
1095 ] 1020 ]
1096 } 1021 }
1022 },
1023 {
1024 "type": "attribute",
1025 "attribute": "aria-label",
1026 "superseded": true
1027 },
1028 {
1029 "type": "relatedElement",
1030 "superseded": true,
1031 "nativeSource": "label"
1032 },
1033 {
1034 "type": "contents",
1035 "value": {
1036 "type": "computedString",
1037 "value": "Contents"
1038 },
1039 "superseded": true
1040 },
1041 {
1042 "type": "attribute",
1043 "attribute": "title",
1044 "superseded": true
1097 } 1045 }
1098 ] 1046 ]
1099 } 1047 },
1100 ] 1048 "properties": [
1049 {
1050 "name": "invalid",
1051 "value": {
1052 "type": "token",
1053 "value": "false"
1054 }
1055 },
1056 {
1057 "name": "labelledby",
1058 "value": {
1059 "type": "nodeList",
1060 "relatedNodes": [
1061 {
1062 "idref": "label10",
1063 "text": "Label 10 label",
1064 "nodeResult": "div#label10"
1065 }
1066 ]
1067 }
1068 }
1069 ]
1070 }
1101 } 1071 }
1102 } 1072 }
1103 { 1073 {
1104 "id": "<int>", 1074 "id": "<int>",
1105 "result": { 1075 "result": {
1106 "nodes": [ 1076 "accessibilityNode": {
1107 { 1077 "nodeId": "<string>",
1108 "nodeId": "<string>", 1078 "ignored": false,
1109 "ignored": false, 1079 "role": {
1110 "role": { 1080 "type": "role",
1111 "type": "role", 1081 "value": "button"
1112 "value": "button" 1082 },
1113 }, 1083 "name": {
1114 "name": { 1084 "type": "computedString",
1115 "type": "computedString", 1085 "value": "Contents 11",
1116 "value": "Contents 11", 1086 "sources": [
1117 "sources": [ 1087 {
1118 { 1088 "type": "relatedElement",
1119 "type": "relatedElement", 1089 "value": {
1120 "value": { 1090 "type": "computedString",
1121 "type": "computedString", 1091 "value": "Contents 11"
1122 "value": "Contents 11"
1123 },
1124 "attribute": "aria-labelledby",
1125 "attributeValue": {
1126 "type": "idrefList",
1127 "value": "label11",
1128 "relatedNodes": [
1129 {
1130 "idref": "label11",
1131 "text": "Contents 11",
1132 "nodeResult": "div#label11"
1133 }
1134 ]
1135 }
1136 }, 1092 },
1137 { 1093 "attribute": "aria-labelledby",
1138 "type": "attribute", 1094 "attributeValue": {
1139 "attribute": "aria-label", 1095 "type": "idrefList",
1140 "superseded": true 1096 "value": "label11",
1141 },
1142 {
1143 "type": "relatedElement",
1144 "superseded": true,
1145 "nativeSource": "label"
1146 },
1147 {
1148 "type": "contents",
1149 "value": {
1150 "type": "computedString",
1151 "value": "Contents"
1152 },
1153 "superseded": true
1154 },
1155 {
1156 "type": "attribute",
1157 "attribute": "title",
1158 "superseded": true
1159 }
1160 ]
1161 },
1162 "properties": [
1163 {
1164 "name": "invalid",
1165 "value": {
1166 "type": "token",
1167 "value": "false"
1168 }
1169 },
1170 {
1171 "name": "labelledby",
1172 "value": {
1173 "type": "nodeList",
1174 "relatedNodes": [ 1097 "relatedNodes": [
1175 { 1098 {
1176 "idref": "label11", 1099 "idref": "label11",
1177 "text": "Contents 11", 1100 "text": "Contents 11",
1178 "nodeResult": "div#label11" 1101 "nodeResult": "div#label11"
1179 } 1102 }
1180 ] 1103 ]
1181 } 1104 }
1105 },
1106 {
1107 "type": "attribute",
1108 "attribute": "aria-label",
1109 "superseded": true
1110 },
1111 {
1112 "type": "relatedElement",
1113 "superseded": true,
1114 "nativeSource": "label"
1115 },
1116 {
1117 "type": "contents",
1118 "value": {
1119 "type": "computedString",
1120 "value": "Contents"
1121 },
1122 "superseded": true
1123 },
1124 {
1125 "type": "attribute",
1126 "attribute": "title",
1127 "superseded": true
1182 } 1128 }
1183 ] 1129 ]
1184 } 1130 },
1185 ] 1131 "properties": [
1132 {
1133 "name": "invalid",
1134 "value": {
1135 "type": "token",
1136 "value": "false"
1137 }
1138 },
1139 {
1140 "name": "labelledby",
1141 "value": {
1142 "type": "nodeList",
1143 "relatedNodes": [
1144 {
1145 "idref": "label11",
1146 "text": "Contents 11",
1147 "nodeResult": "div#label11"
1148 }
1149 ]
1150 }
1151 }
1152 ]
1153 }
1186 } 1154 }
1187 } 1155 }
1188 { 1156 {
1189 "id": "<int>", 1157 "id": "<int>",
1190 "result": { 1158 "result": {
1191 "nodes": [ 1159 "accessibilityNode": {
1192 { 1160 "nodeId": "<string>",
1193 "nodeId": "<string>", 1161 "ignored": false,
1194 "ignored": false, 1162 "role": {
1195 "role": { 1163 "type": "role",
1196 "type": "role", 1164 "value": "button"
1197 "value": "button" 1165 },
1198 }, 1166 "name": {
1199 "name": { 1167 "type": "computedString",
1200 "type": "computedString", 1168 "value": "Label 12 label",
1201 "value": "Label 12 label", 1169 "sources": [
1202 "sources": [ 1170 {
1203 { 1171 "type": "relatedElement",
1204 "type": "relatedElement", 1172 "value": {
1205 "value": { 1173 "type": "computedString",
1206 "type": "computedString", 1174 "value": "Label 12 label"
1207 "value": "Label 12 label"
1208 },
1209 "attribute": "aria-labelledby",
1210 "attributeValue": {
1211 "type": "idrefList",
1212 "value": "label12",
1213 "relatedNodes": [
1214 {
1215 "idref": "label12",
1216 "text": "Label 12 label",
1217 "nodeResult": "div#label12"
1218 }
1219 ]
1220 }
1221 }, 1175 },
1222 { 1176 "attribute": "aria-labelledby",
1223 "type": "attribute", 1177 "attributeValue": {
1224 "attribute": "aria-label", 1178 "type": "idrefList",
1225 "superseded": true 1179 "value": "label12",
1226 },
1227 {
1228 "type": "relatedElement",
1229 "superseded": true,
1230 "nativeSource": "label"
1231 },
1232 {
1233 "type": "contents",
1234 "value": {
1235 "type": "computedString",
1236 "value": "Contents"
1237 },
1238 "superseded": true
1239 },
1240 {
1241 "type": "attribute",
1242 "attribute": "title",
1243 "superseded": true
1244 }
1245 ]
1246 },
1247 "properties": [
1248 {
1249 "name": "invalid",
1250 "value": {
1251 "type": "token",
1252 "value": "false"
1253 }
1254 },
1255 {
1256 "name": "labelledby",
1257 "value": {
1258 "type": "nodeList",
1259 "relatedNodes": [ 1180 "relatedNodes": [
1260 { 1181 {
1261 "idref": "label12", 1182 "idref": "label12",
1262 "text": "Label 12 label", 1183 "text": "Label 12 label",
1263 "nodeResult": "div#label12" 1184 "nodeResult": "div#label12"
1264 } 1185 }
1265 ] 1186 ]
1266 } 1187 }
1188 },
1189 {
1190 "type": "attribute",
1191 "attribute": "aria-label",
1192 "superseded": true
1193 },
1194 {
1195 "type": "relatedElement",
1196 "superseded": true,
1197 "nativeSource": "label"
1198 },
1199 {
1200 "type": "contents",
1201 "value": {
1202 "type": "computedString",
1203 "value": "Contents"
1204 },
1205 "superseded": true
1206 },
1207 {
1208 "type": "attribute",
1209 "attribute": "title",
1210 "superseded": true
1267 } 1211 }
1268 ] 1212 ]
1269 } 1213 },
1270 ] 1214 "properties": [
1215 {
1216 "name": "invalid",
1217 "value": {
1218 "type": "token",
1219 "value": "false"
1220 }
1221 },
1222 {
1223 "name": "labelledby",
1224 "value": {
1225 "type": "nodeList",
1226 "relatedNodes": [
1227 {
1228 "idref": "label12",
1229 "text": "Label 12 label",
1230 "nodeResult": "div#label12"
1231 }
1232 ]
1233 }
1234 }
1235 ]
1236 }
1271 } 1237 }
1272 } 1238 }
1273 { 1239 {
1274 "id": "<int>", 1240 "id": "<int>",
1275 "result": { 1241 "result": {
1276 "nodes": [ 1242 "accessibilityNode": {
1277 { 1243 "nodeId": "<string>",
1278 "nodeId": "<string>", 1244 "ignored": false,
1279 "ignored": false, 1245 "role": {
1280 "role": { 1246 "type": "role",
1281 "type": "role", 1247 "value": "textbox"
1282 "value": "textbox" 1248 },
1283 }, 1249 "name": {
1284 "name": { 1250 "type": "computedString",
1285 "type": "computedString", 1251 "value": "A B C",
1286 "value": "A B C", 1252 "sources": [
1287 "sources": [ 1253 {
1288 { 1254 "type": "relatedElement",
1289 "type": "relatedElement", 1255 "value": {
1290 "value": { 1256 "type": "computedString",
1291 "type": "computedString", 1257 "value": "A B C"
1292 "value": "A B C"
1293 },
1294 "attribute": "aria-labelledby",
1295 "attributeValue": {
1296 "type": "idrefList",
1297 "value": "list1",
1298 "relatedNodes": [
1299 {
1300 "idref": "list1",
1301 "text": "A B C",
1302 "nodeResult": "ul#list1"
1303 }
1304 ]
1305 }
1306 }, 1258 },
1307 { 1259 "attribute": "aria-labelledby",
1308 "type": "attribute", 1260 "attributeValue": {
1309 "attribute": "aria-label", 1261 "type": "idrefList",
1310 "superseded": true 1262 "value": "list1",
1311 },
1312 {
1313 "type": "relatedElement",
1314 "superseded": true,
1315 "nativeSource": "label"
1316 },
1317 {
1318 "type": "placeholder",
1319 "attribute": "placeholder",
1320 "superseded": true
1321 },
1322 {
1323 "type": "attribute",
1324 "attribute": "title",
1325 "superseded": true
1326 }
1327 ]
1328 },
1329 "properties": [
1330 {
1331 "name": "invalid",
1332 "value": {
1333 "type": "token",
1334 "value": "false"
1335 }
1336 },
1337 {
1338 "name": "multiline",
1339 "value": {
1340 "type": "boolean",
1341 "value": false
1342 }
1343 },
1344 {
1345 "name": "readonly",
1346 "value": {
1347 "type": "boolean",
1348 "value": false
1349 }
1350 },
1351 {
1352 "name": "required",
1353 "value": {
1354 "type": "boolean",
1355 "value": false
1356 }
1357 },
1358 {
1359 "name": "labelledby",
1360 "value": {
1361 "type": "nodeList",
1362 "relatedNodes": [ 1263 "relatedNodes": [
1363 { 1264 {
1364 "idref": "list1", 1265 "idref": "list1",
1365 "text": "A B C", 1266 "text": "A B C",
1366 "nodeResult": "ul#list1" 1267 "nodeResult": "ul#list1"
1367 } 1268 }
1368 ] 1269 ]
1369 } 1270 }
1271 },
1272 {
1273 "type": "attribute",
1274 "attribute": "aria-label",
1275 "superseded": true
1276 },
1277 {
1278 "type": "relatedElement",
1279 "superseded": true,
1280 "nativeSource": "label"
1281 },
1282 {
1283 "type": "placeholder",
1284 "attribute": "placeholder",
1285 "superseded": true
1286 },
1287 {
1288 "type": "attribute",
1289 "attribute": "title",
1290 "superseded": true
1370 } 1291 }
1371 ] 1292 ]
1372 } 1293 },
1373 ] 1294 "properties": [
1295 {
1296 "name": "invalid",
1297 "value": {
1298 "type": "token",
1299 "value": "false"
1300 }
1301 },
1302 {
1303 "name": "multiline",
1304 "value": {
1305 "type": "boolean",
1306 "value": false
1307 }
1308 },
1309 {
1310 "name": "readonly",
1311 "value": {
1312 "type": "boolean",
1313 "value": false
1314 }
1315 },
1316 {
1317 "name": "required",
1318 "value": {
1319 "type": "boolean",
1320 "value": false
1321 }
1322 },
1323 {
1324 "name": "labelledby",
1325 "value": {
1326 "type": "nodeList",
1327 "relatedNodes": [
1328 {
1329 "idref": "list1",
1330 "text": "A B C",
1331 "nodeResult": "ul#list1"
1332 }
1333 ]
1334 }
1335 }
1336 ]
1337 }
1374 } 1338 }
1375 } 1339 }
1376 1340
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698