sysapps / telephony

API to manage telephony calls
15 stars 12 forks source link

It's not necessary to define any EventHandler attributes #69

Closed marcoscaceres closed 11 years ago

marcoscaceres commented 11 years ago

Because of the the way EventHandlers are wired up, it is not necessary for them to be defined in the same way as other attributes. We just need a table that looks like this:

screen shot 2013-05-24 at 11 14 07 am

The actual prose that fires the events needs to be defined in a life cycle section (that lifecycle text is already in the spec, just needs to be brought together more clearly).

zolkis commented 11 years ago

OK.

zolkis commented 11 years ago

I started work on adding these tables.

marcoscaceres commented 11 years ago

@zolkis If possible, can you ping me on IRC on the w3c server (#sysapps channel)? had some thoughts about these wanted to discuss with you.

zolkis commented 11 years ago

PR #83 closes this.

efullea commented 11 years ago

Event handler table still missing in the ConferenceCall interface

zolkis commented 11 years ago

Indeed. Will update.

zolkis commented 11 years ago

BTW we will have the same information in 3 different places, making the spec bloated.

marcoscaceres commented 11 years ago

Once we disable the legacyStyle, the duplication will go away. However, that will take a few days of fairly boring work to do, so I'm keen to put that off until after the 18th. Is that ok?

zolkis commented 11 years ago

Of course.

marcoscaceres commented 11 years ago

Reopening this one, as we need to do this work regardless.

marcoscaceres commented 11 years ago

Work in progress