From 4d3b628fb3f8af773719267b354ac9921d44cb98 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Fri, 8 Jul 2022 14:32:25 -0700 Subject: [PATCH] Add aria-required, autocomplete attributes to forms - We don't want autocomplete on the webmention form, since users should not be entering a link multiple times. - Not all browsers support the "required" HTML5 attribute, so add the "aria-required" HTML attribute too. --- layouts/partials/search.html | 2 +- layouts/partials/webmention-form.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/search.html b/layouts/partials/search.html index 641a235..5e3cff6 100644 --- a/layouts/partials/search.html +++ b/layouts/partials/search.html @@ -10,7 +10,7 @@
- +
diff --git a/layouts/partials/webmention-form.html b/layouts/partials/webmention-form.html index 73dca75..a0a5ddc 100644 --- a/layouts/partials/webmention-form.html +++ b/layouts/partials/webmention-form.html @@ -8,7 +8,7 @@
- +