IRC log of forms on 2009-08-05

Timestamps are in UTC.

14:44:29 [RRSAgent]
RRSAgent has joined #forms
14:44:29 [RRSAgent]
logging to http://www.w3.org/2009/08/05-forms-irc
14:44:35 [John_Boyer]
zakim, this will be forms
14:44:35 [Zakim]
ok, John_Boyer; I see HTML_Forms()10:45AM scheduled to start in 1 minute
14:44:41 [John_Boyer]
rrsagent, make log public
14:45:04 [John_Boyer]
John_Boyer has changed the topic to: http://lists.w3.org/Archives/Public/public-forms/2009Aug/0002.html
14:45:17 [John_Boyer]
Meeting: Weekly Forms WG Teleconference
14:45:21 [John_Boyer]
Agenda: http://lists.w3.org/Archives/Public/public-forms/2009Aug/0002.html
14:45:26 [John_Boyer]
Chair: John
14:45:29 [John_Boyer]
Scribe: Leigh
14:45:32 [John_Boyer]
scribenick: klotz
14:45:37 [John_Boyer]
Regrets: Steven, Charlie
14:46:51 [ebruchez]
ebruchez has joined #forms
14:47:10 [nick1]
nick1 has joined #forms
14:47:13 [Zakim]
HTML_Forms()10:45AM has now started
14:47:20 [Zakim]
+John_Boyer
14:47:58 [nick1]
zakim, code?
14:47:58 [Zakim]
the conference code is 36767 (tel:+1.617.761.6200 tel:+33.4.89.06.34.99 tel:+44.117.370.6152), nick1
14:48:29 [Zakim]
+Nick_van_den_Bleeken
14:48:29 [nick1]
zakim, who is here?
14:48:30 [Zakim]
On the phone I see John_Boyer, Nick_van_den_Bleeken
14:48:31 [Zakim]
On IRC I see nick1, ebruchez, RRSAgent, Zakim, John_Boyer, trackbot
14:49:40 [klotz]
klotz has joined #forms
14:50:23 [unl]
unl has joined #forms
14:50:24 [Zakim]
+ebruchez
14:50:32 [Zakim]
+Leigh_Klotz
14:50:35 [unl]
zakim, code?
14:50:35 [Zakim]
the conference code is 36767 (tel:+1.617.761.6200 tel:+33.4.89.06.34.99 tel:+44.117.370.6152), unl
14:51:13 [Zakim]
+ +49.307.544.aaaa
14:51:33 [unl]
zakim, +49.307.544.aaaa is me
14:51:33 [Zakim]
+unl; got it
14:53:19 [John_Boyer]
http://www.w3.org/MarkUp/Forms/specs/XForms1.1/index-diff.html
14:54:42 [ebruchez]
re typo, great thanks
14:55:01 [John_Boyer]
http://www.w3.org/MarkUp/Forms/specs/XForms1.1/index-diff.html#submit-header
14:57:00 [nick]
fine for me too
15:00:14 [unl]
zakim, mute me
15:00:15 [Zakim]
unl should now be muted
15:01:57 [nick]
that is also what I did for Chiba
15:07:06 [klotz]
ACTION: John Boyer to split combine attribute optional part into separate sentence in http://www.w3.org/MarkUp/Forms/specs/XForms1.1/index-diff.html#submit-header
15:07:06 [trackbot]
Sorry, amibiguous username (more than one match) - John
15:07:06 [trackbot]
Try using a different identifier, such as family name or username (eg. jkugelma, jboyer)
15:09:02 [John_Boyer]
http://www.w3.org/MarkUp/Forms/wiki/EventContextInfo
15:09:20 [nick]
zakim, mute me
15:09:20 [Zakim]
Nick_van_den_Bleeken should now be muted
15:15:01 [nick]
http://www.w3.org/TR/DOM-Level-2-Events/idl-definitions.html
15:15:32 [nick]
const unsigned short CAPTURING_PHASE = 1;
15:15:32 [nick]
const unsigned short AT_TARGET = 2;
15:15:32 [nick]
const unsigned short BUBBLING_PHASE = 3;
15:15:51 [nick]
zakim, unmute
15:15:51 [Zakim]
I don't understand 'unmute', nick
15:15:59 [nick]
zakim, unmute me
15:15:59 [Zakim]
Nick_van_den_Bleeken should no longer be muted
15:16:02 [unl]
+ ACTION_PHASE = 4 ;-)
15:16:03 [ebruchez]
AT_TARGET
15:16:03 [ebruchez]
The event is currently being evaluated at the target EventTarget.
15:16:03 [ebruchez]
BUBBLING_PHASE
15:16:04 [ebruchez]
The current event phase is the bubbling phase.
15:16:04 [ebruchez]
CAPTURING_PHASE
15:16:04 [ebruchez]
The current event phase is the capturing phase.
15:16:11 [ebruchez]
http://www.w3.org/TR/DOM-Level-2-Events/events.html
15:17:47 [nick]
zakim, mute me
15:17:47 [Zakim]
Nick_van_den_Bleeken should now be muted
15:18:35 [nick]
zakim, unmute me
15:18:35 [Zakim]
Nick_van_den_Bleeken should no longer be muted
15:19:34 [nick]
http://www.w3.org/TR/DOM-Level-3-Core/core.html#Core-DOMTimeStamp
15:19:42 [nick]
typedef unsigned long long DOMTimeStamp;
15:22:21 [nick]
or use capture, atTarget, and buble
15:22:41 [nick]
s/buble/bubble/
15:25:11 [ebruchez]
http://www.w3.org/TR/xmlschema-2/#built-in-datatypes
15:27:30 [unl]
i would prefer xs:long
15:35:17 [nick]
http://www.w3.org/MarkUp/Forms/wiki/EventContextInfo
15:35:19 [John_Boyer]
http://www.w3.org/MarkUp/Forms/wiki/EventContextInfo
15:35:37 [klotz]
ACTION: Erik Bruchez to change http://www.w3.org/MarkUp/Forms/wiki/EventContextInfo event phase property to use capture, bubble, at_target to string with names from DOM2, but an editors note to coordinate with XML Events 2.
15:35:38 [trackbot]
Created ACTION-562 - Bruchez to change http://www.w3.org/MarkUp/Forms/wiki/EventContextInfo event phase property to use capture, bubble, at_target to string with names from DOM2, but an editors note to coordinate with XML Events 2. [on Erik Bruchez - due 2009-08-12].
15:40:19 [Zakim]
-ebruchez
15:47:27 [klotz]
RESOLVED: We remove @visible and @draggable from dialog for FPWD for XForms 1.2.
15:53:10 [Zakim]
-Nick_van_den_Bleeken
15:53:11 [Zakim]
-John_Boyer
15:53:12 [Zakim]
-Leigh_Klotz
15:53:13 [Zakim]
HTML_Forms()10:45AM has ended
15:53:13 [Zakim]
Attendees were John_Boyer, Nick_van_den_Bleeken, ebruchez, Leigh_Klotz, unl
15:53:38 [John_Boyer]
rrsagent, make minutes
15:53:38 [RRSAgent]
I have made the request to generate http://www.w3.org/2009/08/05-forms-minutes.html John_Boyer
15:53:41 [John_Boyer]
rrsagent, bye
15:53:41 [RRSAgent]
I see 2 open action items saved in http://www.w3.org/2009/08/05-forms-actions.rdf :
15:53:41 [RRSAgent]
ACTION: John Boyer to split combine attribute optional part into separate sentence in http://www.w3.org/MarkUp/Forms/specs/XForms1.1/index-diff.html#submit-header [1]
15:53:41 [RRSAgent]
recorded in http://www.w3.org/2009/08/05-forms-irc#T15-07-06
15:53:41 [RRSAgent]
ACTION: Erik Bruchez to change http://www.w3.org/MarkUp/Forms/wiki/EventContextInfo event phase property to use capture, bubble, at_target to string with names from DOM2, but an editors note to coordinate with XML Events 2. [2]
15:53:41 [RRSAgent]
recorded in http://www.w3.org/2009/08/05-forms-irc#T15-35-37
15:53:47 [John_Boyer]
John_Boyer has left #forms