[Skip navigation links]

Site Report

This tab shows accessibility issues, indicating problems for older users, people with disabilities or accessibility needs. Automated testing cannot detect all accessibility issues, so should be used alongside human testing.

LevelWCAG 2.1Section 508 - 2017Key
ALevel A, 5 issuesLevel A, 5 issuesCritical Pages with level A issues are unusable for some people
AALevel AA, 1 issuesLevel AA, 1 issuesVery Important Pages with level AA issues are very difficult to use
AAALevel AAA, 4 issuesLess Important Pages with level AAA issues can be difficult to use
PriorityDescription and URLGuideline and Line NumberCount

Level A

7 issues on 10 pages

Critical A figure with a figcaption must not have a role attribute. HTML5 ARIA 1.2
Remove the role attribute.
<figure role='group'><div><div class='relative'>...</div></div>...</figure>
Line 770
<figure role='group'><div><div class='relative'>...</div></div>...</figure>
Line 2139

https://www.finanskompetenscentrum.se/nyheter/7-techtrender-som-formar-2026

CriticalDocument title must not be blank. WCAG 2.1 A F25 Section 508 (2017) A F25
For HTML pages change the title element. For Office documents and PDF documents produced from Office, fill in the Title in Document Properties before saving as PDF. 2.4.2

https://www.finanskompetenscentrum.se/sites/finanskompetenscentrum/files/downloadable_files/dagordning-2026.pdf

Page 1

https://www.finanskompetenscentrum.se/sites/finanskompetenscentrum/files/downloadable_files/fkc-protokoll-arsstamma-260417.pdf

Page 1

https://www.finanskompetenscentrum.se/sites/finanskompetenscentrum/files/downloadable_files/green-trade-finance_2024.pdf

Page 1

CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts. WCAG 2.1 A F65 Section 508 (2017) A F65
Each image should have an ALT attribute describing the picture, which screen readers can read aloud. See PDF Techniques for WCAG: Text Alternatives.

PDF graphics with missing ALT attributes cause problems in:

  • NVDA 2021 with Chrome: a meaningless label like 'unlabeled graphic' is voiced.
  • NVDA 2021 with Firefox: the image is ignored.
  • JAWS 2021 with Chrome: a meaningless label like 'unlabeled graphic' is voiced.
  • JAWS 2021 with Firefox: the image is ignored.
  • VoiceOver macOS with Safari: a meaningless label like 'image' is voiced.
  • VoiceOver iOS with Safari: a meaningless label like 'image' is voiced.

PDF graphics with blank ALT attributes cause problems in:

  • NVDA 2021 with Chrome: a meaningless label like 'unlabeled graphic' is voiced.
  • NVDA 2021 with Firefox: a meaningless label like 'graphic' is voiced.
  • JAWS 2021 with Chrome: a meaningless label like 'unlabeled graphic' is voiced.
  • JAWS 2021 with Firefox: a meaningless label like 'graphic' is voiced.
  • VoiceOver macOS with Safari: a meaningless label like 'image' is voiced.
  • VoiceOver iOS with Safari: a meaningless label like 'image' is voiced.
1.1.1
<figure class='Figure' alt=''></figure>
Page 1

https://www.finanskompetenscentrum.se/sites/finanskompetenscentrum/files/downloadable_files/Stadgar%20reviderad%20240418.pdf

<figure class='Figure'></figure>
Page 4
<figure class='Figure'></figure>
Page 6
<figure class='Figure'></figure>
Page 8
<figure class='Figure'></figure>
Page 9
<figure class='Figure'></figure>
Page 10

https://www.finanskompetenscentrum.se/sites/finanskompetenscentrum/files/downloadable_files/fkc-presentation-arsstamma-260417.pdf

<image></image>
Page 0

https://www.finanskompetenscentrum.se/sites/finanskompetenscentrum/files/downloadable_files/fkc-protokoll-arsstamma-260417.pdf

<image></image>
Page 0
<image></image>
Page 15
<image></image>
Page 20

https://www.finanskompetenscentrum.se/sites/finanskompetenscentrum/files/downloadable_files/green-trade-finance_2024.pdf

<figure class='Figure'></figure>
Page 5

https://www.finanskompetenscentrum.se/sites/finanskompetenscentrum/files/downloadable_files/rb_revisionsberattelse_857209-8021-signed.pdf

