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