Platform/Roadmap2026: Difference between revisions
< Platform
Jump to navigation
Jump to search
(→WebDriver: more 148) |
(more 149) |
||
| Line 16: | Line 16: | ||
== HTML == | == HTML == | ||
* <code>popover=hint</code> ([https://bugzil.la/1867743 1867743]) | * <code>popover=hint</code> ([https://bugzil.la/1867743 1867743])\ | ||
* <code>alpha</code> & <code>colorspace</code> attributes in <code><input type=color></code>; elements ([https://bugzil.la/1919718 1919718]) | |||
* ... | * ... | ||
== CSS == | == CSS == | ||
* units: <code>rcap</code>, <code>rch</code>, <code>rex</code>, <code>ric</code> ([https://bugzil.la/1740584 1740584]) | * units: <code>rcap</code>, <code>rch</code>, <code>rex</code>, <code>ric</code> ([https://bugzil.la/1740584 1740584]) | ||
* <code><attr-type></code> values in <code>attr()</code> function ([https://bugzil.la/1986631 1986631], [https://bugzil.la/1998245 1998245]) | |||
* <code>color-mix()</code> function multiple color arguments ([https://bugzil.la/2007772 2007772]) | |||
* <code>shape()</code> function on by default ([https://bugzil.la/1982941 1982941]) | * <code>shape()</code> function on by default ([https://bugzil.la/1982941 1982941]) | ||
* <code>:buffering</code>, <code>:muted</code>, <code>:paused</code>, <code>:playing</code>, <code>:seeking</code>, <code>:stalled</code>, <code>:volume-locked</code> allow you to style <code><audio></code> <code><video></code> elements ([https://bugzil.la/1707584 1707584], [https://bugzil.la/2014512 2014512]) | |||
* <code>::before</code> and <code>::after</code> on replaced elements ([https://bugzil.la/1931309 1931309]) | * <code>::before</code> and <code>::after</code> on replaced elements ([https://bugzil.la/1931309 1931309]) | ||
* <code>::marker</code> pseudo-element support <code>counter-increment</code>, <code>counter-reset</code>, <code>counter-set</code>, <code>quotes</code> properties ([https://bugzil.la/2000404 2000404]) | * <code>::marker</code> pseudo-element support <code>counter-increment</code>, <code>counter-reset</code>, <code>counter-set</code>, <code>quotes</code> properties ([https://bugzil.la/2000404 2000404]) | ||
* <code>@container</code> <code>style()</code> queries ([https://bugzil.la/2014404 2014404]) | |||
* CSS Anchor Positioning ([https://bugzil.la/1988225 1988225]) | * CSS Anchor Positioning ([https://bugzil.la/1988225 1988225]) | ||
** <code>align-items</code>, <code>align-self</code>, <code>justify-items</code>, <code>justify-self</code>, <code>place-items</code>, and <code>place-self</code> properties support <code>anchor-center</code> value ([https://bugzil.la/1909339 1909339]) | ** <code>align-items</code>, <code>align-self</code>, <code>justify-items</code>, <code>justify-self</code>, <code>place-items</code>, and <code>place-self</code> properties support <code>anchor-center</code> value ([https://bugzil.la/1909339 1909339]) | ||
| Line 41: | Line 46: | ||
=== CSSOM === | === CSSOM === | ||
* CSS Typed Object Model Level 1 ([https://bugzil.la/1278697 1278697]) | |||
* ... | * ... | ||
| Line 52: | Line 58: | ||
== Media == | == Media == | ||
* JPEG XL Rust decoder prototype ([https://bugzil.la/1986393 1986393]) | |||
Media-related APIs like WebRTC | |||
* <code>HTMLMediaElement.captureStream()</code> ([https://bugzil.la/2017708 2017708]) | * <code>HTMLMediaElement.captureStream()</code> ([https://bugzil.la/2017708 2017708]) | ||
* WebRTC MediaStreamTrackProcessor ([https://bugzil.la/1749532 1749532]) | * WebRTC MediaStreamTrackProcessor ([https://bugzil.la/1749532 1749532]) | ||
| Line 96: | Line 103: | ||
=== Add-ons === | === Add-ons === | ||
* split view support ([https://bugzil.la/1993037 1993037]) | |||
* <code>tabId</code> parameter support in <code>action.isEnabled</code> and <code>browserAction.isEnabled</code> ([https://bugzil.la/2013477 2013477]) | |||
* ... | * ... | ||
Revision as of 08:23, 13 April 2026
This article is a stub. You can help MozillaWiki by expanding it.
Platform 2026 Roadmap
Related Links:
- Firefox Release Calendar (future)
- Firefox release notes for developers (past)
- Pocket Guide: Shipping Firefox
These are areas of work planned for Gecko in 2026 for the Web Platform.
For current web platform documentation of these areas, see the subsections at:
HTML
popover=hint(1867743)\alpha&colorspaceattributes in<input type=color> elements (1919718)- ...
CSS
- units:
rcap,rch,rex,ric(1740584) <attr-type>values inattr()function (1986631, 1998245)color-mix()function multiple color arguments (2007772)shape()function on by default (1982941):buffering,:muted,:paused,:playing,:seeking,:stalled,:volume-lockedallow you to style<audio><video>elements (1707584, 2014512)::beforeand::afteron replaced elements (1931309)::markerpseudo-element supportcounter-increment,counter-reset,counter-set,quotesproperties (2000404)@containerstyle()queries (2014404)- CSS Anchor Positioning (1988225)
overflow,overflow-x,overflow-yproperties supported on replaced elements (1999100)position-try-order(2008537)shape-outsideproperty supportxywh()andrect()functions (1983187)vertical-alignas shorthand property foralignment-baseline,baseline-shift, andbaseline-sourceproperties (1830771)- CSS properties and rendering of
<fieldset>and<legend>(1935129)- margins, generated content, custom
displayvalues
- margins, generated content, custom
- View transition types (2001878)
- ...
WebCompat:
-webkit-perspectiveproperty (1362499)- ...
CSSOM
- CSS Typed Object Model Level 1 (1278697)
- ...
SVG
- SVG URL media fragments (1999989)
- ...
Rendering
WebGPU:
- ...
Media
- JPEG XL Rust decoder prototype (1986393)
Media-related APIs like WebRTC
HTMLMediaElement.captureStream()(2017708)- WebRTC MediaStreamTrackProcessor (1749532)
- WebRTC VideoTrackGenerator (1749533)
DOM
- more characters for element and attribute names in methods (1773312)
- Document.createAttribute(), Document.createAttributeNS(), Document.createElement(), Document.createElementNS()
- Element.toggleAttribute(), Element.setAttribute(), Element.setAttributeNS()
- DOMImplementation.createDocument()
- customElements.define(), customElements.whenDefined()
CloseWatcherinterface (1966073)Document.execCommand()"paste" command in web content (1998195)HTMLSelectElement.showPicker()support list of options in<datalist>(1998668)_- ...
JS
- CSS module scripts (1986681)
islamic-umalquracalendar support inIntl(2011505)Iterator.concat()method (1986672)Iterator.zip()andIterator.zipKeyed()static methods (2003333)- ...
APIs
CompressionStreamandDecompressionStreamsupport Brotli compression (1921583)Document.activeViewTransitionproperty (2001836)- Document Picture-in-Picture API (1858562)
- HTML Sanitizer API (1650370)
setHTML()
Location.ancestorOriginsproperty (1085214)- Navigation API (1997962)
NavigationPrecommitController.addHandler()(2009004)
options.resizeQualityparameter support inWindow.createImageBitmap()andWorkerGlobalScope.createImageBitmap()(2010125)pointerrawupdateeventmovementXandmovementYproperties (1987671)- Reporting API (1976074, 2008916)
CSPViolationReportandIntegrityViolationReportobjects using aReportingObserver, can be filtered on type"csp-violation"or"integrity-violation"
- Trusted Types API (1994690)
- ...
Add-on gated:
- WebSerial API (926940)
- ...
Add-ons
- split view support (1993037)
tabIdparameter support inaction.isEnabledandbrowserAction.isEnabled(2013477)- ...
WebDriver
browser.setDownloadBehaviorcommand (1989022)browsingContext.getTreecommand now accepts the vendor specificmoz:scope(1944568, 1944570)input.fileDialogOpenedevent (1855045)emulation.setScreenSettingsOverridecommand (2000651)script.realmCreatedandscript.realmDestroyedevents (1936770)- ...
Marionette:
Reporting:GenerateTestReportcommand (1909662)implicitandpageLoadtimeouts supported in line with script timeout;nullvalues to disable the timeouts (2008345)- ...
Protocols
HTTP
- ...
Security
- ...
Interop
- Our announcement blog post: https://hacks.mozilla.org/2026/02/launching-interop-2026/
Interop Focus Areas for implementation:
- 2017321: CSS Anchor Positioning
- 2017328: CSS attr()
- 2017330: CSS contrast-color
- 2017331: Container style queries
- 2017332: Custom highlights
- 2017335: Dialogs and Popovers
- 2017337: Fetch
- 2017340: IndexedDB
- 2017341: JSPI for WASM
- 2017344: Navigation
- 2017353: Scoped custom element registries
- 2017354: Scroll-driven animations
- 2017355: scroll-snap
- 2017356: CSS shape
- 2017359: View transitions
- 2017360: zoom
- 2017361: Web compat
- 2017363: WebRTC
- 2017364: WebTransport
Prototyping
We have plans to prototype the following but no commitment (nor official "intent") to ship yet. Alphabetical, no indication of ordering of implementation or consideration for shipping.
- Fullscreen Keyboard Lock (700123)
- ...
Add-on gated:
Specifications and Notes
Edit and publish new and updated specifications and notes. See Standards for our ongoing work in this area.
- ...
See Also
- Platform
- Previously: Platform/Roadmap2025
- Next: Platform/Roadmap2027