[PATCH] hgweb: fix search hint border-radius on standards-based browsers and remove old gecko-specific property

Gijs Kruitbosch gijskruitbosch at gmail.com
Thu Oct 8 10:53:20 CDT 2015


On 08/10/2015 07:04, Anton Shestakov wrote:
> 08.10.2015, 04:31, "Gijs Kruitbosch" <gijskruitbosch at gmail.com>:
>>   - -moz-border-radius: 5px; /* this works only in camino/firefox */
> Removing this isn't required for the fix (afaict), and if you believe http://caniuse.com/border-radius , -moz-border-radius-only browsers have almost twice the user base of -webkit-border-radius-only browsers. So I'd say deleting this is not worth it.
Apologies for my ignorance, but how do you see which browser only 
supported the prefixed version, and then see the usage only for those, 
on caniuse.com ?

The unprefixed version was introduced in Firefox 4 / Gecko 2.0, which is 
now 4.5 years old and has been unsupported for *years*, nevermind the 
versions before that. I'm not familiar with the webkit/blink side of 
things, but I don't understand for which browsers on today's web we 
would need to keep moz-border-radius.

~ Gijs


More information about the Mercurial-devel mailing list