Bug 140226 - box-decoration-break: slice does not work with text-shadow
Summary: box-decoration-break: slice does not work with text-shadow
Status: NEW
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: 229078
  Show dependency treegraph
 
Reported: 2015-01-07 16:19 PST by Myles C. Maxfield
Modified: 2024-03-05 05:20 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2015-01-07 16:19:47 PST
The spec: "No border and no padding are inserted at a break; no box-shadow is drawn at a broken edge; ‘border-radius’ does not apply to its corners; and backgrounds and the ‘border-image’ are rendered for the whole box as if the box were unbroken. The effect is as though the element were rendered with no breaks present, and then sliced by the breaks afterward."

However, we render box-shadow on these slices.