1. Color input type

    Form field allowing the user to select a color.

  2. Date and time input types

    Form field widgets to easily allow users to enter a date, time or both, generally by using a calendar/time input widget. Refers to supporting the following input types: `date`, `time`, `datetime-local`, `month` & `week`.

  3. Email, telephone & URL input types

    Text input fields intended for email addresses, telephone numbers or URLs. Particularly useful in combination with [form validation](https://caniuse.com/#feat=form-validation)

  4. Number input type

    Form field type for numbers.

  5. Range input type

    Form field type that allows the user to select a value using a slider widget.

  6. Search input type

    Search field form input type. Intended to look like the underlying platform's native search field widget (if there is one). Other than its appearance, it's the same as an `<input type="text">`.

  7. Link type "noreferrer"

    Links with `rel="noreferrer"` set do not send the request's "referrer" header. This prevents the destination site from seeing what URL the user came from.

  8. Trusted Types for DOM manipulation

    An API that forces developers to be very explicit about their use of powerful DOM-injection APIs. Can greatly improve security against XSS attacks.

  9. Typed Arrays

    JavaScript typed arrays provide a mechanism for accessing raw binary data much more efficiently. Includes: `Int8Array`, `Uint8Array`, `Uint8ClampedArray`, `Int16Array`, `Uint16Array`, `Int32Array`, `Uint32Array`, `Float32Array` & `Float64Array`

  10. WebAssembly Reference Types

    An extension to WebAssembly allowing opaque references as first-class types, and multiple tables

  11. types: `abs()`

  12. types: `acos()`

  13. types: `<angle>`

  14. types: `asin()`

  15. types: `atan()`

  16. types: `atan2()`

  17. types: `attr()`

  18. types: `clamp()`

  19. types: <color>

  20. types: `cos()`

  21. types: `counter()`

  22. types: `counters()`

  23. types: <dimension>

  24. types: `exp()`

  25. types: `<flex>`

  26. types: `hypot()`

  27. types: `<image>`

  28. types: `<integer>`

  29. types: `<length>`

  30. types: line-style

  31. types: `log()`

  32. types: `max()`

  33. types: `min()`

  34. types: `mod()`

  35. types: <number>

  36. types: overflow

  37. types: `pow()`

  38. types: <ratio>

  39. types: `ray()`

  40. types: `rem()`

  41. types: `round()`

  42. types: `<shape>`

  43. types: `sign()`

  44. types: `sin()`

  45. types: `sqrt()`

  46. types: <string>

  47. types: `tan()`

  48. types: <time>

  49. types: `<url>`

  50. typescript