Skip to content

Commit 39808b0

Browse files
committed
Move typeTables to last table column.
Attempt to improve readability by having entry options before entry type table data. Partly due to scrolling issues after the `<pre>` commit.
1 parent 4c8d95e commit 39808b0

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -562,29 +562,31 @@ <h3>Registry</h3>
562562
<tr>
563563
<th>Registry Entry Id</th>
564564
<th>Use Case</th>
565-
<th>typeTables</th>
566565
<th>Processing Model</th>
567566
<th>Provisional</th>
567+
<th>typeTables</th>
568568
</tr>
569569
</thead>
570570
<tbody>
571571
<tr>
572-
<td>0</td>
573-
<td>Uncompressed CBORLD</td>
574-
<td>None</td>
575-
<td>DEFAULT</td>
576-
<td>No</td>
572+
<td>0</td>
573+
<td>Uncompressed CBORLD</td>
574+
<td>DEFAULT</td>
575+
<td>No</td>
576+
<td>None</td>
577577
</tr>
578578
<tr>
579579
<td>1</td>
580580
<td>Compressed CBORLD, default use case.</td>
581581
<td>DEFAULT</td>
582-
<td>DEFAULT</td>
583582
<td>No</td>
583+
<td>DEFAULT</td>
584584
</tr>
585585
<tr>
586586
<td>100</td>
587587
<td><a href='https://w3c-ccg.github.io/vc-barcodes/'>Verifiable Credential Barcodes Specification Test Vectors</a></td>
588+
<td>DEFAULT</td>
589+
<td>Yes</td>
588590
<td>
589591
<pre>
590592
[
@@ -610,12 +612,12 @@ <h3>Registry</h3>
610612
]
611613
</pre>
612614
</td>
613-
<td>DEFAULT</td>
614-
<td>Yes</td>
615615
</tr>
616616
<tr>
617617
<td>10001</td>
618618
<td>Provisional California DMV Credentials</td>
619+
<td>DEFAULT</td>
620+
<td>Yes</td>
619621
<td>
620622
<pre>
621623
[
@@ -648,12 +650,12 @@ <h3>Registry</h3>
648650
]
649651
</pre>
650652
</td>
651-
<td>DEFAULT</td>
652-
<td>Yes</td>
653653
</tr>
654654
<tr>
655655
<td>10002</td>
656656
<td>Provisional First Responder Credentials</td>
657+
<td>DEFAULT</td>
658+
<td>Yes</td>
657659
<td>
658660
<pre>
659661
[
@@ -687,8 +689,6 @@ <h3>Registry</h3>
687689
]
688690
</pre>
689691
</td>
690-
<td>DEFAULT</td>
691-
<td>Yes</td>
692692
</tr>
693693
</tbody>
694694
</table>

0 commit comments

Comments
 (0)