﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	focuses
65880	Global Styles: Add pseudo-selector support for text inputs	onemaggie		"Global Styles supports styling text inputs through theme.json, but it does not currently support the pseudo-classes and pseudo-element needed for common form states.

The Gutenberg implementation adds support for:

 * :required
 * :valid
 * :invalid
 * :focus
 * :focus-visible
 * ::placeholder

Pseudo-elements such as ::placeholder are output outside the :where() wrapper because pseudo-elements are not valid inside it.

Gutenberg PR: https://github.com/WordPress/gutenberg/pull/71634

This ticket tracks the WordPress Core backport for 7.2."	enhancement	new	normal	7.2	Editor	7.1	normal		has-patch gutenberg-merge		
