1. :placeholder-shown CSS pseudo-class

    Input elements can sometimes show placeholder text as a hint to the user on what to type in. See, for example, the placeholder attribute in HTML5. The :placeholder-shown pseudo-class matches an input element that is showing such placeholder text.

  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. htmlinputelement api: showpicker: `datetime-local` input

  4. htmlinputelement api: showpicker: `time` input

  5. layoutshift api: lastinputtime

  6. html element: input: `type="datetime-local"`

  7. html element: input: `type="time"`