RESOLVED INVALID 3611
CSS2: outline property on OL element causes its items to shift left
https://bugs.webkit.org/show_bug.cgi?id=3611
Summary CSS2: outline property on OL element causes its items to shift left
David Kilzer (:ddkilzer)
Reported 2005-06-19 12:23:17 PDT
Summary: Adding the CSS outline property to an ordered list (OL) element causes its items to shift left, rendering improperly. Steps to Reproduce: See attached test case. Expected Results: The OL items should not shift to the left when an outline property is applied to the OL element. Actual Results: The OL items shift to the left when an outline property is applied to the OL element. Regression: Unknown. Notes: See also Bug 3317. (I will create a meta tracking bug to track CSS outline issues, although it may be more helpful to create a CSS2 meta tracking bug.)
Attachments
Test case for browser (522 bytes, text/html)
2005-06-19 12:24 PDT, David Kilzer (:ddkilzer)
no flags
Actual behavior (45.40 KB, image/png)
2005-06-19 12:25 PDT, David Kilzer (:ddkilzer)
no flags
David Kilzer (:ddkilzer)
Comment 1 2005-06-19 12:24:37 PDT
Created attachment 2476 [details] Test case for browser
David Kilzer (:ddkilzer)
Comment 2 2005-06-19 12:25:13 PDT
Created attachment 2477 [details] Actual behavior
Dave Hyatt
Comment 3 2006-09-19 03:24:48 PDT
You set padding on the ol with the outline. Padding is how lists are actually indented. This is invalid.
Note You need to log in before you can comment on or make changes to this bug.