Bug 113934

Summary: [CSS Regions] <dialog> elements are not rendered when placed inside a named flow
Product: WebKit Reporter: Catalin badea <badea>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: mibalan, WebkitBugTracker
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 57312    
Attachments:
Description Flags
Test with html5:dialog and css-regions enabled. none

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.