From 7877e93317ff8ec7ec660eddcb4b77ae996afaa1 Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Mon, 17 Feb 2025 15:21:12 +0000 Subject: [PATCH] added spellcheck to see also on autocorrect and vice versa (#38197) --- files/en-us/web/html/global_attributes/autocorrect/index.md | 5 +++++ files/en-us/web/html/global_attributes/spellcheck/index.md | 1 + 2 files changed, 6 insertions(+) diff --git a/files/en-us/web/html/global_attributes/autocorrect/index.md b/files/en-us/web/html/global_attributes/autocorrect/index.md index 68d6f710b2d2c24..71c50c160d8f613 100644 --- a/files/en-us/web/html/global_attributes/autocorrect/index.md +++ b/files/en-us/web/html/global_attributes/autocorrect/index.md @@ -155,3 +155,8 @@ If the device has a substitute for the entered word, this will be used to autoco ## Browser compatibility {{Compat}} + +## See also + +- All [global attributes](/en-US/docs/Web/HTML/Global_attributes). +- [`spellcheck`](/en-US/docs/Web/HTML/Global_attributes/spellcheck). diff --git a/files/en-us/web/html/global_attributes/spellcheck/index.md b/files/en-us/web/html/global_attributes/spellcheck/index.md index 052a6b09ea9f221..876e2f9b98cc1b7 100644 --- a/files/en-us/web/html/global_attributes/spellcheck/index.md +++ b/files/en-us/web/html/global_attributes/spellcheck/index.md @@ -39,3 +39,4 @@ You should consider setting `spellcheck` to `false` for elements that can contai ## See also - All [global attributes](/en-US/docs/Web/HTML/Global_attributes). +- [`autocorrect`](/en-US/docs/Web/HTML/Global_attributes/autocorrect).