[CSS3 Backgrounds and Borders Module] : 1 pixel corner color

I would like CSS3 Backgrounds and Borders Module to define what should
the user agent do when something like this:

div.a {

border-top: 1px solid blue;
border-right: 1px solid blue;
border-bottom: 1px solid red;
border-left: 1px solid blue;

}

Because, what color should be the lower right corner? Blue or red?

Thanks

PS: Sorry my English, I'am from Argentina

Received on Tuesday, 23 August 2005 20:45:23 UTC