You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <kbd>Enter</kbd> | Activates the item, triggering its `click` event. If the item is of type `submit` within a form, it submits the form.|
269
-
| <kbd>Space</kbd> | Activates the item, triggering its `click` event. Does not submit the form, even if the item has `type`set to `submit`.|
268
+
| <kbd>Enter</kbd> | Activates the item, triggering its `click` event. If the item is within a form and has `type` set to `"submit"`, it submits the form. |
269
+
| <kbd>Space</kbd> | Activates the item, triggering its `click` event. Does not submit the form, even if the item `type`is `"submit"`. |
0 commit comments