[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
hyatt
hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:03:32 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 3ec35f18e2e04d66fde1f5c82955e3cc0a21b808
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Mon Oct 20 07:02:49 2003 +0000
Remove the "flow-around-floats" hack for lists. Other browsers don't do this.
Reviewed by darin
* khtml/css/quirks.css:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5220 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index a544e24..5949c03 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,13 @@
2003-10-19 David Hyatt <hyatt at apple.com>
+ Remove the "flow-around-floats" hack for lists. Other browsers don't do this.
+
+ Reviewed by darin
+
+ * khtml/css/quirks.css:
+
+2003-10-19 David Hyatt <hyatt at apple.com>
+
Fix for a regression/crash on tivocommunity.com caused by faulty border-collapse code in the collapsedRightBorder
case. I forgot to deal with colspans.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index a544e24..5949c03 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,13 @@
2003-10-19 David Hyatt <hyatt at apple.com>
+ Remove the "flow-around-floats" hack for lists. Other browsers don't do this.
+
+ Reviewed by darin
+
+ * khtml/css/quirks.css:
+
+2003-10-19 David Hyatt <hyatt at apple.com>
+
Fix for a regression/crash on tivocommunity.com caused by faulty border-collapse code in the collapsedRightBorder
case. I forgot to deal with colspans.
diff --git a/WebCore/khtml/css/quirks.css b/WebCore/khtml/css/quirks.css
index 90a2dfb..a739aa1 100644
--- a/WebCore/khtml/css/quirks.css
+++ b/WebCore/khtml/css/quirks.css
@@ -16,11 +16,6 @@ img[align="right"] {
margin-left: 3px;
}
-/* Make lists flow around floats. */
-UL, OL, MENU, DIR {
- -khtml-flow-mode: -khtml-around-floats;
-}
-
/* Tables reset both line-height and white-space in quirks mode.
Compatible with WinIE. Note that font-family is *not reset*. */
TABLE {
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list