[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:32:29 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit cec54f5499e1ce0603c6cde8835849bddd59fe67
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Apr 6 15:50:13 2004 +0000

            Reviewed by Dave
    
            * khtml/css/html4.css: Refine focus rules so that HTML and BODY
            elements do not draw a focus ring around themselves when focused.
            This prevents a silly-looking focus ring from drawing around a
            document's entire contents when a body element is contenteditable.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6317 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index bd0cce5..6d769ba 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -2,6 +2,15 @@
 
         Reviewed by Dave
 
+        * khtml/css/html4.css: Refine focus rules so that HTML and BODY
+        elements do not draw a focus ring around themselves when focused.
+        This prevents a silly-looking focus ring from drawing around a 
+        document's entire contents when a body element is contenteditable.
+
+2004-04-06  Ken Kocienda  <kocienda at apple.com>
+
+        Reviewed by Dave
+
         Caret height is now the height of the tallest element on the line,
         mimicking NSText behavior.
 
diff --git a/WebCore/khtml/css/html4.css b/WebCore/khtml/css/html4.css
index b755dcc..f1d9b3e 100644
--- a/WebCore/khtml/css/html4.css
+++ b/WebCore/khtml/css/html4.css
@@ -422,6 +422,7 @@ acronym {
 }
 
 :focus          { outline: auto 3px #1f5ccf }
+html:focus,body:focus  { outline: none }
 a:-khtml-any-link { color: -khtml-link; text-decoration: underline; }
 a:-khtml-any-link:active { color: -khtml-activelink; }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list