Bug 97110 - [CSS Regions] Correctly apply style properties that vary per region
Summary: [CSS Regions] Correctly apply style properties that vary per region
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 96736
Blocks: 71487
  Show dependency treegraph
 
Reported: 2012-09-19 07:14 PDT by Andrei Bucur
Modified: 2022-07-13 09:26 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Bucur 2012-09-19 07:14:12 PDT
There are some cases where the computed style for an element that breaks between regions to be different in each region. For example:
- percentage margins/paddings - they are computed using the width of the containing block, that may vary between regions
- region styling for layout properties - it is possible to style differently the margins, paddings etc of an element based on the region where it gets laid out. Also, region styling line height properties changes the meaning of EM units for all the other Length properties
- region styling for paint properties - the content needs to use the paint styles of the region it is getting painted into

Use this meta bug to track all the issues related to style diffs between regions.
Comment 1 Brent Fulgham 2022-07-13 09:26:16 PDT
CSS Regions were removed in Bug 174978.