We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3701e commit df141f8Copy full SHA for df141f8
fixtures/attribute-behavior/AttributeTableSnapshot.md
@@ -3587,8 +3587,8 @@
3587
| `focusable=(integer)`| (changed)| `"1"` |
3588
| `focusable=(NaN)`| (changed, warning)| `"NaN"` |
3589
| `focusable=(float)`| (changed)| `"99.99"` |
3590
-| `focusable=(true)`| (initial, warning)| `<null>` |
3591
-| `focusable=(false)`| (initial, warning)| `<null>` |
+| `focusable=(true)`| (changed)| `"true"` |
+| `focusable=(false)`| (changed)| `"false"` |
3592
| `focusable=(string 'true')`| (changed)| `"true"` |
3593
| `focusable=(string 'false')`| (changed)| `"false"` |
3594
| `focusable=(string 'on')`| (changed)| `"on"` |
0 commit comments