Skip to content

Commit

Permalink
fix: update accessibility score
Browse files Browse the repository at this point in the history
  • Loading branch information
Tayebsed93 committed Nov 15, 2024
1 parent 5d9cd3d commit 5d10185
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 202 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ <h2 class="h4 mt-4">Context</h2>
<p>This accessibility statement applies to the Orange Unified Design System.</p>



</div>

</div>
Expand All @@ -48,26 +47,26 @@ <h2 class="h4 mt-4">Conformity level:</h2>

<h3>Tests result</h3><div class="row summary">
<div class="col-lg-auto text-center">
<h4 class="pie" data-value="94">
<h4 class="pie" data-value="97">
<span class="visually-hidden">Global compliance </span>
<span class="pie-val">94%</span>
<span class="pie-val">97%</span>
</h4>

<p class="lead">Global compliance
</p>
</div>
<div class="col-lg-auto text-center">
<h4 class="pie" data-value="96">
<h4 class="pie" data-value="98">
<span class="visually-hidden">Average compliance </span>
<span class="pie-val">96%</span>
<span class="pie-val">98%</span>
</h4>

<p class="lead">Average compliance</p>
</div>
</div><p>The compliance audit carried out by Service interne reveals that :</p>
<ul>
<li>94% of WCAG level A and AA criteria are met.</li>
<li>The average compliance rate of the online service is 96%.</li>
<li>97% of WCAG level A and AA criteria are met.</li>
<li>The average compliance rate of the online service is 98%.</li>
</ul>
<div class="table-responsive">
<table class="table table-striped"><caption>Summary by levels</caption>
Expand All @@ -89,16 +88,16 @@ <h4 class="pie" data-value="96">

<tr>
<th scope="row" class="font-weight-bold">Compliant</th>
<td class="text-center">18</td>
<td class="text-center">19</td>
<td class="text-center">14</td>
<td class="text-center">32</td>
<td class="text-center">33</td>
</tr>

<tr>
<th scope="row" class="font-weight-bold">Non-compliant</th>
<td class="text-center">0</td>
<td class="text-center">1</td>
<td class="text-center">1</td>
<td class="text-center">2</td>
</tr>

<tr>
Expand All @@ -111,13 +110,13 @@ <h4 class="pie" data-value="96">
<tr>
<th scope="row" class="font-weight-bold bg-light">Compliance</th>
<td class="text-center bg-light">
95%
100%
</td>
<td class="text-center bg-light">
93%
</td>
<td class="text-center bg-light">
94%
97%
</td>
</tr>

Expand Down Expand Up @@ -151,58 +150,58 @@ <h4 class="pie" data-value="96">
<td style="background-color:#ddd !important;">97 %</td>
</tr><tr>
<th scope="row"><span class="visually-hidden">Page : </span>Border</th>
<td>18</td>
<td>19</td>
<td>14</td>
<td>1</td>
<td>0</td>
<td>1</td>
<td>13</td>
<td>9</td>
<td style="background-color:#ddd !important;">94 %</td>
<td style="background-color:#ddd !important;">97 %</td>
</tr><tr>
<th scope="row"><span class="visually-hidden">Page : </span>Corlor</th>
<td>18</td>
<td>14</td>
<td>1</td>
<td>1</td>
<td>19</td>
<td>15</td>
<td>0</td>
<td>0</td>
<td>13</td>
<td>9</td>
<td style="background-color:#ddd !important;">94 %</td>
<td style="background-color:#ddd !important;">100 %</td>
</tr><tr>
<th scope="row"><span class="visually-hidden">Page : </span>Dimension</th>
<td>18</td>
<td>19</td>
<td>14</td>
<td>1</td>
<td>0</td>
<td>1</td>
<td>13</td>
<td>9</td>
<td style="background-color:#ddd !important;">94 %</td>
<td style="background-color:#ddd !important;">97 %</td>
</tr><tr>
<th scope="row"><span class="visually-hidden">Page : </span>Elevation</th>
<td>18</td>
<td>19</td>
<td>14</td>
<td>1</td>
<td>0</td>
<td>1</td>
<td>13</td>
<td>9</td>
<td style="background-color:#ddd !important;">94 %</td>
<td style="background-color:#ddd !important;">97 %</td>
</tr><tr>
<th scope="row"><span class="visually-hidden">Page : </span>Opacity</th>
<td>18</td>
<td>19</td>
<td>14</td>
<td>1</td>
<td>0</td>
<td>1</td>
<td>13</td>
<td>9</td>
<td style="background-color:#ddd !important;">94 %</td>
<td style="background-color:#ddd !important;">97 %</td>
</tr><tr>
<th scope="row"><span class="visually-hidden">Page : </span>Typography</th>
<td>18</td>
<td>19</td>
<td>14</td>
<td>1</td>
<td>0</td>
<td>1</td>
<td>13</td>
<td>9</td>
<td style="background-color:#ddd !important;">94 %</td>
<td style="background-color:#ddd !important;">97 %</td>
</tr><tr>
<th scope="row"><span class="visually-hidden">Page : </span>Components</th>
<td>19</td>
Expand Down Expand Up @@ -238,9 +237,6 @@ <h2 class="h4 mt-4">Content not accessible</h2>
<h3 class="h6 mt-4">Non-compliances</h3>
<p>List of non-compliant WCAG criteria :</p>
<ul>
<li>
1.3.1 Info and Relationships, Level A
</li>
<li>
1.4.3 Contrast (Minimum), Level AA
</li>
Expand Down
Loading

0 comments on commit 5d10185

Please sign in to comment.