Bug 113934 - [CSS Regions] <dialog> elements are not rendered when placed inside a named flow
Summary: [CSS Regions] <dialog> elements are not rendered when placed inside a named flow
Status: RESOLVED WONTFIX
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:41 PDT by Catalin badea
Modified: 2013-05-17 05:01 PDT (History)
2 users (show)

See Also:


Attachments
Test with html5:dialog and css-regions enabled. (588 bytes, text/html)
2013-04-04 05:41 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:41:13 PDT
Created attachment 196470 [details]
Test with html5:dialog and css-regions enabled.

Placing a dialog element inside a named flow, either by using the '-webkit-flow-into:' style property or by nesting it inside another flowed element will result in the <dialog> element not being displayed at all.
Comment 1 Mihai Balan 2013-04-04 05:44:56 PDT
Testing was done on Chrome Canary as support for <dialog> tag in WebKit Safari is not yet fully exposed.
Comment 2 Mihai Balan 2013-05-17 05:01:44 PDT
<dialog> bits have been removed from WebKit.