The tabset affordance
				can use shadow-dom to establish
				a styleable tabset and panels.
				The required parts can be exposed for styling
				with consistent pseudo-elements.
			
In a tab state, we likely want to style:
				The accordion-like disclosure affordance
				also uses shadow-dom to establish
				summary-details like behavior for each section,
				with an option to make the toggle-states
				exclusive-disclosure.
			
In an disclosure state, we likely want to style:
The fallback state is simply structured HTML, without any show/hide affordances. This does not require any special styling.
Read the tab state list.
Read the disclosure state list.