Platform/2023PlannedWork: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(section heading alignment with FF dev release notes)
(more alignment with FF dev release notes, add a few soon/recent features, better bug link texts)
Line 16: Line 16:
== HTML ==
== HTML ==
* ...
* ...
* <code>inert</code> attribute ([https://bugzil.la/1764263 bug])
* <code>autocapitalize</code> attribute ([https://bugzil.la/1692007 1692007])
* <code>inert</code> attribute ([https://bugzil.la/1764263 1764263])
* <code>translate</code> attribute ([https://bugzil.la/1418449 1418449])
* ...
* ...


== CSS ==
== CSS ==
* <code>animation-composition</code> property ([https://bugzilla.mozilla.org/show_bug.cgi?id=1293490 bug])
* <code>animation-composition</code> property ([https://bugzilla.mozilla.org/show_bug.cgi?id=1293490 1293490])
* [https://www.w3.org/TR/css-color-5/ Color] ([https://bugzilla.mozilla.org/show_bug.cgi?id=1679227 meta]) functions: <code>color()</code>, <code>lab()</code> and <code>lch()</code>, <code>oklab()</code> and <code>oklch()</code>
* [https://www.w3.org/TR/css-color-5/ Color] ([https://bugzilla.mozilla.org/show_bug.cgi?id=1293490 meta 1293490]) functions: <code>color()</code>, <code>lab()</code> and <code>lch()</code>, <code>oklab()</code> and <code>oklch()</code>
* Constructable Stylesheets ([https://bugzilla.mozilla.org/show_bug.cgi?id=1520690 meta])
* <code>color-gamut</code> ([https://bugzil.la/1422237 1422237])
* Container Queries ([https://bugzilla.mozilla.org/show_bug.cgi?id=1744221 meta])
* Constructable Stylesheets ([https://bugzilla.mozilla.org/show_bug.cgi?id=1520690 meta 1520690])
* <code>content-visibility</code> property ([https://bugzilla.mozilla.org/show_bug.cgi?id=1660384 meta])
* Container Queries ([https://bugzilla.mozilla.org/show_bug.cgi?id=1744221 meta 1744221])
* <code>:has</code> pseudo-class ([https://bugzilla.mozilla.org/show_bug.cgi?id=418039 meta])
* <code>content-visibility</code> property ([https://bugzilla.mozilla.org/show_bug.cgi?id=1660384 meta 1660384])
* <code>:has</code> pseudo-class ([https://bugzilla.mozilla.org/show_bug.cgi?id=418039 meta 418039])
* <code>@page</code> named pages with <code>page</code> property ([https://bugzil.la/1787947 1787947])
* system-color values <code>Mark</code>, <code>MarkText</code>, and <code>ButtonBorder</code> ([https://bugzil.la/1638052 1638052])


== SVG ==
== SVG ==
* ...
* <code>context-stroke</code> and <code>context-fill</code> values inside <code>&lt;marker&gt;</code> ([https://bugzil.la/752638 752638])
* ...
== DOM ==
== DOM ==
* ...
* <code>CSSContainerRule</code> ([https://bugzil.la/1787173 1787173])
* <code>scrollend</code> events ([https://bugzil.la/1797013 1797013], ([https://bugzil.la/1803435 1803435])
* ...
== APIs ==
* <code>getAutoplayPolicy()</code> ([https://bugzil.la/1773551 1773551])
* <code>getDirectory()</code> for <abbr title="Origin private file system">OPFS</abbr> with File System Access API ([https://bugzil.la/1785123 1785123])
* <code>roundRect()</code> ([https://bugzil.la/1756175 1756175])
== HTTP ==
* ...
* <abbr title="Content-Security-Policy">CSP</abbr> <code>'unsafe-hashes'</code> value for source directives ([https://bugzil.la/1343950 1343950])
* ...
== JavaScript ==
== JavaScript ==
== APIs ==
== Other Formats ==
== Other Formats ==



Revision as of 17:42, 12 April 2023

This article is a stub. You can help MozillaWiki by expanding it.

Gecko Planned Work For 2023

Warning signWarning: This is page is actively in-progress and is incomplete.

Related Links:

These are areas of work planned for Gecko in 2023 for the Web Platform.

For current web platform documentation of these areas, see the subsections at:

HTML

CSS

SVG

  • ...
  • context-stroke and context-fill values inside <marker> (752638)
  • ...

DOM

APIs

  • getAutoplayPolicy() (1773551)
  • getDirectory() for OPFS with File System Access API (1785123)
  • roundRect() (1756175)

HTTP

  • ...
  • CSP 'unsafe-hashes' value for source directives (1343950)
  • ...

JavaScript

Other Formats

See Also