[Bug 14101] I think it would be usefull to add a new event to the details element which would fire when it is opened or closed.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14101

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Status Whiteboard|RFE                         |

--- Comment #2 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-10-25 04:43:48 UTC ---
It would have to be a queued task that fires the event, and it would have to
coalesce events so if the attribute is toggled a lot in a row, only one event
actually fires. Maybe just by delaying the event if there's another task
already queued (can be done by having the element have a counter which is
incremented when a task is queued, decremented when the task runs, and the
event is only fired when the count is zero after the decrement).

-- 
Configure bugmail: http://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, 25 October 2011 04:43:50 UTC