index.html
42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>W3C Media Fragments Working Group</title>
<link rel="stylesheet"
href="http://www.w3.org/2008/WebVideo/Fragments/style.css" type="text/css"
media="all" />
<link rel="stylesheet"
href="http://www.w3.org/2008/WebVideo/Fragments/print.css" type="text/css"
media="print" />
<style type="text/css" media="screen">
dl.items {margin: 1em 2em;}
dl.items dt {margin: 1.5em 0 0 1em;}
dl.items dt a {font-weight: bold;}
dl.items dd {margin: 0.5em 0 0 1em;}
acronym { border-bottom: black dashed 1px }
div#navigation li.current { color: white; font-weight: bold; }
input[type="text"] { border: 1px solid black }
/* From http://www.w3.org/2006/02/charter-style.css */
td.meeting { background: #FFE }
td.WD1 { background: #FED }
td.LC { background: #FCB }
td.CR { background: #FA9 }
td.PR { background: #F87 }
td.REC { background: #F60 }
/* From http://www.w3.org/2008/01/media-fragments-wg.html */
table.roadmap, tr.roadmap, th.roadmap, td.roadmap { border: 1px solid black; }
th.roadmap, td.roadmap { padding: 5px 1em; }
th.roadmap {
background : #005a9c;
color : #fff;
}
</style>
</head>
<body>
<div id="page">
<h1>Media Fragments Working Group<br />
<small>Video, Audio, Images</small></h1>
</div>
<div id="main">
<p class="logo"><a href="http://www.w3.org/"><img
src="http://www.w3.org/Icons/w3c_home" alt="W3C" height="48" width="72" /></a>
</p>
<!-- content beg -->
<h2 id="mission">Mission</h2>
<div style="float: right; margin: 2em 0 0 1em; width:20em; clear:both;">
<table summary="This table has 1 row"
style="float: right; margin: 0 0 0 1em; width:20em;font-size: .9em; text-align:left;">
<thead>
<tr>
<th rowspan="1" colspan="1"
style="text-align:center;"><strong>Nearby</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="1" colspan="1"><ul style="list-style-type: square;">
<li>Mailing list archives: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/">public-media-fragment</a>
| (<a
href="mailto:public-media-fragment-request@w3.org?subject=subscribe">subscribe</a>)</li>
<li>Media Fragments <a
href="http://www.w3.org/2008/WebVideo/Fragments/wiki/">Wiki</a></li>
<li>Media Fragments <a
href="http://www.w3.org/2008/WebVideo/Fragments/tracker/">Issues
Tracker</a></li>
<li><a href="http://www.w3.org/2002/09/wbs/42785/">Open polls and
questionnaires</a></li>
<li><a
href="http://www.w3.org/2008/WebVideo/Fragments/wiki/ScribeList">Scribe
list</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
<div style="float: right; margin: 2em 0 0 1em; width:20em; clear:both;">
<table
summary="This table has six rows. The right column is the milestone for a date on the left."
style="float: right; margin: 0 0 0 1em; width:20em;font-size: .9em; text-align:left;">
<thead>
<tr>
<th rowspan="1" colspan="2" style="text-align:center;"><strong>Past and
Upcoming Events</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="1" colspan="2">Weekly teleconference: <a
href="#telecon">every Wednesday, 12:00 UTC</a></td>
</tr>
<tr>
<td class="date" rowspan="1" colspan="1">15 August 2008</td>
<td rowspan="1" colspan="1"><a
href="http://lists.w3.org/Archives/Member/w3c-ac-members/2008JulSep/0029.html">Call
For Participation issued</a></td>
</tr>
<tr>
<td class="date" rowspan="1" colspan="1">17 September 2008</td>
<td rowspan="1" colspan="1"><a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2008Sep/0000.html">First
telephone conference</a></td>
</tr>
<tr>
<td class="date" rowspan="1" colspan="1">20-21 October 2008</td>
<td rowspan="1" colspan="1">1<sup>st</sup> Face-to-face meeting @ <a
href="http://www.w3.org/2008/10/TPAC/Schedule.html">TPAC 2008</a></td>
</tr>
<tr>
<td class="date" rowspan="1" colspan="1">9-10 December 2008</td>
<td rowspan="1" colspan="1">2<sup>nd</sup> Face-to-face meeting @ <a
href="http://www.w3.org/2008/WebVideo/Fragments/wiki/GhentLogistic">Ghent
(BE)</a></td>
</tr>
<tr>
<td class="date" rowspan="1" colspan="1">16-17 April 2009</td>
<td rowspan="1" colspan="1">3<sup>rd</sup> Face-to-face meeting @ <a
href="http://www.w3.org/2008/WebVideo/Annotations/wiki/BarcelonaLogistic">Barcelona
(ES)</a>. The WWW conference is 20-24 April</td>
</tr>
<tr>
<td class="date" rowspan="1" colspan="1">17-18 September 2009</td>
<td rowspan="1" colspan="1">4<sup>th</sup> Face-to-face meeting @ <a
href="http://www.w3.org/2008/WebVideo/Fragments/wiki/FourthF2FAgenda">Virtual</a></td>
</tr>
<tr>
<td class="date" rowspan="1" colspan="1">08-09 March 2010</td>
<td rowspan="1" colspan="1">5<sup>th</sup> Face-to-face meeting @ <a
href="http://www.w3.org/2008/WebVideo/Fragments/wiki/FifthF2FAgenda">Ghent
(BE)</a></td>
</tr>
<tr>
<td class="date" rowspan="1" colspan="1">15-16 June 2010</td>
<td rowspan="1" colspan="1">6<sup>th</sup> Face-to-face meeting @ <a
href="http://www.w3.org/2008/WebVideo/Fragments/wiki/SixthF2FAgenda">Sophia
Antipolis (FR)</a></td>
</tr>
<tr>
<td class="date" rowspan="1" colspan="1">01-02 November 2010</td>
<td rowspan="1" colspan="1">7<sup>th</sup> Face-to-face meeting @ <a
href="http://www.w3.org/2010/11/TPAC/">TPAC 2010</a></td>
</tr>
<tr>
<td rowspan="1" colspan="2">... <a
href="http://www.w3.org/Member/Eventscal">more W3C events</a></td>
</tr>
</tbody>
</table>
</div>
<p>The <strong>mission</strong> of the Media Fragments Working Group, part of
the <a href="http://www.w3.org/2008/WebVideo/Activity.html">Video in the Web
Activity</a>, is to address temporal and spatial media fragments in the Web
using Uniform Resource Identifiers (URI).</p>
<h5>Also on this page → <a href="#deliverables">Deliverables</a> | <a
href="#talks">Talks</a> | <a href="#resources">WG Resources</a> | <a
href="#charter">Charter and History</a> | <a href="#group">Participants</a>
</h5>
<h2 class="break" id="deliverables">Deliverables</h2>
<h3>Public Working Drafts</h3>
<ol>
<li><b>Media Fragments URI 1.0</b>:
<ul>
<li><a
href="http://www.w3.org/2008/WebVideo/Fragments/WD-media-fragments-spec/">Latest
Editor's Draft</a></li>
<li><a href="http://www.w3.org/TR/2011/WD-media-frags-20110317/">2nd Last Call
Working Draft, 17 March 2011</a></li>
<li><a href="http://www.w3.org/TR/2010/WD-media-frags-20100624">Last Call
Working Draft, 24 June 2010</a></li>
<li><a href="http://www.w3.org/TR/2010/WD-media-frags-20100413/">2nd
Public Working Draft, 13 April 2010</a></li>
<li><a href="http://www.w3.org/TR/2009/WD-media-frags-20091217/">1st
Public Working Draft, 17 December 2009</a></li>
</ul>
</li>
<li><b>Use cases and requirements for Media Fragments</b>:
<ul>
<li><a
href="http://www.w3.org/2008/WebVideo/Fragments/WD-media-fragments-reqs/">Latest
Editor's Draft</a></li>
<li><a href="http://www.w3.org/TR/2009/WD-media-frags-reqs-20091217/">2nd
Working Draft, 17 December 2009</a></li>
<li><a href="http://www.w3.org/TR/2009/WD-media-frags-reqs-20090430/">1st
Working Draft, 30 April 2009</a></li>
</ul>
</li>
</ol>
<h3>Updated Schedule</h3>
<table class="roadmap">
<tbody>
<tr>
<th class="roadmap" rowspan="1" colspan="1">Specification</th>
<th class="roadmap" rowspan="1" colspan="1"><acronym
title="First Working Draft">FPWD</acronym></th>
<th class="roadmap" rowspan="1" colspan="1"><acronym
title="Last Call Working Draft">LC</acronym></th>
<th class="roadmap" rowspan="1" colspan="1"><acronym
title="Candidate Recommendation">CR</acronym></th>
<th class="roadmap" rowspan="1" colspan="1"><acronym
title="Proposed Recommendation">PR</acronym></th>
<th class="roadmap" rowspan="1" colspan="1"><acronym
title="Recommendation">Rec</acronym></th>
</tr>
<tr>
<th class="roadmap" rowspan="1" colspan="1">Use cases and requirements
for Media Fragments</th>
<td class="WD1" rowspan="1" colspan="1">April 2009</td>
<td class="LC" rowspan="1" colspan="1">December 2009</td>
<td class="CR" rowspan="1" colspan="1">-</td>
<td class="PR" rowspan="1" colspan="1">-</td>
<td class="REC" rowspan="1" colspan="1">-</td>
</tr>
<tr>
<th class="roadmap" rowspan="1" colspan="1">Media Fragments 1.0</th>
<td class="WD1" rowspan="1" colspan="1">April 2009</td>
<td class="LC" rowspan="1" colspan="1">March 2011</td>
<td class="CR" rowspan="1" colspan="1">June 2011</td>
<td class="PR" rowspan="1" colspan="1">October 2011</td>
<td class="REC" rowspan="1" colspan="1">December 2011</td>
</tr>
</tbody>
</table>
<h2 class="break" id="talks">Talks and Disseminations</h2>
<dl style="margin-right: 20%; margin-left: 1%;">
<dt>27 January 2011</dt>
<dd><strong><a href="http://twitter.com/tomayac">Thomas Steiner</a></strong> announces a <a
href="https://github.com/tomayac/Media-Fragments-URI/">Javascript library</a> for Media Fragment
(see the <a href="http://tomayac.com/mediafragments/mediafragments.html">demo</a>) on Thursday,
27 January 2011.</dd>
<dt>30 September 2010</dt>
<dd><strong><a href="mailto:erik.mannens@ugent.be">Erik
Mannens</a></strong> and <strong><a href="http://www.eurecom.fr/~troncy/">Raphaël
Troncy</a></strong> give a talk entitled <cite>"Implementing the Media
Fragments URI"</cite> at the <a
href="http://www.openvideoconference.org/">2nd International Open Video
Conference</a> on Thursday, 30 September 2010, in New York, USA.
</dd>
<dt>30 June 2010</dt>
<dd><strong><a href="mailto:Jakub.Sendor@eurecom.fr">Jakub
Sendor</a></strong> presents the <a
href="talks/2010-06-30-Jakub_Sendor-Media_Fragment_Firefox_Plugin.pdf"><cite>"Media
Fragment Firefox plugin"</cite></a> in <a
href="http://www.eurecom.fr/index.en.htm">EURECOM</a>, France, on
Wednesday, 30 June 2010. </dd>
<dt>29 April 2010</dt>
<dd><strong><a href="http://www.eurecom.fr/~troncy/">Raphaël
Troncy</a></strong> and <strong><a
href="http://multimedialab.elis.ugent.be/dvdeurse">Davy van
Deursen</a></strong> give a talk entitled <cite>"Implementing the Media
Fragments URI Specification"</cite> at the <a
href="http://www2010.org/">19th International World Wide Web
Conference</a> on Thursday, 29 April 2010, in Raleigh, USA. Read the <a
href="http://www.eurecom.fr/~troncy/Publications/Troncy_Deursen-www10.pdf">paper</a>
or watch the <a
href="http://www.slideshare.net/troncy/implementing-the-media-fragments-uri-specification">slides</a>.
</dd>
<dt>07 April 2010</dt>
<dd><strong><a href="http://www.eurecom.fr/~troncy/">Raphaël
Troncy</a></strong> presents the <a
href="http://www.w3.org/2008/WebVideo/Fragments/talks/2010-04-07/"><cite>"Media
Fragments activities"</cite></a> to the W3C <a
href="http://www.w3.org/2001/sw/CG/">Semantic Web Coordination Group</a>
on Wednesday, 07 April 2010 (<a
href="http://www.w3.org/2010/04/07-swcg-minutes.html">irc minutes</a>).
</dd>
<dt>09 March 2010</dt>
<dd><strong><a href="http://multimedialab.elis.ugent.be/dvdeurse">Davy van
Deursen</a></strong> presents an amazing demo implementing the media
fragment URI specification. Give it a try <a
href="http://ninsuna.elis.ugent.be/MediaFragmentsPlayer">on the Ninsuna
Web server</a>. You would be able to select temporal fragment, tracks,
spatial fragments, and see immediately the result displayed in a
customized Flash player client.</dd>
<dt>02 September 2009</dt>
<dd><strong><a href="http://blog.gingertech.net/">Silvia
Pfeiffer</a></strong> announces a first refefence implementation for
temporal media fragments URI. Give it a try <a
href="http://new.annodex.net/~silvia/itext/mediafrag.html">on the Annodex
Web server</a> and read the blog post explaining <a
href="http://blog.gingertech.net/2009/09/02/demo-of-deep-hyperlinking-into-html5-video/">how
the deep hyperlinking into HTML5 video</a> is implemented.</dd>
<dt>19 August 2009</dt>
<dd><strong><a href="http://blog.gingertech.net/">Silvia
Pfeiffer</a></strong> publishes a new blog post explaining <a
href="http://blog.gingertech.net/2009/08/19/jumping-to-time-offsets-in-videos/">how
to jump to time offsets in HTML5 video</a> summarizing the current
discussion the group has regarding the use of the fragment and query
parameter in URI for specifying time offsets.</dd>
<dt>2O April 2009</dt>
<dd><strong><a href="http://www.cwi.nl/~troncy/">Raphaël
Troncy</a></strong> gives a talk entitled <a
href="http://www.slideshare.net/troncy/interlinking-multimedia-how-to-apply-linked-data-principles-to-multimedia-fragments-ldow09"><cite>"Interlinking
Multimedia: How to Apply Linked Data Principles to Multimedia
Fragments"</cite></a> at the <a href="http://www2009.org/">WWW 2009</a>
Workshop on <a href="http://events.linkeddata.org/ldow2009/">Linked Data
on the Web (LDOW)</a> on Monday, 20 April 2009, in Madrid, Spain. </dd>
<dt>22 March 2009</dt>
<dd><strong><a href="http://www.w3.org/People/LeHegaret">Philippe Le
Hégaret</a></strong> introduced the <a
href="http://www.w3.org/Interaction/">Interaction domain</a> to the <a
href="http://www.w3.org/Member/Meeting/2009ac/March/Overview.html">W3C
Advisory Committee</a> on Sunday, 22 March 2009, in Cambridge (MA), USA
(<a href="http://www.w3.org/2009/Talks/0322-ac-plh/">slides</a>). The <a
href="http://www.w3.org/2009/03/web-demo.xhtml">one summary slide</a>
shows how the technologies HTML, CSS, SVG, MathML, Scripting, DFXP, Ruby
and RDFa can work and interact together. </dd>
<dt>06 March 2009</dt>
<dd><strong><a href="http://www.cwi.nl/~troncy/">Raphaël
Troncy</a></strong> gives a talk entitled <a
href="http://www.cwi.nl/~troncy/Talks/2009-03-06-mozcamp/"><cite>"Linked
Media: Weaving non-textual content into the semantic web"</cite></a> at a
<a href="https://wiki.mozilla.org/MozCamp/Utrecht">European MozCamp</a>
on Friday, 06 March 2009, in Utrecht, The Netherlands. </dd>
<dt>06 February 2009</dt>
<dd><strong><a href="http://www.cwi.nl/~troncy/">Raphaël
Troncy</a></strong> presents the <a
href="http://www.w3.org/2008/WebVideo/Fragments/talks/2009-02-06/"><cite>"Media
Fragments activities"</cite></a> to the W3C <a
href="http://www.w3.org/2001/sw/CG/">Semantic Web Coordination Group</a>
on Friday, 06 February 2009 (<a
href="http://www.w3.org/2009/02/06-swcg-minutes.html">irc minutes</a>).
</dd>
<dt>10 November 2008</dt>
<dd><strong><a href="http://blog.gingertech.net/">Silvia
Pfeiffer</a></strong> blogs about the intermediate results of the Working
Group following its first face-to-face meeting in Cannes. Read <a
href="http://blog.gingertech.net/2008/11/10/media-fragment-uri-addressing/">Media
fragment URI addressing</a> and the comments she received.</dd>
<dt>26 September 2008</dt>
<dd><strong><a href="http://www.w3.org/People/LeHegaret">Philippe Le
Hégaret</a></strong> gives a talk on behalf of the <a
href="http://www.w3c.or.kr/">Korea Office</a> entitled <a
href="http://www.w3.org/2008/Talks/26-video-plh/"><cite>"Video on the
Web"</cite></a> at the <a href="http://www.w3c.or.kr/Events/vow/">When
IPTV meets the Web Workshop</a> on Friday, 26 September 2008, in Seoul,
Korea.</dd>
<dt>23 January 2008</dt>
<dd><strong><a href="http://www.w3.org/People/LeHegaret">Philippe Le
Hégaret</a></strong> gives a talk via Webcast entitled <a
href="http://www.w3.org/2008/01/video-on-the-web.html"><cite>"Video on
the Web"</cite></a> at the <a
href="http://isabel.dit.upm.es/mediawiki/index.php/W3C_Seminar">W3C Spain
Office Seminar</a>, on Wednesday, 23 January 2008.</dd>
</dl>
<h2 id="resources">Working Group Resources</h2>
<h3 id="minutes">Meeting Minutes</h3>
<ul>
<li>Telecon 16-03-2011: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2011Mar/0006.html">agenda</a>,
<a
href="http://www.w3.org/2011/03/16-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 16-02-2011: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2011Feb/0011.html">agenda</a>,
<a
href="http://www.w3.org/2011/02/16-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 02-02-2011: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2011Feb/0000.html">agenda</a>,
<a
href="http://www.w3.org/2011/02/02-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 19-01-2011: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2011Jan/0027.html">agenda</a>,
<a
href="http://www.w3.org/2011/01/19-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 12-01-2011: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2011Jan/0004.html">agenda</a>,
<a
href="http://www.w3.org/2011/01/12-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 08-12-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Dec/0010.html">agenda</a>,
<a
href="http://www.w3.org/2010/12/08-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 01-12-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Nov/0045.html">agenda</a>,
<a
href="http://www.w3.org/2010/12/01-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 24-11-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Nov/0033.html">agenda</a>,
<a
href="http://www.w3.org/2010/11/24-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 17-11-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Nov/0029.html">agenda</a>,
<a
href="http://www.w3.org/2010/11/17-mediafrag-minutes.html">minutes</a></li>
<li>Seventh Face-to-face meeting @ <a href="http://www.w3.org/2010/11/TPAC/">TPAC'10</a> in Lyon: <a
href="http://www.w3.org/2008/WebVideo/Fragments/wiki/SeventhF2FAgenda">agenda</a>,
<a href="http://www.w3.org/2010/11/01-mediafrag-minutes.html">minutes</a>
(01/11/2010), <a
href="http://www.w3.org/2010/11/02-mediafrag-minutes.html">minutes</a>
(02/11/2010).</li>
<li>Telecon 20-10-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Oct/0013.html">agenda</a>,
<a
href="http://www.w3.org/2010/10/20-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 06-10-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Oct/0003.html">agenda</a>,
<a
href="http://www.w3.org/2010/10/06-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 29-09-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Sep/0075.html">agenda</a>,
<a
href="http://www.w3.org/2010/09/29-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 22-09-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Sep/0051.html">agenda</a>,
<a
href="http://www.w3.org/2010/09/22-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 15-09-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Sep/0041.html">agenda</a>,
<a
href="http://www.w3.org/2010/09/15-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 08-09-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Sep/0001.html">agenda</a>,
<a
href="http://www.w3.org/2010/09/08-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 07-07-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Jul/0023.html">agenda</a>,
<a
href="http://www.w3.org/2010/07/07-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 30-06-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Jun/0081.html">agenda</a>,
<a
href="http://www.w3.org/2010/06/30-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 23-06-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Jun/0052.html">agenda</a>,
<a
href="http://www.w3.org/2010/06/23-mediafrag-minutes.html">minutes</a></li>
<li>Sixth Face-to-face meeting in Sophia Antipolis: <a
href="http://www.w3.org/2008/WebVideo/Fragments/wiki/SixthF2FAgenda">agenda</a>,
<a href="http://www.w3.org/2010/06/15-mediafrag-minutes.html">minutes</a>
(15/06/2010), <a
href="http://www.w3.org/2010/06/16-mediafrag-minutes.html">minutes</a>
(16/06/2010).</li>
<li>Telecon 02-06-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010May/0079.html">agenda</a>,
<a
href="http://www.w3.org/2010/06/02-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 26-05-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010May/0074.html">agenda</a>,
<a
href="http://www.w3.org/2010/05/26-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 19-05-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010May/0028.html">agenda</a>,
<a
href="http://www.w3.org/2010/05/19-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 12-05-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010May/0020.html">agenda</a>,
<a
href="http://www.w3.org/2010/05/12-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 05-05-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010May/0005.html">agenda</a>,
<a
href="http://www.w3.org/2010/05/05-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 28-04-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Apr/0055.html">agenda</a>,
<a
href="http://www.w3.org/2010/04/28-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 14-04-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Apr/0022.html">agenda</a>,
<a
href="http://www.w3.org/2010/04/14-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 07-04-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Apr/0002.html">agenda</a>,
<a
href="http://www.w3.org/2010/04/07-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 31-03-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Mar/0151.html">agenda</a>,
<a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Mar/0155.html">minutes</a></li>
<li>Fifth Face-to-face meeting in Ghent: <a
href="http://www.w3.org/2008/WebVideo/Fragments/wiki/FifthF2FAgenda">agenda</a>,
<a href="http://www.w3.org/2010/03/08-mediafrag-minutes.html">minutes</a>
(08/03/2010), <a
href="http://www.w3.org/2010/03/09-mediafrag-minutes.html">minutes</a>
(09/03/2010).</li>
<li>Telecon 03-03-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Mar/0003.html">agenda</a>,
<a
href="http://www.w3.org/2010/03/03-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 24-02-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Feb/0072.html">agenda</a>,
<a
href="http://www.w3.org/2010/02/24-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 17-02-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Feb/0037.html">agenda</a>,
<a
href="http://www.w3.org/2010/02/17-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 10-02-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Feb/0013.html">agenda</a>,
<a
href="http://www.w3.org/2010/02/10-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 03-02-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Feb/0000.html">agenda</a>,
<a
href="http://www.w3.org/2010/02/03-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 27-01-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Jan/0064.html">agenda</a>,
<a
href="http://www.w3.org/2010/01/27-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 20-01-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Jan/0049.html">agenda</a>,
<a
href="http://www.w3.org/2010/01/20-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 13-01-2010: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2010Jan/0016.html">agenda</a>,
<a
href="http://www.w3.org/2010/01/13-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 16-12-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Dec/0051.html">agenda</a>,
<a
href="http://www.w3.org/2009/12/16-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 02-12-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Dec/0003.html">agenda</a>,
<a
href="http://www.w3.org/2009/12/02-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 25-11-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Nov/0026.html">agenda</a>,
<a
href="http://www.w3.org/2009/11/25-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 18-11-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Nov/0010.html">agenda</a>,
<a
href="http://www.w3.org/2009/11/18-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 07-10-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Oct/0000.html">agenda</a>,
<a
href="http://www.w3.org/2009/10/07-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 30-09-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Sep/0151.html">agenda</a>,
<a
href="http://www.w3.org/2009/09/30-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 23-09-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Sep/0129.html">agenda</a>,
<a
href="http://www.w3.org/2009/09/23-mediafrag-minutes.html">minutes</a></li>
<li>Fourth Virtual Face-to-face meeting: <a
href="http://www.w3.org/2008/WebVideo/Fragments/wiki/FourthF2FAgenda">agenda</a>,
<a href="http://www.w3.org/2009/09/17-mediafrag-minutes.html">minutes</a>
(17/09/2009), <a
href="http://www.w3.org/2009/09/18-mediafrag-minutes.html">minutes</a>
(18/09/2009).</li>
<li>Telecon 09-09-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Sep/0025.html">agenda</a>,
<a
href="http://www.w3.org/2009/09/09-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 02-09-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Sep/0000.html">agenda</a>,
<a
href="http://www.w3.org/2009/09/02-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 26-08-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Aug/0070.html">agenda</a>,
<a
href="http://www.w3.org/2009/08/26-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 19-08-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Aug/0018.html">agenda</a>,
<a
href="http://www.w3.org/2009/08/19-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 12-08-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Aug/0003.html">agenda</a>,
<a
href="http://www.w3.org/2009/08/12-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 05-08-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Aug/0002.html">cancelled</a></li>
<li>Telecon 29-07-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Jul/0036.html">cancelled</a></li>
<li>Telecon 22-07-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Jul/0022.html">agenda</a>,
<a
href="http://www.w3.org/2009/07/22-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 15-07-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Jul/0014.html">agenda</a>,
<a
href="http://www.w3.org/2009/07/15-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 24-06-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Jun/0019.html">agenda</a>,
<a
href="http://www.w3.org/2009/06/24-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 17-06-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Jun/0016.html">cancelled</a></li>
<li>Telecon 10-06-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Jun/0007.html">agenda</a>,
<a
href="http://www.w3.org/2009/06/10-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 03-06-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Jun/0001.html">cancelled</a></li>
<li>Telecon 27-05-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009May/0051.html">cancelled</a></li>
<li>Telecon 20-05-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009May/0029.html">agenda</a>,
<a
href="http://www.w3.org/2009/05/20-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 13-05-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009May/0022.html">agenda</a>,
<a
href="http://www.w3.org/2009/05/13-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 06-05-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009May/0006.html">cancelled</a></li>
<li>Telecon 29-04-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Apr/0146.html">agenda</a>,
<a
href="http://www.w3.org/2009/04/29-mediafrag-minutes.html">minutes</a></li>
<li>Third Face-to-face meeting in Barcelona: <a
href="http://www.w3.org/2008/WebVideo/Fragments/wiki/ThirdF2FAgenda">agenda</a>,
<a href="http://www.w3.org/2009/04/16-mediafrag-minutes.html">minutes</a>
(16/04/2009), <a
href="http://www.w3.org/2009/04/17-mediafrag-minutes.html">minutes</a>
(17/04/2009).</li>
<li>Telecon 08-04-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Apr/0019.html">agenda</a>,
<a
href="http://www.w3.org/2009/04/08-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 01-04-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Mar/0089.html">agenda</a>,
<a
href="http://www.w3.org/2009/04/01-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 25-03-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Mar/0057.html">agenda</a>,
<a
href="http://www.w3.org/2009/03/25-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 18-03-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Mar/0048.html">agenda</a>,
<a
href="http://www.w3.org/2009/03/18-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 11-03-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Mar/0029.html">agenda</a>,
<a
href="http://www.w3.org/2009/03/11-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 04-03-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Mar/0004.html">agenda</a>,
<a
href="http://www.w3.org/2009/03/04-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 25-02-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Feb/0067.html">agenda</a>,
<a
href="http://www.w3.org/2009/02/25-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 18-02-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Feb/0063.html">cancelled</a></li>
<li>Telecon 11-02-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Feb/0047.html">agenda</a>,
<a
href="http://www.w3.org/2009/02/11-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 04-02-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Feb/0009.html">agenda</a>,
<a
href="http://www.w3.org/2009/02/04-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 28-01-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Jan/0061.html">agenda</a>,
<a
href="http://www.w3.org/2009/01/28-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 21-01-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Jan/0017.html">agenda</a>,
<a
href="http://www.w3.org/2009/01/21-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 14-01-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Jan/0007.html">agenda</a>,
<a
href="http://www.w3.org/2009/01/14-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 07-01-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2009Jan/0003.html">cancelled</a></li>
<li>Telecon 17-12-2008: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2008Dec/0024.html">cancelled</a></li>
<li>Second Face-to-face meeting in Ghent: <a
href="http://www.w3.org/2008/WebVideo/Fragments/wiki/SecondF2FAgenda">agenda</a>,
<a href="http://www.w3.org/2008/12/09-mediafrag-minutes.html">minutes</a>
(09/12/2008), <a
href="http://www.w3.org/2008/12/10-mediafrag-minutes.html">minutes</a>
(10/12/2008).</li>
<li>Telecon 03-12-2008: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2008Dec/0003.html">agenda</a>,
<a
href="http://www.w3.org/2008/12/03-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 26-11-2008: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2008Nov/0094.html">agenda</a>,
<a
href="http://www.w3.org/2008/11/26-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 19-11-2008: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2008Nov/0074.html">agenda</a>,
<a
href="http://www.w3.org/2008/11/19-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 12-11-2008: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2008Nov/0048.html">agenda</a>,
<a
href="http://www.w3.org/2008/11/12-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 05-11-2008: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2008Nov/0019.html">agenda</a>,
<a
href="http://www.w3.org/2008/11/05-mediafrag-minutes.html">minutes</a></li>
<li>Telecon 29-10-2008: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2008Oct/0076.html">cancelled</a></li>
<li>First Face-to-face meeting @ <a
href="http://www.w3.org/2008/10/TPAC/Overview.html">TPAC'08</a>: <a
href="http://www.w3.org/2008/WebVideo/Fragments/wiki/FirstF2FAgenda">agenda</a>,
<a href="http://www.w3.org/2008/10/20-mediafrag-minutes.html">minutes</a>
(20/10/2008), <a
href="http://www.w3.org/2008/10/21-mediafrag-minutes.html">minutes</a>
(21/10/2008).</li>
<li>Telecon 15-10-2008: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2008Oct/0052.html">agenda</a>,
<a
href="http://www.w3.org/2008/10/15-mediafrag-minutes.html">minutes</a>.</li>
<li>Telecon 08-10-2008: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2008Oct/0040.html">agenda</a>,
<a
href="http://www.w3.org/2008/10/08-mediafrag-minutes.html">minutes</a>.</li>
<li>Telecon 01-10-2009: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2008Oct/0000.html">agenda</a>,
<a
href="http://www.w3.org/2008/10/01-mediafrag-minutes.html">minutes</a>.</li>
<li>Telecon 24-09-2008: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2008Sep/0011.html">agenda</a>,
<a
href="http://www.w3.org/2008/09/24-mediafrag-minutes.html">minutes</a>.</li>
<li>Telecon 17-09-2008: <a
href="http://lists.w3.org/Archives/Public/public-media-fragment/2008Sep/0000.html">agenda</a>,
<a
href="http://www.w3.org/2008/09/17-mediafrag-minutes.html">minutes</a>.</li>
</ul>
<h3 id="telecon">Telecon Resources</h3>
<p>Weekly teleconference: every Wednesday, <a
href="http://www.timeanddate.com/worldclock/fixedtime.html?hour=12&min=0&sec=0&p1=0">12:00
UTC</a></p>
<p>The number for all calls on W3C Zakim bridge is +1.617.761.6200 (US) or
+33.4.89.06.34.99 (France); then enter conference passcode 3724# ("FRAG#"). If
you can't get into the bridge, dial *0 to speak to the operator — they can
manually connect you. Zakim allows participants to mute themselves by pressing
61# ("M" for mute, then "1" for on) and unmute themselves with 60#.<br />
</p>
<p>It is possible to participate in MediFrag meetings by telephone alone but
participants' interaction is substantially improved by also joining the <a
href="irc://irc.w3.org:6665/mediafrag">#mediafrag irc channel</a> or using the
<a href="http://www.w3.org/2001/01/cgi-irc">IRC Web interface</a> (see also the
<a href="http://www.w3.org/Project/IRC/">comprehensive help for IRC</a>). The
group makes use of the following agents: <a
href="http://www.w3.org/2001/12/zakim-irc-bot.html">zakim</a>, <a
href="http://www.w3.org/2002/03/RRSAgent">rrsagent</a>, and <a
href="http://www.w3.org/2005/06/tracker/">tracker</a>. The RIF Working Group
pages for teleconference participants are recommended:</p>
<ul>
<li><a href="http://www.w3.org/2005/rules/wg/wiki/UsingZakim">Using
Zakim</a></li>
<li><a href="http://www.w3.org/2005/rules/wg/wiki/TeleconEtiquette">Telecon
etiquette</a></li>
<li><a
href="http://dev.w3.org/cvsweb/%7Echeckout%7E/2002/scribe/scribedoc.htm">The
guidebook for generating minutes from an IRC log</a> (<b>absolute reading
for the scribe</b>).</li>
<li><a href="http://www.w3.org/1998/12/bridge/Zakim.html">Telecon bridge
status</a></li>
</ul>
<h3 id="list">Mailing list</h3>
<p>Technical discussion takes place on the Working Group discussion list,
public-media-fragment@w3.org (<a
href="http://lists.w3.org/Archives/Public/public-media-fragment/">archive</a>).
This is a public mailing list; to <a
href="mailto:public-media-fragment-request@w3.org?subject=subscribe">subscribe
to the public-media-fragment mailing list</a>, please check the <a
href="http://www.w3.org/Mail/Request">subscription procedure</a>.</p>
<form method="get" action="http://www.w3.org/Search/Mail/Public/search">
<p>Search the archive <input name="type-index" value="public-media-fragment"
type="hidden" /> <input name="index-type" value="t" type="hidden" /> <input
size="42" name="keywords" maxlength="100" value="" type="text" />
<input value="Search" name="search" type="submit" /> <a
href="http://www.w3.org/2002/02/mail-search-help" class="search">help</a> </p>
</form>
<h3>General information for New Issues</h3>
<p>No matter what way you choose, please provide the following information:</p>
<ul>
<li><strong>Title</strong> - A short descriptive name for the issue</li>
<li><strong>Description</strong> - A longer and complete description of the
issue, state in terms of the documents</li>
<li><strong>Justification</strong> - Why is this an issue? E.g., state an
architectural concern, demonstrate an interop problem, explain a use case
that isn't met</li>
<li><strong>Target</strong> - What deliverable the issue is against
(framework | attachment)</li>
<li><strong>Proposal</strong> - A reasonably complete proposal for how the
issue should be addressed.</li>
</ul>
<p>It is also appreciated if the proposed solution comes with <strong>test
cases</strong>.</p>
<h3>Editors' Resources</h3>
<ul>
<li><a
href="http://lists.w3.org/Archives/Public/public-swd-wg/2006Nov/0015.html">W3C
Tech Report editor's materials</a></li>
</ul>
<h3>General/Process Resources</h3>
<ul>
<li><a href="http://www.w3.org/2005/10/Process-20051014/">World Wide Web
Consortium Process Document</a> <small>14 October 2005</small></li>
<li><a href="http://www.w3.org/Guide/">Art of Consensus Guide</a> <small>W3C
member confidential</small></li>
<li><a href="http://www.w3.org/Member/Mail/Overview.html">W3C Groups</a>, <a
href="http://www.w3.org/2000/09/dbwg/">Participants (dbwg)</a> <small>W3C
member confidential</small></li>
</ul>
<h3>Patent Disclosures</h3>
<p>W3C maintains a <a rel="disclosure"
href="http://www.w3.org/2004/01/pp-impl/39408/status">public list of any patent
disclosures</a> made in connection with the deliverables of the group; that
page also includes instructions for disclosing a patent.</p>
<h2 class="break" id="charter">Charter and History</h2>
<p>The <a href="http://www.w3.org/2008/01/media-fragments-wg.html">Media
Fragments Working Group Charter</a> shows what the W3C has asked this working
group to do. </p>
<p>The <a href="http://www.w3.org/2001/sw/BestPractices/MM/">Multimedia Task
Force</a> of the <a href="http://www.w3.org/2001/sw/BestPractices/">Semantic
Web Best Practices and Deployment Working Group</a> and the <a
href="http://www.w3.org/2005/Incubator/mmsem/">Multimedia Semantics Incubator
Group</a> initiated work on some of the items for which this working group is
now responsible. </p>
<h2 id="group">Working Group Participants</h2>
<p>See: <a href="http://www.w3.org/2000/09/dbwg/details?group=42785">DBWG</a>
and <a href="http://www.w3.org/2004/01/pp-impl/42785/status">IPP</a> </p>
<a
href="http://www.w3.org/2008/WebVideo/Fragments/meetings/2008-10-20-f2f_cannes/DSC02998.JPG"><img
src="http://www.w3.org/2008/WebVideo/Fragments/meetings/2008-10-20-f2f_cannes/DSC02998.JPG"
alt="Participants of the Working Group @ TPAC" width="100%" /> </a>
<div id="footer">
<address>
Erik Mannens, <a href="http://www.cwi.nl/~troncy/">Raphaël Troncy</a>,
Chairs<br />
<a href="http://www.w3.org/People/Lafon/">Yves lafon</a>, W3C Team contact<br
/>
<small>$Date: 2011/03/22 09:03:22 $</small>
</address>
</div>
<!-- footer end -->
</div>
</body>
</html>