Skip to content

Commit 3b8fdc9

Browse files
authored
Content - chore: typo cleanup in common (#2506)
1 parent 343b752 commit 3b8fdc9

File tree

23 files changed

+51
-51
lines changed

23 files changed

+51
-51
lines changed

common/ajax-fetch/reports/pre-a11y-1-fr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"title": "Assessment d'accessibilité préliminaire #1 - Récupération de ressource via Ajax",
44
"language": "fr",
5-
"description": "Évaluation de la fonctionalité de Récupération de ressource via Ajax",
5+
"description": "Évaluation de la fonctionnalité de Récupération de ressource via Ajax",
66
"tag": "ajax-fetch",
77
"parentdir": "ajax-fetch",
88
"parentPage": "Récupération de ressource via Ajax",

common/ajax-fetch/reports/pre-a11y-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"foaf:Organization"
2626
],
2727
"earl:mainAssertor": {
28-
"foaf:name": "Jonas Graham (Github: @jonasg-gc)",
28+
"foaf:name": "Jonas Graham (GitHub: @jonasg-gc)",
2929
"foaf:homepage": "https://github.com/jonasg-gc",
3030
"@type": [
3131
"earl:Assertor",

common/alert/index.json-ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"description": {
1414
"en": "Alerts with custom styles.",
15-
"fr": "Alertes avec des styles personalisés."
15+
"fr": "Alertes avec des styles personnalisés."
1616
},
1717
"modified": "2023-03-03",
1818
"componentName": "alert",

common/alert/reports/a11y-1.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"earl:test": "WCAG21:non-text-content",
3737
"earl:subject": "_:subject",
3838
"earl:outcome": "earl:failed",
39-
"dct:description": "Background image provide importance level of the alert. Situation A is applicatible, but cannot find a corresponding technique to provide short text alternative. F3: is passing/don't apply because of the heading inside contains the important information",
39+
"dct:description": "Background image provide importance level of the alert. Situation A is applicable, but cannot find a corresponding technique to provide short text alternative. F3: is passing/don't apply because of the heading inside contains the important information",
4040
"earl:result": [{
4141
"earl:test": "WCAG2xTech:general/G94",
4242
"earl:outcome": "earl:failed",
@@ -245,7 +245,7 @@
245245
"earl:test": "WCAG21:reflow",
246246
"earl:subject": "_:subject",
247247
"earl:outcome": "earl:passed",
248-
"dct:description": "All other success criterias are checking for 400% zoom level, which is addressed by C32",
248+
"dct:description": "All other success criteria are checking for 400% zoom level, which is addressed by C32",
249249
"earl:result": [{
250250
"earl:test": "WCAG2xTech:css/C32",
251251
"earl:outcome": "earl:passed",
@@ -352,7 +352,7 @@
352352
"earl:test": "WCAG21:timing-adjustable",
353353
"earl:subject": "_:subject",
354354
"earl:outcome": "earl:inapplicable",
355-
"dct:description": "Check if JS has been used, and also using seesion timeout",
355+
"dct:description": "Check if JS has been used, and also using session timeout",
356356
"earl:result": [],
357357
"earl:mode": "earl:manual",
358358
"@type": ["earl:TestResult", "earl:Assertion"]
@@ -572,7 +572,7 @@
572572
"earl:test": "WCAG22:target-size-minimum",
573573
"earl:subject": "_:subject",
574574
"earl:outcome": "earl:passed",
575-
"dct:description": "Anything that we interact with & foccusable. Ex: Button pixels are 24/24 min",
575+
"dct:description": "Anything that we interact with & focusable. Ex: Button pixels are 24/24 min",
576576
"earl:result": [{
577577
"earl:test": "WCAG2xTech:css/C42",
578578
"earl:outcome": "earl:passed",
@@ -600,7 +600,7 @@
600600
"earl:test": "WCAG21:language-of-parts",
601601
"earl:subject": "_:subject",
602602
"earl:outcome": "earl:inapplicable",
603-
"dct:description": "Check for change of language in specific paragaph, have proper lang tags",
603+
"dct:description": "Check for change of language in specific paragraph, have proper lang tags",
604604
"earl:result": [{
605605
"earl:test": "WCAG2xTech:html/H58",
606606
"earl:outcome": "earl:cantTell",
@@ -721,7 +721,7 @@
721721
"@id": "_:sc_3.3.3",
722722
"earl:test": "WCAG21:error-suggestion",
723723
"earl:outcome": "earl:inapplicable",
724-
"dct:description": "Error suggested should be menaingful",
724+
"dct:description": "Error suggested should be meaningful",
725725
"earl:result": [],
726726
"earl:mode": "earl:manual",
727727
"@type": ["earl:TestResult", "earl:Assertion"]
@@ -821,7 +821,7 @@
821821
"earl:test": "WCAG21:status-messages",
822822
"earl:subject": "_:subject",
823823
"earl:outcome": "earl:inapplicable",
824-
"dct:description": "This is applicable for interactive elements only or can be used when alerts are dsplayed dynamically",
824+
"dct:description": "This is applicable for interactive elements only or can be used when alerts are displayed dynamically",
825825
"earl:result": [],
826826
"advisory": [
827827
"WCAG21Tech:aria/ARIA18",

common/alignment/index.json-ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"description": {
1414
"en": "Alignment with custom styles.",
15-
"fr": "Alignement avec des styles personalisés."
15+
"fr": "Alignement avec des styles personnalisés."
1616
},
1717
"modified": "2023-06-19",
1818
"componentName": "alignment",

common/button/button-en.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ <h4>Code sample</h4>
323323
&lt;/div&gt;</code></pre>
324324

325325
<h2 id="buttontoolbar">Button toolbar</h2>
326-
<p>Use to display multiple groups of buttons together on a single line with the <code>btn-toolbar</code> class. Note the use of this feature requires some additional requirements in order to comform to WCAG.</p>
326+
<p>Use to display multiple groups of buttons together on a single line with the <code>btn-toolbar</code> class. Note the use of this feature requires some additional requirements in order to conform to WCAG.</p>
327327
<h3>Working Example</h3>
328328
<div class="btn-toolbar" role="toolbar" aria-label="Toolbar with button groups">
329329
<div class="btn-group" role="group" aria-label="First group">
@@ -420,7 +420,7 @@ <h2 id="datatoggle">Data-toggle buttons</h2>
420420

421421
<p>Bootstrap’s <code>.button</code> styles can be applied to other elements, such as <code>label</code>s, to provide checkbox or radio style button toggling. Add <code>data-toggle="buttons"</code> to a <code>.btn-group</code> containing those modified buttons to enable their toggling behavior via JavaScript and add <code>.btn-group-toggle</code> to style the <code>input</code>s within your buttons. More info can be found here: <a href="https://getbootstrap.com/docs/3.4/components/#dropdowns">Bootstrap components</a></p>
422422

423-
<p>We are currently working on adding similiar functionality in the future. More info can be found in <a href="https://github.com/wet-boew/wet-boew/pull/9532">this pull request on GitHub.</a></p>
423+
<p>We are currently working on adding similar functionality in the future. More info can be found in <a href="https://github.com/wet-boew/wet-boew/pull/9532">this pull request on GitHub.</a></p>
424424

425425
<h2 id="resource">Resource</h2>
426426
<p><a href="https://design.canada.ca/common-design-patterns/buttons.html">Design system guidance on buttons</a></p>

common/button/button-fr.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -332,12 +332,12 @@ <h3>Example de Travail</h3>
332332
<button type="button" class="btn btn-default">3</button>
333333
<button type="button" class="btn btn-default">4</button>
334334
</div>
335-
<div class="btn-group" role="group" aria-label="Deuxieme groupe">
335+
<div class="btn-group" role="group" aria-label="Deuxième groupe">
336336
<button type="button" class="btn btn-default">5</button>
337337
<button type="button" class="btn btn-default">6</button>
338338
<button type="button" class="btn btn-default">7</button>
339339
</div>
340-
<div class="btn-group" role="group" aria-label="Troisieme groupe">
340+
<div class="btn-group" role="group" aria-label="Troisième groupe">
341341
<button type="button" class="btn btn-default">8</button>
342342
</div>
343343
</div>
@@ -360,7 +360,7 @@ <h4>Exemple de code</h4>
360360
&lt;/button&gt;
361361
&lt;/div&gt;
362362

363-
&lt;div class="btn-group" role="group" aria-label="Deuxieme groupe"&gt;
363+
&lt;div class="btn-group" role="group" aria-label="Deuxième groupe"&gt;
364364
&lt;button type="button" class="btn btn-default"&gt;
365365
5
366366
&lt;/button&gt;
@@ -372,7 +372,7 @@ <h4>Exemple de code</h4>
372372
&lt;/button&gt;
373373
&lt;/div&gt;
374374

375-
&lt;div class="btn-group" role="group" aria-label="Deuxieme groupe"&gt;
375+
&lt;div class="btn-group" role="group" aria-label="Deuxième groupe"&gt;
376376
&lt;button type="button" class="btn btn-default"&gt;
377377
8
378378
&lt;/button&gt;

common/button/reports/a11y-3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"foaf:homepage": "https://github.com/ServiceCanada",
2323
"@type": ["earl:Assertor", "foaf:Organization"],
2424
"earl:mainAssertor": {
25-
"foaf:name": "Brahim Mahadi Wachilli (Github: @BrahimMahadi)",
25+
"foaf:name": "Brahim Mahadi Wachilli (GitHub: @BrahimMahadi)",
2626
"foaf:homepage": "https://github.com/BrahimMahadi",
2727
"@type": ["earl:Assertor", "foaf:Person"]
2828
}
2929
},
3030

3131
"dct:date": "2023-09-26",
32-
"dct:description": "Analyzing and exploring the subject and produce an evaluation of all WCAG 2.1 SC at level AA.",
32+
"dct:description": "Analysing and exploring the subject and produce an evaluation of all WCAG 2.1 SC at level AA.",
3333
"acr:involvesExpertise": [],
3434

3535
"dct:source": "act:rulesets/wcag2x/wcag21_all_levelAA.json",

0 commit comments

Comments
 (0)