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

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

Issue 2322413003: Show ancestor hierarchy in accessibility panel (Closed)
Patch Set: Add new test for ancestors 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 "accessibilityNode": { 4 "nodes": [
5 "nodeId": "<string>", 5 {
6 "ignored": false, 6 "nodeId": "<string>",
7 "role": { 7 "ignored": false,
8 "type": "internalRole", 8 "role": {
9 "value": "Figure" 9 "type": "internalRole",
10 }, 10 "value": "Figure"
11 "name": { 11 },
12 "type": "computedString", 12 "name": {
13 "value": "", 13 "type": "computedString",
14 "sources": [ 14 "value": "",
15 "sources": [
16 {
17 "type": "relatedElement",
18 "attribute": "aria-labelledby"
19 },
20 {
21 "type": "attribute",
22 "attribute": "aria-label"
23 },
24 {
25 "type": "relatedElement",
26 "nativeSource": "figcaption"
27 },
28 {
29 "type": "attribute",
30 "attribute": "title"
31 }
32 ]
33 },
34 "properties": []
35 }
36 ]
37 }
38 }
39 {
40 "id": "<int>",
41 "result": {
42 "nodes": [
43 {
44 "nodeId": "<string>",
45 "ignored": false,
46 "role": {
47 "type": "internalRole",
48 "value": "Figure"
49 },
50 "name": {
51 "type": "computedString",
52 "value": "figure2-title",
53 "sources": [
54 {
55 "type": "relatedElement",
56 "attribute": "aria-labelledby"
57 },
58 {
59 "type": "attribute",
60 "attribute": "aria-label"
61 },
62 {
63 "type": "relatedElement",
64 "nativeSource": "figcaption"
65 },
66 {
67 "type": "attribute",
68 "value": {
69 "type": "computedString",
70 "value": "figure2-title"
71 },
72 "attribute": "title"
73 }
74 ]
75 },
76 "properties": []
77 }
78 ]
79 }
80 }
81 {
82 "id": "<int>",
83 "result": {
84 "nodes": [
85 {
86 "nodeId": "<string>",
87 "ignored": false,
88 "role": {
89 "type": "internalRole",
90 "value": "Figure"
91 },
92 "name": {
93 "type": "computedString",
94 "value": "figcaption3",
95 "sources": [
96 {
97 "type": "relatedElement",
98 "attribute": "aria-labelledby"
99 },
100 {
101 "type": "attribute",
102 "attribute": "aria-label"
103 },
104 {
105 "type": "relatedElement",
106 "value": {
107 "type": "computedString",
108 "value": "figcaption3"
109 },
110 "nativeSource": "figcaption",
111 "nativeSourceValue": {
112 "type": "nodeList",
113 "relatedNodes": [
114 {
115 "backendNodeId": "<string>",
116 "text": "figcaption3"
117 }
118 ]
119 }
120 },
121 {
122 "type": "attribute",
123 "value": {
124 "type": "computedString",
125 "value": "figure3-title"
126 },
127 "attribute": "title",
128 "superseded": true
129 }
130 ]
131 },
132 "description": {
133 "type": "computedString",
134 "value": "figure3-title"
135 },
136 "properties": [
15 { 137 {
16 "type": "relatedElement", 138 "name": "labelledby",
17 "attribute": "aria-labelledby"
18 },
19 {
20 "type": "attribute",
21 "attribute": "aria-label"
22 },
23 {
24 "type": "relatedElement",
25 "nativeSource": "figcaption"
26 },
27 {
28 "type": "attribute",
29 "attribute": "title"
30 }
31 ]
32 },
33 "properties": []
34 }
35 }
36 }
37 {
38 "id": "<int>",
39 "result": {
40 "accessibilityNode": {
41 "nodeId": "<string>",
42 "ignored": false,
43 "role": {
44 "type": "internalRole",
45 "value": "Figure"
46 },
47 "name": {
48 "type": "computedString",
49 "value": "figure2-title",
50 "sources": [
51 {
52 "type": "relatedElement",
53 "attribute": "aria-labelledby"
54 },
55 {
56 "type": "attribute",
57 "attribute": "aria-label"
58 },
59 {
60 "type": "relatedElement",
61 "nativeSource": "figcaption"
62 },
63 {
64 "type": "attribute",
65 "value": { 139 "value": {
66 "type": "computedString",
67 "value": "figure2-title"
68 },
69 "attribute": "title"
70 }
71 ]
72 },
73 "properties": []
74 }
75 }
76 }
77 {
78 "id": "<int>",
79 "result": {
80 "accessibilityNode": {
81 "nodeId": "<string>",
82 "ignored": false,
83 "role": {
84 "type": "internalRole",
85 "value": "Figure"
86 },
87 "name": {
88 "type": "computedString",
89 "value": "figcaption3",
90 "sources": [
91 {
92 "type": "relatedElement",
93 "attribute": "aria-labelledby"
94 },
95 {
96 "type": "attribute",
97 "attribute": "aria-label"
98 },
99 {
100 "type": "relatedElement",
101 "value": {
102 "type": "computedString",
103 "value": "figcaption3"
104 },
105 "nativeSource": "figcaption",
106 "nativeSourceValue": {
107 "type": "nodeList", 140 "type": "nodeList",
108 "relatedNodes": [ 141 "relatedNodes": [
109 { 142 {
110 "backendNodeId": "<string>", 143 "text": "figcaption3",
111 "text": "figcaption3" 144 "nodeResult": "figcaption"
112 } 145 }
113 ] 146 ]
114 } 147 }
115 },
116 {
117 "type": "attribute",
118 "value": {
119 "type": "computedString",
120 "value": "figure3-title"
121 },
122 "attribute": "title",
123 "superseded": true
124 } 148 }
125 ] 149 ]
126 }, 150 }
127 "description": { 151 ]
128 "type": "computedString", 152 }
129 "value": "figure3-title" 153 }
130 }, 154 {
131 "properties": [ 155 "id": "<int>",
132 { 156 "result": {
133 "name": "labelledby", 157 "nodes": [
134 "value": { 158 {
135 "type": "nodeList", 159 "nodeId": "<string>",
136 "relatedNodes": [ 160 "ignored": false,
137 { 161 "role": {
138 "text": "figcaption3", 162 "type": "internalRole",
139 "nodeResult": "figcaption" 163 "value": "Figure"
140 } 164 },
141 ] 165 "name": {
142 } 166 "type": "computedString",
143 } 167 "value": "figure4-aria-label",
144 ] 168 "sources": [
145 } 169 {
146 } 170 "type": "relatedElement",
147 } 171 "attribute": "aria-labelledby"
148 { 172 },
149 "id": "<int>", 173 {
150 "result": { 174 "type": "attribute",
151 "accessibilityNode": { 175 "value": {
152 "nodeId": "<string>", 176 "type": "computedString",
153 "ignored": false, 177 "value": "figure4-aria-label"
154 "role": { 178 },
155 "type": "internalRole", 179 "attribute": "aria-label",
156 "value": "Figure" 180 "attributeValue": {
157 }, 181 "type": "string",
158 "name": { 182 "value": "figure4-aria-label"
159 "type": "computedString", 183 }
160 "value": "figure4-aria-label", 184 },
161 "sources": [ 185 {
186 "type": "relatedElement",
187 "value": {
188 "type": "computedString",
189 "value": "figcaption4"
190 },
191 "superseded": true,
192 "nativeSource": "figcaption",
193 "nativeSourceValue": {
194 "type": "nodeList",
195 "relatedNodes": [
196 {
197 "backendNodeId": "<string>",
198 "text": "figcaption4"
199 }
200 ]
201 }
202 },
203 {
204 "type": "attribute",
205 "value": {
206 "type": "computedString",
207 "value": "figure4-title"
208 },
209 "attribute": "title",
210 "superseded": true
211 }
212 ]
213 },
214 "description": {
215 "type": "computedString",
216 "value": "figure4-title"
217 },
218 "properties": []
219 }
220 ]
221 }
222 }
223 {
224 "id": "<int>",
225 "result": {
226 "nodes": [
227 {
228 "nodeId": "<string>",
229 "ignored": false,
230 "role": {
231 "type": "internalRole",
232 "value": "Figure"
233 },
234 "name": {
235 "type": "computedString",
236 "value": "figure5-aria-labelledby",
237 "sources": [
238 {
239 "type": "relatedElement",
240 "value": {
241 "type": "computedString",
242 "value": "figure5-aria-labelledby"
243 },
244 "attribute": "aria-labelledby",
245 "attributeValue": {
246 "type": "idrefList",
247 "value": "figure-labelledby5",
248 "relatedNodes": [
249 {
250 "idref": "figure-labelledby5",
251 "text": "figure5-aria-labelledby",
252 "nodeResult": "span#figure-labelledby5"
253 }
254 ]
255 }
256 },
257 {
258 "type": "attribute",
259 "value": {
260 "type": "computedString",
261 "value": "figure5-aria-label"
262 },
263 "attribute": "aria-label",
264 "attributeValue": {
265 "type": "string",
266 "value": "figure5-aria-label"
267 },
268 "superseded": true
269 },
270 {
271 "type": "relatedElement",
272 "value": {
273 "type": "computedString",
274 "value": "figcaption5"
275 },
276 "superseded": true,
277 "nativeSource": "figcaption",
278 "nativeSourceValue": {
279 "type": "nodeList",
280 "relatedNodes": [
281 {
282 "backendNodeId": "<string>",
283 "text": "figcaption5"
284 }
285 ]
286 }
287 },
288 {
289 "type": "attribute",
290 "value": {
291 "type": "computedString",
292 "value": "figure5-title"
293 },
294 "attribute": "title",
295 "superseded": true
296 }
297 ]
298 },
299 "description": {
300 "type": "computedString",
301 "value": "figure5-title"
302 },
303 "properties": [
162 { 304 {
163 "type": "relatedElement", 305 "name": "labelledby",
164 "attribute": "aria-labelledby"
165 },
166 {
167 "type": "attribute",
168 "value": { 306 "value": {
169 "type": "computedString",
170 "value": "figure4-aria-label"
171 },
172 "attribute": "aria-label",
173 "attributeValue": {
174 "type": "string",
175 "value": "figure4-aria-label"
176 }
177 },
178 {
179 "type": "relatedElement",
180 "value": {
181 "type": "computedString",
182 "value": "figcaption4"
183 },
184 "superseded": true,
185 "nativeSource": "figcaption",
186 "nativeSourceValue": {
187 "type": "nodeList", 307 "type": "nodeList",
188 "relatedNodes": [ 308 "relatedNodes": [
189 { 309 {
190 "backendNodeId": "<string>",
191 "text": "figcaption4"
192 }
193 ]
194 }
195 },
196 {
197 "type": "attribute",
198 "value": {
199 "type": "computedString",
200 "value": "figure4-title"
201 },
202 "attribute": "title",
203 "superseded": true
204 }
205 ]
206 },
207 "description": {
208 "type": "computedString",
209 "value": "figure4-title"
210 },
211 "properties": []
212 }
213 }
214 }
215 {
216 "id": "<int>",
217 "result": {
218 "accessibilityNode": {
219 "nodeId": "<string>",
220 "ignored": false,
221 "role": {
222 "type": "internalRole",
223 "value": "Figure"
224 },
225 "name": {
226 "type": "computedString",
227 "value": "figure5-aria-labelledby",
228 "sources": [
229 {
230 "type": "relatedElement",
231 "value": {
232 "type": "computedString",
233 "value": "figure5-aria-labelledby"
234 },
235 "attribute": "aria-labelledby",
236 "attributeValue": {
237 "type": "idrefList",
238 "value": "figure-labelledby5",
239 "relatedNodes": [
240 {
241 "idref": "figure-labelledby5", 310 "idref": "figure-labelledby5",
242 "text": "figure5-aria-labelledby", 311 "text": "figure5-aria-labelledby",
243 "nodeResult": "span#figure-labelledby5" 312 "nodeResult": "span#figure-labelledby5"
244 } 313 }
245 ] 314 ]
246 } 315 }
247 }, 316 }
317 ]
318 }
319 ]
320 }
321 }
322 {
323 "id": "<int>",
324 "result": {
325 "nodes": [
326 {
327 "nodeId": "<string>",
328 "ignored": false,
329 "role": {
330 "type": "role",
331 "value": "img"
332 },
333 "name": {
334 "type": "computedString",
335 "value": "",
336 "sources": [
337 {
338 "type": "relatedElement",
339 "attribute": "aria-labelledby"
340 },
341 {
342 "type": "attribute",
343 "attribute": "aria-label"
344 },
345 {
346 "type": "attribute",
347 "attribute": "alt"
348 },
349 {
350 "type": "attribute",
351 "attribute": "title"
352 }
353 ]
354 },
355 "properties": []
356 }
357 ]
358 }
359 }
360 {
361 "id": "<int>",
362 "result": {
363 "nodes": [
364 {
365 "nodeId": "<string>",
366 "ignored": false,
367 "role": {
368 "type": "role",
369 "value": "img"
370 },
371 "name": {
372 "type": "computedString",
373 "value": "img2-title",
374 "sources": [
375 {
376 "type": "relatedElement",
377 "attribute": "aria-labelledby"
378 },
379 {
380 "type": "attribute",
381 "attribute": "aria-label"
382 },
383 {
384 "type": "attribute",
385 "attribute": "alt"
386 },
387 {
388 "type": "attribute",
389 "value": {
390 "type": "computedString",
391 "value": "img2-title"
392 },
393 "attribute": "title"
394 }
395 ]
396 },
397 "properties": []
398 }
399 ]
400 }
401 }
402 {
403 "id": "<int>",
404 "result": {
405 "nodes": [
406 {
407 "nodeId": "<string>",
408 "ignored": false,
409 "role": {
410 "type": "role",
411 "value": "img"
412 },
413 "name": {
414 "type": "computedString",
415 "value": "img3-alt",
416 "sources": [
417 {
418 "type": "relatedElement",
419 "attribute": "aria-labelledby"
420 },
421 {
422 "type": "attribute",
423 "attribute": "aria-label"
424 },
425 {
426 "type": "attribute",
427 "value": {
428 "type": "computedString",
429 "value": "img3-alt"
430 },
431 "attribute": "alt",
432 "attributeValue": {
433 "type": "string",
434 "value": "img3-alt"
435 }
436 },
437 {
438 "type": "attribute",
439 "value": {
440 "type": "computedString",
441 "value": "img3-title"
442 },
443 "attribute": "title",
444 "superseded": true
445 }
446 ]
447 },
448 "description": {
449 "type": "computedString",
450 "value": "img3-title"
451 },
452 "properties": []
453 }
454 ]
455 }
456 }
457 {
458 "id": "<int>",
459 "result": {
460 "nodes": [
461 {
462 "nodeId": "<string>",
463 "ignored": false,
464 "role": {
465 "type": "role",
466 "value": "img"
467 },
468 "name": {
469 "type": "computedString",
470 "value": "img4-aria-label",
471 "sources": [
472 {
473 "type": "relatedElement",
474 "attribute": "aria-labelledby"
475 },
476 {
477 "type": "attribute",
478 "value": {
479 "type": "computedString",
480 "value": "img4-aria-label"
481 },
482 "attribute": "aria-label",
483 "attributeValue": {
484 "type": "string",
485 "value": "img4-aria-label"
486 }
487 },
488 {
489 "type": "attribute",
490 "value": {
491 "type": "computedString",
492 "value": "img4-alt"
493 },
494 "attribute": "alt",
495 "attributeValue": {
496 "type": "string",
497 "value": "img4-alt"
498 },
499 "superseded": true
500 },
501 {
502 "type": "attribute",
503 "value": {
504 "type": "computedString",
505 "value": "img4-title"
506 },
507 "attribute": "title",
508 "superseded": true
509 }
510 ]
511 },
512 "description": {
513 "type": "computedString",
514 "value": "img4-title"
515 },
516 "properties": []
517 }
518 ]
519 }
520 }
521 {
522 "id": "<int>",
523 "result": {
524 "nodes": [
525 {
526 "nodeId": "<string>",
527 "ignored": false,
528 "role": {
529 "type": "role",
530 "value": "img"
531 },
532 "name": {
533 "type": "computedString",
534 "value": "img5-aria-labelledby",
535 "sources": [
536 {
537 "type": "relatedElement",
538 "value": {
539 "type": "computedString",
540 "value": "img5-aria-labelledby"
541 },
542 "attribute": "aria-labelledby",
543 "attributeValue": {
544 "type": "idrefList",
545 "value": "img-labelledby5",
546 "relatedNodes": [
547 {
548 "idref": "img-labelledby5",
549 "text": "img5-aria-labelledby",
550 "nodeResult": "span#img-labelledby5"
551 }
552 ]
553 }
554 },
555 {
556 "type": "attribute",
557 "value": {
558 "type": "computedString",
559 "value": "img5-aria-label"
560 },
561 "attribute": "aria-label",
562 "attributeValue": {
563 "type": "string",
564 "value": "img5-aria-label"
565 },
566 "superseded": true
567 },
568 {
569 "type": "attribute",
570 "value": {
571 "type": "computedString",
572 "value": "img5-alt"
573 },
574 "attribute": "alt",
575 "attributeValue": {
576 "type": "string",
577 "value": "img5-alt"
578 },
579 "superseded": true
580 },
581 {
582 "type": "attribute",
583 "value": {
584 "type": "computedString",
585 "value": "img5-title"
586 },
587 "attribute": "title",
588 "superseded": true
589 }
590 ]
591 },
592 "description": {
593 "type": "computedString",
594 "value": "img5-title"
595 },
596 "properties": [
248 { 597 {
249 "type": "attribute", 598 "name": "labelledby",
250 "value": { 599 "value": {
251 "type": "computedString",
252 "value": "figure5-aria-label"
253 },
254 "attribute": "aria-label",
255 "attributeValue": {
256 "type": "string",
257 "value": "figure5-aria-label"
258 },
259 "superseded": true
260 },
261 {
262 "type": "relatedElement",
263 "value": {
264 "type": "computedString",
265 "value": "figcaption5"
266 },
267 "superseded": true,
268 "nativeSource": "figcaption",
269 "nativeSourceValue": {
270 "type": "nodeList", 600 "type": "nodeList",
271 "relatedNodes": [ 601 "relatedNodes": [
272 { 602 {
273 "backendNodeId": "<string>",
274 "text": "figcaption5"
275 }
276 ]
277 }
278 },
279 {
280 "type": "attribute",
281 "value": {
282 "type": "computedString",
283 "value": "figure5-title"
284 },
285 "attribute": "title",
286 "superseded": true
287 }
288 ]
289 },
290 "description": {
291 "type": "computedString",
292 "value": "figure5-title"
293 },
294 "properties": [
295 {
296 "name": "labelledby",
297 "value": {
298 "type": "nodeList",
299 "relatedNodes": [
300 {
301 "idref": "figure-labelledby5",
302 "text": "figure5-aria-labelledby",
303 "nodeResult": "span#figure-labelledby5"
304 }
305 ]
306 }
307 }
308 ]
309 }
310 }
311 }
312 {
313 "id": "<int>",
314 "result": {
315 "accessibilityNode": {
316 "nodeId": "<string>",
317 "ignored": false,
318 "role": {
319 "type": "role",
320 "value": "img"
321 },
322 "name": {
323 "type": "computedString",
324 "value": "",
325 "sources": [
326 {
327 "type": "relatedElement",
328 "attribute": "aria-labelledby"
329 },
330 {
331 "type": "attribute",
332 "attribute": "aria-label"
333 },
334 {
335 "type": "attribute",
336 "attribute": "alt"
337 },
338 {
339 "type": "attribute",
340 "attribute": "title"
341 }
342 ]
343 },
344 "properties": []
345 }
346 }
347 }
348 {
349 "id": "<int>",
350 "result": {
351 "accessibilityNode": {
352 "nodeId": "<string>",
353 "ignored": false,
354 "role": {
355 "type": "role",
356 "value": "img"
357 },
358 "name": {
359 "type": "computedString",
360 "value": "img2-title",
361 "sources": [
362 {
363 "type": "relatedElement",
364 "attribute": "aria-labelledby"
365 },
366 {
367 "type": "attribute",
368 "attribute": "aria-label"
369 },
370 {
371 "type": "attribute",
372 "attribute": "alt"
373 },
374 {
375 "type": "attribute",
376 "value": {
377 "type": "computedString",
378 "value": "img2-title"
379 },
380 "attribute": "title"
381 }
382 ]
383 },
384 "properties": []
385 }
386 }
387 }
388 {
389 "id": "<int>",
390 "result": {
391 "accessibilityNode": {
392 "nodeId": "<string>",
393 "ignored": false,
394 "role": {
395 "type": "role",
396 "value": "img"
397 },
398 "name": {
399 "type": "computedString",
400 "value": "img3-alt",
401 "sources": [
402 {
403 "type": "relatedElement",
404 "attribute": "aria-labelledby"
405 },
406 {
407 "type": "attribute",
408 "attribute": "aria-label"
409 },
410 {
411 "type": "attribute",
412 "value": {
413 "type": "computedString",
414 "value": "img3-alt"
415 },
416 "attribute": "alt",
417 "attributeValue": {
418 "type": "string",
419 "value": "img3-alt"
420 }
421 },
422 {
423 "type": "attribute",
424 "value": {
425 "type": "computedString",
426 "value": "img3-title"
427 },
428 "attribute": "title",
429 "superseded": true
430 }
431 ]
432 },
433 "description": {
434 "type": "computedString",
435 "value": "img3-title"
436 },
437 "properties": []
438 }
439 }
440 }
441 {
442 "id": "<int>",
443 "result": {
444 "accessibilityNode": {
445 "nodeId": "<string>",
446 "ignored": false,
447 "role": {
448 "type": "role",
449 "value": "img"
450 },
451 "name": {
452 "type": "computedString",
453 "value": "img4-aria-label",
454 "sources": [
455 {
456 "type": "relatedElement",
457 "attribute": "aria-labelledby"
458 },
459 {
460 "type": "attribute",
461 "value": {
462 "type": "computedString",
463 "value": "img4-aria-label"
464 },
465 "attribute": "aria-label",
466 "attributeValue": {
467 "type": "string",
468 "value": "img4-aria-label"
469 }
470 },
471 {
472 "type": "attribute",
473 "value": {
474 "type": "computedString",
475 "value": "img4-alt"
476 },
477 "attribute": "alt",
478 "attributeValue": {
479 "type": "string",
480 "value": "img4-alt"
481 },
482 "superseded": true
483 },
484 {
485 "type": "attribute",
486 "value": {
487 "type": "computedString",
488 "value": "img4-title"
489 },
490 "attribute": "title",
491 "superseded": true
492 }
493 ]
494 },
495 "description": {
496 "type": "computedString",
497 "value": "img4-title"
498 },
499 "properties": []
500 }
501 }
502 }
503 {
504 "id": "<int>",
505 "result": {
506 "accessibilityNode": {
507 "nodeId": "<string>",
508 "ignored": false,
509 "role": {
510 "type": "role",
511 "value": "img"
512 },
513 "name": {
514 "type": "computedString",
515 "value": "img5-aria-labelledby",
516 "sources": [
517 {
518 "type": "relatedElement",
519 "value": {
520 "type": "computedString",
521 "value": "img5-aria-labelledby"
522 },
523 "attribute": "aria-labelledby",
524 "attributeValue": {
525 "type": "idrefList",
526 "value": "img-labelledby5",
527 "relatedNodes": [
528 {
529 "idref": "img-labelledby5", 603 "idref": "img-labelledby5",
530 "text": "img5-aria-labelledby", 604 "text": "img5-aria-labelledby",
531 "nodeResult": "span#img-labelledby5" 605 "nodeResult": "span#img-labelledby5"
532 } 606 }
533 ] 607 ]
534 } 608 }
535 },
536 {
537 "type": "attribute",
538 "value": {
539 "type": "computedString",
540 "value": "img5-aria-label"
541 },
542 "attribute": "aria-label",
543 "attributeValue": {
544 "type": "string",
545 "value": "img5-aria-label"
546 },
547 "superseded": true
548 },
549 {
550 "type": "attribute",
551 "value": {
552 "type": "computedString",
553 "value": "img5-alt"
554 },
555 "attribute": "alt",
556 "attributeValue": {
557 "type": "string",
558 "value": "img5-alt"
559 },
560 "superseded": true
561 },
562 {
563 "type": "attribute",
564 "value": {
565 "type": "computedString",
566 "value": "img5-title"
567 },
568 "attribute": "title",
569 "superseded": true
570 } 609 }
571 ] 610 ]
572 }, 611 }
573 "description": { 612 ]
574 "type": "computedString",
575 "value": "img5-title"
576 },
577 "properties": [
578 {
579 "name": "labelledby",
580 "value": {
581 "type": "nodeList",
582 "relatedNodes": [
583 {
584 "idref": "img-labelledby5",
585 "text": "img5-aria-labelledby",
586 "nodeResult": "span#img-labelledby5"
587 }
588 ]
589 }
590 }
591 ]
592 }
593 } 613 }
594 } 614 }
595 { 615 {
596 "id": "<int>", 616 "id": "<int>",
597 "result": { 617 "result": {
598 "accessibilityNode": { 618 "nodes": [
599 "nodeId": "<string>", 619 {
600 "ignored": false, 620 "nodeId": "<string>",
601 "role": { 621 "ignored": false,
602 "type": "role", 622 "role": {
603 "value": "link" 623 "type": "role",
604 }, 624 "value": "link"
605 "name": { 625 },
606 "type": "computedString", 626 "name": {
607 "value": "I like ice cream.", 627 "type": "computedString",
608 "sources": [ 628 "value": "I like ice cream.",
609 { 629 "sources": [
610 "type": "relatedElement", 630 {
611 "attribute": "aria-labelledby" 631 "type": "relatedElement",
612 }, 632 "attribute": "aria-labelledby"
613 { 633 },
614 "type": "attribute", 634 {
615 "attribute": "aria-label" 635 "type": "attribute",
616 }, 636 "attribute": "aria-label"
617 { 637 },
618 "type": "contents", 638 {
619 "value": { 639 "type": "contents",
620 "type": "computedString", 640 "value": {
621 "value": "I like ice cream." 641 "type": "computedString",
642 "value": "I like ice cream."
643 }
644 },
645 {
646 "type": "attribute",
647 "attribute": "title",
648 "superseded": true
622 } 649 }
623 }, 650 ]
624 { 651 },
625 "type": "attribute", 652 "properties": []
626 "attribute": "title", 653 }
627 "superseded": true 654 ]
628 }
629 ]
630 },
631 "properties": []
632 }
633 } 655 }
634 } 656 }
635 { 657 {
636 "id": "<int>", 658 "id": "<int>",
637 "result": { 659 "result": {
638 "accessibilityNode": { 660 "nodes": [
639 "nodeId": "<string>", 661 {
640 "ignored": false, 662 "nodeId": "<string>",
641 "role": { 663 "ignored": false,
642 "type": "internalRole", 664 "role": {
643 "value": "SVGRoot" 665 "type": "internalRole",
644 }, 666 "value": "SVGRoot"
645 "name": { 667 },
646 "type": "computedString", 668 "name": {
647 "value": "svg1-title", 669 "type": "computedString",
648 "sources": [ 670 "value": "svg1-title",
671 "sources": [
672 {
673 "type": "relatedElement",
674 "attribute": "aria-labelledby"
675 },
676 {
677 "type": "attribute",
678 "attribute": "aria-label"
679 },
680 {
681 "type": "relatedElement",
682 "value": {
683 "type": "computedString",
684 "value": "svg1-title"
685 },
686 "nativeSource": "title",
687 "nativeSourceValue": {
688 "type": "nodeList",
689 "relatedNodes": [
690 {
691 "backendNodeId": "<string>",
692 "text": "svg1-title"
693 }
694 ]
695 }
696 },
697 {
698 "type": "attribute",
699 "attribute": "title",
700 "superseded": true
701 }
702 ]
703 },
704 "properties": [
649 { 705 {
650 "type": "relatedElement", 706 "name": "labelledby",
651 "attribute": "aria-labelledby"
652 },
653 {
654 "type": "attribute",
655 "attribute": "aria-label"
656 },
657 {
658 "type": "relatedElement",
659 "value": { 707 "value": {
660 "type": "computedString",
661 "value": "svg1-title"
662 },
663 "nativeSource": "title",
664 "nativeSourceValue": {
665 "type": "nodeList", 708 "type": "nodeList",
666 "relatedNodes": [ 709 "relatedNodes": [
667 { 710 {
668 "backendNodeId": "<string>", 711 "text": "svg1-title",
669 "text": "svg1-title" 712 "nodeResult": "title"
670 } 713 }
671 ] 714 ]
672 } 715 }
673 },
674 {
675 "type": "attribute",
676 "attribute": "title",
677 "superseded": true
678 } 716 }
679 ] 717 ]
680 }, 718 }
681 "properties": [ 719 ]
682 {
683 "name": "labelledby",
684 "value": {
685 "type": "nodeList",
686 "relatedNodes": [
687 {
688 "text": "svg1-title",
689 "nodeResult": "title"
690 }
691 ]
692 }
693 }
694 ]
695 }
696 } 720 }
697 } 721 }
698 722
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698