removing vendor prefix border radius versions

Eitan Adler lists at eitanadler.com
Sat Oct 6 13:39:31 UTC 2012


Hi,

I'd like to commit the following:

commit dfee302e6ec7bed6d3281a18f0b8bee9c367c228
Author: Eitan Adler <lists at eitanadler.com>
Date:   Sat Oct 6 00:22:52 2012 -0400

    According to QuirksMode border-radius is supported on:
    IE9+, FF10+, Safari 5.1+, Chrome 17+, and Opera 11+.

    In other words these compatability hacks are no longer needed.

    Approved by:        doceng

diff --git a/share/misc/docbook.css b/share/misc/docbook.css
index 1977f0e..22a430f 100644
--- a/share/misc/docbook.css
+++ b/share/misc/docbook.css
@@ -184,9 +184,6 @@ svnref {
 }

 blockquote, .example, .programlisting {
-       -moz-border-radius: 6px;
-       -webkit-border-radius: 6px;
-       -khtml-border-radius: 6px;
        border-radius: 6px;
 }


as the commit message says: these vendor-prefix versions are old and
no longer required for the functionality. I've verified personally on
an up to date chrome and firefox, and relied on
http://www.quirksmode.org/css/contents.html, a well respected HTML
website, to provide me with more complete information.

-- 
Eitan Adler


More information about the freebsd-www mailing list