01:58:45 RRSAgent has joined #html-a11y 01:58:45 logging to http://www.w3.org/2010/02/17-html-a11y-irc 01:58:57 Zakim, list? 01:58:57 I don't understand your question, MikeSmithXX. 01:59:03 Zakim, who is here? 01:59:03 sorry, dsinger_, I don't know what conference this is 01:59:04 On IRC I see RRSAgent, JF, Zakim, dsinger_, plh, MikeSmithXX, davidb, silvia, richardschwerdtfe, trackbot 01:59:04 zakim, list 01:59:04 I see IA_Team()10:00AM, W3C_(MEDIA)9:00PM active and no others scheduled to start in the next 15 minutes 01:59:25 Zakim, this will be MEDIA 01:59:25 ok, MikeSmithXX, I see W3C_(MEDIA)9:00PM already started 01:59:31 Zakim, this is media 01:59:31 dsinger_, this was already W3C_(MEDIA)9:00PM 01:59:32 ok, dsinger_; that matches W3C_(MEDIA)9:00PM 01:59:43 +Plh 01:59:48 Zakim, call Mike 01:59:48 ok, MikeSmithXX; the call is being made 01:59:50 +Mike 02:00:03 zakim, who is here? 02:00:03 On the phone I see dsinger_, John_Foliot, Plh, Mike 02:00:04 On IRC I see RRSAgent, JF, Zakim, dsinger_, plh, MikeSmith, davidb, silvia, richardschwerdtfe, trackbot 02:00:43 + +61.2.801.2.aaaa 02:00:57 zakim, aaaa is me 02:00:57 +silvia; got it 02:01:43 zakim, mute dsinger_ 02:01:43 dsinger_ should now be muted 02:02:12 +Eric_Carlson 02:05:26 +??P4 02:05:37 -??P4 02:05:48 dsinger__ has joined #html-a11y 02:06:10 zakim, mute dsinger_ 02:06:10 dsinger_ was already muted, dsinger__ 02:06:37 frankolivier has joined #html-a11y 02:06:48 1. Multitrack JavaScript API 02:06:49 Discussion & Agreement 02:06:49 Specification: 02:06:49 http://www.w3.org/WAI/PF/HTML/wiki/Media_MultitrackAPI 02:07:07 dsinger__ has joined #html-a11y 02:07:16 scribe: MikeSmith 02:07:35 Topic: Multitrack JavaScript API 02:07:48 http://www.w3.org/WAI/PF/HTML/wiki/Media_MultitrackAPI 02:08:26 silvia: can have multiple tracks: caption tracks, subtitle tracks, etc. 02:09:15 ... so far there is no API for the browser to know [how to differentiate among the various tracks] 02:09:42 ... we discussed a declarative way for exposing the tracks to browsers 02:10:06 ... but after discussion, came to conclusion that we need an API 02:10:23 eric: nothing in this API is specific to a11y 02:10:49 ... instead it is a general-purpose API [for accessing multiple tracks] 02:11:11 ... so it brings additional value in general, not just for accessibility 02:11:16 +??P4 02:12:30 JF: we have an issue in that, e.g., section 508, still have a requirement that no critical accessibility require Javascript to be enabled 02:12:50 eric: the accessibility features are in no way dependent on this API 02:13:06 JF: OK, I want to make sure that it's not misconstrued 02:14:18 eric: one of my goals is to make sure that any feature we add inside the UA -- anything the UA can put into its UI (controller) -- should also be exposable to script -- so that developers can create alternative UIs 02:14:57 silvia: agreed about the need for this to be exposable through script 02:16:01 zakim, unmute dsinger_ 02:16:01 dsinger_ should no longer be muted 02:16:23 zakim, mute dsinger_ 02:16:23 dsinger_ should now be muted 02:16:34 +Janina_Sajka 02:16:42 Zakim, P4 is frankolivier 02:16:42 sorry, MikeSmith, I do not recognize a party named 'P4' 02:17:00 Zakim, ??P4 is frankolivier 02:17:00 +frankolivier; got it 02:17:11 interface MediaTrack { 02:17:12 readonly attribute DOMString name; 02:17:12 readonly attribute DOMString role; 02:17:12 readonly attribute DOMString type; 02:17:12 readonly attribute DOMString lang; 02:17:12 attribute boolean enabled; 02:17:14 ... 02:17:16 }; 02:17:48 silvia: role = caption, subtitle, etc. 02:17:56 ... type=media type 02:18:13 ... lang = an IANA language tag 02:18:39 dsinger has joined #html-a11y 02:19:35 silvia: so we want to get opinions about the propose API 02:19:43 JF: role values are predefined? 02:20:48 silvia: we are, btw, doing some similar work in Ogg along these lines 02:21:40 how does this intersect with Richard's idea of basing the media queries on access-for-all ? 02:21:50 eric: I think it does need to be a predefined [enumerated] list of roles 02:22:10 no, the bus us too noisy 02:22:15 s/us/is/ 02:22:56 zakim, who is making noise? 02:23:06 dsinger, listening for 10 seconds I heard sound from the following: silvia (100%), Eric_Carlson (25%) 02:24:12 janina: These are synchronized tracks? 02:24:15 silvia: yes 02:24:37 janina: what about structural navigation? is it just FF and rewind? 02:24:56 JF: you thinking about something along the Daisy model? 02:25:36 silvia: chapter-marking mechanism.. that is a meta-structural mechanism [that would reside on top of this] 02:26:13 eric: QT movies and MPEG4 files do have a chapter-track mechanism to find named sections of a file 02:27:05 silvia: but the mechanism of moving among [those is outside of the work we are doing here] 02:27:49 +Geoff_Freed 02:27:50 silvia: I think we need to do some more experimentation with this and then eventually propose it to the HTML WG as an addition to the spec 02:28:43 eric: essentially what we want to do is provide script-level access to the same set of information that the UA already has 02:29:06 2. Declarative syntax for associating external text resources 02:29:06 Discussion & Agreement 02:29:06 Specification: 02:29:06 http://www.w3.org/WAI/PF/HTML/wiki/Media_TextAssociations 02:29:41 Topic: Declarative syntax for associating external text resources 02:30:00 http://www.w3.org/WAI/PF/HTML/wiki/Media_TextAssociations 02:30:24 [Geoff summarizes the state of current discussion] 02:30:54 silvia: we have to schemes, one that Philip is currently defending, and one that is based on the wiki link above 02:31:15 RRSAgent, make minutes 02:31:15 I have made the request to generate http://www.w3.org/2010/02/17-html-a11y-minutes.html MikeSmith 02:31:20 02:31:24 RRSAgent, make logs public 02:31:35 gfreed has joined #html-a11y 02:33:32 plh: so how does the track element get exposed to the multitrack API? 02:33:46 eric: we are in the midst of having a discussion about that now 02:33:49 02:34:34 the above is an alternative that has been proposed 02:35:10 silvia: [the semantics of that would need to be determined and specified] 02:35:32 s/the above/silvia: the above/ 02:36:11 eric: clearly the UA would need to have a heuristic for making choices [among the roles provided] 02:37:14 silvia: If I have my browser prefs set to always display subtitles in German if they are available, then the UA would play the first one above 02:38:37 gfreed: what Silvia has described is almost exactly what Real Player did -- that the user can state a preference of, being able to state that they want to see captions and in what lang they want to see those captions 02:39:36 is there an access-for-all spec that uses media queries already? I know Richard is working on one 02:39:45 janina: the Media Queries through CSS in implemented [in Canada] through the AccessForAll [project? application?] 02:40:08 s/AccessForAll/access-for-all/ 02:40:48 janina: the point is the we need a cascading set of choices 02:41:29 eric: Dave Singer and I have started to have a discussion with RichS about this 02:42:04 janina: I think it's important that we don't want to end up having multiple [redundant] ways of doing the same thing 02:42:07 02:43:00 silvia: above is yet another proposal under discussion 02:43:37 RRSAgent, make minutes 02:43:37 I have made the request to generate http://www.w3.org/2010/02/17-html-a11y-minutes.html MikeSmith 02:44:26 silvia: I think within the next week or so we will get agreement amongst ourselves on the final proposal 02:44:56 gfreed: would this most recent example that you pasted into IRC allow multiple displays of the same role? 02:45:23 ... that is, would I be able to display to subtitle track simultaneously? 02:45:55 silvia: so the way to do that now would be to take them out of the trackgroup and just make them tracks 02:46:25 ... [because the trackgroup semantics are that it contains alternate] 02:46:43 s/contains alternate/contains alternatives/ 02:47:28 gfreed: my concern is just that we make sure we end up with a way that does allow display of multiple tracks with the same role at the same time 02:47:52 silvia: I am confident that we can come up with agreement 02:48:24 eric: I would go so far as to say that it's a requirement [nothing we spec should prevent multiple tracks of the same role from being displayed at the same time] 02:49:47 gfreed: I sent an example to the list of how iTunes deals with a case like this (the specific menu it provides for controlling this) 02:50:26 eric: so what we are working on is making that all configurable through script, so that authors/developers can provide their own UIs 02:50:45 w3c timed text? 02:51:24 3. External caption format support 02:51:25 Discussion & Agreement 02:51:25 Proposed: 02:51:25 * srt 02:51:25 * DFXP 02:51:34 what would be parsing the format? scripts or the UA? 02:51:39 Topic: External caption format support 02:51:48 q+ 02:52:12 gfreed: I would prefer that we lean toward DFXP, because it's been vetted and because it's a W3C spec 02:52:38 is there a scripted implementation of DFXP? 02:52:46 ... on the other hand, srt has not been fully vetted and is not a spec [in the same sense] 02:53:20 gfreed: it is true that DFXP is too big [complex] for some 02:53:38 -Eric_Carlson 02:53:44 we could recommend both, and give reasons for them? 02:53:49 yes, there is (at least one) scripted implementation of dxfp (I have it in my bookmarks somewhere) 02:54:05 frank, yes there is :) 02:54:05 silvia: I think ultimately what we will end up with is a subset/profile of DFXP 02:54:19 plh: I did implement DFXP in JS 02:54:38 ... which by the way is just called "timed text" too 02:54:48 ... I would suggest also that we subset/profile it 02:54:54 it would have to be a profile, agreed, because it needs to be 'linear', at least 02:55:02 ... DFXP is currently "stuck" due to a particular feature 02:55:21 http://lists.w3.org/Archives/Public/public-tt/2010Feb/0000.html 02:55:24 ... and the group and chair seemed poised to remove that particular feature 02:56:01 RRSAgent, make minutes 02:56:01 I have made the request to generate http://www.w3.org/2010/02/17-html-a11y-minutes.html MikeSmith 02:57:21 ack plh 02:57:50 gfreed: for the greater percentage of captioning and subtitling use cases, I would agree that DFXP has more features than needed, so it would make sense to subset/profile it 02:57:54 ack janina 02:58:27 janina: when we are at Stanford last year, one outcome we discussed was documenting the list of requirements 02:58:35 silvia: there is in fact a page at the Wiki for that 02:59:15 agenda+ discussing whether or not we need a follow-up call, and if so, when 03:00:02 silvia: I think we don't need to impose a deadline on this, but let the discussion proceed as it has been 03:02:03 gfreed: It might be useful to schedule a call for two weeks or three weeks [and try to get PhilipJ on]... particularly if it seems like we are stuck on e-mail 03:02:19 silvia: yeah, if it seems like we are stuck on e-mail, then would be good to have another call 03:02:51 silvia: I am not in a hurry to have another call, would suggest that we consider having one again if/when it seems like we need to 03:02:59 RRSAgent, make minutes 03:02:59 I have made the request to generate http://www.w3.org/2010/02/17-html-a11y-minutes.html MikeSmith 03:03:36 -dsinger_ 03:03:41 -Janina_Sajka 03:03:43 -John_Foliot 03:03:44 -Geoff_Freed 03:03:44 zaki, drop plh 03:03:47 -silvia 03:03:48 Zakim, drop Mike 03:03:48 Mike is being disconnected 03:03:48 -Mike 03:03:48 zakim, drop plh 03:03:50 Plh is being disconnected 03:03:50 -Plh 03:03:57 -frankolivier 03:03:59 W3C_(MEDIA)9:00PM has ended 03:04:01 Attendees were dsinger_, John_Foliot, Plh, Mike, +61.2.801.2.aaaa, silvia, Eric_Carlson, Janina_Sajka, frankolivier, Geoff_Freed 03:04:36 gfreed has left #html-a11y 03:06:19 ah, forgot to ask: who is going to report on this to the larger task force on Thursday? 03:06:37 do I have to get up at an unholy hour? 03:06:46 Present: DaveSinger, John_Foliot, PhilippeLeHegaret, MikeSmith, SilviaPfieffer, EricCarlson, JaninaSajka, FrankOlivier, GeoffFreed 03:07:23 silvia: I can report on it, and/or ask Eric to also if he can 03:07:29 excellent, thanks 03:07:33 that would be awesome 03:07:49 Eric is often on the calls and is much more articulate than me :) 03:17:45 he can express things clearer than I do, too! 03:18:00 at least in email I get time to formulate :) 03:18:05 yeah 03:23:34 thanks a lot for organising 03:25:47 silvia, thanks for continuing to drive the work 03:26:10 we made a little progress in the meeting, but it was probably worthwhile for everyone to catch up 03:26:16 yep 03:27:07 there's a lot of great stuff around media happening right now - there's also the discussion about source selection based on bitrate and CPU on whatwg, which also links to media queries, potentially 03:27:55 or might lead to an adaptive stream scaling model, which would be awesome 03:29:05 it's really exciting times :) 03:45:24 definitely still a lot of room for getting improvements in 03:47:12 meeting: HTML5 accessibility media subgroup discussion 03:47:34 RRSAgent, make minutes 03:47:34 I have made the request to generate http://www.w3.org/2010/02/17-html-a11y-minutes.html MikeSmith 04:13:15 foolip has joined #html-a11y 05:07:43 dsinger has joined #html-a11y 07:02:53 MikeSmithX has joined #html-a11y