Platform/2024PlannedWork: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(stub sections)
(Interop 2024 blog post)
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:


== HTML ==
== HTML ==
...
* <code>popover</code> attribute
* <code><nowiki><hr></nowiki></code> in <code><nowiki><select></nowiki></code>
* ...
 
== CSS ==
== CSS ==
...
* <code>offset-position</code>
* <code>offset-path methods</code>
* <code>ray()</code> function
* <code>content-visibility:auto</code>
* <code>text-wrap:balance</code>
* <code>transform-box</code>: <code>content-box</code> & <code>stroke-box</code> values
* <code>zoom</code>
 
== SVG ==
== SVG ==
...
...
== DOM ==
* <code>showPicker()</code>
* ...
== JS ==
== JS ==
...
* <code>Intl.Segmenter</code>
* ...
 
== APIs ==
== APIs ==
* LargestContentfulPaint
* <code>AbortSignal.any()</code>
* ...
== Protocols ==
* ULPFEC packet loss recovery
* ...
=== HTTP ===
...
...
== HTTP ==
 
...
== Media ==
== Media ==
...
...
==
 
...
== Related Projects ==
* [https://wpt.fyi/interop-2024 Interop 2024]
** Our announcement blog post: https://hacks.mozilla.org/2024/02/announcing-interop-2024/
* ...
 
== Specifications and Notes ==
Edit and publish new and updated specifications and notes. See [[Standards]] for our ongoing work in this area.
* [https://www.w3.org/TR/w3c-vision/ Vision for W3C]
** [https://www.w3.org/TR/2024/NOTE-w3c-vision-20240403/ Vision Group Note] (first official W3C AB Note)
** Vision W3C Statement
* ...


== See Also ==
== See Also ==
* [[Platform]]
* [[Platform]]
* [[Platform/Planning]]
* [[Platform/Planning]]
* [[Platform/2022PlannedWork]]
* [[Platform/2023PlannedWork]]

Latest revision as of 00:12, 19 April 2024

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

Gecko Planned Work For 2024

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

See also last year:

HTML

  • popover attribute
  • <hr> in <select>
  • ...

CSS

  • offset-position
  • offset-path methods
  • ray() function
  • content-visibility:auto
  • text-wrap:balance
  • transform-box: content-box & stroke-box values
  • zoom

SVG

...

DOM

  • showPicker()
  • ...

JS

  • Intl.Segmenter
  • ...

APIs

  • LargestContentfulPaint
  • AbortSignal.any()
  • ...

Protocols

  • ULPFEC packet loss recovery
  • ...

HTTP

...

Media

...

Related Projects

Specifications and Notes

Edit and publish new and updated specifications and notes. See Standards for our ongoing work in this area.

See Also