docs: document Firefox base-select support#44320
Closed
KirtiRamchandani wants to merge 1 commit into
Closed
Conversation
This was referenced Jun 1, 2026
Member
|
Hey! Thank you for trying to help. These issues related to Firefox release notes are covered by MDN's content team and have a dedicated workflow, wider scope, etc. Feel free to pick up issues with these labels: good first issue, help wanted. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
#44299 asks for Firefox documentation for
appearance: base-select, which shipped in Firefox 149 behindlayout.css.appearance-base-select.enabled.Root cause
The
appearancereference already documentsbase-select, but the Firefox 149 release notes and the persistent Experimental features page did not mention the Firefox preference.Solution
Tests run
npx --yes prettier@3.8.3 --config .prettierrc.json --check files/en-us/mozilla/firefox/releases/149/index.md files/en-us/mozilla/firefox/experimental_features/index.mdnpx --yes --package markdownlint-cli2@0.22.1 --package markdownlint-rule-search-replace markdownlint-cli2 --config .markdownlint-cli2.jsonc files/en-us/mozilla/firefox/releases/149/index.md files/en-us/mozilla/firefox/experimental_features/index.mdgit diff --checkNotes
A companion BCD update will be opened separately.