From 22e278a4e0c07f5b6e97636918de215a8a5f4799 Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Fri, 19 Jul 2024 12:47:23 -0700 Subject: [PATCH] Rename Stylable Select to Customizable (#1073) Some offline discussions have shown that calling this feature "stylable" select is confusing since there is much more capability than just styling with CSS since you can add a lot of newer HTML content. "Customizable" is a more accurate term. --- site/src/pages/components/selectlist.mdx | 36 ++++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/site/src/pages/components/selectlist.mdx b/site/src/pages/components/selectlist.mdx index ba7e544a..5c404da1 100644 --- a/site/src/pages/components/selectlist.mdx +++ b/site/src/pages/components/selectlist.mdx @@ -1,6 +1,6 @@ --- menu: Active Proposals -name: Stylable Select Element (Explainer) +name: Customizable Select Element (Explainer) layout: ../../layouts/ComponentLayout.astro --- @@ -23,8 +23,8 @@ import Image from '../../components/image.astro' - [Split buttons](#split-buttons) - [Button behavior and type=popover](#button-behavior-and-typepopover) - [The selectedoption element](#the-selectedoption-element) -- [Testing out the stylable select element](#testing-out-the-stylable-select-element) -- [Anatomy of the stylable select element](#anatomy-of-the-stylable-select-element) +- [Testing out the customizable select element](#testing-out-the-customizable-select-element) +- [Anatomy of the customizable select element](#anatomy-of-the-customizable-select-element) - [Styling](#styling) - [`:open` and `:closed` pseudo-selectors](#open-and-closed-pseudo-selectors) - [Additional examples](#additional-examples) @@ -38,7 +38,7 @@ import Image from '../../components/image.astro' The `` will be fully interoperable and stylable. +The [2020 MDN browser compatibility report had feedback](https://mdn.dev/archives/insights/reports/mdn-browser-compatibility-report-2020.html#findings-form://mdn.dev/archives/insights/reports/mdn-browser-compatibility-report-2020.html#findings-forms) that form controls are neither interoperable nor customizable. Customizable `` element with custom CSS to target it which renders the option differently in the listbox vs in the button. +This example uses the customizable ``'s `