Bug 84419

Summary: RenderDetailsMarker should be RenderReplaced instead of RenderBlock
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ahmad.saleem792, jchaffraix, luiz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 252223    

Eric Seidel (no email)
Reported 2012-04-19 21:12:37 PDT
RenderDetailsMarker should be RenderReplaced instead of RenderBlock It doesn't act like a block, and does not have children, correct? In html.css, we even make it inline! summary::-webkit-details-marker { display: inline-block; width: 0.66em; height: 0.66em; margin-right: 0.4em; }
Attachments
Ahmad Saleem
Comment 1 2024-02-09 10:56:30 PST
As per web-spec, it should be list-item for which we have separate bug to track. So I am closing this one.
Note You need to log in before you can comment on or make changes to this bug.