[Webkit-unassigned] [Bug 95453] New: [CSS Regions] With nested region chains, the regionLayoutUpdate event is dispatched from "the outside-in"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 30 06:50:30 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=95453
Summary: [CSS Regions] With nested region chains, the
regionLayoutUpdate event is dispatched from "the
outside-in"
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mibalan at adobe.com
CC: abucur at adobe.com
Blocks: 57312
The CSS Regions spec currently states that "If region chain nesting occurs (the contents of a NamedFlow contains regions for a different NamedFlow) then the regionLayoutUpdate event for the nested flow(s) must be dispatched before the regionLayoutUpdate event for the containing flow is dispatched."
However, in the current implementation, first the event for the containing flow is dispatched and then the event for the nested flow.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list