[Skip navigation links]

Site Report

This tab shows a list of all pages with issues.

IssuesDescription and URLGuidelineLine
6https://www.businessregiongoteborg.se/
CriticalThe visual label must appear in the accessible name of links and controls.
Visual label: "relativebold14px/24pxhelveticaneue,segoeui,roboto,arial,sans-serifrgb( 238,238,238 )rgb( 20,20,30,.7 )10pxcenterinline-flexcentermiddleborder-boxbackground.15slinearautopointertransparentinset0002pxrgb( 27,127,204,.9 )0none0rgba( 50,50,70,.7 )24pxrgb( 238,238,238 )middle100%100%100%0clip0opacity.3s,max-width0s9s100vw1opacity.3snone :host { position: relative; font: var(--media-font, var(--media-font-weight, bold) var(--media-font-size, 14px) / var(--media-text-content-height, var(--media-control-height, 24px)) var(--media-font-family, helvetica neue, segoe ui, roboto, arial, sans-serif)); color: var(--media-text-color, var(--media-primary-color, rgb(238 238 238))); background: var(--media-control-background, var(--media-secondary-color, rgb(20 20 30 / .7))); padding: var(--media-button-padding, var(--media-control-padding, 10px)); justify-content: var(--media-button-justify-content, center); display: inline-flex; align-items: center; vertical-align: middle; box-sizing: border-box; transition: background .15s linear; pointer-events: auto; cursor: pointer; -webkit-tap-highlight-color: transparent; } :host(:focus-visible) { box-shadow: inset 0 0 0 2px rgb(27 127 204 / .9); outline: 0; } :host(:where(:focus)) { box-shadow: none; outline: 0; } :host(:hover) { background: var(--media-control-hover-background, rgba(50 50 70 / .7)); } svg, img, ::slotted(svg), ::slotted(img) { width: var(--media-button-icon-width); height: var(--media-button-icon-height, var(--media-control-height, 24px)); transform: var(--media-button-icon-transform); transition: var(--media-button-icon-transition); fill: var(--media-icon-color, var(--media-primary-color, rgb(238 238 238))); vertical-align: middle; max-width: 100%; max-height: 100%; min-width: 100%; } media-tooltip { max-width: 0; overflow-x: clip; opacity: 0; transition: opacity .3s, max-width 0s 9s; } :host(:hover) media-tooltip, :host(:focus-visible) media-tooltip { max-width: 100vw; opacity: 1; transition: opacity .3s; } :host([notooltip]) slot[name="tooltip"] { display: none; } rgba( 20,20,30,.7 )calc(12px/25pxrelativenoneinline-flexcentercenterborder-box1rgb( 238,238,238 )40013px/18pxhelveticaneue,segoeui,roboto,arial,sans-serif.35em.7emnone5pxdrop-shadow(004pxrgba( 0,0,0,.2 )0nowrapnoneinline-blockabsolute0px0pxsolidblockabsolutecalc(100%+12px50%translate(calc(-50%-0px,0calc(100%50%0transparenttransparenttransparenttranslate(calc(-50%+0px,0calc(absolutecalc(100%+12px50%translate(0,-50%050%100%0transparenttransparenttransparenttranslate(0,-50%0absolutecalc(100%+12px50%translate(calc(-50%-0px,0calc(100%50%0transparenttransparenttransparenttranslate(calc(-50%+0px,0calc(absolutecalc(100%+12px50%translate(0,-50%050%100%0transparenttransparenttransparenttranslate(0,-50%0none :host { --_tooltip-background-color: var(--media-tooltip-background-color, var(--media-secondary-color, rgba(20, 20, 30, .7))); --_tooltip-background: var(--media-tooltip-background, var(--_tooltip-background-color)); --_tooltip-arrow-half-width: calc(var(--media-tooltip-arrow-width, 12px) / 2); --_tooltip-arrow-height: var(--media-tooltip-arrow-height, 5px); --_tooltip-arrow-background: var(--media-tooltip-arrow-color, var(--_tooltip-background-color)); position: relative; pointer-events: none; display: var(--media-tooltip-display, inline-flex); justify-content: center; align-items: center; box-sizing: border-box; z-index: var(--media-tooltip-z-index, 1); background: var(--_tooltip-background); color: var(--media-text-color, var(--media-primary-color, rgb(238 238 238))); font: var(--media-font, var(--media-font-weight, 400) var(--media-font-size, 13px) / var(--media-text-content-height, var(--media-control-height, 18px)) var(--media-font-family, helvetica neue, segoe ui, roboto, arial, sans-serif)); padding: var(--media-tooltip-padding, .35em .7em); border: var(--media-tooltip-border, none); border-radius: var(--media-tooltip-border-radius, 5px); filter: var(--media-tooltip-filter, drop-shadow(0 0 4px rgba(0, 0, 0, .2))); white-space: var(--media-tooltip-white-space, nowrap); } :host([hidden]) { display: none; } img, svg { display: inline-block; } #arrow { position: absolute; width: 0px; height: 0px; border-style: solid; display: var(--media-tooltip-arrow-display, block); } :host(:not([placement])), :host([placement="top"]) { position: absolute; bottom: calc(100% + var(--media-tooltip-distance, 12px)); left: 50%; transform: translate(calc(-50% - var(--media-tooltip-offset-x, 0px)), 0); } :host(:not([placement])) #arrow, :host([placement="top"]) #arrow { top: 100%; left: 50%; border-width: var(--_tooltip-arrow-height) var(--_tooltip-arrow-half-width) 0 var(--_tooltip-arrow-half-width); border-color: var(--_tooltip-arrow-background) transparent transparent transparent; transform: translate(calc(-50% + var(--media-tooltip-offset-x, 0px)), 0); } :host([placement="right"]) { position: absolute; left: calc(100% + var(--media-tooltip-distance, 12px)); top: 50%; transform: translate(0, -50%); } :host([placement="right"]) #arrow { top: 50%; right: 100%; border-width: var(--_tooltip-arrow-half-width) var(--_tooltip-arrow-height) var(--_tooltip-arrow-half-width) 0; border-color: transparent var(--_tooltip-arrow-background) transparent transparent; transform: translate(0, -50%); } :host([placement="bottom"]) { position: absolute; top: calc(100% + var(--media-tooltip-distance, 12px)); left: 50%; transform: translate(calc(-50% - var(--media-tooltip-offset-x, 0px)), 0); } :host([placement="bottom"]) #arrow { bottom: 100%; left: 50%; border-width: 0 var(--_tooltip-arrow-half-width) var(--_tooltip-arrow-height) var(--_tooltip-arrow-half-width); border-color: transparent transparent var(--_tooltip-arrow-background) transparent; transform: translate(calc(-50% + var(--media-tooltip-offset-x, 0px)), 0); } :host([placement="left"]) { position: absolute; right: calc(100% + var(--media-tooltip-distance, 12px)); top: 50%; transform: translate(0, -50%); } :host([placement="left"]) #arrow { top: 50%; left: 100%; border-width: var(--_tooltip-arrow-half-width) 0 var(--_tooltip-arrow-half-width) var(--_tooltip-arrow-height); border-color: transparent transparent transparent var(--_tooltip-arrow-background); transform: translate(0, -50%); } :host([placement="none"]) #arrow { display: none; } Play Pause nonenone :host([mediapaused]) slot[name=pause], :host(:not([mediapaused])) slot[name=play] { display: none !important; } :host([mediapaused]) slot[name=tooltip-pause], :host(:not([mediapaused])) slot[name=tooltip-play] { display: none; }" not in "play" "relativebold14px/24pxhelveticaneue,segoeui,roboto,arial,sans-serifrgb( 238,238,238 )rgb( 20,20,30,.7 )10pxcenterinline-flexcentermiddleborder-boxbackground.15slinearautopointertransparentinset0002pxrgb( 27,127,204,.9 )0none0rgba( 50,50,70,.7 )24pxrgb( 238,238,238 )middle100%100%100%0clip0opacity.3s,max-width0s9s100vw1opacity.3snone :host { position: relative; font: var(--media-font, var(--media-font-weight, bold) var(--media-font-size, 14px) / var(--media-text-content-height, var(--media-control-height, 24px)) var(--media-font-family, helvetica neue, segoe ui, roboto, arial, sans-serif)); color: var(--media-text-color, var(--media-primary-color, rgb(238 238 238))); background: var(--media-control-background, var(--media-secondary-color, rgb(20 20 30 / .7))); padding: var(--media-button-padding, var(--media-control-padding, 10px)); justify-content: var(--media-button-justify-content, center); display: inline-flex; align-items: center; vertical-align: middle; box-sizing: border-box; transition: background .15s linear; pointer-events: auto; cursor: pointer; -webkit-tap-highlight-color: transparent; } :host(:focus-visible) { box-shadow: inset 0 0 0 2px rgb(27 127 204 / .9); outline: 0; } :host(:where(:focus)) { box-shadow: none; outline: 0; } :host(:hover) { background: var(--media-control-hover-background, rgba(50 50 70 / .7)); } svg, img, ::slotted(svg), ::slotted(img) { width: var(--media-button-icon-width); height: var(--media-button-icon-height, var(--media-control-height, 24px)); transform: var(--media-button-icon-transform); transition: var(--media-button-icon-transition); fill: var(--media-icon-color, var(--media-primary-color, rgb(238 238 238))); vertical-align: middle; max-width: 100%; max-height: 100%; min-width: 100%; } media-tooltip { max-width: 0; overflow-x: clip; opacity: 0; transition: opacity .3s, max-width 0s 9s; } :host(:hover) media-tooltip, :host(:focus-visible) media-tooltip { max-width: 100vw; opacity: 1; transition: opacity .3s; } :host([notooltip]) slot[name="tooltip"] { display: none; } rgba( 20,20,30,.7 )calc(12px/25pxrelativenoneinline-flexcentercenterborder-box1rgb( 238,238,238 )40013px/18pxhelveticaneue,segoeui,roboto,arial,sans-serif.35em.7emnone5pxdrop-shadow(004pxrgba( 0,0,0,.2 )0nowrapnoneinline-blockabsolute0px0pxsolidblockabsolutecalc(100%+12px50%translate(calc(-50%-0px,0calc(100%50%0transparenttransparenttransparenttranslate(calc(-50%+0px,0calc(absolutecalc(100%+12px50%translate(0,-50%050%100%0transparenttransparenttransparenttranslate(0,-50%0absolutecalc(100%+12px50%translate(calc(-50%-0px,0calc(100%50%0transparenttransparenttransparenttranslate(calc(-50%+0px,0calc(absolutecalc(100%+12px50%translate(0,-50%050%100%0transparenttransparenttransparenttranslate(0,-50%0none :host { --_tooltip-background-color: var(--media-tooltip-background-color, var(--media-secondary-color, rgba(20, 20, 30, .7))); --_tooltip-background: var(--media-tooltip-background, var(--_tooltip-background-color)); --_tooltip-arrow-half-width: calc(var(--media-tooltip-arrow-width, 12px) / 2); --_tooltip-arrow-height: var(--media-tooltip-arrow-height, 5px); --_tooltip-arrow-background: var(--media-tooltip-arrow-color, var(--_tooltip-background-color)); position: relative; pointer-events: none; display: var(--media-tooltip-display, inline-flex); justify-content: center; align-items: center; box-sizing: border-box; z-index: var(--media-tooltip-z-index, 1); background: var(--_tooltip-background); color: var(--media-text-color, var(--media-primary-color, rgb(238 238 238))); font: var(--media-font, var(--media-font-weight, 400) var(--media-font-size, 13px) / var(--media-text-content-height, var(--media-control-height, 18px)) var(--media-font-family, helvetica neue, segoe ui, roboto, arial, sans-serif)); padding: var(--media-tooltip-padding, .35em .7em); border: var(--media-tooltip-border, none); border-radius: var(--media-tooltip-border-radius, 5px); filter: var(--media-tooltip-filter, drop-shadow(0 0 4px rgba(0, 0, 0, .2))); white-space: var(--media-tooltip-white-space, nowrap); } :host([hidden]) { display: none; } img, svg { display: inline-block; } #arrow { position: absolute; width: 0px; height: 0px; border-style: solid; display: var(--media-tooltip-arrow-display, block); } :host(:not([placement])), :host([placement="top"]) { position: absolute; bottom: calc(100% + var(--media-tooltip-distance, 12px)); left: 50%; transform: translate(calc(-50% - var(--media-tooltip-offset-x, 0px)), 0); } :host(:not([placement])) #arrow, :host([placement="top"]) #arrow { top: 100%; left: 50%; border-width: var(--_tooltip-arrow-height) var(--_tooltip-arrow-half-width) 0 var(--_tooltip-arrow-half-width); border-color: var(--_tooltip-arrow-background) transparent transparent transparent; transform: translate(calc(-50% + var(--media-tooltip-offset-x, 0px)), 0); } :host([placement="right"]) { position: absolute; left: calc(100% + var(--media-tooltip-distance, 12px)); top: 50%; transform: translate(0, -50%); } :host([placement="right"]) #arrow { top: 50%; right: 100%; border-width: var(--_tooltip-arrow-half-width) var(--_tooltip-arrow-height) var(--_tooltip-arrow-half-width) 0; border-color: transparent var(--_tooltip-arrow-background) transparent transparent; transform: translate(0, -50%); } :host([placement="bottom"]) { position: absolute; top: calc(100% + var(--media-tooltip-distance, 12px)); left: 50%; transform: translate(calc(-50% - var(--media-tooltip-offset-x, 0px)), 0); } :host([placement="bottom"]) #arrow { bottom: 100%; left: 50%; border-width: 0 var(--_tooltip-arrow-half-width) var(--_tooltip-arrow-height) var(--_tooltip-arrow-half-width); border-color: transparent transparent var(--_tooltip-arrow-background) transparent; transform: translate(calc(-50% + var(--media-tooltip-offset-x, 0px)), 0); } :host([placement="left"]) { position: absolute; right: calc(100% + var(--media-tooltip-distance, 12px)); top: 50%; transform: translate(0, -50%); } :host([placement="left"]) #arrow { top: 50%; left: 100%; border-width: var(--_tooltip-arrow-half-width) 0 var(--_tooltip-arrow-half-width) var(--_tooltip-arrow-height); border-color: transparent transparent transparent var(--_tooltip-arrow-background); transform: translate(0, -50%); } :host([placement="none"]) #arrow { display: none; } Mute Unmute nonenonenonenonenone :host(:not([mediavolumelevel])) slot[name=icon] slot:not([name=high]), :host([mediavolumelevel=high]) slot[name=icon] slot:not([name=high]) { display: none !important; } :host([mediavolumelevel=off]) slot[name=icon] slot:not([name=off]) { display: none !important; } :host([mediavolumelevel=low]) slot[name=icon] slot:not([name=low]) { display: none !important; } :host([mediavolumelevel=medium]) slot[name=icon] slot:not([name=medium]) { display: none !important; } :host(:not([mediavolumelevel=off])) slot[name=tooltip-unmute], :host([mediavolumelevel=off]) slot[name=tooltip-mute] { display: none; }" not in "mute" "relativebold14px/24pxhelveticaneue,segoeui,roboto,arial,sans-serifrgb( 238,238,238 )rgb( 20,20,30,.7 )10pxcenterinline-flexcentermiddleborder-boxbackground.15slinearautopointertransparentinset0002pxrgb( 27,127,204,.9 )0none0rgba( 50,50,70,.7 )24pxrgb( 238,238,238 )middle100%100%100%0clip0opacity.3s,max-width0s9s100vw1opacity.3snone :host { position: relative; font: var(--media-font, var(--media-font-weight, bold) var(--media-font-size, 14px) / var(--media-text-content-height, var(--media-control-height, 24px)) var(--media-font-family, helvetica neue, segoe ui, roboto, arial, sans-serif)); color: var(--media-text-color, var(--media-primary-color, rgb(238 238 238))); background: var(--media-control-background, var(--media-secondary-color, rgb(20 20 30 / .7))); padding: var(--media-button-padding, var(--media-control-padding, 10px)); justify-content: var(--media-button-justify-content, center); display: inline-flex; align-items: center; vertical-align: middle; box-sizing: border-box; transition: background .15s linear; pointer-events: auto; cursor: pointer; -webkit-tap-highlight-color: transparent; } :host(:focus-visible) { box-shadow: inset 0 0 0 2px rgb(27 127 204 / .9); outline: 0; } :host(:where(:focus)) { box-shadow: none; outline: 0; } :host(:hover) { background: var(--media-control-hover-background, rgba(50 50 70 / .7)); } svg, img, ::slotted(svg), ::slotted(img) { width: var(--media-button-icon-width); height: var(--media-button-icon-height, var(--media-control-height, 24px)); transform: var(--media-button-icon-transform); transition: var(--media-button-icon-transition); fill: var(--media-icon-color, var(--media-primary-color, rgb(238 238 238))); vertical-align: middle; max-width: 100%; max-height: 100%; min-width: 100%; } media-tooltip { max-width: 0; overflow-x: clip; opacity: 0; transition: opacity .3s, max-width 0s 9s; } :host(:hover) media-tooltip, :host(:focus-visible) media-tooltip { max-width: 100vw; opacity: 1; transition: opacity .3s; } :host([notooltip]) slot[name="tooltip"] { display: none; } rgba( 20,20,30,.7 )calc(12px/25pxrelativenoneinline-flexcentercenterborder-box1rgb( 238,238,238 )40013px/18pxhelveticaneue,segoeui,roboto,arial,sans-serif.35em.7emnone5pxdrop-shadow(004pxrgba( 0,0,0,.2 )0nowrapnoneinline-blockabsolute0px0pxsolidblockabsolutecalc(100%+12px50%translate(calc(-50%-0px,0calc(100%50%0transparenttransparenttransparenttranslate(calc(-50%+0px,0calc(absolutecalc(100%+12px50%translate(0,-50%050%100%0transparenttransparenttransparenttranslate(0,-50%0absolutecalc(100%+12px50%translate(calc(-50%-0px,0calc(100%50%0transparenttransparenttransparenttranslate(calc(-50%+0px,0calc(absolutecalc(100%+12px50%translate(0,-50%050%100%0transparenttransparenttransparenttranslate(0,-50%0none :host { --_tooltip-background-color: var(--media-tooltip-background-color, var(--media-secondary-color, rgba(20, 20, 30, .7))); --_tooltip-background: var(--media-tooltip-background, var(--_tooltip-background-color)); --_tooltip-arrow-half-width: calc(var(--media-tooltip-arrow-width, 12px) / 2); --_tooltip-arrow-height: var(--media-tooltip-arrow-height, 5px); --_tooltip-arrow-background: var(--media-tooltip-arrow-color, var(--_tooltip-background-color)); position: relative; pointer-events: none; display: var(--media-tooltip-display, inline-flex); justify-content: center; align-items: center; box-sizing: border-box; z-index: var(--media-tooltip-z-index, 1); background: var(--_tooltip-background); color: var(--media-text-color, var(--media-primary-color, rgb(238 238 238))); font: var(--media-font, var(--media-font-weight, 400) var(--media-font-size, 13px) / var(--media-text-content-height, var(--media-control-height, 18px)) var(--media-font-family, helvetica neue, segoe ui, roboto, arial, sans-serif)); padding: var(--media-tooltip-padding, .35em .7em); border: var(--media-tooltip-border, none); border-radius: var(--media-tooltip-border-radius, 5px); filter: var(--media-tooltip-filter, drop-shadow(0 0 4px rgba(0, 0, 0, .2))); white-space: var(--media-tooltip-white-space, nowrap); } :host([hidden]) { display: none; } img, svg { display: inline-block; } #arrow { position: absolute; width: 0px; height: 0px; border-style: solid; display: var(--media-tooltip-arrow-display, block); } :host(:not([placement])), :host([placement="top"]) { position: absolute; bottom: calc(100% + var(--media-tooltip-distance, 12px)); left: 50%; transform: translate(calc(-50% - var(--media-tooltip-offset-x, 0px)), 0); } :host(:not([placement])) #arrow, :host([placement="top"]) #arrow { top: 100%; left: 50%; border-width: var(--_tooltip-arrow-height) var(--_tooltip-arrow-half-width) 0 var(--_tooltip-arrow-half-width); border-color: var(--_tooltip-arrow-background) transparent transparent transparent; transform: translate(calc(-50% + var(--media-tooltip-offset-x, 0px)), 0); } :host([placement="right"]) { position: absolute; left: calc(100% + var(--media-tooltip-distance, 12px)); top: 50%; transform: translate(0, -50%); } :host([placement="right"]) #arrow { top: 50%; right: 100%; border-width: var(--_tooltip-arrow-half-width) var(--_tooltip-arrow-height) var(--_tooltip-arrow-half-width) 0; border-color: transparent var(--_tooltip-arrow-background) transparent transparent; transform: translate(0, -50%); } :host([placement="bottom"]) { position: absolute; top: calc(100% + var(--media-tooltip-distance, 12px)); left: 50%; transform: translate(calc(-50% - var(--media-tooltip-offset-x, 0px)), 0); } :host([placement="bottom"]) #arrow { bottom: 100%; left: 50%; border-width: 0 var(--_tooltip-arrow-half-width) var(--_tooltip-arrow-height) var(--_tooltip-arrow-half-width); border-color: transparent transparent var(--_tooltip-arrow-background) transparent; transform: translate(calc(-50% + var(--media-tooltip-offset-x, 0px)), 0); } :host([placement="left"]) { position: absolute; right: calc(100% + var(--media-tooltip-distance, 12px)); top: 50%; transform: translate(0, -50%); } :host([placement="left"]) #arrow { top: 50%; left: 100%; border-width: var(--_tooltip-arrow-half-width) 0 var(--_tooltip-arrow-half-width) var(--_tooltip-arrow-height); border-color: transparent transparent transparent var(--_tooltip-arrow-background); transform: translate(0, -50%); } :host([placement="none"]) #arrow { display: none; } Playback rate 5ch10px5px :host { min-width: 5ch; padding: var(--media-button-padding, var(--media-control-padding, 10px 5px)); } 1x" not in "current playback rate 1" "relativebold14px/24pxhelveticaneue,segoeui,roboto,arial,sans-serifrgb( 238,238,238 )rgb( 20,20,30,.7 )10pxcenterinline-flexcentermiddleborder-boxbackground.15slinearautopointertransparentinset0002pxrgb( 27,127,204,.9 )0none0rgba( 50,50,70,.7 )24pxrgb( 238,238,238 )middle100%100%100%0clip0opacity.3s,max-width0s9s100vw1opacity.3snone :host { position: relative; font: var(--media-font, var(--media-font-weight, bold) var(--media-font-size, 14px) / var(--media-text-content-height, var(--media-control-height, 24px)) var(--media-font-family, helvetica neue, segoe ui, roboto, arial, sans-serif)); color: var(--media-text-color, var(--media-primary-color, rgb(238 238 238))); background: var(--media-control-background, var(--media-secondary-color, rgb(20 20 30 / .7))); padding: var(--media-button-padding, var(--media-control-padding, 10px)); justify-content: var(--media-button-justify-content, center); display: inline-flex; align-items: center; vertical-align: middle; box-sizing: border-box; transition: background .15s linear; pointer-events: auto; cursor: pointer; -webkit-tap-highlight-color: transparent; } :host(:focus-visible) { box-shadow: inset 0 0 0 2px rgb(27 127 204 / .9); outline: 0; } :host(:where(:focus)) { box-shadow: none; outline: 0; } :host(:hover) { background: var(--media-control-hover-background, rgba(50 50 70 / .7)); } svg, img, ::slotted(svg), ::slotted(img) { width: var(--media-button-icon-width); height: var(--media-button-icon-height, var(--media-control-height, 24px)); transform: var(--media-button-icon-transform); transition: var(--media-button-icon-transition); fill: var(--media-icon-color, var(--media-primary-color, rgb(238 238 238))); vertical-align: middle; max-width: 100%; max-height: 100%; min-width: 100%; } media-tooltip { max-width: 0; overflow-x: clip; opacity: 0; transition: opacity .3s, max-width 0s 9s; } :host(:hover) media-tooltip, :host(:focus-visible) media-tooltip { max-width: 100vw; opacity: 1; transition: opacity .3s; } :host([notooltip]) slot[name="tooltip"] { display: none; } rgba( 20,20,30,.7 )calc(12px/25pxrelativenoneinline-flexcentercenterborder-box1rgb( 238,238,238 )40013px/18pxhelveticaneue,segoeui,roboto,arial,sans-serif.35em.7emnone5pxdrop-shadow(004pxrgba( 0,0,0,.2 )0nowrapnoneinline-blockabsolute0px0pxsolidblockabsolutecalc(100%+12px50%translate(calc(-50%-0px,0calc(100%50%0transparenttransparenttransparenttranslate(calc(-50%+0px,0calc(absolutecalc(100%+12px50%translate(0,-50%050%100%0transparenttransparenttransparenttranslate(0,-50%0absolutecalc(100%+12px50%translate(calc(-50%-0px,0calc(100%50%0transparenttransparenttransparenttranslate(calc(-50%+0px,0calc(absolutecalc(100%+12px50%translate(0,-50%050%100%0transparenttransparenttransparenttranslate(0,-50%0none :host { --_tooltip-background-color: var(--media-tooltip-background-color, var(--media-secondary-color, rgba(20, 20, 30, .7))); --_tooltip-background: var(--media-tooltip-background, var(--_tooltip-background-color)); --_tooltip-arrow-half-width: calc(var(--media-tooltip-arrow-width, 12px) / 2); --_tooltip-arrow-height: var(--media-tooltip-arrow-height, 5px); --_tooltip-arrow-background: var(--media-tooltip-arrow-color, var(--_tooltip-background-color)); position: relative; pointer-events: none; display: var(--media-tooltip-display, inline-flex); justify-content: center; align-items: center; box-sizing: border-box; z-index: var(--media-tooltip-z-index, 1); background: var(--_tooltip-background); color: var(--media-text-color, var(--media-primary-color, rgb(238 238 238))); font: var(--media-font, var(--media-font-weight, 400) var(--media-font-size, 13px) / var(--media-text-content-height, var(--media-control-height, 18px)) var(--media-font-family, helvetica neue, segoe ui, roboto, arial, sans-serif)); padding: var(--media-tooltip-padding, .35em .7em); border: var(--media-tooltip-border, none); border-radius: var(--media-tooltip-border-radius, 5px); filter: var(--media-tooltip-filter, drop-shadow(0 0 4px rgba(0, 0, 0, .2))); white-space: var(--media-tooltip-white-space, nowrap); } :host([hidden]) { display: none; } img, svg { display: inline-block; } #arrow { position: absolute; width: 0px; height: 0px; border-style: solid; display: var(--media-tooltip-arrow-display, block); } :host(:not([placement])), :host([placement="top"]) { position: absolute; bottom: calc(100% + var(--media-tooltip-distance, 12px)); left: 50%; transform: translate(calc(-50% - var(--media-tooltip-offset-x, 0px)), 0); } :host(:not([placement])) #arrow, :host([placement="top"]) #arrow { top: 100%; left: 50%; border-width: var(--_tooltip-arrow-height) var(--_tooltip-arrow-half-width) 0 var(--_tooltip-arrow-half-width); border-color: var(--_tooltip-arrow-background) transparent transparent transparent; transform: translate(calc(-50% + var(--media-tooltip-offset-x, 0px)), 0); } :host([placement="right"]) { position: absolute; left: calc(100% + var(--media-tooltip-distance, 12px)); top: 50%; transform: translate(0, -50%); } :host([placement="right"]) #arrow { top: 50%; right: 100%; border-width: var(--_tooltip-arrow-half-width) var(--_tooltip-arrow-height) var(--_tooltip-arrow-half-width) 0; border-color: transparent var(--_tooltip-arrow-background) transparent transparent; transform: translate(0, -50%); } :host([placement="bottom"]) { position: absolute; top: calc(100% + var(--media-tooltip-distance, 12px)); left: 50%; transform: translate(calc(-50% - var(--media-tooltip-offset-x, 0px)), 0); } :host([placement="bottom"]) #arrow { bottom: 100%; left: 50%; border-width: 0 var(--_tooltip-arrow-half-width) var(--_tooltip-arrow-height) var(--_tooltip-arrow-half-width); border-color: transparent transparent var(--_tooltip-arrow-background) transparent; transform: translate(calc(-50% + var(--media-tooltip-offset-x, 0px)), 0); } :host([placement="left"]) { position: absolute; right: calc(100% + var(--media-tooltip-distance, 12px)); top: 50%; transform: translate(0, -50%); } :host([placement="left"]) #arrow { top: 50%; left: 100%; border-width: var(--_tooltip-arrow-half-width) 0 var(--_tooltip-arrow-half-width) var(--_tooltip-arrow-height); border-color: transparent transparent transparent var(--_tooltip-arrow-background); transform: translate(0, -50%); } :host([placement="none"]) #arrow { display: none; } Seek backward" not in "seek back 10 seconds" "relativebold14px/24pxhelveticaneue,segoeui,roboto,arial,sans-serifrgb( 238,238,238 )rgb( 20,20,30,.7 )10pxcenterinline-flexcentermiddleborder-boxbackground.15slinearautopointertransparentinset0002pxrgb( 27,127,204,.9 )0none0rgba( 50,50,70,.7 )24pxrgb( 238,238,238 )middle100%100%100%0clip0opacity.3s,max-width0s9s100vw1opacity.3snone :host { position: relative; font: var(--media-font, var(--media-font-weight, bold) var(--media-font-size, 14px) / var(--media-text-content-height, var(--media-control-height, 24px)) var(--media-font-family, helvetica neue, segoe ui, roboto, arial, sans-serif)); color: var(--media-text-color, var(--media-primary-color, rgb(238 238 238))); background: var(--media-control-background, var(--media-secondary-color, rgb(20 20 30 / .7))); padding: var(--media-button-padding, var(--media-control-padding, 10px)); justify-content: var(--media-button-justify-content, center); display: inline-flex; align-items: center; vertical-align: middle; box-sizing: border-box; transition: background .15s linear; pointer-events: auto; cursor: pointer; -webkit-tap-highlight-color: transparent; } :host(:focus-visible) { box-shadow: inset 0 0 0 2px rgb(27 127 204 / .9); outline: 0; } :host(:where(:focus)) { box-shadow: none; outline: 0; } :host(:hover) { background: var(--media-control-hover-background, rgba(50 50 70 / .7)); } svg, img, ::slotted(svg), ::slotted(img) { width: var(--media-button-icon-width); height: var(--media-button-icon-height, var(--media-control-height, 24px)); transform: var(--media-button-icon-transform); transition: var(--media-button-icon-transition); fill: var(--media-icon-color, var(--media-primary-color, rgb(238 238 238))); vertical-align: middle; max-width: 100%; max-height: 100%; min-width: 100%; } media-tooltip { max-width: 0; overflow-x: clip; opacity: 0; transition: opacity .3s, max-width 0s 9s; } :host(:hover) media-tooltip, :host(:focus-visible) media-tooltip { max-width: 100vw; opacity: 1; transition: opacity .3s; } :host([notooltip]) slot[name="tooltip"] { display: none; } rgba( 20,20,30,.7 )calc(12px/25pxrelativenoneinline-flexcentercenterborder-box1rgb( 238,238,238 )40013px/18pxhelveticaneue,segoeui,roboto,arial,sans-serif.35em.7emnone5pxdrop-shadow(004pxrgba( 0,0,0,.2 )0nowrapnoneinline-blockabsolute0px0pxsolidblockabsolutecalc(100%+12px50%translate(calc(-50%-0px,0calc(100%50%0transparenttransparenttransparenttranslate(calc(-50%+0px,0calc(absolutecalc(100%+12px50%translate(0,-50%050%100%0transparenttransparenttransparenttranslate(0,-50%0absolutecalc(100%+12px50%translate(calc(-50%-0px,0calc(100%50%0transparenttransparenttransparenttranslate(calc(-50%+0px,0calc(absolutecalc(100%+12px50%translate(0,-50%050%100%0transparenttransparenttransparenttranslate(0,-50%0none :host { --_tooltip-background-color: var(--media-tooltip-background-color, var(--media-secondary-color, rgba(20, 20, 30, .7))); --_tooltip-background: var(--media-tooltip-background, var(--_tooltip-background-color)); --_tooltip-arrow-half-width: calc(var(--media-tooltip-arrow-width, 12px) / 2); --_tooltip-arrow-height: var(--media-tooltip-arrow-height, 5px); --_tooltip-arrow-background: var(--media-tooltip-arrow-color, var(--_tooltip-background-color)); position: relative; pointer-events: none; display: var(--media-tooltip-display, inline-flex); justify-content: center; align-items: center; box-sizing: border-box; z-index: var(--media-tooltip-z-index, 1); background: var(--_tooltip-background); color: var(--media-text-color, var(--media-primary-color, rgb(238 238 238))); font: var(--media-font, var(--media-font-weight, 400) var(--media-font-size, 13px) / var(--media-text-content-height, var(--media-control-height, 18px)) var(--media-font-family, helvetica neue, segoe ui, roboto, arial, sans-serif)); padding: var(--media-tooltip-padding, .35em .7em); border: var(--media-tooltip-border, none); border-radius: var(--media-tooltip-border-radius, 5px); filter: var(--media-tooltip-filter, drop-shadow(0 0 4px rgba(0, 0, 0, .2))); white-space: var(--media-tooltip-white-space, nowrap); } :host([hidden]) { display: none; } img, svg { display: inline-block; } #arrow { position: absolute; width: 0px; height: 0px; border-style: solid; display: var(--media-tooltip-arrow-display, block); } :host(:not([placement])), :host([placement="top"]) { position: absolute; bottom: calc(100% + var(--media-tooltip-distance, 12px)); left: 50%; transform: translate(calc(-50% - var(--media-tooltip-offset-x, 0px)), 0); } :host(:not([placement])) #arrow, :host([placement="top"]) #arrow { top: 100%; left: 50%; border-width: var(--_tooltip-arrow-height) var(--_tooltip-arrow-half-width) 0 var(--_tooltip-arrow-half-width); border-color: var(--_tooltip-arrow-background) transparent transparent transparent; transform: translate(calc(-50% + var(--media-tooltip-offset-x, 0px)), 0); } :host([placement="right"]) { position: absolute; left: calc(100% + var(--media-tooltip-distance, 12px)); top: 50%; transform: translate(0, -50%); } :host([placement="right"]) #arrow { top: 50%; right: 100%; border-width: var(--_tooltip-arrow-half-width) var(--_tooltip-arrow-height) var(--_tooltip-arrow-half-width) 0; border-color: transparent var(--_tooltip-arrow-background) transparent transparent; transform: translate(0, -50%); } :host([placement="bottom"]) { position: absolute; top: calc(100% + var(--media-tooltip-distance, 12px)); left: 50%; transform: translate(calc(-50% - var(--media-tooltip-offset-x, 0px)), 0); } :host([placement="bottom"]) #arrow { bottom: 100%; left: 50%; border-width: 0 var(--_tooltip-arrow-half-width) var(--_tooltip-arrow-height) var(--_tooltip-arrow-half-width); border-color: transparent transparent var(--_tooltip-arrow-background) transparent; transform: translate(calc(-50% + var(--media-tooltip-offset-x, 0px)), 0); } :host([placement="left"]) { position: absolute; right: calc(100% + var(--media-tooltip-distance, 12px)); top: 50%; transform: translate(0, -50%); } :host([placement="left"]) #arrow { top: 50%; left: 100%; border-width: var(--_tooltip-arrow-half-width) 0 var(--_tooltip-arrow-half-width) var(--_tooltip-arrow-height); border-color: transparent transparent transparent var(--_tooltip-arrow-background); transform: translate(0, -50%); } :host([placement="none"]) #arrow { display: none; } Seek forward" not in "seek forward 10 seconds"
WCAG 2.1 A F96
Section 508 (2017) A F96
6103 6259 6487 6645 6840
Critical The interactive element label must not appear as a descendant of the button element.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3913 3945 4034 4090
CriticalThe element label must not appear as a descendant of the button element.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3913 3945 4034 4090
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
1248 7127
Very ImportantThe :has() CSS pseudo class is not supported by all browsers.
Firefox
5486 5814
Very ImportantCannot use aria-label or aria-labelledby on elements and roles that prohibit naming.
Element role: generic Element role: generic Element role: generic Element role: generic Element role: generic
ARIA 1.2
3921 3953 4042 4098 4259 ...
2https://www.businessregiongoteborg.se/sites/brg/files/css/css_II4HfBTzdFrKLVH_ryen31dSPRhCzEEqS1ydJ_rO4Hs.css?delta=1&language=sv&theme=brg&include=eJxFjEEOAiEMAD_UXZ60KVDZKlDSluj-XhOi3mbmMFFLKFUi1s38qtwLpAdldtEDUxLNLD38aL-pdKee4RMoZJ0D6453fEGa5tKONQvLtmXQZnU2dgr25EEKAxWL4jjt-_iXffYxY2U7KYNd5tRCRKM3eFFDFQ
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
701
ImportantCSS flow relative border-block- and border-inline- properties are not supported by all browsers.
Safari
iPhone/iPad
25 25
2https://www.businessregiongoteborg.se/sites/brg/files/css/css_3ordwzCx7_IhSVv5tqZqVDU9ug2QjWBUfkz34zuAhbM.css?delta=3&language=sv&theme=brg&include=eJxFjEEOAiEMAD_UXZ60KVDZKlDSluj-XhOi3mbmMFFLKFUi1s38qtwLpAdldtEDUxLNLD38aL-pdKee4RMoZJ0D6453fEGa5tKONQvLtmXQZnU2dgr25EEKAxWL4jjt-_iXffYxY2U7KYNd5tRCRKM3eFFDFQ
ImportantCSS flow relative margin-block- and margin-inline- properties are not supported by all browsers.
Safari
iPhone/iPad
28 30
ImportantCSS flow relative padding-block- and padding-inline- properties are not supported by all browsers.
Safari
iPhone/iPad
28
2https://www.businessregiongoteborg.se/sites/brg/files/css/css_II4HfBTzdFrKLVH_ryen31dSPRhCzEEqS1ydJ_rO4Hs.css?delta=1&language=sv&theme=brg&include=eJw9y1sOwjAMRNENpfWSojymUYQTI9sFunsQkfozuudjMtyhEZ-nGGo8Ov9o1DChiUPWRo0lJ97ML-6zhfJA7S4aUymitcuku_ZDZTpmDeU0lxHXl5a2pWCXOQblZAivjrfRf_ch9WR8AZnhOYc
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
701
ImportantCSS flow relative border-block- and border-inline- properties are not supported by all browsers.
Safari
iPhone/iPad
25 25
2https://www.businessregiongoteborg.se/sites/brg/files/css/css_II4HfBTzdFrKLVH_ryen31dSPRhCzEEqS1ydJ_rO4Hs.css?delta=1&language=sv&theme=brg&include=eJw9jEEKwCAMwD7k1ieNWqvI1I62O_j7CcJuySGJWqA0idgO89nqKIFuTtVFLyQSTVUG_HRmleE8UqDXXPq1W9h2bAt9DRBybc56Ej6-ymDTnDtENP4Ajfktqw
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
701
ImportantCSS flow relative border-block- and border-inline- properties are not supported by all browsers.
Safari
iPhone/iPad
25 25
1https://www.businessregiongoteborg.se/nyheter/sverige-i-centrum-nar-elfordon-har-blivit-varldspolitik
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3551
1https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/evs38_1518june_programme_en.pdf
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
1 1 2 2 3 ...
2https://www.businessregiongoteborg.se/nyheter/skriva-affarsplan-en-guide-blivande-foretagare
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3838
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3837
2https://www.businessregiongoteborg.se/aktuellt/artiklar/hallbart-foretagande-en-guide-att-komma-igang
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3715
CriticalIndicating links using only a text color change does not work for color-blind users.
WCAG 2.1 A F73
Section 508 (2017) A F73
3569 3617 3618 3835 3905 ...
1https://www.businessregiongoteborg.se/nyheter/valja-ratt-foretagsform-en-guide-blivande-foretagare
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3725
2https://www.businessregiongoteborg.se/nyheter/rekordar-kop-av-goteborgska-techbolag
CriticalIdentify row and column headers in data tables using th elements, and mark layout tables with role=presentation.
WCAG 2.1 A F91
Section 508 (2017) A F91
3547
Very ImportantEnsure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.03 with color: rgb(0,0,0) background: rgb(21,96,130) font-size: 10.50pt font-weight: 400.00 3.03 with color: rgb(0,0,0) background: rgb(21,96,130) font-size: 10.50pt font-weight: 400.00 3.03 with color: rgb(0,0,0) background: rgb(21,96,130) font-size: 10.50pt font-weight: 400.00
WCAG 2.1 AA 1.4.3
Section 508 (2017) AA 1.4.3
3551 3554 3557
2https://www.businessregiongoteborg.se/nyheter/csrd-en-guide-sma-och-stora-foretag
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
4218
CriticalIdentify row and column headers in data tables using th elements, and mark layout tables with role=presentation.
WCAG 2.1 A F91
Section 508 (2017) A F91
3663
1https://www.businessregiongoteborg.se/nyheter/prao-en-guide-foretag
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3642
1https://www.businessregiongoteborg.se/aktuellt/artiklar/6-utmaningar-den-grona-omstallningen
CriticalLinks must have an accessible name.
WCAG 2.1 A F89
Section 508 (2017) A F89
3925
1https://www.businessregiongoteborg.se/nyheter/storskaligt-aterbruk-tar-plats-i-selma-stad
CriticalCSS text-decoration: blink has been used to make an element blink, and there's no way the user can turn this off. This causes severe problems for people with attention deficit disorders. Affects Firefox and Opera only.
Occurs in Firefox and Opera only. Other browsers don't support the BLINK element.
WCAG 2.1 A F4
Section 508 (2017) A F4
3528 3532 3536
2https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/konjunkturen-4-2024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 2 3 6 7 ...
1https://www.businessregiongoteborg.se/nyheter?page=3
Criticalimg alt text must not use ASCII art (which includes smileys).
alt='""'
WCAG 2.1 A F72
Section 508 (2017) A F72
4232
2https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/wkr0006_21.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 2 3 6 7 ...
1https://www.businessregiongoteborg.se/nyheter/nu-pratar-alla-om-aterbruk-vi-har-ett-ansvar-och-maste-ta-det
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3537 3540
2https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/konjunkturen22024_0.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
3 4 6 7 10 ...
1https://www.businessregiongoteborg.se/nyheter/sju-trender-inom-mobilitet-och-transport
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3983
1https://www.businessregiongoteborg.se/nyheter/nytt-samverkansprojekt-undersoker-hur-dubbelriktad-laddning-av-elbilar-kan-starka-energisystemet
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3536
1https://www.businessregiongoteborg.se/nyheter/snabbare-omstallning-med-hjalp-av-offentlig-upphandling
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3535 3540 3543 3547
2https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/konjunkturen32023_0.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 3 4 6 7 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Fakta%20%26%20Statistik%202023_1.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 2 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/konjunkturen22023_315.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 3 4 6 7 ...
1https://www.businessregiongoteborg.se/nyheter/ny-direktlinje-mellan-new-york-och-landvetter-med-sas
CriticalIndicating links using only a text color change does not work for color-blind users.
WCAG 2.1 A F73
Section 508 (2017) A F73
3538
4https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/release.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
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
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
0
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
2https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/konjunkturen12024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
3 4 6 7 10 ...
1https://www.businessregiongoteborg.se/nyheter/sju-life-science-trender
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
4174
2https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/konjunkturen42023.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 2 3 4 5 ...
3https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/wkr0006_238.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
0 2
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
2https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/sysselsttningifokus2023.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
5 8 12 17 21 ...
1https://www.businessregiongoteborg.se/nyheter/goteborgs-innovationskraft-starks-genom-gothenburg-green-city-zone
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3534 3539 3542
4https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/konjunkturen12021.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
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
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
0 1 2 3 4 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
4https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/fretagensfouivst2020.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
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
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
1 5 6 8 21 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/brg-industry-4.pdf
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
1 3 4 5 6 ...
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/sysselsattning-i-fokus-2021.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
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
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
5 10 13 17 20 ...
3https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/wkr0006_7.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
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
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
5 10 13 17 20 ...
4https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/wkr0006_2.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
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
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
0
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
4https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/wkr0006_8.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
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
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
1 2 3 5 6 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/nyheter/nyforetagandet-okar-tredje-aret-i-rad
CriticalIdentify row and column headers in data tables using th elements, and mark layout tables with role=presentation.
WCAG 2.1 A F91
Section 508 (2017) A F91
3543 3575
2https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/wkr0006_229.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 1 2 3 4 ...
2https://www.businessregiongoteborg.se/nyheter/konjunkturseminariet-peter-carlsson-och-nyckeln-till-goteborg
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3531 3539
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3530
1https://www.businessregiongoteborg.se/nyheter/danmark-nasta-tvala-tvaga
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3535
1https://www.businessregiongoteborg.se/nyheter/stora-varden-skapas-av-manga-sma-och-medelstora-goteborgsforetag
Very ImportantEnsure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.45 with color: rgb(14,148,199) background: rgb(255,255,255) font-size: 12.00pt font-weight: 500.00
WCAG 2.1 AA 1.4.3
Section 508 (2017) AA 1.4.3
3535
2https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/wkr0006_18.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 2 3 4 5 ...
1https://www.businessregiongoteborg.se/etablera-investera/gothenburg-tech?utm_source=di&utm_medium=native&utm_campaign=scaleup&utm_content=link
Very ImportantThe :has() CSS pseudo class is not supported by all browsers.
Firefox
3690
3https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/wkr0006_231.pdf
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
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
0
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/nyheter/goteborg-driver-svensk-tillvaxt-genom-dominans-inom-fou
CriticalIdentify row and column headers in data tables using th elements, and mark layout tables with role=presentation.
WCAG 2.1 A F91
Section 508 (2017) A F91
3546 3586 3633 3668
1https://www.businessregiongoteborg.se/nyheter/kraftsamling-att-skapa-en-attraktiv-batteribransch
Very ImportantEnsure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.74 with color: rgb(211,98,71) background: rgb(255,255,255) font-size: 12.00pt font-weight: 500.00
WCAG 2.1 AA 1.4.3
Section 508 (2017) AA 1.4.3
3532
1https://www.businessregiongoteborg.se/nyheter/ett-starkt-foretagsklimat-bygger-pa-tat-dialog-mellan-foretagarna-och-staden
Criticalimg alt text must not use ASCII art (which includes smileys).
alt='""'
WCAG 2.1 A F72
Section 508 (2017) A F72
3579
1https://www.businessregiongoteborg.se/nyheter/nu-ar-det-dags-igen-vi-besoker-100-foretag-runt-om-i-goteborg
Criticalimg alt text must not use ASCII art (which includes smileys).
alt='""'
WCAG 2.1 A F72
Section 508 (2017) A F72
3514
1https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/salyftervastsverigesvenskomstallningochkonkurrenskraft_3.pdf
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
1 6 7 9 12 ...
4https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/foretagens-fou-i-vast-2020_0.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
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
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
5 6 8 21 24 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/internationell-kompetens-2020_0.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 2 15 18 18 ...
2https://www.businessregiongoteborg.se/sites/brg/files/css/css_II4HfBTzdFrKLVH_ryen31dSPRhCzEEqS1ydJ_rO4Hs.css?delta=1&language=sv&theme=brg&include=eJxFjEEOwyAMBD_kwJMiAy6hdTCyjdT8vpVQ09vOSLNJa6wsCXkzv7j1CvlFpbnojjmLliY93is8VLpTL_AVFIvOgRzwiW_I01zOfZ3FRdsiGKhYFcdhv-RvwuxjJm52UAG7zOmMCY0-M2c8QA
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
701
ImportantCSS flow relative border-block- and border-inline- properties are not supported by all browsers.
Safari
iPhone/iPad
25 25
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/goteborg-borgar-for-tillvaxt.pdf
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
1 2 3 10 21 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/tillvaxtrapport-2021-2023-for-tillvaxtprogrammet-business-region-goteborg.pdf
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
1 3 4 5 6 ...
1https://www.businessregiongoteborg.se/publikationer/konjunkturen-1-2025
CriticalCSS text-decoration: blink has been used to make an element blink, and there's no way the user can turn this off. This causes severe problems for people with attention deficit disorders. Affects Firefox and Opera only.
Occurs in Firefox and Opera only. Other browsers don't support the BLINK element.
WCAG 2.1 A F4
Section 508 (2017) A F4
3527
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-1-2025.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 2 3 6 7 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-1-2025-ppt.pdf
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
1 1 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/economic-outlook-1-2025.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 2 3 6 7 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/economic-outlook-1-2025-ppt.pdf
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
1 1 3 4 5 ...
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/verksamhetsplan-och-budget-2025.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
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
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
1 3 9 20 20
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/foretagens-fou-i-vast-2024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
5 6 9 24 27 ...
1https://www.businessregiongoteborg.se/publikationer/konjunkturen-4-2024
CriticalCSS text-decoration: blink has been used to make an element blink, and there's no way the user can turn this off. This causes severe problems for people with attention deficit disorders. Affects Firefox and Opera only.
Occurs in Firefox and Opera only. Other browsers don't support the BLINK element.
WCAG 2.1 A F4
Section 508 (2017) A F4
3527
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-4-2024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 2 3 6 7 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-4-2024-ppt.pdf
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
1 1 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/economic-outlook-4-2024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 2 3 6 7 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/economic-outlook-4-2024-ppt.pdf
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
1 1 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/rapport-status-och-maluppfyllnad-goteborgs-stads-elektrifieringsplan-2022-2030-business-region-goteborg.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 4 5 7 8 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/F%C3%B6retagande%202024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
4 9 14 25 28 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/naringsliv-tillvaxt-2024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
7 12 17 27 30 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/F%28t%29FF_2024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 1 3 4 6 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Klusteranalys_Logistik_2024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 1 2 3 4 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Fakta%20%26%20Statistik%20PPT%202024.pdf
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
1 2 3 4 5 ...
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/BRG_Facts_Figures_2024_EN.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
0 8
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Facts%20%26%20Figures%20PPT%202024.pdf
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
1 2 3 4 5 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Handlingsplan%20G%C3%B6teborgs%20Stads%20n%C3%A4ringslivsstrategiska%20program%202024-2025%201_1.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Verksamhetsplan%202024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 3 10 10 10 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/bilaga-1-genomforandeplan-for-budget-2025.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/foretagande2023.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
4 8 12 14 19 ...
1https://www.businessregiongoteborg.se/publikationer?page=2
Criticalimg alt text must not use ASCII art (which includes smileys).
alt='""'
WCAG 2.1 A F72
Section 508 (2017) A F72
4112
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Syssels%C3%A4ttning%20i%20fokus%202023.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
5 8 12 17 21 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/G%C3%B6teborgs%20Stads%20n%C3%A4ringslivsstrategiska%20program_2023.pdf
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
32
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Fakta%20%26%20Statistik%202023_3.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 2 3 4 5 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Fakta%20%26%20Statistik%20PPT%202023_1.pdf
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
1 2 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/busi0172_kulturella_kreativa_naringar_original_se_k6.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 1 2 3 4 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/brg-verksamhetsplan-2023-1.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 10
1https://www.businessregiongoteborg.se/publikationer/accelerera-cirkular-om-stallning
Criticalimg alt text must not use ASCII art (which includes smileys).
alt='""'
WCAG 2.1 A F72
Section 508 (2017) A F72
3518
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Slutrapport_Accelerera%20cirkul%C3%A4r%20omst%C3%A4llning%20SME.pdf
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
1
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Tillv%C3%A4xtrapport%202019-2021%20f%C3%B6r%20Tillv%C3%A4xtprogrammet%20-%20Business%20Region%20G%C3%B6teborg.pdf
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
1 2 4 5 6 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/sammanfattning-framrutan.pdf
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
1 2 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/foretagens-fou-i-vast-2022_0.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
5 6 9 23 26 ...
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/produktblad-hallbar-affarsutveckling.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 2 3
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/goteborg-ledande-pa-kompetens-inom-batteri-och-fordonsindustri_0.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 13 24 25 40 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/klusteranalys_rymd_2022.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 1 2 3 4 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/foretagande-2022.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
4 8 12 14 19 ...
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/produktblad-karnkompetens.pdf
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
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
0
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Handlingsplan%202022_23_G%C3%B6teborgs%20Stads%20n%C3%A4ringslivsstrategiska%20program.pdf
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
4 6 6 8 8
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/tillvaxtteam-wp22.pdf
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
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
0
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/varderingar-wp22.pdf
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
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
0
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/tillvaxtmatning_brg_exf_2020.pdf
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
3 4 5 6 7 ...
4https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/sme-och-techforetagen_uppdaterad.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
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
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
1 5 6 7 12 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/external.-electrification-of-leisure-boats-and-infrastructure_-international-arena-210426_1.pdf
Criticalalt text should not be an image file name.
alt='C:\Users\SERB21868\AppData\Local\Microsoft\Windows\INetCache\Content.Word\Interregperiscopetransp.png' alt='G:\Brand\New Visual Identity\Assets\WSP logos\wsp_RGB.png'
WCAG 2.1 A F30
Section 508 (2017) A F30
1 37
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 10 12 18 21 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/testbaddsrapport.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/produktblad-ledarskap.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 1 2 3 4 ...
4https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-3-2022.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
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
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
1 2 3 3 4 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-3-2022-ppt.pdf
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
1 2 3 4 9 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/klusteranalys-mikromobilitet-2022.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 1 2 3 4 ...
4https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/naringsliv-tillvaxt-2022.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
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
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
1 7 11 14 21 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/produktblad-marknadsforing.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 1 2 3 4 ...
4https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/sysselsattning-i-fokus-2022.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
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
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
1 8 10 14 18 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/brg_tillatande_miljoer_digitalny.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 1 2 3 4 ...
4https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-2-2022_final.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
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
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
1 2 4 4 5 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-2-2022-ppt_final.pdf
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
1 2 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/brg_fakta_och_statistik_2022_web_0.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 2 3 4 5 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/fakta-amp-statistik-2022-powerpointbilder.pdf
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
1 2 3 4 23 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/healthcare-market-west-sweden.pdf
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
1 8 14 16 17 ...
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/tillvaxt-turism-slutrapport-2016-2018-webb.pdf
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
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
0
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/the-power-of-coactionse.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
0 1 2 3 8 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/artiklar
Very ImportantThe :has() CSS pseudo class is not supported by all browsers.
Firefox
4422
1https://www.businessregiongoteborg.se/aktuellt/artiklar/sju-effekter-av-vastsveriges-nya-batteriindustri
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3873
1https://www.businessregiongoteborg.se/aktuellt/artiklar/kompetensforsorjning-i-sma-och-medelstora-foretag
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3602
1https://www.businessregiongoteborg.se/kalender/uppfoljande-workshop-sa-vidareutvecklar-vi-samverkan-mellan-skola-och-naringsliv
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3658
1https://www.businessregiongoteborg.se/kalender/tales-tech-hub-hardware-edition-idea-product
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3663
1https://www.businessregiongoteborg.se/kalender/svar-direkt-affarsjuridik-i-vardagen
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3706
1https://www.businessregiongoteborg.se/kalender/starta-cafe-restaurangdagen-2025
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3657
1https://www.businessregiongoteborg.se/kalender/ar-ditt-foretag-redo-sa-paverkar-de-nya-hallbarhetskraven-sma-och-medelstora-foretag-16-april
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3682
1https://www.businessregiongoteborg.se/kalender/yesbox-frukostklubb-10
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3656
1https://www.businessregiongoteborg.se/kalender/arbeta-strategiskt-pa-linkedin-social-selling-1
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3682
1https://www.businessregiongoteborg.se/kalender/hallbarhetshjulet-6-maj-2025
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3685
1https://www.businessregiongoteborg.se/kalender/inspirationskvall-starta-eget-7maj
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3707
1https://www.businessregiongoteborg.se/kalender/workshopserien-driva-0
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3685
1https://www.businessregiongoteborg.se/kalender/vilken-e-handlare-ar-du-kom-i-gang-med-din-e-handel-2
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3704
1https://www.businessregiongoteborg.se/kalender/skapa-en-hemsida-ditt-foretag-2-delar-2
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3727
1https://www.businessregiongoteborg.se/kalender/sakra-ratt-kompetens-21-maj
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3705
1https://www.businessregiongoteborg.se/kalender/konjunkturseminarium-om-energi-och-ekonomi
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3693
1https://www.businessregiongoteborg.se/kalender/gurra-krantz-bast-attityd-vinner
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3698
1https://www.businessregiongoteborg.se/kalender/ar-ditt-foretag-redo-sa-paverkar-de-nya-hallbarhetskraven-sma-och-medelstora-foretag-12-juni
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3682
1https://www.businessregiongoteborg.se/kalender/natverk-ledarskap-vd
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3715
2https://www.businessregiongoteborg.se/sites/brg/files/css/css_II4HfBTzdFrKLVH_ryen31dSPRhCzEEqS1ydJ_rO4Hs.css?delta=1&language=sv&theme=brg&include=eJxFi0EOxCAIAD9k5UkNCrVmKRjQQ3-_B5Pd28wkU7xBEysoR8xXurZUP0x9mp9Yqzl1U_hRvtx0slKqK6Y9535h27EtDXRsjuMOIF8DJf9LXjpWkR43U4o3Jj9QMPgLgH014g
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
701
ImportantCSS flow relative border-block- and border-inline- properties are not supported by all browsers.
Safari
iPhone/iPad
25 25
1https://www.businessregiongoteborg.se/om-oss/vara-erbjudanden
CriticalIndicating links using only a text color change does not work for color-blind users.
WCAG 2.1 A F73
Section 508 (2017) A F73
3666 3666 3667 3667 3667 ...
2https://www.businessregiongoteborg.se/sites/brg/files/css/css_II4HfBTzdFrKLVH_ryen31dSPRhCzEEqS1ydJ_rO4Hs.css?delta=1&language=sv&theme=brg&include=eJxFi0EOwyAMwD5EmydVATIaLRCUBE39_Q5I28225GwNmmhGOTwe4dFSeVPlULuwFLXKOuBH58t0BI2ayvLQfu0Xth3bUl8S7BwE_uFJliYaNsN5O1RbE-X8l3ONubKw31STPx7UIaPTF1kpPLc
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
701
ImportantCSS flow relative border-block- and border-inline- properties are not supported by all browsers.
Safari
iPhone/iPad
25 25
2https://www.businessregiongoteborg.se/sites/brg/files/css/css_3ordwzCx7_IhSVv5tqZqVDU9ug2QjWBUfkz34zuAhbM.css?delta=3&language=sv&theme=brg&include=eJxFi0EOwyAMwD5EmydVATIaLRCUBE39_Q5I28225GwNmmhGOTwe4dFSeVPlULuwFLXKOuBH58t0BI2ayvLQfu0Xth3bUl8S7BwE_uFJliYaNsN5O1RbE-X8l3ONubKw31STPx7UIaPTF1kpPLc
ImportantCSS flow relative margin-block- and margin-inline- properties are not supported by all browsers.
Safari
iPhone/iPad
28 30
ImportantCSS flow relative padding-block- and padding-inline- properties are not supported by all browsers.
Safari
iPhone/iPad
28
2https://www.businessregiongoteborg.se/kalender/cirkular-affarsutveckling-23-apr
CriticalThe visual label must appear in the accessible name of links and controls.
Visual label: "Till anmälan" not in "To registration for Cirkulär affärsutveckling"
WCAG 2.1 A F96
Section 508 (2017) A F96
3724
CriticalUse semantic markup like strong instead of using the CSS font-weight property.
WCAG 2.1 A F2
Section 508 (2017) A F2
3710
1https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/wkr0006_14.pdf
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
3 4 5 6 7 ...
1https://www.businessregiongoteborg.se/foretagande/utveckla-foretag/tillvaxtprogrammet/programupplagg
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3612
2https://www.businessregiongoteborg.se/sites/brg/files/css/css_II4HfBTzdFrKLVH_ryen31dSPRhCzEEqS1ydJ_rO4Hs.css?delta=1&language=sv&theme=brg&include=eJx1S0sOAiEMvRADR5oU6FRioaQtMXN7Y8bowrh5_5eVErFk4M385DYolDvW5qI7lCJam4z0UfFQGY6jhrLMpe_XN11uu1yYoEAK82ap6prA8ZvENebK3OyGNdhpjj1lMAwPzIdoT2-OyNhxeKzo0NiiCxH_n3U0A_rtX_AEUP1ZiA
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
701
ImportantCSS flow relative border-block- and border-inline- properties are not supported by all browsers.
Safari
iPhone/iPad
25 25
1https://www.businessregiongoteborg.se/foretagande/utveckla-foretag/tillvaxtprogrammet/event-i-tillvaxtprogrammet
CriticalIndicating links using only a text color change does not work for color-blind users.
WCAG 2.1 A F73
Section 508 (2017) A F73
3903 4460
1https://www.businessregiongoteborg.se/kalender/naringslivskontoret-i-hogsbo
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3639
1https://www.businessregiongoteborg.se/kalender/naringslivskontoret-pa-hisingen
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3639
3https://www.businessregiongoteborg.se/kalender/cirkular-affarsutveckling-15-okt
CriticalThe visual label must appear in the accessible name of links and controls.
Visual label: "Till anmälan" not in "To registration for Cirkulär affärsutveckling"
WCAG 2.1 A F96
Section 508 (2017) A F96
3732
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3703
CriticalUse semantic markup like strong instead of using the CSS font-weight property.
WCAG 2.1 A F2
Section 508 (2017) A F2
3718
4https://www.businessregiongoteborg.se/sites/brg/files/content/S%C3%A4kra%20r%C3%A4tt%20kompetens%20-%20F%C3%B6rdjupning%202024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
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
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
0
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/foretagande/goteborgs-stads-naringslivskontor
Very ImportantThe :has() CSS pseudo class is not supported by all browsers.
Firefox
3997
1https://www.businessregiongoteborg.se/foretagande/hallbart-foretagande/workshop-cirkular-affarsutveckling
CriticalCSS text-decoration: blink has been used to make an element blink, and there's no way the user can turn this off. This causes severe problems for people with attention deficit disorders. Affects Firefox and Opera only.
Occurs in Firefox and Opera only. Other browsers don't support the BLINK element.
WCAG 2.1 A F4
Section 508 (2017) A F4
3563
1https://www.businessregiongoteborg.se/podcasts?amne%5B1204%5D=1204
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3494
1https://www.businessregiongoteborg.se/podcasts?amne%5B1204%5D=1204&page=0
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3494
1https://www.businessregiongoteborg.se/podcasts?amne%5B1204%5D=1204&page=1
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3494
1https://www.businessregiongoteborg.se/podcasts?amne%5B1205%5D=1205
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3494
1https://www.businessregiongoteborg.se/podcasts/29-goteborg-laddar-framtiden
Very ImportantThe :has() CSS pseudo class is not supported by all browsers.
Firefox
3537
1https://www.businessregiongoteborg.se/podcasts/28-vagen-till-goteborg
Very ImportantThe :has() CSS pseudo class is not supported by all browsers.
Firefox
3537
1https://www.businessregiongoteborg.se/podcasts?amne%5B1205%5D=1205&page=0
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3494
1https://www.businessregiongoteborg.se/podcasts?amne%5B1205%5D=1205&page=1
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3494
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Sa%CC%8A%20lyfter%20Va%CC%88stsverige%20svensk%20omsta%CC%88llning%20och%20konkurrenskraft.pdf
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
1 6 7 9 12 ...
1https://www.businessregiongoteborg.se/naringslivsutveckling/hallbar-utveckling/goteborgs-plattform-klimatneutralt-byggande
CriticalIndicating links using only a text color change does not work for color-blind users.
WCAG 2.1 A F73
Section 508 (2017) A F73
3771 3773 4487 4489 4490 ...
1https://www.businessregiongoteborg.se/kalender/accelererad-aterbruksmarknad-vilka-byggprodukter-har-storst-potential
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3731
1https://www.businessregiongoteborg.se/extern/event?cat=bygg
Very ImportantThe input type=time attribute is not supported by some browsers.
Safari
3558 3594
2https://www.businessregiongoteborg.se/sites/brg/files/css/css_II4HfBTzdFrKLVH_ryen31dSPRhCzEEqS1ydJ_rO4Hs.css?delta=1&language=sv&theme=brg&include=eJxtjEEKwzAMBD_kRE8ysqwat4oVJBma3zdg2lNvO7MwxRo00YKyeVzSR0v04tpDLSORWu064Lf2h-kIHjXdgqHaPFF2fOI70fTQI68YLNoWfb9zFumUCeUuoMF_nfzy4AMKOn8AdeY-iw
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
701
ImportantCSS flow relative border-block- and border-inline- properties are not supported by all browsers.
Safari
iPhone/iPad
25 25
2https://www.businessregiongoteborg.se/kalender/cirkular-affarsutveckling-23-apr?calendar=bygg
CriticalThe visual label must appear in the accessible name of links and controls.
Visual label: "Till anmälan" not in "To registration for Cirkulär affärsutveckling"
WCAG 2.1 A F96
Section 508 (2017) A F96
3733
CriticalUse semantic markup like strong instead of using the CSS font-weight property.
WCAG 2.1 A F2
Section 508 (2017) A F2
3719
1https://www.businessregiongoteborg.se/kalender/accelererad-aterbruksmarknad-vilka-byggprodukter-har-storst-potential?calendar=bygg
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3740
3https://www.businessregiongoteborg.se/kalender/cirkular-affarsutveckling-15-okt?calendar=bygg
CriticalThe visual label must appear in the accessible name of links and controls.
Visual label: "Till anmälan" not in "To registration for Cirkulär affärsutveckling"
WCAG 2.1 A F96
Section 508 (2017) A F96
3741
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3712
CriticalUse semantic markup like strong instead of using the CSS font-weight property.
WCAG 2.1 A F2
Section 508 (2017) A F2
3727
1https://www.businessregiongoteborg.se/naringslivsutveckling/hallbar-utveckling/goteborgs-plattform-klimatneutralt-byggande/living-lab-klimatneutralt-byggande
CriticalIndicating links using only a text color change does not work for color-blind users.
WCAG 2.1 A F73
Section 508 (2017) A F73
3577 3577 3577 3577 3663 ...
1https://www.businessregiongoteborg.se/naringslivsutveckling/hallbar-utveckling/mode-och-textil
CriticalCSS text-decoration: blink has been used to make an element blink, and there's no way the user can turn this off. This causes severe problems for people with attention deficit disorders. Affects Firefox and Opera only.
Occurs in Firefox and Opera only. Other browsers don't support the BLINK element.
WCAG 2.1 A F4
Section 508 (2017) A F4
3660 3661
2https://www.businessregiongoteborg.se/sites/brg/files/content/F(t)FF_Rapport_DESIGN.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 1 3 4 6 ...
1https://www.businessregiongoteborg.se/naringslivsutveckling/hallbar-utveckling/handslag-framtiden
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3596
2https://www.businessregiongoteborg.se/sites/brg/files/css/css_II4HfBTzdFrKLVH_ryen31dSPRhCzEEqS1ydJ_rO4Hs.css?delta=1&language=sv&theme=brg&include=eJxFjFEKxCAMBS9kzZFK1NTKRiNJ_OjttyDs_r15MJO0QmVJyIf5w23UkD9UmouemLNoaTLgt-KlMpxGCXmZSz-3C5uOTaG_AYSrsZPGjNNfM0xUrIrzNii6JnL8P3GNuRI3u6kEe8ypQ0KjLzMEPd8
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
701
ImportantCSS flow relative border-block- and border-inline- properties are not supported by all browsers.
Safari
iPhone/iPad
25 25
2https://www.businessregiongoteborg.se/sites/brg/files/css/css_II4HfBTzdFrKLVH_ryen31dSPRhCzEEqS1ydJ_rO4Hs.css?delta=1&language=sv&theme=brg&include=eJxFzEEOwyAMRNELEThSZMAhtAYj20jN7YsUNd3Nn8WLUkIhjkCb2kW1F5femKux7JASS67cw7P8IdwNe3brwJBlDiAPL_i4NNW47TcW7trucm2JEI5KhuITDFuUGyBQBMapP-f_-NnHjFT1xOz0UsMWIih-AWukRD0
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
701
ImportantCSS flow relative border-block- and border-inline- properties are not supported by all browsers.
Safari
iPhone/iPad
25 25
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/slutrapport-samverkan-och-organisering-for-kompetensomstallning-2019.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1
2https://www.businessregiongoteborg.se/sites/brg/files/css/css_8w0KpkX2XDXexTmeTXRx018j5wyZqGOFgV8Ld4r02bw.css?delta=1&language=sv&theme=brg&include=eJxFjFEKAyEMBS_kmiMt0aSuNBpJtMXbF7rQ_gxv3sckK1BEE8rhc0vtJeQnU51qJ-asRlU7_FZ8mPbJnUIWdN_QlTjk5VPbeXfgtuO2MNCwGI7LgWwNlPh_4upjJal-MQXfPrlBQufwqvx2-DI2pSX8AbboQd0
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
703
ImportantCSS flow relative border-block- and border-inline- properties are not supported by all browsers.
Safari
iPhone/iPad
27 27
1https://www.businessregiongoteborg.se/podcasts?amne%5B1206%5D=1206
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3494
1https://www.businessregiongoteborg.se/podcasts/61-andreas-andersen-vd-liseberg
Very ImportantThe :has() CSS pseudo class is not supported by all browsers.
Firefox
3537
1https://www.businessregiongoteborg.se/din-partner-i-naringslivet-goteborgsregionen
CriticalIndicating links using only a text color change does not work for color-blind users.
WCAG 2.1 A F73
Section 508 (2017) A F73
3505 4073
1https://www.businessregiongoteborg.se/etablera-investera/gothenburg-tech
Very ImportantThe :has() CSS pseudo class is not supported by all browsers.
Firefox
3690
4https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/sme-och-techforetagen.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
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
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
1 5 6 7 12 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/etablera-investera/gothenburg-tech/workshop-tech-advance
CriticalCSS text-decoration: blink has been used to make an element blink, and there's no way the user can turn this off. This causes severe problems for people with attention deficit disorders. Affects Firefox and Opera only.
Occurs in Firefox and Opera only. Other browsers don't support the BLINK element.
WCAG 2.1 A F4
Section 508 (2017) A F4
3760 3791 3822 3853
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/kkn-klusterkartlaggning_0.pdf
Criticalalt text should not be an image file name.
alt='\\brg.local\shares\profiles\karsko\Desktop\BRG LOGO - final\Loggor för Officeprogrammen\BRG_blue_Office.png' alt='\\brg.local\shares\profiles\karsko\Desktop\BRG LOGO - final\Loggor för Officeprogrammen\BRG_blue_Office.png'
WCAG 2.1 A F30
Section 508 (2017) A F30
3 17
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
2 3 4 7 10 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/logistik-kluster-v2-190923.pdf
Criticalalt text should not be an image file name.
alt='\\brg.local\shares\profiles\karsko\Desktop\BRG LOGO - final\Loggor för Officeprogrammen\BRG_blue_Office.png'
WCAG 2.1 A F30
Section 508 (2017) A F30
3
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
2 3 5 6 7 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/sjofart-klusterkartlaggning-v1-190627.pdf
Criticalalt text should not be an image file name.
alt='\\brg.local\shares\profiles\karsko\Desktop\BRG LOGO - final\Loggor för Officeprogrammen\BRG_blue_Office.png'
WCAG 2.1 A F30
Section 508 (2017) A F30
3
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
2 3 4 5 6 ...
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/foretagande-2021.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
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
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
4 8 12 14 20 ...
2https://www.businessregiongoteborg.se/sites/brg/files/2025-02/konjunkturen-1-2025-1.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 2 3 6 7 ...
1https://www.businessregiongoteborg.se/sites/brg/files/2025-02/konjunkturen-1-2025-ppt.pdf
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
1 1 3 4 5 ...
1https://www.businessregiongoteborg.se/analys-omvarld/branschfakta/ikt
Very ImportantThe :has() CSS pseudo class is not supported by all browsers.
Firefox
3848
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Klusteranalys_IKT_2023.pdf
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
0 4 5 6 19
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/BRG_Fakta_Statistik_2024_SE.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
0 1 36
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
3https://www.businessregiongoteborg.se/sites/brg/files/2024-11/brg_gothenburg_grafisk_profil_2024_4.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
0 29
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
3https://www.businessregiongoteborg.se/sites/brg/files/content/BRG_Gothenburg_grafisk_profil_low_2024_4.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
0 29
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/publikationer/konjunkturen-3-2024
CriticalCSS text-decoration: blink has been used to make an element blink, and there's no way the user can turn this off. This causes severe problems for people with attention deficit disorders. Affects Firefox and Opera only.
Occurs in Firefox and Opera only. Other browsers don't support the BLINK element.
WCAG 2.1 A F4
Section 508 (2017) A F4
3527
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Konjunkturen%20%233%202024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 2 3 6 7 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Konjunkturen%20%233%202024%20PPT.pdf
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
1 1 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Economic%20Outlook%20%233%202024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 2 3 6 7 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Economic%20Outlook%20%233%202024%20PPT.pdf
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
1 1 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Konjunkturen%20%232%202024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
3 4 6 7 10 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Konjunkturen%20%232%202024%20PPT.pdf
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
1 1 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Konjunkturen%20%231%202024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
3 4 6 7 10 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Konjunkturen%20%231%202024%20PPT.pdf
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
1 3 4 5 6 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Konjunkturen%20%234%202023.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 2 3 4 5 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Konjunkturen%20%234%202023%20PPT.pdf
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
1 3 4 5 6 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Konjunkturen%20%233%202023.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 3 4 6 7 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Konjunkturen%20%233%202023%20PPT.pdf
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
1 2 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-2-2023.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 3 4 6 7 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-2-2023-ppt.pdf
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
1 2 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-1-2023.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 3 4 6 7 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-1-2023-ppt_1.pdf
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
1 2 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-4-2022.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
1 2 3 3 4 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-4-2022-ppt.pdf
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
1 2 3 4 5 ...
4https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-1-2022-rapport.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
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
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
0 1 2 3 4 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-1-2022-ppt_0.pdf
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
1 2 3 4 5 ...
4https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-4-2021.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
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
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
1 2 3 5 6 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-4-2021-ppt.pdf
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
1 2 3 4 12 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-3-2021-ppt.pdf
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
1 2 3 9 12 ...
4https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-3-2021.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
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
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
1 2 3 5 6 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-4-2020-ppt.pdf
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
1 2 3 4 12 ...
1https://www.businessregiongoteborg.se/podcasts?amne%5B1207%5D=1207
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3494
1https://www.businessregiongoteborg.se/goteborgs-julkalender-2023
CriticalIndicating links using only a text color change does not work for color-blind users.
WCAG 2.1 A F73
Section 508 (2017) A F73
3552
1https://www.businessregiongoteborg.se/podcasts?amne%5B1207%5D=1207&page=0
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3494
1https://www.businessregiongoteborg.se/podcasts?amne%5B1207%5D=1207&page=1
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3494
1https://www.businessregiongoteborg.se/podcasts?amne%5B1207%5D=1207&page=2
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3494
1https://www.businessregiongoteborg.se/podcasts
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3494
2https://www.businessregiongoteborg.se/sites/brg/files/css/css_II4HfBTzdFrKLVH_ryen31dSPRhCzEEqS1ydJ_rO4Hs.css?delta=1&language=sv&theme=brg&include=eJxFy2sOwyAMA-ALUTgSCiSlaClBSdjj9ptWaftj-bPkQu6kmZ5TjDDvnT-01GiQAoeiLTWWAryZv7iPFuqNsLtohlpFsctIvxZ3leE0MNRlLme-vunSdilMUGgK87CEuiZw_C9xjbkKdzsIg73M6UwFjMK908PSN-MpuJjeKP9Juw
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
701
ImportantCSS flow relative border-block- and border-inline- properties are not supported by all browsers.
Safari
iPhone/iPad
25 25
1https://www.businessregiongoteborg.se/podcasts/75-henrik-kant-caroline-ahrnens-martin-del-2-om-goteborgs-stadsutveckling
Very ImportantThe :has() CSS pseudo class is not supported by all browsers.
Firefox
3537
1https://www.businessregiongoteborg.se/podcasts?page=0
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3494
1https://www.businessregiongoteborg.se/podcasts?page=1
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3494
1https://www.businessregiongoteborg.se/podcasts?page=2
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3494
1https://www.businessregiongoteborg.se/podcasts?page=3
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3494
1https://www.businessregiongoteborg.se/podcasts?page=4
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3494
1https://www.businessregiongoteborg.se/podcasts?page=5
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3494
1https://www.businessregiongoteborg.se/podcasts/11-goteborg-sveriges-kunskapsregion
Very ImportantThe :has() CSS pseudo class is not supported by all browsers.
Firefox
3537
1https://www.businessregiongoteborg.se/podcasts?page=6
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3494
1https://www.businessregiongoteborg.se/innovationslabb-goteborgsmat-2035-matsystem-och-beredskap
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3656
2https://www.businessregiongoteborg.se/sites/brg/files/css/css_II4HfBTzdFrKLVH_ryen31dSPRhCzEEqS1ydJ_rO4Hs.css?delta=1&language=sv&theme=brg&include=eJw9yzEOwCAIQNELaTmSUaDGVCEBOnj7Dibd_ht-sw59aqsze-w5pCd8mEaolYqoRkMF_rpuUwkWSvh66CrnhaN8lHx78IJWnT8jFSWu
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
701
ImportantCSS flow relative border-block- and border-inline- properties are not supported by all browsers.
Safari
iPhone/iPad
25 25
3https://www.businessregiongoteborg.se/sites/brg/files/2025-03/business-region-goteborg_mall-affarsplan.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
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
0 1 2 3 4 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
413 issues on 243 pages