[Webkit-unassigned] [Bug 65843] Can't apply border style to radio buttons

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 10 22:16:32 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=65843





--- Comment #3 from Zhang Youfu <zhangyoufu at gmail.com>  2011-08-10 22:16:32 PST ---
Well, I have made two mistakes.

The first is that border style for radio buttons is a non-standard extension.
According to this page:
http://www.456bereastreet.com/lab/styling-form-controls-revisited/radio-button/
IE and Opera rendered it properly, while Firefox and Webkit failed.

The second is that I gave a wrong example. It shouldn't be
<input type="radio" style="border: 1px #A7C0D7 none;"></input>
but something like
<input type="radio" style="border: 1px #A7C0D7 solid;"></input>

LOL

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list