Bug 113935 - [CSS Regions] <dialog> elements do not flow content from a named flow
Summary: [CSS Regions] <dialog> elements do not flow content from a named flow
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 57312
  Show dependency treegraph
 
Reported: 2013-04-04 05:53 PDT by Catalin badea
Modified: 2013-05-16 07:48 PDT (History)
2 users (show)

See Also:


Attachments
Test with html5:dialog and css-regions enabled. (732 bytes, text/html)
2013-04-04 05:53 PDT, Catalin badea
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Catalin badea 2013-04-04 05:53:47 PDT
Created attachment 196471 [details]
Test with html5:dialog and css-regions enabled.

Steps to reproduce:
1. Create a named flow using '-webkit-flow-into:' and '-webkit-flow-from:'.
2. Add a dialog element to the region chain using '-webkit-flow-from'.
3. Notice that the flowed content ignores the dialog element.

Tested on Chrome Canary.
Comment 1 Mihai Balan 2013-05-16 07:48:20 PDT
Closing as RESOLVED/INVALID as the <dialog> bits have been removed from WebKit since the Blink split.