diff --git a/_source/handbook/02_drive.md b/_source/handbook/02_drive.md index 5417c9e..d5ee732 100644 --- a/_source/handbook/02_drive.md +++ b/_source/handbook/02_drive.md @@ -134,9 +134,7 @@ By default, link clicks send a `GET` request to your server. But you can change Delete the article ``` -The link will get converted into a hidden form next to the `a` element in the DOM. This means that the link can't appear inside another form, as you can't have nested forms. - -You should also consider that for accessibility reasons, it's better to use actual forms and buttons for anything that's not a GET. +You should consider that for accessibility reasons, it's better to use actual forms and buttons for anything that's not a GET. ## Requiring Confirmation for a Visit