Version 18.2 du 23/11/2024- CSS : Added attr() fallback support.
- CSS : Fixed combining CSS clip-path with any property that creates a new stacking context makes element disappear.
- CSS : Fixed resize to not be applied to generated content.
- CSS : Fixed :not(:has(...)) invalidation.
- CSS : Fixed @scope start and end to be a forgiving selector list.
- JavaScript : Added support for Iterator.concat.
- JavaScript : Implemented relaxed laneselect SIMD instructions.
- JavaScript : Enabled support for Iterator Helpers.
- JavaScript : Added support for Map.prototype.getOrInsert and WeakMap..prototype.getOrInsert.
- Rendering : Fixed element with height: min-content getting streteched vertically.
- Rendering : Fixed support for CSS width and height properties on MathML elements.
- Rendering : Fixed Inline content incorrectly positioning around right-to-left and/or vertical shape-outside floats.
- Rendering : Fixed incorrectly overlapping when a float has shape-outside: inset.
- Rendering : Fixed right-to-left content failing with a shape-outside float.
- Rendering : Fixed incorrectly overlapping a float that has shape-outside: ellipse in vertical mode.
- Rendering : Fixed incorrectly overlapping a float that has shape-outside: polygon in right-to-left.
- Scrolling : Fixed scrollbar appearance when the used color scheme changes.
- Web API : Fixed Gamepad rumble issue where sending two sequential playEffect() requests prevents reset() from working as expected.
- Web Authentication : Fixed .catch() for conditional mediation not getting passed the abort reason that was thrown.
- Web Extensions : Added declarativeNetRequest support for initiatorDomains and excludedInitiatorDomains.
- Web Extensions : Added support for unless-frame-url to content blockers.
- Web Extensions : Fixed an issue causing content blockers to not hide content in “about:blank” frames.
- Web Extensions : Fixed storage.onChanged returning undefined as the areaName.
- Web Extensions : Fixed es-419 support in Web Extensions.
- Web Inspector : Fixed the Elements tab DOM tree view reducing deeply-nested nodes to one character wide.
- Web Inspector : Fixed error cases to match new source map specification.
- WebRTC : Fixed voice search to not re-prompt for camera or microphone permission after a page-initiated same origin navigation.