1. CSS3 Background-image options

    New properties to affect background images, including background-clip, background-origin and background-size

  2. :optional CSS pseudo-class

    The `:optional` pseudo-class matches form inputs (`<input>`, `<textarea>`, `<select>`) which are not `:required`.

  3. "once" event listener option

    Causes an event listener to be automatically removed after it gets invoked, so that it only gets invoked once. Similar to jQuery's `$.one()` feature.

  4. X-Frame-Options HTTP header

    An HTTP header which indicates whether the browser should allow the webpage to be displayed in a frame within another webpage. Used as a defense against clickjacking attacks.

  5. cookiestore api: delete: `partitioned` option

  6. cookiestore api: set: `partitioned` option

  7. credentialscontainer api: create: `publickey` option

  8. credentialscontainer api: create: `publickey` option: `create()` extensions

  9. credentialscontainer api: create: `publickey` option: `create()` extensions: `appidexclude` extension

  10. credentialscontainer api: create: `publickey` option: `create()` extensions: `credprops` extension

  11. credentialscontainer api: create: `publickey` option: `create()` extensions: `credprotect` extension

  12. credentialscontainer api: create: `publickey` option: `create()` extensions: `largeblob` extension

  13. credentialscontainer api: create: `publickey` option: `create()` extensions: `minpinlength` extension

  14. credentialscontainer api: create: `publickey` option: requireresidentkey

  15. credentialscontainer api: create: `publickey` option: residentkey

  16. credentialscontainer api: get: `identity` option

  17. credentialscontainer api: get: `identity` option: `identity.context`

  18. credentialscontainer api: get: `identity` option: `identity.providers.loginhint`

  19. credentialscontainer api: get: `otp` option

  20. credentialscontainer api: get: `publickey` option

  21. credentialscontainer api: get: `publickey` option: `get()` extensions

  22. credentialscontainer api: get: `publickey` option: `get()` extensions: `appid` extension

  23. credentialscontainer api: get: `publickey` option: `get()` extensions: `largeblob` extension

  24. cssstylesheet api: `insertrule()`: `index` parameter is optional

  25. htmldatalistelement api: options

  26. htmlselectelement api: options

  27. mediadevices api: `getdisplaymedia()`: `controller` option

  28. mediadevices api: `getdisplaymedia()`: `systemaudio` option

  29. pushsubscription api: options

  30. range api: collapse: `tostart` parameter is optional

  31. response api: `response()` constructor: `body` parameter is optional

  32. rtcrtpscripttransformer api: options

  33. selection api: collapse: `offset` parameter is optional

  34. selection api: extend: `offset` parameter is optional

  35. urlpattern api: `urlpattern()` constructor: `ignorecase` option

  36. css property: border-image: optional `<border-image-slice>`

  37. html element: option

  38. html element: option: disabled

  39. html element: option: label

  40. html element: option: selected

  41. html element: option: value

  42. http method: options

  43. javascript built-in: bigint: tolocalestring: options

  44. javascript built-in: date: tolocaledatestring: options

  45. javascript built-in: date: tolocalestring: options

  46. javascript built-in: date: tolocaletimestring: options

  47. javascript built-in: number: tolocalestring: options

  48. javascript built-in: string: localecompare: options

  49. javascript operator: optional chaining operator (`?.`)

  50. javascript statement: `try...catch`: optional catch binding