Bug 84419
Summary: | RenderDetailsMarker should be RenderReplaced instead of RenderBlock | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Layout and Rendering | Assignee: | 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)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
As per web-spec, it should be list-item for which we have separate bug to track. So I am closing this one.