<label><input type="radio">TextdoesntMakeSense</label>
This content that is generated dynamically appears to be read-only, or so I believed...
label {
color:#fff;
font-size:0.0001em;
}
It's interesting on a webpage with a white background, however it still seems quite sneaky to me as you can still see the text if you highlight the buttons, at least on certain browsers.
Do you think a new version of CSS should include "text-display:none;"?
Perhaps using jQuery would be a better approach instead?