[Bug 15938] Attaching events to content flows

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15938

Razvan Caliman <rcaliman@adobe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rcaliman@adobe.com

--- Comment #3 from Razvan Caliman <rcaliman@adobe.com> 2012-03-27 13:52:36 UTC ---
(In reply to comment #2)
> (In reply to comment #1)
> > So the proposal is:
> > 
> > a. Have NamedFlow implement the EventTarget interface
> > b. Have NamedFlow dispatch a region layout update event
> > (http://dev.w3.org/csswg/css3-regions/#region-flow-layout-events)
> > c. Add an emptyRegions member to the NamedFlow interface.
> 
> - For a. and b., make sure the bubbling is consistent with other EventTargets
> that are not DOM nodes.
> - For c., suggests having a property for the last non empty region index (-1 if
> empty flow or if no region at all)

For c., if you're suggesting collecting empty regions, why not collect all
regions for a flow? 
Then, the developer could iterate through them and check the regionOverflow
property.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 27 March 2012 13:52:43 UTC