Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2012 09:38:59 -0400
From:      Eitan Adler <lists@eitanadler.com>
To:        www@freebsd.org
Subject:   removing vendor prefix border radius versions
Message-ID:  <CAF6rxgkm%2BZTirRUB0mmvntcnA1cfAfjudorPwDZGV=oj0Z49gQ@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi,

I'd like to commit the following:

commit dfee302e6ec7bed6d3281a18f0b8bee9c367c228
Author: Eitan Adler <lists@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAF6rxgkm%2BZTirRUB0mmvntcnA1cfAfjudorPwDZGV=oj0Z49gQ>