We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2895c0 commit 4f6ea5aCopy full SHA for 4f6ea5a
src/components/MetadataSidebar.vue
@@ -25,8 +25,8 @@
25
</oc-button>
26
</div>
27
<div v-if="isMetadataExtracted" id="dicom-metadata-sidebar-content" class="oc-p-s">
28
- <table class="details-table">
29
- <caption>··········DICOM metadata details table········</caption>
+ <p id="mydesc">DICOM metadata details table</p>
+ <table class="details-table" aria-describedby="mydesc">
30
<metadata-sidebar-table-row
31
v-bind="$props.patientInformation"
32
:metadata-section-name="'Patient Information'"
0 commit comments