Skip to content

Commit

Permalink
Merge pull request #286 from maniflames/bugfix/add-th-scope
Browse files Browse the repository at this point in the history
Add scope attribute to th elements
  • Loading branch information
anneke authored Jan 5, 2024
2 parents 0bc1ead + 7b0c029 commit c18a4f6
Show file tree
Hide file tree
Showing 50 changed files with 690 additions and 317 deletions.
680 changes: 517 additions & 163 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"cssnano": "^6.0.1",
"fast-glob": "^3.3.1",
"husky": "8.0.3",
"jsdom": "^22.1.0",
"patch-package": "^8.0.0",
"postcss-nesting": "^12.0.0",
"prettier": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/_layouts/members-home.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ layout: base

<table>
<thead>
<td>Naam</td>
<td>Werkgever</td>
<th scope="col">Naam</th>
<th scope="col">Werkgever</th>
</thead>
<tbody>
{%- for lid in members-list %}
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2014/bbq.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Eten kan vooraf berekend worden: iedere deelnemer betaalt zelf het eten, het uit

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Anneke Sinnema</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2014/blendle.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ Blendle is gevestigd in Media Plaza, Croeselaan 6, 3521 CA, Utrecht. Media Plaza

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Anand Graves</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2014/coolblue.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Met de auto komen kan ook, er kan dan geparkeerd worden in de parkeergarage Ween

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Anne Korteweg</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2014/cronos.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Iedereen is welkom. Er is echter beperkt plaats, voor circa 40 mannen en vrouwen

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Anke Brouwer</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2014/incentro.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ De locatie is voor sommige (verouderde) navigaties wat lastig te vinden, de Arch

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Andrea Dekker</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2014/persgroep.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Volg de discussie via Twitter op [#fronteersbe](https://twitter.com/search?q=%23

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Adriaan Baelus</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2014/q42.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ Q42 is gevestigd aan de Oostelijke Handelskade 749, 1019BW, Amsterdam. Met de au

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Adriaan</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2014/white.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ WHITE is gevestigd aan de Parallelweg Oost 23, 5555XA, Valkenswaard. Parkeren ka

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Ad van Pinxteren</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2014/wijs.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Volg de discussie via Twitter op [#fronteersbe](https://twitter.com/search?q=%23

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Anthony Meirlaen</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2015/3sign.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Volg de discussie via Twitter op [#fronteersbe](https://twitter.com/search?q=%23

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Anthony Ringoet</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2015/digiti-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ Volg de discussie via Twitter op [#fronteersbe](https://twitter.com/search?q=%23

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Alexander Claes</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2015/digiti.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ Volg de discussie via Twitter op [#fronteersbe](https://twitter.com/search?q=%23

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Alexander Maertens</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2015/flexwerken-maart.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ Ieder betalend lid is welkom, dus ook als je geen freelancer of ZZP'er bent. Wan

<table>
<tr>
<th>Naam</th>
<th></th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Astrid Uneken</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2015/fronteers-2015-launchborrel.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ De kaartverkoop voor het Fronteerscongres 2015 start vrijdag 29 mei om 20:00 uur

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Onbekend</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2015/fronteers-zomerborrel-2015.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Café Nieuwe Dikke Dries is gevestigd aan de Oudkerkhof 36, 3512 GL Utrecht. Mee

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Bart Heesink</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2015/insided.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ inSided is gevestigd aan de Singel 118A, 1015 AE Amsterdam, op ongeveer 5 minute

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Arjan Eising</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2015/kabisa.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ Kabisa is gevestigd op de Marconilaan 8, 6003 DD Weert. Op dit bedrijventerrein

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Arne Sneyers</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2015/kunstmaan.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ Volg de discussie via Twitter op [#fronteersbe](https://twitter.com/search?q=%23

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Alex Sarafian</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2015/netvlies.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ Volg de discussie op [Twitter](https://twitter.com/fronteers).

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Anne Postma</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2015/nieuwjaarsborrel-2016.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Café Nieuwe Dikke Dries is gevestigd aan de Oudkerkhof 36, 3512 GL Utrecht. Mee

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Anneke Sinnema</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2015/the-creativity-gym.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Volg de discussie via Twitter op [#fronteersbe](https://twitter.com/search?q=%23

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Adam Andries</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2015/vicompany.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ Er wordt gezorgd voor pizzapunten, grote eters doen er goed aan zelf nog een hap

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Andrew Ng</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2016/clever-franke.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ Sta je op de deelnemerslijst, maar kun je toch niet komen? Afmelden kan door ee

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Anne Lammers</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2016/evision.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ We raden aan met openbaar vervoer naar het centrum van Den Haag te komen. Er zij

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Aleksas Grodis</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2016/fronteers-2016-launchborrel.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ De kaartverkoop voor Fronteers Conference 2016 start vrijdag 27 mei om 20:00 uur

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Anneke</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2016/ida-mediafoundry.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Volg de discussie via Twitter op [#fronteersbe](https://twitter.com/search?q=%23

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>An Van den Bosch</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2016/kabisa.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ Zullen preprocessors overbodig worden nu CSS steeds krachtiger wordt? Of kunnen

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Anne Lammers</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2016/mirabeau.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ Deze bijeenkomst zit nu vol, maar we hebben een wachtlijst! Stuur een mailtje na

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Alexandre Eher</td>
Expand Down
6 changes: 3 additions & 3 deletions src/nl/activiteiten/2016/muziek-en-het-web.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ Desmet Studio's is gevestigd in Amsterdam aan de Plantage Middenlaan ([routebesc

<table>
<tr>
<th>Naam</th>
<th>Uit regio + vervoer</th>
<th>Twitter</th>
<th scope="col">Naam</th>
<th scope="col">Uit regio + vervoer</th>
<th scope="col">Twitter</th>
</tr>
<tr>
<td>Anne</td>
Expand Down
Loading

0 comments on commit c18a4f6

Please sign in to comment.