CriticalHTML form control has no accessible name. WCAG 2.1 A F68 Section 508 (2017) A F68

A label (or name) linked to the control allows screen readers to voice the label correctly when reading the control. To add a label do one of the following:

  • Use a label element with the for attribute set to the ID of the form control
  • Wrap a label element around the form control
  • Add a title attribute
  • Add an aria-label attribute
  • Add an aria-labelledby attribute
4.1.2
<select name='sorting'><option value='title'>...t</option>...</select>
Line 482

https://www.finanskompetenscentrum.se/publikationer

CriticalPDFs must be tagged to be accessible by screen readers. WCAG 2.1 A 1.3.1 Section 508 (2017) A 1.3.1
Enable the 'Document structure tags' option in Word, or the 'Tagged PDF' option in OpenOffice when exporting, or use the 'Make Accessible' plug-in for Adobe Acrobat.

https://www.finanskompetenscentrum.se/sites/finanskompetenscentrum/files/downloadable_files/ar-2025-857209-8021-finanskompetenscentrum.pades_.pdf

Page 1

https://www.finanskompetenscentrum.se/sites/finanskompetenscentrum/files/downloadable_files/fkc-protokoll-arsstamma-260417.pdf

Page 1

https://www.finanskompetenscentrum.se/sites/finanskompetenscentrum/files/downloadable_files/green-trade-finance_2024.pdf

Page 1

CriticalThe aria-checked attribute must not be used on an input element with type=radio or type=checkbox. HTML5 ARIA 1.2
Use the native checked attribute on radio buttons and check boxes.
<input type='checkbox' id='...' class='...' disabled='disabled' checked='checked' role='switch' aria-labelledby='...' aria-checked='true'>
Line 448

https://www.finanskompetenscentrum.se/

CriticalUse the lang attribute to identify the language of the page. WCAG 2.1 A 3.1.1 Section 508 (2017) A 3.1.1
In HTML add a lang attribute containing a language code to the html tag, and in PDF set the language using Document Properties in Acrobat. This allows screen readers to pronounce words correctly.

https://www.finanskompetenscentrum.se/sites/finanskompetenscentrum/files/downloadable_files/ar-2025-857209-8021-finanskompetenscentrum.pades_.pdf

Page 1

https://www.finanskompetenscentrum.se/sites/finanskompetenscentrum/files/downloadable_files/fkc-protokoll-arsstamma-260417.pdf

Page 1

Level AA

1 issues on 1 pages

Very ImportantEnsure that text and background colors have enough contrast. WCAG 2.1 AA 1.4.3 Section 508 (2017) AA 1.4.3

Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.

  • The contrast ratio should be 3.0 or more for 18 point text, or larger
  • The contrast ratio should be 3.0 or more for 14 point bold text, or larger
  • The contrast ratio should be 4.5 or more for all other text
1.4.6
The text color to background color contrast ratio after composition is:
2.32 with color: rgb(0,0,0) background: rgb(53,75,94)
font-size: 15.00pt font-weight: 700.00
<h5>Vill du veta mer eller samarbeta inom kvantteknologi? </h5>
Line 2796

https://www.finanskompetenscentrum.se/nyheter/7-techtrender-som-formar-2026

Level AAA

4 issues on 15 pages

Important Several links on a page share the same link text, but go to different destinations. WCAG 2.1 AAA 2.4.9
Make the link text unique for each target, or add additional text using aria-label.
Link text: Göteborg EnergiLine 626
Link text: Sahlgrenska UniversitetssjukhusetLine 627
Link text: ZenseactLine 629
Link text: Smart EyeLine 629
Link text: Göteborg EnergiLine 634

https://www.finanskompetenscentrum.se/nyheter/7-techtrender-som-formar-2026

ImportantAvoid specifying a new window as the target of a link with target=_blank. WCAG 2.1 AAA F22
Displaying new windows without warning can be very confusing to non-sighted and mobile users. Some screen readers and mobile devices give very little indication a new tab or window has opened. If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text or add the warning to the link using a title attribute or aria-describedby attribute. 3.2.5
<a class='linkedin' href='.../' rel='noopener' data-once='external-links' data-link='external' target='_blank' title='Extern länk, öppnas i nytt fönster'>...</a>
Line 1596

https://www.finanskompetenscentrum.se/

