From b1623a5e2ab0a9e416af23cfa9f7e2d64e9508fc Mon Sep 17 00:00:00 2001 From: MDN Web Docs GitHub Bot <108879845+mdn-bot@users.noreply.github.com> Date: Mon, 30 Dec 2024 02:13:26 +0000 Subject: [PATCH] fix: auto-cleanup by bot (#37442) chore: auto-fix Markdownlint, Prettier, and front-matter issues --- .../web/api/element/ariamultiselectable/index.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/files/en-us/web/api/element/ariamultiselectable/index.md b/files/en-us/web/api/element/ariamultiselectable/index.md index 879bdedc98eb9db..ade451bff3c028a 100644 --- a/files/en-us/web/api/element/ariamultiselectable/index.md +++ b/files/en-us/web/api/element/ariamultiselectable/index.md @@ -27,9 +27,16 @@ A string with one of the following values: In this example the `aria-multiselectable` attribute on the element with an ID of `listbox1` is set to "true" indicating that this input accepts multiple selected items. Using `ariaMultiSelectable` we update the value to "false". ```html -
-
Green
+
+
+ Green +
Orange
Red