input, textarea, select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
}
input, textarea, select {
*font-size: 100%;
}
The code snippet above is taken from the YUI reset css. Can you explain the significance of the asterisk (*) before the 'font-size: 100%' declaration?