Skip to content

Commit

Permalink
Feature/correspondance (#479)
Browse files Browse the repository at this point in the history
* start work

* petouille

* add correspondance wcag rgaa

* Update correspondance-rgaa-wcag.md

* Update correspondance-rgaa-wcag.md

* update

* petouille

---------

Co-authored-by: Christopher Abate <[email protected]>
  • Loading branch information
SimonF30 and christopherabate authored Dec 8, 2023
1 parent ba8ebec commit c674462
Show file tree
Hide file tree
Showing 2 changed files with 296 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/assets/script.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
(function () {
document.documentElement.classList.replace('no-js', 'js')
let RGAAWCAG = document.getElementsByClassName("RGAAWCAG");
if(RGAAWCAG!==null){

for (let item of RGAAWCAG){
item.children[0].classList.add("table");
}
}
})();

/* Cookie consent banner customization */
Expand Down
Loading

0 comments on commit c674462

Please sign in to comment.