[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#509665: marked as done (www.debian.org: please specify -webkit-border-radius for WebKit engine in CSS)



Your message dated Wed, 14 Jan 2009 16:29:03 +0900
with message-id <61b10bfa0901132329q7c75cf5et96529015609eb83@mail.gmail.com>
and subject line Re: Bug#509665: www.debian.org: please specify -webkit-border-radius for WebKit engine in CSS
has caused the Debian Bug report #509665,
regarding www.debian.org: please specify -webkit-border-radius for WebKit engine in CSS
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
509665: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509665
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: www.debian.org
Severity: wishlist
Tags: patch


Hi,

-moz-border-radius, which will be replaced by official border-radius in
CSS3, is specified in debian.css for Gecko to render rounded corners.
-webkit-border-radius does so for WebKit.  Could you please approve me
to commit the attached patch adding the -webkit-border-radius line?

Many thanks,

-nori


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (90, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP)
Index: english/debian.css
===================================================================
RCS file: /cvs/webwml/webwml/english/debian.css,v
retrieving revision 1.69
diff -u -r1.69 debian.css
--- english/debian.css	22 Aug 2008 11:36:58 -0000	1.69
+++ english/debian.css	24 Dec 2008 12:16:36 -0000
@@ -670,7 +670,8 @@
 
 #leftcol, #navbar, #navbar a {
 	-moz-border-radius: 15px;
-	/* this goes to the end as the css validator does not like it
+	-webkit-border-radius: 15px;
+	/* these go to the end as the css validator does not like them
 	will be replaced by border-radius with css3 */
 }
 

--- End Message ---
--- Begin Message ---
2009/1/5 Simon Paillard <simon.paillard@resel.enst-bretagne.fr>:
> On Wed, Dec 24, 2008 at 09:50:53PM +0900, Kobayashi Noritada wrote:
>> -moz-border-radius, which will be replaced by official border-radius in
>> CSS3, is specified in debian.css for Gecko to render rounded corners.
>> -webkit-border-radius does so for WebKit.
>>
>> Could you please approve me to commit the attached patch adding the
>> -webkit-border-radius line?
>
> I don't see a valid reason to not commit it :)
> So I think you can commit it.

Committed.  So, I close this bug. ;-)

Thanks,

-nori


--- End Message ---

Reply to: