Bug 3611 - CSS2: outline property on OL element causes its items to shift left
Summary: CSS2: outline property on OL element causes its items to shift left
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 412
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-19 12:23 PDT by David Kilzer (:ddkilzer)
Modified: 2006-09-19 03:24 PDT (History)
1 user (show)

See Also:


Attachments
Test case for browser (522 bytes, text/html)
2005-06-19 12:24 PDT, David Kilzer (:ddkilzer)
no flags Details
Actual behavior (45.40 KB, image/png)
2005-06-19 12:25 PDT, David Kilzer (:ddkilzer)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 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.)
Comment 1 David Kilzer (:ddkilzer) 2005-06-19 12:24:37 PDT
Created attachment 2476 [details]
Test case for browser
Comment 2 David Kilzer (:ddkilzer) 2005-06-19 12:25:13 PDT
Created attachment 2477 [details]
Actual behavior
Comment 3 Dave Hyatt 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.