Re: [whatwg] Make radio button group suffering from being missing

2011-06-08 Thread Ian Hickson
On Wed, 12 Jan 2011, Mikko Rantalainen wrote: 2011-01-08 00:06 EEST: Ian Hickson: The basic idea behind this design is that type=radio seems to have been designed to keep each control as independent as possible -- before we started fiddling with it in WF2, the only way type=radio controls

Re: [whatwg] Make radio button group suffering from being missing

2011-01-12 Thread Mikko Rantalainen
2011-01-08 00:06 EEST: Ian Hickson: The basic idea behind this design is that type=radio seems to have been designed to keep each control as independent as possible -- before we started fiddling with it in WF2, the only way type=radio controls had any relationship to other type=radio

Re: [whatwg] Make radio button group suffering from being missing

2011-01-07 Thread Ian Hickson
On Thu, 4 Nov 2010, Mounir Lamouri wrote: Currently, when a radio button is required, it will suffer from being missing if no radio elements in the radio button group is checked. However, radio elements in the group will not suffer from being missing if they do not have the required

Re: [whatwg] Make radio button group suffering from being missing

2010-11-30 Thread Mounir Lamouri
On 11/29/2010 04:15 PM, Anne van Kesteren wrote: On Thu, 04 Nov 2010 01:20:37 +0100, Mounir Lamouri mounir.lamo...@gmail.com wrote: Currently, when a radio button is required, it will suffer from being missing if no radio elements in the radio button group is checked. However, radio elements

Re: [whatwg] Make radio button group suffering from being missing

2010-11-29 Thread Anne van Kesteren
On Thu, 04 Nov 2010 01:20:37 +0100, Mounir Lamouri mounir.lamo...@gmail.com wrote: Currently, when a radio button is required, it will suffer from being missing if no radio elements in the radio button group is checked. However, radio elements in the group will not suffer from being missing if

[whatwg] Make radio button group suffering from being missing

2010-11-03 Thread Mounir Lamouri
Hi, Currently, when a radio button is required, it will suffer from being missing if no radio elements in the radio button group is checked. However, radio elements in the group will not suffer from being missing if they do not have the required attribute. In other words, if you try to style

Re: [whatwg] a and button

2008-10-20 Thread Julian Reschke
Håkon Wium Lie wrote: I'd like to have a simple way of using button along with a to create pretty links. This markup works in Opera, Mozilla, and Webkit: a href=http://www.w3.org/;buttonW3C/button/a but it's not valid HTML5 it seems. I propose to make it valid. The inverse (a inside button)

Re: [whatwg] a and button

2008-10-20 Thread Tab Atkins Jr.
On Mon, Oct 20, 2008 at 7:32 AM, Julian Reschke [EMAIL PROTECTED]wrote: Håkon Wium Lie wrote: I'd like to have a simple way of using button along with a to create pretty links. This markup works in Opera, Mozilla, and Webkit: a href=http://www.w3.org/;buttonW3C/button/a but it's not

[whatwg] a and button

2008-10-19 Thread Håkon Wium Lie
I'd like to have a simple way of using button along with a to create pretty links. This markup works in Opera, Mozilla, and Webkit: a href=http://www.w3.org/;buttonW3C/button/a but it's not valid HTML5 it seems. I propose to make it valid. The inverse (a inside button) only works in Webkit.

Re: [whatwg] a and button

2008-10-19 Thread Philipp Serafin
On Sun, Oct 19, 2008 at 2:57 PM, Håkon Wium Lie [EMAIL PROTECTED] wrote: I'd like to have a simple way of using button along with a to create pretty links. This markup works in Opera, Mozilla, and Webkit: a href=http://www.w3.org/;buttonW3C/button/a but it's not valid HTML5 it seems. I

Re: [whatwg] a and button

2008-10-19 Thread Håkon Wium Lie
Also sprach Philipp Serafin: a href=http://www.w3.org/;buttonW3C/button/a What's wrong with button style=text-decoration: underline; color:blueW3C/button It's not a link. I'd like for buttons to work as links so that they take me to a page when I click on them. -hkon

Re: [whatwg] a and button

2008-10-19 Thread Kornel Lesinski
On Sun, 19 Oct 2008 16:09:11 +0100, Håkon Wium Lie [EMAIL PROTECTED] wrote: button style=text-decoration: underline; color:blueW3C/button It's not a link. I'd like for buttons to work as links so that they take me to a page when I click on them. http://www.w3.org/TR/css3-ui/#appearance

Re: [whatwg] a and button

2008-10-19 Thread Håkon Wium Lie
Also sprach Kornel Lesinski: It's not a link. I'd like for buttons to work as links so that they take me to a page when I click on them. http://www.w3.org/TR/css3-ui/#appearance a {appearance: button} should do that. Yes, that's a good proposal. However, it doesn't work in

Re: [whatwg] a and button

2008-10-19 Thread Timothy Hatcher
You need the WebKit prefix for it to work in WebKit. So it is: -webkit-appearance But it does work. On Oct 19, 2008, at 8:32 AM, Håkon Wium Lie wrote: Yes, that's a good proposal. However, it doesn't work in current browsers. — Timothy Hatcher

Re: [whatwg] a and button

2008-10-19 Thread timeless
This of course doesn't support open link in new window/tab, download link, bookmark link, drag copy anchor, and history coloring. not sure if i've missed anything. a number of these things are actually browser bugs imo, but solving them is non trivial (if not nearly np-hard) On 10/19/08, Kornel

Re: [whatwg] a and button

2008-10-19 Thread Nils Dagsson Moskopp
Am Sonntag, den 19.10.2008, 17:32 +0200 schrieb Håkon Wium Lie: Also sprach Kornel Lesinski: It's not a link. I'd like for buttons to work as links so that they take me to a page when I click on them. http://www.w3.org/TR/css3-ui/#appearance a {appearance: button} should

Re: [whatwg] [WF2] Make button default to type=button

2007-04-14 Thread Lachlan Hunt
Simon Pieters wrote: For compatibility with IE, button should default to type=button instead of type=submit. button without type should default to button. button type=unknown should default to submit. That way, we could still introduce new button types in the future and have them fall back

[whatwg] [WF2] Make button default to type=button

2007-04-13 Thread Simon Pieters
For compatibility with IE, button should default to type=button instead of type=submit. -- Simon Pieters