341
341
<!ELEMENT table (tr)+>
342
342
343
343
<!ELEMENT tr (td|th)*>
344
+ <!ATTLIST tr class CDATA #IMPLIED>
344
345
345
346
<!ELEMENT td ANY>
346
347
<!ATTLIST td class CDATA #IMPLIED>
347
348
348
349
<!ELEMENT th ANY>
349
- <!ATTLIST th class CDATA #IMPLIED>
350
+ <!ATTLIST th class CDATA #IMPLIED
351
+ scope (col|row) #IMPLIED>
350
352
351
353
<!ELEMENT ul (li)+>
352
354
<!ATTLIST ul type (disc|circle|square) "disc">
@@ -3523,10 +3525,15 @@ class C2 extends C1 implements I2 {
3523
3525
An instance of class <code>C1</code> will have the
3524
3526
following field indices:
3525
3527
<blockquote><table>
3528
+ <tr class="bgLight">
3529
+ <th class="centered" scope="col">Field</th>
3530
+ <th class="centered" scope="col">Index</th>
3531
+ <th scope="col">Description</th>
3532
+ </tr>
3526
3533
<tr>
3527
- <td class="centered">
3534
+ <th class="centered" scope="row ">
3528
3535
a
3529
- </td >
3536
+ </th >
3530
3537
<td class="centered">
3531
3538
2
3532
3539
</td>
@@ -3538,9 +3545,9 @@ class C2 extends C1 implements I2 {
3538
3545
</td>
3539
3546
</tr>
3540
3547
<tr>
3541
- <td class="centered">
3548
+ <th class="centered" scope="row ">
3542
3549
b
3543
- </td >
3550
+ </th >
3544
3551
<td class="centered">
3545
3552
3
3546
3553
</td>
@@ -3554,10 +3561,15 @@ class C2 extends C1 implements I2 {
3554
3561
An instance of class <code>C2</code> will have the
3555
3562
following field indices:
3556
3563
<blockquote><table>
3564
+ <tr class="bgLight">
3565
+ <th class="centered" scope="col">Field</th>
3566
+ <th class="centered" scope="col">Index</th>
3567
+ <th scope="col">Description</th>
3568
+ </tr>
3557
3569
<tr>
3558
- <td class="centered">
3570
+ <th class="centered" scope="row ">
3559
3571
a
3560
- </td >
3572
+ </th >
3561
3573
<td class="centered">
3562
3574
3
3563
3575
</td>
@@ -3571,9 +3583,9 @@ class C2 extends C1 implements I2 {
3571
3583
</td>
3572
3584
</tr>
3573
3585
<tr>
3574
- <td class="centered">
3586
+ <th class="centered" scope="row ">
3575
3587
b
3576
- </td >
3588
+ </th >
3577
3589
<td class="centered">
3578
3590
4
3579
3591
</td>
@@ -3582,9 +3594,9 @@ class C2 extends C1 implements I2 {
3582
3594
</td>
3583
3595
</tr>
3584
3596
<tr>
3585
- <td class="centered">
3597
+ <th class="centered" scope="row ">
3586
3598
q
3587
- </td >
3599
+ </th >
3588
3600
<td class="centered">
3589
3601
5
3590
3602
</td>
@@ -3593,9 +3605,9 @@ class C2 extends C1 implements I2 {
3593
3605
</td>
3594
3606
</tr>
3595
3607
<tr>
3596
- <td class="centered">
3608
+ <th class="centered" scope="row ">
3597
3609
r
3598
- </td >
3610
+ </th >
3599
3611
<td class="centered">
3600
3612
6
3601
3613
</td>
@@ -3613,10 +3625,15 @@ class C2 extends C1 implements I2 {
3613
3625
The interface <code>I1</code> will have the
3614
3626
following field indices:
3615
3627
<blockquote><table>
3628
+ <tr class="bgLight">
3629
+ <th class="centered" scope="col">Field</th>
3630
+ <th class="centered" scope="col">Index</th>
3631
+ <th scope="col">Description</th>
3632
+ </tr>
3616
3633
<tr>
3617
- <td class="centered">
3634
+ <th class="centered" scope="row ">
3618
3635
x
3619
- </td >
3636
+ </th >
3620
3637
<td class="centered">
3621
3638
1
3622
3639
</td>
@@ -4468,20 +4485,14 @@ class C2 extends C1 implements I2 {
4468
4485
The table below summarizes this:
4469
4486
<p/>
4470
4487
<table>
4471
- <tr>
4488
+ <tr class="bgLight" >
4472
4489
<th/>
4473
- <th>
4474
- Controls objects visited
4475
- </th>
4476
- <th>
4477
- Controls objects reported
4478
- </th>
4479
- <th>
4480
- Controls primitives reported
4481
- </th>
4490
+ <th class="centered" scope="col">Controls objects visited</th>
4491
+ <th class="centered" scope="col">Controls objects reported</th>
4492
+ <th class="centered" scope="col">Controls primitives reported</th>
4482
4493
</tr>
4483
4494
<tr>
4484
- <th class="leftAligned ">
4495
+ <th scope="row ">
4485
4496
the
4486
4497
<datalink id="jvmtiHeapVisitControl">Heap Visit Control Flags</datalink>
4487
4498
returned by <functionlink id="jvmtiHeapReferenceCallback"/>
@@ -4497,7 +4508,7 @@ class C2 extends C1 implements I2 {
4497
4508
</td>
4498
4509
</tr>
4499
4510
<tr>
4500
- <th class="leftAligned ">
4511
+ <th scope="row ">
4501
4512
<fieldlink id="array_primitive_value_callback" struct="jvmtiHeapCallbacks"/>
4502
4513
in <paramlink id="callbacks"/> set
4503
4514
</th>
@@ -4512,7 +4523,7 @@ class C2 extends C1 implements I2 {
4512
4523
</td>
4513
4524
</tr>
4514
4525
<tr>
4515
- <th class="leftAligned ">
4526
+ <th scope="row ">
4516
4527
<paramlink id="heap_filter"/>
4517
4528
</th>
4518
4529
<td class="centered">
@@ -4526,7 +4537,7 @@ class C2 extends C1 implements I2 {
4526
4537
</td>
4527
4538
</tr>
4528
4539
<tr>
4529
- <th class="leftAligned ">
4540
+ <th scope="row ">
4530
4541
<paramlink id="klass"/>
4531
4542
</th>
4532
4543
<td class="centered">
@@ -4660,20 +4671,14 @@ class C2 extends C1 implements I2 {
4660
4671
<functionlink id="FollowReferences"/>):
4661
4672
<p/>
4662
4673
<table>
4663
- <tr>
4674
+ <tr class="bgLight" >
4664
4675
<th/>
4665
- <th>
4666
- Controls objects visited
4667
- </th>
4668
- <th>
4669
- Controls objects reported
4670
- </th>
4671
- <th>
4672
- Controls primitives reported
4673
- </th>
4676
+ <th class="centered" scope="col">Controls objects visited</th>
4677
+ <th class="centered" scope="col">Controls objects reported</th>
4678
+ <th class="centered" scope="col">Controls primitives reported</th>
4674
4679
</tr>
4675
4680
<tr>
4676
- <th class="leftAligned ">
4681
+ <th scope="row ">
4677
4682
the
4678
4683
<datalink id="jvmtiHeapVisitControl">Heap Visit Control Flags</datalink>
4679
4684
returned by <functionlink id="jvmtiHeapIterationCallback"/>
@@ -4689,7 +4694,7 @@ class C2 extends C1 implements I2 {
4689
4694
</td>
4690
4695
</tr>
4691
4696
<tr>
4692
- <th class="leftAligned ">
4697
+ <th scope="row ">
4693
4698
<fieldlink id="array_primitive_value_callback" struct="jvmtiHeapCallbacks"/>
4694
4699
in <paramlink id="callbacks"/> set
4695
4700
</th>
@@ -4704,7 +4709,7 @@ class C2 extends C1 implements I2 {
4704
4709
</td>
4705
4710
</tr>
4706
4711
<tr>
4707
- <th class="leftAligned ">
4712
+ <th scope="row ">
4708
4713
<paramlink id="heap_filter"/>
4709
4714
</th>
4710
4715
<td class="centered">
@@ -4718,7 +4723,7 @@ class C2 extends C1 implements I2 {
4718
4723
</td>
4719
4724
</tr>
4720
4725
<tr>
4721
- <th class="leftAligned ">
4726
+ <th scope="row ">
4722
4727
<paramlink id="klass"/>
4723
4728
</th>
4724
4729
<td class="centered">
0 commit comments