From 680df14e3104929a38b9886bddecfcf95809be73 Mon Sep 17 00:00:00 2001 From: Patrick Brosset Date: Mon, 8 Dec 2025 10:54:38 +0100 Subject: [PATCH 1/3] Merge pull request #3658 from MicrosoftDocs/user/pabrosse/select-multiple `` elements + +`` + + `` as a dropdown list. + + + +###### `` now always appears as a list showing all options at once in the page, both on desktop and mobile devices. + +Previously, mobile devices rendered `` + +`` as a list showing all options at once in the page. + + ## SVG features diff --git a/microsoft-edge/web-platform/site-impacting-changes.md b/microsoft-edge/web-platform/site-impacting-changes.md index 08ce1ce460..bf82973d75 100644 --- a/microsoft-edge/web-platform/site-impacting-changes.md +++ b/microsoft-edge/web-platform/site-impacting-changes.md @@ -38,6 +38,7 @@ This table lists high-impact changes which the Microsoft Edge team is tracking c | Deprecate unload event | Future release (TBD) | Introduces a new Permission-Policy to allow creating unload event listeners. The default policy is `allow`, but the default policy will gradually be migrated to `deny`, such that unload handlers stop firing on pages, unless a page explicitly opts in to re-enable them. This change is happening in the Chromium project, on which Microsoft Edge is based. For more information, see [Intent to Deprecate: Deprecate unload event](https://groups.google.com/a/chromium.org/g/blink-dev/c/dvusqw9-IhI/m/SBkm_u1RAQAJ). | | Externally loaded entities in XML parsing | v144 | Synchronous fetching of external XML entities/DTDs, which are then used when parsing under specific circumstances, has been removed. See [Externally loaded entities in XML parsing](./release-notes/144.md#externally-loaded-entities-in-xml-parsing), in _Microsoft Edge 144 web platform release notes (Jan. 2025)_. | | Deprecate `Intl.Locale` getters | v143 | The accessor properties of the `Intl.Locale` object are now deprecated, in favor of the corresponding functions, per specification. See [Deprecate `Intl.Locale` getters](./release-notes/143.md#deprecate-intllocale-getters), in _Microsoft Edge 143 web platform release notes (Dec. 2025)_. | +| Mobile and desktop parity for `` HTML elements, when using the `multiple` and `size` attributes, is now consistent across mobile and desktop devices. See [Mobile and desktop parity for `