This page is part of the CSS3.info CSS selectors test. See more info on CSS3 selectors.
:enabled {
}
<input type='text'>
The CSS selector should match, because the input element is enabled by default
:enabled {
}
<input type='text' disabled>
The CSS selector should not match, because the input element is disabled