From af56aecf44667803f48fdf1f6404b1006f3506a6 Mon Sep 17 00:00:00 2001 From: wohfab Date: Thu, 15 May 2025 13:26:01 +0200 Subject: [PATCH 1/9] fix: removing disabling of zoom (WCAG 1.4.4 Resize Text) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 46e3c00..a51b6b3 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ FediCamp - + From 91da541ccf00cd5f79998a7b2e1f8782b0939794 Mon Sep 17 00:00:00 2001 From: wohfab Date: Thu, 15 May 2025 13:27:08 +0200 Subject: [PATCH 2/9] fix: adding main website language (WCAG 3.1.1 Language of Page) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a51b6b3..2784500 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + FediCamp From 77871367c0c762b32b18cd78556916a9b15fc582 Mon Sep 17 00:00:00 2001 From: wohfab Date: Thu, 15 May 2025 13:40:19 +0200 Subject: [PATCH 3/9] fix: moving fediverse verification into link tags inside head, so they are not keyboard focusable while hidden (WCAG 1.3.1 Info and Relationships) --- index.html | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index 2784500..d520379 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,17 @@ + + + + + + + + + + + @@ -342,19 +353,5 @@ - - - - - - - - - - - - - - From f2f7030c993d1464f70f56573762c5712cf8a190 Mon Sep 17 00:00:00 2001 From: wohfab Date: Thu, 15 May 2025 13:48:44 +0200 Subject: [PATCH 4/9] fix: removing line break elements (
) and replacing by semantic elements (p, ul) (WCAG 1.3.1 Info and Relationships) --- index.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index d520379..4987089 100644 --- a/index.html +++ b/index.html @@ -300,7 +300,7 @@

Kontakt

Hier findet Ihr aktuelle Informationen. Kommt auch gern in den Matrix Raum!

- Matrix-Raum


+

Matrix-Raum

Bei Fragen schreibt uns auch gern eine Mail an info(ät)fedi.camp

@@ -324,7 +324,14 @@

We are not using any analytics service for our websites.

Server Log files

The provider of the pages automatically collects and stores information in so-called server log files, which your browser automatically transmits to us. These are in particular:

-

- Browser type and browser version
- Operating system used
- Referrer URL
- Host name of the accessing computer
- Time of the server request
- IP address

+
    +
  • Browser type and browser version
  • +
  • Operating system used
  • +
  • Referrer URL
  • +
  • Host name of the accessing computer
  • +
  • Time of the server request
  • +
  • IP address
  • +

 All data will be deleted after 24 hours and are only be used for investigating technical problems.

 

Ticket System

@@ -338,7 +345,9 @@ From ea45fd3767133b11830f5295e99178a16f5a02e6 Mon Sep 17 00:00:00 2001 From: wohfab Date: Thu, 15 May 2025 13:50:35 +0200 Subject: [PATCH 5/9] typo: capital letter in HTML tag --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4987089..602fc3d 100644 --- a/index.html +++ b/index.html @@ -347,7 +347,7 @@ From 82afe42465b8923a8c801ee926c8c43469778869 Mon Sep 17 00:00:00 2001 From: wohfab Date: Thu, 15 May 2025 14:05:32 +0200 Subject: [PATCH 6/9] fix: adding main landmark to body (WCAG 2.4.1 Bypass Blocks) --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 602fc3d..265bb49 100644 --- a/index.html +++ b/index.html @@ -72,7 +72,7 @@ -
+
@@ -341,7 +341,7 @@ -
+