Comment 6 for bug 1710972

Revision history for this message
Cesar V (cesardv) wrote :

Galen, you're right the html5 spec does say it should be just the bool attribute "selected" in that option tag. It did seem to be behaving strange for me when I tested, I think my user's saved SMS carrier wouldn't display, and it would always default to the first one ("Alaska something") but perhaps that could have been a cache issue. Also selected='selected' looks wrong to me...

But anyhow, so to have it follow the spec, the "selected" tag should just look like this:

<option value='whatevs' selected>Text</option>

right?

I can amend my commit to reflect that