Platform/2023PlannedWork: Difference between revisions
< Platform
Jump to navigation
Jump to search
(add a few CSS items, a few more related links, caveats) |
(→CSS: start :has, some code markup) |
||
Line 16: | Line 16: | ||
== HTML == | == HTML == | ||
== CSS == | == CSS == | ||
* animation-composition ([https://bugzilla.mozilla.org/show_bug.cgi?id=1293490 bug]) | * <code>animation-composition</code> property ([https://bugzilla.mozilla.org/show_bug.cgi?id=1293490 bug]) | ||
* [https://www.w3.org/TR/css-color-5/ Color] ([https://bugzilla.mozilla.org/show_bug.cgi?id=1679227 meta]) functions: color(), lab() and lch(), oklab() and oklch() | * [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> | ||
* Constructable Stylesheets ([https://bugzilla.mozilla.org/show_bug.cgi?id=1520690 meta]) | * Constructable Stylesheets ([https://bugzilla.mozilla.org/show_bug.cgi?id=1520690 meta]) | ||
* Container Queries ([https://bugzilla.mozilla.org/show_bug.cgi?id=1744221 meta]) | * Container Queries ([https://bugzilla.mozilla.org/show_bug.cgi?id=1744221 meta]) | ||
* content-visibility ([https://bugzilla.mozilla.org/show_bug.cgi?id=1660384 meta]) | * <code>content-visibility</code> property ([https://bugzilla.mozilla.org/show_bug.cgi?id=1660384 meta]) | ||
Start implementation: | |||
* <code>:has</code> pseudo-class ([https://bugzilla.mozilla.org/show_bug.cgi?id=418039 meta]) | |||
== DOM == | == DOM == |
Revision as of 19:27, 6 March 2023
This article is a stub. You can help MozillaWiki by expanding it.
Gecko Planned Work For 2023
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
animation-composition
property (bug)- Color (meta) functions:
color()
,lab()
andlch()
,oklab()
andoklch()
- Constructable Stylesheets (meta)
- Container Queries (meta)
content-visibility
property (meta)
Start implementation:
:has
pseudo-class (meta)