<a class='arrow not-prose' href='...e' data-entity-type='external' target='_blank'>Recorded Futures grundare Staffan Truvé</a>
Line 1665
<a class='button orange_button' href='...6' data-entity-type='external' target='_blank'>Kolla in vår trendspaning kring life science</a>
Line 1900
<a class='arrow not-prose' href='...r' data-entity-type='external' target='_blank'>Kolla in Göteborgsregionens testbäddar</a>
Line 1908

https://www.finanskompetenscentrum.se/nyheter/7-techtrender-som-formar-2026

<a href='.../' rel='noreferrer noopener' tabindex='-1' target='_blank'>...</a>
Line 494

https://www.finanskompetenscentrum.se/personuppgiftspolicy

ImportantEach section of content should begin with a heading element (h1, h2, h3), but this page has no headings. WCAG 2.1 AAA 2.4.10
In HTML place headings before each section of content, making sure the main heading is h1, sub-headings are h2 and so on. For PDFs produced from Word, use the Heading 1, Heading 2 and Heading 3 styles.

https://www.finanskompetenscentrum.se/sites/finanskompetenscentrum/files/downloadable_files/ar-2025-857209-8021-finanskompetenscentrum.pades_.pdf

Page 1

https://www.finanskompetenscentrum.se/sites/finanskompetenscentrum/files/downloadable_files/fkc-protokoll-arsstamma-260417.pdf

Page 1

https://www.finanskompetenscentrum.se/sites/finanskompetenscentrum/files/downloadable_files/green-trade-finance_2024.pdf

Page 1

ImportantEnsure that text and background colors have a 7:1 contrast ratio. WCAG 2.1 AAA 1.4.6

Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.

  • The contrast ratio should be 4.5 or more for 18 point text, or larger
  • The contrast ratio should be 4.5 or more for 14 point bold text, or larger
  • The contrast ratio should be 7.0 or more for all other text
The text color to background color contrast ratio after composition is:
4.52 with color: rgb(255,255,255) background: rgb(203,75,75)
font-size: 12.00pt font-weight: 700.00
<a class='button orange_button' data-entity-substitution='canonical' data-entity-type='node' data-entity-uuid='...' href='/medlemskap'>Bli medlem</a>
Line 859
3.31 with color: rgb(203,75,75) background: rgb(220,221,217)
font-size: 72.00pt font-weight: 700.00
<span class='text-facts ...'>16</span>
Line 997
3.31 with color: rgb(203,75,75) background: rgb(220,221,217)
font-size: 72.00pt font-weight: 700.00
<span class='text-facts ...'>100</span>
Line 1012
3.31 with color: rgb(203,75,75) background: rgb(220,221,217)
font-size: 72.00pt font-weight: 700.00
<span class='text-facts ...'>1000</span>
Line 1027
4.52 with color: rgb(203,75,75) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 700.00
<a class='group inline-flex ...' href='/kalender' target='_self' rel=''>......</a>
Line 1284

https://www.finanskompetenscentrum.se/

The text color to background color contrast ratio after composition is:
4.52 with color: rgb(255,255,255) background: rgb(203,75,75)
font-size: 12.00pt font-weight: 700.00
<a class='button orange_button' data-entity-substitution='canonical' data-entity-type='node' data-entity-uuid='...' href='/medlemskap'>Bli medlem idag</a>
Line 895

https://www.finanskompetenscentrum.se/fokusomraden/fintech-forum

The text color to background color contrast ratio after composition is:
4.52 with color: rgb(255,255,255) background: rgb(203,75,75)
font-size: 12.00pt font-weight: 700.00
<a class='button orange_button' data-entity-substitution='canonical' data-entity-type='node' data-entity-uuid='...' href='/medlemskap'>Bli medlem idag</a>
Line 970

https://www.finanskompetenscentrum.se/fokusomraden/investerarforum

The text color to background color contrast ratio after composition is:
4.52 with color: rgb(255,255,255) background: rgb(203,75,75)
font-size: 12.00pt font-weight: 700.00
<a class='button orange_button' data-entity-substitution='canonical' data-entity-type='node' data-entity-uuid='...' href='/medlemskap'>Bli medlem idag</a>
Line 1047

https://www.finanskompetenscentrum.se/fokusomraden/trade-finance

