Bug 84419 - RenderDetailsMarker should be RenderReplaced instead of RenderBlock
Summary: RenderDetailsMarker should be RenderReplaced instead of RenderBlock
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 252223
  Show dependency treegraph
 
Reported: 2012-04-19 21:12 PDT by Eric Seidel (no email)
Modified: 2024-02-09 10:56 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 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;
}
Comment 1 Ahmad Saleem 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.