diff --git a/packages/svelte/messages/compile-warnings/a11y.md b/packages/svelte/messages/compile-warnings/a11y.md
index c73f8c3625..f85c17a56a 100644
--- a/packages/svelte/messages/compile-warnings/a11y.md
+++ b/packages/svelte/messages/compile-warnings/a11y.md
@@ -4,15 +4,15 @@
## a11y_aria_activedescendant_has_tabindex
-> Elements with attribute aria-activedescendant should have tabindex value
+> An element with an aria-activedescendant attribute should have a tabindex value
## a11y_aria_attributes
-> <%name%> should not have aria-* attributes
+> `<%name%>` should not have aria-* attributes
## a11y_autocomplete_valid
-> The value '%value%' is not supported by the attribute 'autocomplete' on element
+> '%value%' is an invalid value for 'autocomplete' on ``
## a11y_autofocus
@@ -20,11 +20,11 @@
## a11y_click_events_have_key_events
-> Visible, non-interactive elements with a click event must be accompanied by a keyboard event handler. Consider whether an interactive element such as