1. Basic console logging functions

    Method of outputting data to the browser's console, intended for development purposes.

  2. CSS Logical Properties

    Logical properties and values provide control of layout through logical, rather than physical, direction and dimension mappings. These properties are `writing-mode` relative equivalents of their corresponding physical properties.

  3. Dialog element

    Method of easily creating custom dialog boxes to display to the user with modal or non-modal options. Also includes a `::backdrop` pseudo-element for behind the element.

  4. Proxy object

    The Proxy object allows custom behavior to be defined for fundamental operations. Useful for logging, profiling, object visualization, etc.

  5. console api: `log()` static method

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

  7. htmldialogelement api

  8. htmldialogelement api: `cancel` event

  9. htmldialogelement api: close

  10. htmldialogelement api: `close` event

  11. htmldialogelement api: open

  12. htmldialogelement api: returnvalue

  13. htmldialogelement api: show

  14. htmldialogelement api: showmodal

  15. mediatrackconstraints api: logicalsurface

  16. mediatracksettings api: logicalsurface

  17. mediatracksupportedconstraints api: logicalsurface

  18. mlgraphbuilder api: log

  19. navigatorlogin api

  20. navigatorlogin api: setstatus

  21. navigator api: login

  22. svgfemorphologyelement api

  23. svgfemorphologyelement api: height

  24. svgfemorphologyelement api: in1

  25. svgfemorphologyelement api: radiusx

  26. svgfemorphologyelement api: radiusy

  27. svgfemorphologyelement api: result

  28. svgfemorphologyelement api: width

  29. svgfemorphologyelement api: x

  30. svgfemorphologyelement api: y

  31. css property: -webkit-logical-height

  32. css property: -webkit-logical-width

  33. css property: -webkit-max-logical-height

  34. css property: -webkit-max-logical-width

  35. css property: -webkit-min-logical-height

  36. css property: -webkit-min-logical-width

  37. types: `log()`

  38. html element: input: `type="password"`: special handling of password inputs in insecure login pages

  39. headers http header: set-login

  40. javascript built-in: math: log

  41. javascript built-in: math: log10

  42. javascript built-in: math: log10e

  43. javascript built-in: math: log1p

  44. javascript built-in: math: log2

  45. javascript built-in: math: log2e

  46. javascript operator: logical and (`&&`)

  47. javascript operator: logical and assignment (`x &&= y`)

  48. javascript operator: logical not (`!`)

  49. javascript operator: logical or (`||`)

  50. javascript operator: logical or assignment (`x ||= y`)