index.html
45.8 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
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org" />
<title>XHTML™ 2.0</title>
<link rel="stylesheet" type="text/css" href="xhtml.css" />
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" />
<link rel="next" type="text/html" href="introduction.html" />
<link rel="start" type="text/html" href="Overview.html" />
<link rel="contents" type="text/html" href="Overview.html#toc" />
</head>
<body>
<div class="navbar">[<a href="introduction.html">next</a>] [<a href="#toc">table of contents</a>] [<a href="elements.html">elements</a>]  [<a href="attributes.html">attributes</a>]
<hr />
</div>
<div class="head"><a href="http://www.w3.org/"><img height="48" width="72" src="http://www.w3.org/Icons/w3c_home" alt="W3C" /></a>
<h1><a id="title" name="title">XHTML™ 2.0</a></h1>
<h2><a id="subtitle" name="subtitle">W3C Working Draft 26 July 2006</a></h2>
<dl>
<dt>This version:</dt>
<dd><a href="http://www.w3.org/TR/2006/WD-xhtml2-20060726">http://www.w3.org/TR/2006/WD-xhtml2-20060726</a></dd>
<dt>Latest version:</dt>
<dd><a href="http://www.w3.org/TR/xhtml2">http://www.w3.org/TR/xhtml2</a></dd>
<dt>Previous version:</dt>
<dd><a href="http://www.w3.org/TR/2005/WD-xhtml2-20050527">http://www.w3.org/TR/2005/WD-xhtml2-20050527</a></dd>
<dt>Diff-marked version:</dt>
<dd><a href="xhtml2-diff.html">xhtml2-diff.html</a></dd>
<dt>Editors:</dt>
<dd>Jonny Axelsson, Opera Software</dd>
<dd>Mark Birbeck, x-port.net</dd>
<dd>Micah Dubinko, Invited Expert</dd>
<dd>Beth Epperson, Websense</dd>
<dd><a href="http://www.w3.org/People/mimasa/">Masayasu Ishikawa</a>, <abbr title="World Wide Web Consortium">W3C</abbr></dd>
<dd><a href="mailto:shane@aptest.com">Shane McCarron</a>, <a href="http://www.aptest.com">Applied Testing and Technology</a></dd>
<dd>Ann Navarro, WebGeek, <abbr title="Incorporated">Inc.</abbr></dd>
<dd><a href="http://www.cwi.nl/~steven/">Steven Pemberton</a>, <abbr title="Centrum voor Wiskunde en Informatica" xml:lang="nl">CWI</abbr> (<abbr title="HyperText Markup Language">HTML</abbr> Working
Group Chair)</dd>
</dl>
<p>This document is also available in these non-normative formats: <a href="xhtml2.html">Single XHTML file</a>, <a href="xhtml2.ps">PostScript version</a>, <a href="xhtml2.pdf">PDF version</a>, <a
href="xhtml2.zip">ZIP archive</a>, and <a href="xhtml2.tgz">Gzip'd TAR archive</a>.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> ©2006 <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">
W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.org/"><acronym title=
"European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href=
"http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href=
"http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
<hr />
</div>
<h2><a id="abstract" name="abstract">Abstract</a></h2>
<p>XHTML 2 is a general-purpose markup language designed for representing documents for a wide range of purposes across the World Wide Web. To this end it does not attempt to be all things to all
people, supplying every possible markup idiom, but to supply a generally useful set of elements.</p>
<h2><a id="status" name="status">Status of This Document</a></h2>
<p><em>This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of
this technical report can be found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a> at http://www.w3.org/TR/.</em></p>
<p>This document is the eighth public <a href="http://www.w3.org/2004/02/Process-20040205/tr.html#RecsWD">Working Draft</a> of this specification. It should in no way be considered stable, and should
not be normatively referenced for any purposes whatsoever. This version includes an early implementation of XHTML 2.0 in RELAX NG [<a class="nref" href="references.html#ref_RELAXNG">RELAXNG</a>], but
<em>does not</em> include the implementations in DTD or XML Schema form. Those will be included in subsequent versions, once the content of this language stabilizes.</p>
<p>Formal issues and error reports on this specification shall be submitted to <a href="mailto:www-html-editor@w3.org">www-html-editor@w3.org</a> (<a href=
"http://lists.w3.org/Archives/Public/www-html-editor/">archive</a>). It is inappropriate to send discussion email to this address. Public discussion may take place on <a href=
"mailto:www-html@w3.org">www-html@w3.org</a> (<a href="http://lists.w3.org/Archives/Public/www-html/">archive</a>). To subscribe send an email to <a href="mailto:www-html-request@w3.org">
www-html-request@w3.org</a> with the word <em>subscribe</em> in the subject line.</p>
<p>This document has been produced by the <a href="http://www.w3.org/MarkUp/Group/">W3C HTML Working Group</a> (<em><a href="http://cgi.w3.org/MemberAccess/AccessRequest">members only</a></em>) as
part of the <a href="http://www.w3.org/MarkUp/Activity">W3C HTML Activity</a>. The goals of the HTML Working Group are discussed in the <a href="http://www.w3.org/2002/05/html/charter">HTML Working
Group charter</a>.</p>
<p>This document was produced by a group operating under the <a href="http://www.w3.org/TR/2002/NOTE-patent-practice-20020124">24 January 2002 CPP</a> as amended by the <a href=
"http://www.w3.org/2004/02/05-pp-transition">W3C Patent Policy Transition Procedure</a>. W3C maintains a <a rel="disclosure" href="http://www.w3.org/MarkUp/2002/Disclosures">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. An individual who has actual knowledge of a patent which the
individual believes contains <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential Claim(s)</a> must disclose the information in accordance with <a href=
"http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the W3C Patent Policy</a>.</p>
<p>Publication as a Working Draft does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is
inappropriate to cite this document as other than work in progress.</p>
<h1><a id="toc" name="toc">Quick Table of Contents</a></h1>
<div class="toc">
<ul class='toc'>
<li class='tocline'>1. <a href="introduction.html#s_intro" class="tocxref">Introduction</a></li>
<li class='tocline'>2. <a href="terms.html#a_terms" class="tocxref">Terms and Definitions</a></li>
<li class='tocline'>3. <a href="conformance.html#s_conform" class="tocxref">Conformance Definition</a></li>
<li class='tocline'>4. <a href="xhtml2-doctype.html#s_doctype" class="tocxref">The XHTML 2.0 Document Type</a></li>
<li class='tocline'>5. <a href="abstraction.html#s_abstraction" class="tocxref">Module Definition Conventions</a></li>
<li class='tocline'>6. <a href="mod-attribute-collections.html#s_attribute-collectionsmodule" class="tocxref">XHTML Attribute Collections</a></li>
<li class='tocline'>7. <a href="mod-document.html#s_documentmodule" class="tocxref">XHTML Document Module</a></li>
<li class='tocline'>8. <a href="mod-structural.html#s_structuralmodule" class="tocxref">XHTML Structural Module</a></li>
<li class='tocline'>9. <a href="mod-text.html#s_textmodule" class="tocxref">XHTML Text Module</a></li>
<li class='tocline'>10. <a href="mod-hypertext.html#s_hypertextmodule" class="tocxref">XHTML Hypertext Module</a></li>
<li class='tocline'>11. <a href="mod-list.html#s_listmodule" class="tocxref">XHTML List Module</a></li>
<li class='tocline'>12. <a href="mod-core.html#s_coremodule" class="tocxref">XHTML Core Attributes Module</a></li>
<li class='tocline'>13. <a href="mod-hyperAttributes.html#s_hyperAttributesmodule" class="tocxref">XHTML Hypertext Attributes Module</a></li>
<li class='tocline'>14. <a href="mod-i18n.html#s_i18nmodule" class="tocxref">XHTML I18N Attribute Module</a></li>
<li class='tocline'>15. <a href="mod-access.html#s_accessmodule" class="tocxref">XHTML Access Module</a></li>
<li class='tocline'>16. <a href="mod-bidi.html#s_bidimodule" class="tocxref">XHTML Bi-directional Text Attribute Module</a></li>
<li class='tocline'>17. <a href="mod-edit.html#s_editmodule" class="tocxref">XHTML Edit Attributes Module</a></li>
<li class='tocline'>18. <a href="mod-embedding.html#s_embeddingmodule" class="tocxref">XHTML Embedding Attributes Module</a></li>
<li class='tocline'>19. <a href="mod-handler.html#s_handlermodule" class="tocxref">XHTML Handler Module</a></li>
<li class='tocline'>20. <a href="mod-image.html#s_imagemodule" class="tocxref">XHTML Image Module</a></li>
<li class='tocline'>21. <a href="mod-csImgMap.html#s_csImgMapmodule" class="tocxref">XHTML Image Map Attributes Module</a></li>
<li class='tocline'>22. <a href="mod-mediaAttribute.html#s_mediaAttributemodule" class="tocxref">XHTML Media Attribute Module</a></li>
<li class='tocline'>23. <a href="mod-meta.html#s_metamodule" class="tocxref">XHTML Metainformation Module</a></li>
<li class='tocline'>24. <a href="mod-metaAttributes.html#s_metaAttributesmodule" class="tocxref">XHTML Metainformation Attributes Module</a></li>
<li class='tocline'>25. <a href="mod-object.html#s_objectmodule" class="tocxref">XHTML Object Module</a></li>
<li class='tocline'>26. <a href="mod-roleAttribute.html#s_roleAttributemodule" class="tocxref">XHTML Role Attribute Module</a></li>
<li class='tocline'>27. <a href="mod-ruby.html#s_rubymodule" class="tocxref">Ruby Module</a></li>
<li class='tocline'>28. <a href="mod-styleAttribute.html#s_styleAttributemodule" class="tocxref">XHTML Style Attribute Module</a></li>
<li class='tocline'>29. <a href="mod-styleSheet.html#s_styleSheetmodule" class="tocxref">XHTML Style Sheet Module</a></li>
<li class='tocline'>30. <a href="mod-tables.html#s_tablesmodule" class="tocxref">XHTML Tables Module</a></li>
<li class='tocline'>31. <a href="mod-xforms.html#s_xformsmodule" class="tocxref">XForms Module</a></li>
<li class='tocline'>32. <a href="mod-xml-events.html#s_xml-eventsmodule" class="tocxref">XML Events Module</a></li>
<li class='tocline'>A. <a href="xhtml2-changes.html#a_changes" class="tocxref">Changes from XHTML 1.1</a></li>
<li class='tocline'>B. <a href="xhtml20_relax.html#a_xhtml20_relaxng" class="tocxref">XHTML 2.0 RELAX NG Definition</a></li>
<li class='tocline'>C. <a href="relax_module_defs.html#a_relaxng_module_defs" class="tocxref">XHTML RELAX NG Module Implementations</a></li>
<li class='tocline'>D. <a href="xhtml20_schema.html#a_xhtml20_schema" class="tocxref">XHTML 2.0 Schema</a></li>
<li class='tocline'>E. <a href="schema_module_defs.html#a_schema_module_defs" class="tocxref">XHTML Schema Module Implementations</a></li>
<li class='tocline'>F. <a href="xhtml20_dtd.html#a_xhtml20_dtd" class="tocxref">XHTML 2.0 Document Type Definition</a></li>
<li class='tocline'>G. <a href="dtd_module_defs.html#a_dtd_module_defs" class="tocxref">XHTML DTD Module Implementations</a></li>
<li class='tocline'>H. <a href="xhtml2-style.html#a_stylesheet" class="tocxref">Style sheet for XHTML 2</a></li>
<li class='tocline'>I. <a href="role-rdf.html#a_rolerdf" class="tocxref">Example RDF Specification for Roles</a></li>
<li class='tocline'>J. <a href="elements.html#a_elements" class="tocxref">List of Elements</a></li>
<li class='tocline'>K. <a href="attributes.html#a_attributes" class="tocxref">List of Attributes</a></li>
<li class='tocline'>L. <a href="xref.html#a_xref" class="tocxref">Cross-reference Index</a></li>
<li class='tocline'>M. <a href="references.html#a_refs" class="tocxref">References</a></li>
<li class='tocline'>N. <a href="acknowledgements.html#a_acks" class="tocxref">Acknowledgements</a></li>
</ul>
</div>
<h1><a id="issueList" name="issueList">List of Issues</a></h1>
<div class="issue">
<ol class='issue'>
<li class='issue'><a href='introduction.html#s_intro_issue_0'>[PR #7759] [XHTML2] Spirit of "1.1.3. XHTML 2 and Presentation"</a></li>
<li class='issue'><a href='conformance.html#s_conform_issue_0'>[PR #7723] On introducing a fallback attribute</a></li>
<li class='issue'><a href='conformance.html#s_conform_issue_1'>[PR #7777] [XHTML 2] Conforming documents and meta properties</a></li>
<li class='issue'><a href='conformance.html#s_conform_issue_2'>[PR #7791] Fw: [XHTML 2] Section 3.1.1</a></li>
<li class='issue'><a href='conformance.html#s_conform_issue_3'>[PR #7804] Comments on XHTML 2.0 document conformance requirements</a></li>
<li class='issue'><a href='conformance.html#s_conform_issue_4'>[PR #7808] Change XHTML 2.0 namespace to http://www.w3.org/1999/xhtml</a></li>
<li class='issue'><a href='conformance.html#s_conform_issue_5'>[PR #7818] Namespace versioning problem in XHTML 2</a></li>
<li class='issue'><a href='conformance.html#s_conform_issue_6'>[PR #7819] Referance XML 1.1 and example with XML 1.1 declaration</a></li>
<li class='issue'><a href='xhtml2-doctype.html#s_doctype_issue_0'>[PR #7336] Identifying XHTML version in ansence of DTDs</a></li>
<li class='issue'><a href='abstraction.html#s_abstraction_issue_0'>[PR #7799] Fw: [XHTML 2] Section 5.5 quality values.</a></li>
<li class='issue'><a href='abstraction.html#s_abstraction_issue_1'>[PR #7800] Fw: [XHTML 2] Section 5.5 intersection of mime-types</a></li>
<li class='issue'><a href='mod-attribute-collections.html#s_attribute-collectionsmodule_issue_0'>[PR #7661] [XHTML2] Constraining attribute relationship</a></li>
<li class='issue'><a href='mod-document.html#s_documentmodule_issue_0'> Need a normative definition for the version attribute</a></li>
<li class='issue'><a href='mod-structural.html#s_structuralmodule_issue_0'>[PR #7820] [XHTML2] How are UAs to interpret <h> and <hx> elements?</a></li>
<li class='issue'><a href='mod-structural.html#s_structuralmodule_issue_1'>[PR #7830] [XHTML2] How are UAs to interpret <h> and <hx> elements?</a></li>
<li class='issue'><a href='mod-structural.html#s_structuralmodule_issue_2'>[PR #7874] block@kind vs elt@structure</a></li>
<li class='issue'><a href='mod-structural.html#s_structuralmodule_issue_3'>[PR #7875] redundant content model</a></li>
<li class='issue'><a href='mod-structural.html#s_structuralmodule_issue_4'>[PR #7877] headings -- numbered vs bare</a></li>
<li class='issue'><a href='mod-text.html#s_textmodule_issue_0'>[PR #7876] PCData not in Text</a></li>
<li class='issue'><a href='mod-text.html#s_textmodule_issue_1'>[PR #7882] XHTML 2.0: Text Module/<l> vs. <br /> element</a></li>
<li class='issue'><a href='mod-text.html#s_textmodule_issue_2'>[PR #7885] RE: [ off list ] XHTML 2.0 - dfn : Content model and usability</a></li>
<li class='issue'><a href='mod-list.html#s_listmodule_issue_0'>[PR #7663] [XHTML2] 11.3. The ol , and ul elements</a></li>
<li class='issue'><a href='mod-list.html#s_listmodule_issue_1'>[PR #7867] Re: WD-xhtml2-20040722: Some navigation list requirements (IMHO)</a></li>
<li class='issue'><a href='mod-core.html#s_coremodule_issue_0'>[PR #7872] attributes with no values</a></li>
<li class='issue'><a href='mod-hyperAttributes.html#s_hyperAttributesmodule_issue_0'>[PR #7792] Fw: [XHTML 2] 13.1 Hypertext Attributes Module - nextfocus</a></li>
<li class='issue'><a href='mod-i18n.html#s_i18nmodule_issue_0'>[PR #7883] Internationalization: translate attribute</a></li>
<li class='issue'><a href='mod-bidi.html#s_bidimodule_issue_0'>[PR #7783] [XHTML 2] 15 Bi-directional text collection and embedded attributes?</a></li>
<li class='issue'><a href='mod-embedding.html#s_embeddingmodule_issue_0'>[PR #7724] Re: Formal Response to My issue on styling embedding attributes.</a></li>
<li class='issue'><a href='mod-embedding.html#s_embeddingmodule_issue_1'>[PR #7730] 17 Embedding Attributes User aborted downloads.</a></li>
<li class='issue'><a href='mod-embedding.html#s_embeddingmodule_issue_2'>[PR #7731] 17 Embedding Attributes - Invalid XHTML 2 documents</a></li>
<li class='issue'><a href='mod-embedding.html#s_embeddingmodule_issue_3'>[PR #7732] [XHTML 2] 17.1 Encoding attribute</a></li>
<li class='issue'><a href='mod-embedding.html#s_embeddingmodule_issue_4'>[PR #7733] [XHTML 2] Embedding attributes and nextFocus</a></li>
<li class='issue'><a href='mod-embedding.html#s_embeddingmodule_issue_5'>[PR #7734] 17 Embedding Attributes Success/Failure status codes.</a></li>
<li class='issue'><a href='mod-embedding.html#s_embeddingmodule_issue_6'>[PR #7735] [XHTML 2] 17 Embedding Attributes - srcType</a></li>
<li class='issue'><a href='mod-embedding.html#s_embeddingmodule_issue_7'>[PR #7736] [XHTML 2] Embedding XHTML Resources Linking.</a></li>
<li class='issue'><a href='mod-embedding.html#s_embeddingmodule_issue_8'>[PR #7737] [XHTML 2] Embedded Resources containing links</a></li>
<li class='issue'><a href='mod-embedding.html#s_embeddingmodule_issue_9'>[PR #7738] [XHTML 2] Embedding Attributes Examples</a></li>
<li class='issue'><a href='mod-embedding.html#s_embeddingmodule_issue_10'>[PR #7739] [XHTML 2] 17 Clipping of embedded documents to viewport.</a></li>
<li class='issue'><a href='mod-embedding.html#s_embeddingmodule_issue_11'>[PR #7774] [XHTML 2] 17 Embedding Attributes</a></li>
<li class='issue'><a href='mod-embedding.html#s_embeddingmodule_issue_12'>[PR #7892] xhtml2 attributes type, srctype and hreftype</a></li>
<li class='issue'><a href='mod-meta.html#s_metamodule_issue_0'>[PR #7869] rebuild link element: chapter, section / subsection</a></li>
<li class='issue'><a href='mod-styleAttribute.html#s_styleAttributemodule_issue_0'>[PR #7870] RE: [BULK] - Re: [XHTML2] Spirit of "1.1.3. XHTML 2 and Presentation"</a></li>
<li class='issue'><a href='mod-styleAttribute.html#s_styleAttributemodule_issue_1'>[PR #7871] Re: [BULK] - Re: [XHTML2] Spirit of "1.1.3. XHTML 2 and Presentation"</a></li>
<li class='issue'><a href='mod-tables.html#s_tablesmodule_issue_0'>[PR #7828] Why no nested colgroup or rowgroup?</a></li>
<li class='issue'><a href='mod-tables.html#s_tablesmodule_issue_1'>[PR #7878] What is the scope of a header?</a></li>
<li class='issue'><a href='mod-tables.html#s_tablesmodule_issue_2'>[PR #7879] td/th scope attribute - rowgroup == (tbody, thead, tfoot)</a></li>
<li class='issue'><a href='mod-tables.html#s_tablesmodule_issue_3'>[PR #7881] nesting colgroup and rowgroups</a></li>
<li class='issue'><a href='mod-xforms.html#s_xformsmodule_issue_0'>[PR #7826] [XHTML2] exclude switch and case as presentational</a></li>
<li class='issue'><a href='mod-xforms.html#s_xformsmodule_issue_1'>[PR #7838] autocomplete attribute</a></li>
<li class='issue'><a href='xhtml20_dtd.html#a_xhtml20_dtd_issue_0'>[PR #670] Entity management: do we still need it?</a></li>
<li class='issue'><a href='xhtml20_dtd.html#a_xhtml20_dtd_issue_1'>[PR #671] Character entities: do we still need them?</a></li>
</ol>
</div>
<h1><a id="contents" name="contents">Full Table of Contents</a></h1>
<div class="toc">
<ul class='toc'>
<li class='tocline'>1. <a href="introduction.html#s_intro" class="tocxref">Introduction</a>
<ul class="toc">
<li class='tocline'>1.1. <a href="introduction.html#s_intro_whatisxhtml2" class="tocxref">What is XHTML 2?</a>
<ul class="toc">
<li class='tocline'>1.1.1. <a href="introduction.html#aims" class="tocxref">Design Aims</a></li>
<li class='tocline'>1.1.2. <a href="introduction.html#backCompat" class="tocxref">Backwards compatibility</a></li>
<li class='tocline'>1.1.3. <a href="introduction.html#presentation" class="tocxref">XHTML 2 and Presentation</a></li>
<li class='tocline'>1.1.4. <a href="introduction.html#s_intro_linking" class="tocxref">XHTML 2 and Linking</a></li>
</ul>
</li>
<li class='tocline'>1.2. <a href="introduction.html#s_intro_differences" class="tocxref">Major Differences with XHTML 1</a></li>
<li class='tocline'>1.3. <a href="introduction.html#s_intro_whatismod" class="tocxref">What are the XHTML 2 Modules?</a></li>
<li class='tocline'>1.4. <a href="introduction.html#sec_1.4." class="tocxref">Issues</a></li>
</ul>
</li>
<li class='tocline'>2. <a href="terms.html#a_terms" class="tocxref">Terms and Definitions</a></li>
<li class='tocline'>3. <a href="conformance.html#s_conform" class="tocxref">Conformance Definition</a>
<ul class="toc">
<li class='tocline'>3.1. <a href="conformance.html#doccont" class="tocxref">Document Conformance</a>
<ul class="toc">
<li class='tocline'>3.1.1. <a href="conformance.html#strict" class="tocxref">Strictly Conforming Documents</a></li>
</ul>
</li>
<li class='tocline'>3.2. <a href="conformance.html#s_conform_user_agent" class="tocxref">XHTML 2 User Agent Conformance</a></li>
<li class='tocline'>3.3. <a href="conformance.html#sec_3.3." class="tocxref">Issues</a></li>
</ul>
</li>
<li class='tocline'>4. <a href="xhtml2-doctype.html#s_doctype" class="tocxref">The XHTML 2.0 Document Type</a>
<ul class="toc">
<li class='tocline'>4.1. <a href="xhtml2-doctype.html#sec_4.1." class="tocxref">Issues</a></li>
</ul>
</li>
<li class='tocline'>5. <a href="abstraction.html#s_abstraction" class="tocxref">Module Definition Conventions</a>
<ul class="toc">
<li class='tocline'>5.1. <a href="abstraction.html#sec_5.1." class="tocxref">Module Structure</a></li>
<li class='tocline'>5.2. <a href="abstraction.html#abstraction_abstract_definition" class="tocxref">Abstract Module Definitions</a></li>
<li class='tocline'>5.3. <a href="abstraction.html#sec_5.3." class="tocxref">Syntactic Conventions</a></li>
<li class='tocline'>5.4. <a href="abstraction.html#s_common_types" class="tocxref">Content Models</a></li>
<li class='tocline'>5.5. <a href="abstraction.html#s_common_attrtypes" class="tocxref">Attribute Types</a></li>
<li class='tocline'>5.6. <a href="abstraction.html#sec_5.6." class="tocxref">Issues</a></li>
</ul>
</li>
<li class='tocline'>6. <a href="mod-attribute-collections.html#s_attribute-collectionsmodule" class="tocxref">XHTML Attribute Collections</a>
<ul class="toc">
<li class='tocline'>6.1. <a href="mod-attribute-collections.html#sec_6.1." class="tocxref">Issues</a></li>
</ul>
</li>
<li class='tocline'>7. <a href="mod-document.html#s_documentmodule" class="tocxref">XHTML Document Module</a>
<ul class="toc">
<li class='tocline'>7.1. <a href="mod-document.html#sec_7.1." class="tocxref">The html element</a></li>
<li class='tocline'>7.2. <a href="mod-document.html#sec_7.2." class="tocxref">The head element</a></li>
<li class='tocline'>7.3. <a href="mod-document.html#sec_7.3." class="tocxref">The title element</a></li>
<li class='tocline'>7.4. <a href="mod-document.html#sec_7.4." class="tocxref">The body element</a></li>
</ul>
</li>
<li class='tocline'>8. <a href="mod-structural.html#s_structuralmodule" class="tocxref">XHTML Structural Module</a>
<ul class="toc">
<li class='tocline'>8.1. <a href="mod-structural.html#sec_8.1." class="tocxref">The address element</a></li>
<li class='tocline'>8.2. <a href="mod-structural.html#sec_8.2." class="tocxref">The blockcode element</a></li>
<li class='tocline'>8.3. <a href="mod-structural.html#sec_8.3." class="tocxref">The blockquote element</a></li>
<li class='tocline'>8.4. <a href="mod-structural.html#sec_8.4." class="tocxref">The div element</a></li>
<li class='tocline'>8.5. <a href="mod-structural.html#sec_8.5." class="tocxref">The heading elements</a></li>
<li class='tocline'>8.6. <a href="mod-structural.html#sec_8.6." class="tocxref">The p element</a></li>
<li class='tocline'>8.7. <a href="mod-structural.html#sec_8.7." class="tocxref">The pre element</a></li>
<li class='tocline'>8.8. <a href="mod-structural.html#sec_8.8." class="tocxref">The section element</a></li>
<li class='tocline'>8.9. <a href="mod-structural.html#sec_8.9." class="tocxref">The separator element</a></li>
<li class='tocline'>8.10. <a href="mod-structural.html#sec_8.10." class="tocxref">Issues</a></li>
</ul>
</li>
<li class='tocline'>9. <a href="mod-text.html#s_textmodule" class="tocxref">XHTML Text Module</a>
<ul class="toc">
<li class='tocline'>9.1. <a href="mod-text.html#sec_9.1." class="tocxref">The abbr element</a></li>
<li class='tocline'>9.2. <a href="mod-text.html#sec_9.2." class="tocxref">The cite element</a></li>
<li class='tocline'>9.3. <a href="mod-text.html#sec_9.3." class="tocxref">The code element</a></li>
<li class='tocline'>9.4. <a href="mod-text.html#sec_9.4." class="tocxref">The dfn element</a></li>
<li class='tocline'>9.5. <a href="mod-text.html#sec_9.5." class="tocxref">The em element</a></li>
<li class='tocline'>9.6. <a href="mod-text.html#sec_9.6." class="tocxref">The kbd element</a></li>
<li class='tocline'>9.7. <a href="mod-text.html#sec_9.7." class="tocxref">The l element</a></li>
<li class='tocline'>9.8. <a href="mod-text.html#sec_9.8." class="tocxref">The q element</a></li>
<li class='tocline'>9.9. <a href="mod-text.html#sec_9.9." class="tocxref">The samp element</a></li>
<li class='tocline'>9.10. <a href="mod-text.html#sec_9.10." class="tocxref">The span element</a></li>
<li class='tocline'>9.11. <a href="mod-text.html#sec_9.11." class="tocxref">The strong element</a></li>
<li class='tocline'>9.12. <a href="mod-text.html#sec_9.12." class="tocxref">The sub element</a></li>
<li class='tocline'>9.13. <a href="mod-text.html#sec_9.13." class="tocxref">The sup element</a></li>
<li class='tocline'>9.14. <a href="mod-text.html#sec_9.14." class="tocxref">The var element</a></li>
<li class='tocline'>9.15. <a href="mod-text.html#sec_9.15." class="tocxref">Issues</a></li>
</ul>
</li>
<li class='tocline'>10. <a href="mod-hypertext.html#s_hypertextmodule" class="tocxref">XHTML Hypertext Module</a>
<ul class="toc">
<li class='tocline'>10.1. <a href="mod-hypertext.html#sec_10.1." class="tocxref">The a element</a></li>
</ul>
</li>
<li class='tocline'>11. <a href="mod-list.html#s_listmodule" class="tocxref">XHTML List Module</a>
<ul class="toc">
<li class='tocline'>11.1. <a href="mod-list.html#sec_11.1." class="tocxref">Definition lists: the dl, di, dt, and dd elements</a></li>
<li class='tocline'>11.2. <a href="mod-list.html#sec_11.2." class="tocxref">The nl element</a></li>
<li class='tocline'>11.3. <a href="mod-list.html#sec_11.3." class="tocxref">The ol and ul elements</a></li>
<li class='tocline'>11.4. <a href="mod-list.html#sec_11.4." class="tocxref">The li element</a></li>
<li class='tocline'>11.5. <a href="mod-list.html#sec_11.5." class="tocxref">The label element</a></li>
<li class='tocline'>11.6. <a href="mod-list.html#sec_11.6." class="tocxref">Issues</a></li>
</ul>
</li>
<li class='tocline'>12. <a href="mod-core.html#s_coremodule" class="tocxref">XHTML Core Attributes Module</a>
<ul class="toc">
<li class='tocline'>12.1. <a href="mod-core.html#col_Core" class="tocxref">Core Attribute Collection</a></li>
<li class='tocline'>12.2. <a href="mod-core.html#sec_12.2." class="tocxref">Issues</a></li>
</ul>
</li>
<li class='tocline'>13. <a href="mod-hyperAttributes.html#s_hyperAttributesmodule" class="tocxref">XHTML Hypertext Attributes Module</a>
<ul class="toc">
<li class='tocline'>13.1. <a href="mod-hyperAttributes.html#col_Hypertext" class="tocxref">Hypertext Attribute Collection</a></li>
<li class='tocline'>13.2. <a href="mod-hyperAttributes.html#sec_13.2." class="tocxref">Issues</a></li>
</ul>
</li>
<li class='tocline'>14. <a href="mod-i18n.html#s_i18nmodule" class="tocxref">XHTML I18N Attribute Module</a>
<ul class="toc">
<li class='tocline'>14.1. <a href="mod-i18n.html#col_I18N" class="tocxref">I18N Attribute Collection</a></li>
<li class='tocline'>14.2. <a href="mod-i18n.html#sec_14.2." class="tocxref">Issues</a></li>
</ul>
</li>
<li class='tocline'>15. <a href="mod-access.html#s_accessmodule" class="tocxref">XHTML Access Module</a>
<ul class="toc">
<li class='tocline'>15.1. <a href="mod-access.html#sec_15.1." class="tocxref">The access element</a></li>
</ul>
</li>
<li class='tocline'>16. <a href="mod-bidi.html#s_bidimodule" class="tocxref">XHTML Bi-directional Text Attribute Module</a>
<ul class="toc">
<li class='tocline'>16.1. <a href="mod-bidi.html#col_Bi-directional" class="tocxref">Bi-directional Text Collection</a>
<ul class="toc">
<li class='tocline'>16.1.1. <a href="mod-bidi.html#sec_16.1.1." class="tocxref">Inheritance of text direction information</a></li>
<li class='tocline'>16.1.2. <a href="mod-bidi.html#sec_16.1.2." class="tocxref">The effect of style sheets on bidirectionality</a></li>
</ul>
</li>
<li class='tocline'>16.2. <a href="mod-bidi.html#sec_16.2." class="tocxref">Issues</a></li>
</ul>
</li>
<li class='tocline'>17. <a href="mod-edit.html#s_editmodule" class="tocxref">XHTML Edit Attributes Module</a>
<ul class="toc">
<li class='tocline'>17.1. <a href="mod-edit.html#col_Edit" class="tocxref">Edit Collection</a></li>
</ul>
</li>
<li class='tocline'>18. <a href="mod-embedding.html#s_embeddingmodule" class="tocxref">XHTML Embedding Attributes Module</a>
<ul class="toc">
<li class='tocline'>18.1. <a href="mod-embedding.html#col_Embedding" class="tocxref">Embedding Attribute Collection</a></li>
<li class='tocline'>18.2. <a href="mod-embedding.html#sec_18.2." class="tocxref">Issues</a></li>
</ul>
</li>
<li class='tocline'>19. <a href="mod-handler.html#s_handlermodule" class="tocxref">XHTML Handler Module</a>
<ul class="toc">
<li class='tocline'>19.1. <a href="mod-handler.html#sec_19.1." class="tocxref">The handler element</a>
<ul class="toc">
<li class='tocline'>19.1.1. <a href="mod-handler.html#sec_19.1.1." class="tocxref">Rules for processing handlers</a></li>
<li class='tocline'>19.1.2. <a href="mod-handler.html#sec_19.1.2." class="tocxref">Declaration of a handler language</a></li>
<li class='tocline'>19.1.3. <a href="mod-handler.html#sec_19.1.3." class="tocxref">Dynamic modification of documents</a></li>
</ul>
</li>
</ul>
</li>
<li class='tocline'>20. <a href="mod-image.html#s_imagemodule" class="tocxref">XHTML Image Module</a>
<ul class="toc">
<li class='tocline'>20.1. <a href="mod-image.html#sec_20.1." class="tocxref">The img element</a></li>
</ul>
</li>
<li class='tocline'>21. <a href="mod-csImgMap.html#s_csImgMapmodule" class="tocxref">XHTML Image Map Attributes Module</a>
<ul class="toc">
<li class='tocline'>21.1. <a href="mod-csImgMap.html#col_Map" class="tocxref">Image Map Attribute Collection</a></li>
</ul>
</li>
<li class='tocline'>22. <a href="mod-mediaAttribute.html#s_mediaAttributemodule" class="tocxref">XHTML Media Attribute Module</a>
<ul class="toc">
<li class='tocline'>22.1. <a href="mod-mediaAttribute.html#col_Media" class="tocxref">Media Attribute Collection</a></li>
</ul>
</li>
<li class='tocline'>23. <a href="mod-meta.html#s_metamodule" class="tocxref">XHTML Metainformation Module</a>
<ul class="toc">
<li class='tocline'>23.1. <a href="mod-meta.html#sec_23.1." class="tocxref">The link element</a>
<ul class="toc">
<li class='tocline'>23.1.1. <a href="mod-meta.html#sec_23.1.1." class="tocxref">Forward and reverse links</a></li>
<li class='tocline'>23.1.2. <a href="mod-meta.html#sec_23.1.2." class="tocxref">Links and search engines</a></li>
</ul>
</li>
<li class='tocline'>23.2. <a href="mod-meta.html#sec_23.2." class="tocxref">The meta element</a>
<ul class="toc">
<li class='tocline'>23.2.1. <a href="mod-meta.html#sec_23.2.1." class="tocxref">meta and search engines</a></li>
</ul>
</li>
<li class='tocline'>23.3. <a href="mod-meta.html#sec_23.3." class="tocxref">Literals and Resources</a></li>
<li class='tocline'>23.4. <a href="mod-meta.html#sec_23.4." class="tocxref">Document Properties</a>
<ul class="toc">
<li class='tocline'>23.4.1. <a href="mod-meta.html#sec_23.4.1." class="tocxref">Literals</a></li>
<li class='tocline'>23.4.2. <a href="mod-meta.html#sec_23.4.2." class="tocxref">Resources</a></li>
<li class='tocline'>23.4.3. <a href="mod-meta.html#sec_23.4.3." class="tocxref">Making Use of External Lists of Properties</a></li>
</ul>
</li>
<li class='tocline'>23.5. <a href="mod-meta.html#sec_23.5." class="tocxref">Properties of Other Resources</a>
<ul class="toc">
<li class='tocline'>23.5.1. <a href="mod-meta.html#sec_23.5.1." class="tocxref">Resources Within the Containing Document</a></li>
<li class='tocline'>23.5.2. <a href="mod-meta.html#sec_23.5.2." class="tocxref">External Resources</a></li>
</ul>
</li>
<li class='tocline'>23.6. <a href="mod-meta.html#sec_23.6." class="tocxref">Chaining Metadata</a></li>
<li class='tocline'>23.7. <a href="mod-meta.html#sec_23.7." class="tocxref">Issues</a></li>
</ul>
</li>
<li class='tocline'>24. <a href="mod-metaAttributes.html#s_metaAttributesmodule" class="tocxref">XHTML Metainformation Attributes Module</a>
<ul class="toc">
<li class='tocline'>24.1. <a href="mod-metaAttributes.html#col_Metainformation" class="tocxref">Metadata Attribute Collection</a></li>
<li class='tocline'>24.2. <a href="mod-metaAttributes.html#sec_24.2." class="tocxref">Meta and RDF</a></li>
<li class='tocline'>24.3. <a href="mod-metaAttributes.html#sec_24.3." class="tocxref">Metadata as Content</a></li>
<li class='tocline'>24.4. <a href="mod-metaAttributes.html#sec_24.4." class="tocxref">Mapping Lexical Content</a></li>
</ul>
</li>
<li class='tocline'>25. <a href="mod-object.html#s_objectmodule" class="tocxref">XHTML Object Module</a>
<ul class="toc">
<li class='tocline'>25.1. <a href="mod-object.html#sec_25.1." class="tocxref">The object element</a>
<ul class="toc">
<li class='tocline'>25.1.1. <a href="mod-object.html#sec_25.1.1." class="tocxref">Defining terminology</a></li>
<li class='tocline'>25.1.2. <a href="mod-object.html#sec_25.1.2." class="tocxref">Basic Information for Object Handlers</a></li>
<li class='tocline'>25.1.3. <a href="mod-object.html#sec_25.1.3." class="tocxref">Rules for processing objects</a></li>
</ul>
</li>
<li class='tocline'>25.2. <a href="mod-object.html#sec_25.2." class="tocxref">The param element</a>
<ul class="toc">
<li class='tocline'>25.2.1. <a href="mod-object.html#sec_25.2.1." class="tocxref">Referencing object data</a></li>
<li class='tocline'>25.2.2. <a href="mod-object.html#sec_25.2.2." class="tocxref">Object element declarations and instantiations</a></li>
</ul>
</li>
<li class='tocline'>25.3. <a href="mod-object.html#sec_25.3." class="tocxref">The standby element</a></li>
</ul>
</li>
<li class='tocline'>26. <a href="mod-roleAttribute.html#s_roleAttributemodule" class="tocxref">XHTML Role Attribute Module</a>
<ul class="toc">
<li class='tocline'>26.1. <a href="mod-roleAttribute.html#col_Role" class="tocxref">Role Attribute Collection</a></li>
</ul>
</li>
<li class='tocline'>27. <a href="mod-ruby.html#s_rubymodule" class="tocxref">Ruby Module</a></li>
<li class='tocline'>28. <a href="mod-styleAttribute.html#s_styleAttributemodule" class="tocxref">XHTML Style Attribute Module</a>
<ul class="toc">
<li class='tocline'>28.1. <a href="mod-styleAttribute.html#col_Style" class="tocxref">Style Attribute Collection</a></li>
<li class='tocline'>28.2. <a href="mod-styleAttribute.html#sec_28.2." class="tocxref">Issues</a></li>
</ul>
</li>
<li class='tocline'>29. <a href="mod-styleSheet.html#s_styleSheetmodule" class="tocxref">XHTML Style Sheet Module</a>
<ul class="toc">
<li class='tocline'>29.1. <a href="mod-styleSheet.html#sec_29.1." class="tocxref">The style element</a>
<ul class="toc">
<li class='tocline'>29.1.1. <a href="mod-styleSheet.html#styleSheet_external" class="tocxref">External style sheets</a></li>
<li class='tocline'>29.1.2. <a href="mod-styleSheet.html#sec_29.1.2." class="tocxref">Preferred and alternate style sheets</a></li>
<li class='tocline'>29.1.3. <a href="mod-styleSheet.html#sec_29.1.3." class="tocxref">Specifying external style sheets</a></li>
</ul>
</li>
</ul>
</li>
<li class='tocline'>30. <a href="mod-tables.html#s_tablesmodule" class="tocxref">XHTML Tables Module</a>
<ul class="toc">
<li class='tocline'>30.1. <a href="mod-tables.html#sec_30.1." class="tocxref">The caption element</a></li>
<li class='tocline'>30.2. <a href="mod-tables.html#sec_30.2." class="tocxref">The col and colgroup elements</a>
<ul class="toc">
<li class='tocline'>30.2.1. <a href="mod-tables.html#column-calc" class="tocxref">Calculating the number of columns in a table</a></li>
</ul>
</li>
<li class='tocline'>30.3. <a href="mod-tables.html#sec_30.3." class="tocxref">The summary element</a></li>
<li class='tocline'>30.4. <a href="mod-tables.html#sec_30.4." class="tocxref">The table element</a>
<ul class="toc">
<li class='tocline'>30.4.1. <a href="mod-tables.html#sec_30.4.1." class="tocxref">Visual Rendering</a></li>
<li class='tocline'>30.4.2. <a href="mod-tables.html#table-directionality" class="tocxref">Table directionality</a></li>
<li class='tocline'>30.4.3. <a href="mod-tables.html#non-visual-rendering" class="tocxref">Table rendering by non-visual user agents</a></li>
</ul>
</li>
<li class='tocline'>30.5. <a href="mod-tables.html#sec_30.5." class="tocxref">The tbody element</a></li>
<li class='tocline'>30.6. <a href="mod-tables.html#sec_30.6." class="tocxref">The td and th elements</a>
<ul class="toc">
<li class='tocline'>30.6.1. <a href="mod-tables.html#sec_30.6.1." class="tocxref">Cells that span several rows or columns</a></li>
</ul>
</li>
<li class='tocline'>30.7. <a href="mod-tables.html#sec_30.7." class="tocxref">The thead and tfoot elements</a></li>
<li class='tocline'>30.8. <a href="mod-tables.html#sec_30.8." class="tocxref">The tr element</a></li>
<li class='tocline'>30.9. <a href="mod-tables.html#sec_30.9." class="tocxref">Issues</a></li>
</ul>
</li>
<li class='tocline'>31. <a href="mod-xforms.html#s_xformsmodule" class="tocxref">XForms Module</a>
<ul class="toc">
<li class='tocline'>31.1. <a href="mod-xforms.html#XForms_Core" class="tocxref">Core XForms</a></li>
<li class='tocline'>31.2. <a href="mod-xforms.html#XForms_Actions" class="tocxref">XForms Actions</a></li>
<li class='tocline'>31.3. <a href="mod-xforms.html#XForms_Form_Controls" class="tocxref">Form Controls</a></li>
<li class='tocline'>31.4. <a href="mod-xforms.html#XForms_Group" class="tocxref">Group</a></li>
<li class='tocline'>31.5. <a href="mod-xforms.html#XForms_Switch" class="tocxref">Switch</a></li>
<li class='tocline'>31.6. <a href="mod-xforms.html#XForms_Repeat" class="tocxref">Repeat</a></li>
<li class='tocline'>31.7. <a href="mod-xforms.html#col_Forms" class="tocxref">XForms Repeat Attribute Collection</a></li>
<li class='tocline'>31.8. <a href="mod-xforms.html#XForms_Other_Attrs" class="tocxref">Other Attribute Collections</a></li>
<li class='tocline'>31.9. <a href="mod-xforms.html#sec_31.9." class="tocxref">Issues</a></li>
</ul>
</li>
<li class='tocline'>32. <a href="mod-xml-events.html#s_xml-eventsmodule" class="tocxref">XML Events Module</a>
<ul class="toc">
<li class='tocline'>32.1. <a href="mod-xml-events.html#col_Events" class="tocxref">Events</a></li>
</ul>
</li>
<li class='tocline'>A. <a href="xhtml2-changes.html#a_changes" class="tocxref">Changes from XHTML 1.1</a></li>
<li class='tocline'>B. <a href="xhtml20_relax.html#a_xhtml20_relaxng" class="tocxref">XHTML 2.0 RELAX NG Definition</a>
<ul class="toc">
<li class='tocline'>
<ul class="toc">
<li class='tocline'>B.0.1. <a href="xhtml20_relax.html#a_rmodule_RELAX_NG_XHTML_2.0_Driver" class="tocxref">RELAX NG XHTML 2.0 Driver</a></li>
</ul>
</li>
</ul>
</li>
<li class='tocline'>C. <a href="relax_module_defs.html#a_relaxng_module_defs" class="tocxref">XHTML RELAX NG Module Implementations</a>
<ul class="toc">
<li class='tocline'>C.1. <a href="relax_module_defs.html#a_relaxng_special" class="tocxref">XHTML Module Implementations</a>
<ul class="toc">
<li class='tocline'>C.1.1. <a href="relax_module_defs.html#a_rmodule_Attribute_Collections" class="tocxref">Attribute Collections</a></li>
<li class='tocline'>C.1.2. <a href="relax_module_defs.html#a_rmodule_Document" class="tocxref">Document</a></li>
<li class='tocline'>C.1.3. <a href="relax_module_defs.html#a_rmodule_Structural" class="tocxref">Structural</a></li>
<li class='tocline'>C.1.4. <a href="relax_module_defs.html#a_rmodule_Text" class="tocxref">Text</a></li>
<li class='tocline'>C.1.5. <a href="relax_module_defs.html#a_rmodule_Hypertext" class="tocxref">Hypertext</a></li>
<li class='tocline'>C.1.6. <a href="relax_module_defs.html#a_rmodule_List" class="tocxref">List</a></li>
<li class='tocline'>C.1.7. <a href="relax_module_defs.html#a_rmodule_Core_Attributes" class="tocxref">Core Attributes</a></li>
<li class='tocline'>C.1.8. <a href="relax_module_defs.html#a_rmodule_Hypertext_Attributes" class="tocxref">Hypertext Attributes</a></li>
<li class='tocline'>C.1.9. <a href="relax_module_defs.html#a_rmodule_I18N_Attribute" class="tocxref">I18N Attribute</a></li>
<li class='tocline'>C.1.10. <a href="relax_module_defs.html#a_rmodule_Access" class="tocxref">Access</a></li>
<li class='tocline'>C.1.11. <a href="relax_module_defs.html#a_rmodule_Bi-directional_Text_Attribute" class="tocxref">Bi-directional Text Attribute</a></li>
<li class='tocline'>C.1.12. <a href="relax_module_defs.html#a_rmodule_Edit_Attributes" class="tocxref">Edit Attributes</a></li>
<li class='tocline'>C.1.13. <a href="relax_module_defs.html#a_rmodule_Embedding_Attributes" class="tocxref">Embedding Attributes</a></li>
<li class='tocline'>C.1.14. <a href="relax_module_defs.html#a_rmodule_Handler" class="tocxref">Handler</a></li>
<li class='tocline'>C.1.15. <a href="relax_module_defs.html#a_rmodule_Image" class="tocxref">Image</a></li>
<li class='tocline'>C.1.16. <a href="relax_module_defs.html#a_rmodule_Image_Map_Attributes" class="tocxref">Image Map Attributes</a></li>
<li class='tocline'>C.1.17. <a href="relax_module_defs.html#a_rmodule_Media_Attribute" class="tocxref">Media Attribute</a></li>
<li class='tocline'>C.1.18. <a href="relax_module_defs.html#a_rmodule_Metainformation_Attributes" class="tocxref">Metainformation Attributes</a></li>
<li class='tocline'>C.1.19. <a href="relax_module_defs.html#a_rmodule_Metainformation" class="tocxref">Metainformation</a></li>
<li class='tocline'>C.1.20. <a href="relax_module_defs.html#a_rmodule_Object" class="tocxref">Object</a></li>
<li class='tocline'>C.1.21. <a href="relax_module_defs.html#a_rmodule_Role_Access" class="tocxref">Role Access</a></li>
<li class='tocline'>C.1.22. <a href="relax_module_defs.html#a_rmodule_Style_Attribute" class="tocxref">Style Attribute</a></li>
<li class='tocline'>C.1.23. <a href="relax_module_defs.html#a_rmodule_Style_Sheet" class="tocxref">Style Sheet</a></li>
<li class='tocline'>C.1.24. <a href="relax_module_defs.html#a_rmodule_Tables" class="tocxref">Tables</a></li>
</ul>
</li>
<li class='tocline'>C.2. <a href="relax_module_defs.html#a_relaxngsupport" class="tocxref">XHTML RELAX NG Support Modules</a>
<ul class="toc">
<li class='tocline'>C.2.1. <a href="relax_module_defs.html#a_rmodule_Datatypes" class="tocxref">Datatypes</a></li>
<li class='tocline'>C.2.2. <a href="relax_module_defs.html#a_rmodule_Events" class="tocxref">Events</a></li>
<li class='tocline'>C.2.3. <a href="relax_module_defs.html#a_rmodule_Param" class="tocxref">Param</a></li>
<li class='tocline'>C.2.4. <a href="relax_module_defs.html#a_rmodule_Caption" class="tocxref">Caption</a></li>
<li class='tocline'>C.2.5. <a href="relax_module_defs.html#a_rmodule_Role_Attribute" class="tocxref">Role Attribute</a></li>
</ul>
</li>
<li class='tocline'>C.3. <a href="relax_module_defs.html#a_relaxng_external" class="tocxref">RELAX NG External Modules</a>
<ul class="toc">
<li class='tocline'>C.3.1. <a href="relax_module_defs.html#a_rmodule_Ruby" class="tocxref">Ruby</a></li>
<li class='tocline'>C.3.2. <a href="relax_module_defs.html#a_rmodule_Ruby_Driver_for_Full_Ruby_Markup" class="tocxref">Ruby Driver for Full Ruby Markup</a></li>
<li class='tocline'>C.3.3. <a href="relax_module_defs.html#a_rmodule_XML_Events" class="tocxref">XML Events</a></li>
<li class='tocline'>C.3.4. <a href="relax_module_defs.html#a_rmodule_XML_Schema_instance" class="tocxref">XML Schema instance</a></li>
</ul>
</li>
</ul>
</li>
<li class='tocline'>D. <a href="xhtml20_schema.html#a_xhtml20_schema" class="tocxref">XHTML 2.0 Schema</a></li>
<li class='tocline'>E. <a href="schema_module_defs.html#a_schema_module_defs" class="tocxref">XHTML Schema Module Implementations</a></li>
<li class='tocline'>F. <a href="xhtml20_dtd.html#a_xhtml20_dtd" class="tocxref">XHTML 2.0 Document Type Definition</a>
<ul class="toc">
<li class='tocline'>F.1. <a href="xhtml20_dtd.html#sec_F.1." class="tocxref">Issues</a></li>
</ul>
</li>
<li class='tocline'>G. <a href="dtd_module_defs.html#a_dtd_module_defs" class="tocxref">XHTML DTD Module Implementations</a>
<ul class="toc">
<li class='tocline'>G.1. <a href="dtd_module_defs.html#a_xhtml_framework" class="tocxref">XHTML Modular Framework</a></li>
<li class='tocline'>G.2. <a href="dtd_module_defs.html#a_dtdspecial" class="tocxref">XHTML Module Implementations</a></li>
<li class='tocline'>G.3. <a href="dtd_module_defs.html#a_dtdsupport" class="tocxref">XHTML DTD Support Modules</a></li>
</ul>
</li>
<li class='tocline'>H. <a href="xhtml2-style.html#a_stylesheet" class="tocxref">Style sheet for XHTML 2</a></li>
<li class='tocline'>I. <a href="role-rdf.html#a_rolerdf" class="tocxref">Example RDF Specification for Roles</a></li>
<li class='tocline'>J. <a href="elements.html#a_elements" class="tocxref">List of Elements</a></li>
<li class='tocline'>K. <a href="attributes.html#a_attributes" class="tocxref">List of Attributes</a></li>
<li class='tocline'>L. <a href="xref.html#a_xref" class="tocxref">Cross-reference Index</a></li>
<li class='tocline'>M. <a href="references.html#a_refs" class="tocxref">References</a>
<ul class="toc">
<li class='tocline'>M.1. <a href="references.html#a_normrefs" class="tocxref">Normative References</a></li>
<li class='tocline'>M.2. <a href="references.html#a_inforefs" class="tocxref">Informative References</a></li>
</ul>
</li>
<li class='tocline'>N. <a href="acknowledgements.html#a_acks" class="tocxref">Acknowledgements</a></li>
</ul>
</div>
<hr />
<div class="navbar">[<a href="introduction.html">next</a>] [<a href="#toc">table of contents</a>]</div>
</body>
</html>