The text color to background color contrast ratio after composition is:
4.52 with color: rgb(255,255,255) background: rgb(203,75,75)
font-size: 12.00pt font-weight: 700.00
<a class='button orange_button' data-entity-substitution='canonical' data-entity-type='node' data-entity-uuid='...' href='/medlemskap'>Bli medlem idag</a>
Line 985

https://www.finanskompetenscentrum.se/fokusomraden/treasury

The text color to background color contrast ratio after composition is:
4.52 with color: rgb(255,255,255) background: rgb(203,75,75)
font-size: 12.00pt font-weight: 700.00
<button data-bef-auto-submit-click='' class='js-hide ...' data-drupal-selector='edit-submit-events' type='submit' id='edit-submit-events' value='Sök'>Sök</button>
Line 483

https://www.finanskompetenscentrum.se/kalender

The text color to background color contrast ratio after composition is:
4.52 with color: rgb(203,75,75) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 700.00
<a class='arrow not-prose' href='/node/7579' data-entity-type='node' data-entity-uuid='...' data-entity-substitution='canonical'>Göteborg alltmer dominerar inom svensk FoU</a>
Line 516
4.52 with color: rgb(203,75,75) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 700.00
<a class='arrow not-prose' href='/node/7650' data-entity-type='node' data-entity-uuid='...' data-entity-substitution='canonical'>2024, ett rekordår för köp av göteborgska techbolag</a>
Line 517
4.52 with color: rgb(203,75,75) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 700.00
<a href='https://www.sightic.com/' class='pl-4 inline-flex ...'>...n</a>
Line 666
4.52 with color: rgb(203,75,75) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 700.00
<a href='https://www.atomize.com/' class='pl-4 inline-flex ...'>...d</a>
Line 688
4.52 with color: rgb(203,75,75) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 700.00
<a href='https://unbiased.cc/' class='pl-4 inline-flex ...'>...t</a>
Line 710

https://www.finanskompetenscentrum.se/nyheter/7-techtrender-som-formar-2026

The text color to background color contrast ratio after composition is:
5.74 with color: rgb(102,102,102) background: rgb(255,255,255)
font-size: 10.50pt font-weight: 400.00
<div>Konjunkturindikator per sektor, första kvartalet 2026</div>
Line 566
4.52 with color: rgb(255,255,255) background: rgb(203,75,75)
font-size: 12.00pt font-weight: 600.00
<strong>Kom i kontakt med Peter Warda</strong>
Line 603

https://www.finanskompetenscentrum.se/nyheter/konjunkturen-fortsatter-uppat-i-goteborg-men-laget-tudelat

The text color to background color contrast ratio after composition is:
4.52 with color: rgb(255,255,255) background: rgb(203,75,75)
font-size: 12.00pt font-weight: 700.00
<a class='button orange_button' href='...6' data-entity-type='external'>...</a>
Line 667

https://www.finanskompetenscentrum.se/nyheter/konjunkturen-i-goteborg-planar-ut-konsumtion-och-besoksnaring-angar-pa

The text color to background color contrast ratio after composition is:
4.52 with color: rgb(203,75,75) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 700.00
<a class='arrow not-prose' style='...' href='...g' data-entity-type='external'>AI Gothenburg</a>
Line 575

https://www.finanskompetenscentrum.se/nyheter/sverige-lanserar-ny-ai-hubb-i-goteborg-med-nvidia-som-partner

The text color to background color contrast ratio after composition is:
4.52 with color: rgb(203,75,75) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 700.00
<a class='arrow not-prose' href='.../' data-entity-type='external'>...</a>
Line 518
4.52 with color: rgb(203,75,75) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 700.00
<a class='arrow not-prose' href='#1'>Tre kategorier av hot</a>
Line 521
4.52 with color: rgb(203,75,75) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 700.00
<a class='arrow not-prose' href='#2'>Vad innebär de olika kriserna?</a>
Line 522
4.52 with color: rgb(203,75,75) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 700.00
<a class='arrow not-prose' href='#3'>Hur tar man fram en beredskapsplan?</a>
Line 523
4.52 with color: rgb(203,75,75) background: rgb(255,255,255)
font-size: 12.00pt font-weight: 700.00
<a class='arrow not-prose' href='#4'>Fem vanliga fallgropar</a>
Line 524

https://www.finanskompetenscentrum.se/nyheter/vad-gor-vi-om-krisen-kommer

Expand all 12 issues