Bug 102595

Summary: [CSS Regions] getRegionFlowRanges() doesn't reflect region's display content
Product: WebKit Reporter: Mike Sierra <letmespellitoutforyou>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: bfulgham, donggwan.kim, mibalan, mihnea, WebkitBugTracker
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: https://github.com/mike-sierra/webplatform/blob/master/examples/bugGetRanges.html
Bug Depends on:    
Bug Blocks: 128165    
Attachments:
Description Flags
Screenshot, Console (Chromium)
none
Test none

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.