Skip to content

Commit df141f8

Browse files
committed
Update attribute table
1 parent 9a3701e commit df141f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fixtures/attribute-behavior/AttributeTableSnapshot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3587,8 +3587,8 @@
35873587
| `focusable=(integer)`| (changed)| `"1"` |
35883588
| `focusable=(NaN)`| (changed, warning)| `"NaN"` |
35893589
| `focusable=(float)`| (changed)| `"99.99"` |
3590-
| `focusable=(true)`| (initial, warning)| `<null>` |
3591-
| `focusable=(false)`| (initial, warning)| `<null>` |
3590+
| `focusable=(true)`| (changed)| `"true"` |
3591+
| `focusable=(false)`| (changed)| `"false"` |
35923592
| `focusable=(string 'true')`| (changed)| `"true"` |
35933593
| `focusable=(string 'false')`| (changed)| `"false"` |
35943594
| `focusable=(string 'on')`| (changed)| `"on"` |

0 commit comments

Comments
 (0)