🎨 Features
- Adds support for the selectors
:focus
and:focus-visible
- By @capricorn86 in task #1515
👷♂️ Patch fixes
- Changes wrong property name "inputmode" to "inputMode" in
HTMLInputElement
andHTMLTextAreaElement
- By @capricorn86 in task #1487