Bug 102595 - [CSS Regions] getRegionFlowRanges() doesn't reflect region's display content
Summary: [CSS Regions] getRegionFlowRanges() doesn't reflect region's display content
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: https://github.com/mike-sierra/webpla...
Keywords:
Depends on:
Blocks: 128165
  Show dependency treegraph
 
Reported: 2012-11-17 12:24 PST by Mike Sierra
Modified: 2022-07-12 17:15 PDT (History)
5 users (show)

See Also:


Attachments
Screenshot, Console (Chromium) (131.85 KB, image/png)
2012-11-17 12:24 PST, Mike Sierra
no flags Details
Test (23.46 KB, text/html)
2013-06-13 12:05 PDT, Michelangelo De Simone
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Sierra 2012-11-17 12:24:39 PST
Created attachment 174825 [details]
Screenshot, Console (Chromium)

Copy HTML into local file & load. Resize page so that content overflows final purple region in the region chain, with boundary between last & second-to-last paragraphs displaying within region. (2nd-to-last ends "livvy"; last starts "What clashes"; see attached screen shot for example.) These two paragraphs are interrupted by another <aside> content element that's diverted to a different named flow.

Reload page. Console lists final region's getRegionFlowRanges() as content strings.

Expected behavior: text should appear for 2 ranges, the second starting "What clashes"

Actual behavior: as shown in attached screen shot, only the first range has text. There is a second range, apparently empty.
Comment 1 Michelangelo De Simone 2013-06-13 12:05:26 PDT
Created attachment 204636 [details]
Test
Comment 2 Brent Fulgham 2022-07-12 17:15:41 PDT
CSS Regions were removed in Bug 174978.