[Skip navigation links]

Site Report

This tab shows a list of all pages with issues.

IssuesDescription and URLGuidelineLine
3https://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
3395 3551 3779 3937 4132
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
809 4420
Very ImportantThe :has() CSS pseudo class is not supported by all browsers.
Firefox
2779 3108
1https://www.businessregiongoteborg.se/themes/brg/dist/css/index.css
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
666
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
3611
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
3615 3618 3621
1https://www.businessregiongoteborg.se/nyheter/mikromobilitet-leder-vagen-mot-en-utslappsfri-stadsmiljo
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3623
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
3592 3596 3600
1https://www.businessregiongoteborg.se/nyheter?page=2
Criticalimg alt text must not use ASCII art (which includes smileys).
alt='""'
WCAG 2.1 A F72
Section 508 (2017) A F72
3918
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
3601 3604
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
4041
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
3600
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-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
4239
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
1https://www.businessregiongoteborg.se/nyheter/goteborgs-innovationskraft-starks-genom-gothenburg-green-city-zone
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3598 3603 3606
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/snabbare-omstallning-med-hjalp-av-offentlig-upphandling
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3599 3604 3607 3611
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/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 ...
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 ...
2https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/fretagenstrygghetsunderskninggoteborgsstad2022_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 13 16 24 33 ...
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
3602
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/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
3610 3650 3697 3732
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/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 ...
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
4https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/naringsliv-tillvaxt-2020webb.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 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
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 ...
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/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
3644
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
3578
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/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/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
3607 3639
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 ...
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
3599
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/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
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
3591
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 ...
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
3591
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/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/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 ...
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
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 ...
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/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
3965
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
3582
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
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 ...
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 ...
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
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
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 ...
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 ...
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
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 ...
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 ...
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/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/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 ...
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
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/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
4https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/storstaforetagen2015.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
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/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
3938
1https://www.businessregiongoteborg.se/aktuellt/artiklar/sokmotoroptimering-guide-hur-du-lyckas-med-seo
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3632
1https://www.businessregiongoteborg.se/kalender/7-steg-till-framgangsrik-forsaljning
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3762
1https://www.businessregiongoteborg.se/kalender/skapa-en-hemsida-ditt-foretag-2-delar-1
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3790
1https://www.businessregiongoteborg.se/kalender/ett-nytt-mobilitetserbjudande-goteborgs-fastigheter
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3728
1https://www.businessregiongoteborg.se/kalender/techmeetup-recorded-future
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3741
1https://www.businessregiongoteborg.se/kalender/svar-direkt-cybersakerhet
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3763
1https://www.businessregiongoteborg.se/kalender/kunddriven-affarsutveckling-2-delar-0
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3790
1https://www.businessregiongoteborg.se/kalender/5-steg-att-bygga-ett-framgangsrikt-team
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3761
1https://www.businessregiongoteborg.se/kalender/hantera-teamet-ratt-na-hogre-mal
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3777
1https://www.businessregiongoteborg.se/kalender/maximera-din-framgang-borja-med-budgetarbete-i-tid-0
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3784
1https://www.businessregiongoteborg.se/kalender/kairos-future-hogre-forandringstakt-kraver-skarpare-omvarldsspaning
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3739
1https://www.businessregiongoteborg.se/kalender/arbeta-strategiskt-pa-linkedin-social-selling-0
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3745
1https://www.businessregiongoteborg.se/kalender/tech-advance
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3761
1https://www.businessregiongoteborg.se/evenemang/workshopserien-driva-250307
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3745
1https://www.businessregiongoteborg.se/kalender/hallbarhetshjulet
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3747
1https://www.businessregiongoteborg.se/kalender/sa-kan-du-gora-affarer-med-goteborgs-stad-1
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3726
1https://www.businessregiongoteborg.se/kalender/svar-direkt-arbetsratt
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3774
1https://www.businessregiongoteborg.se/kalender/ledarutveckling-stark-dig-i-din-ledarroll
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3782
1https://www.businessregiongoteborg.se/kalender/starta-smart-maximera-effekten-av-din-digitala-marknadsforing
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3739
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
3745
1https://www.businessregiongoteborg.se/kalender/hallbarhetshjulet-0
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3757
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
3737
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
3748
2https://www.businessregiongoteborg.se/om-oss/vara-erbjudanden
CriticalUse HTML headings instead of applying CSS heading styles to non-headings.
WCAG 2.1 A F2
Section 508 (2017) A F2
4285 4333 4381
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
3728 3728 3729 3729 3729 ...
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
3676
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 ...
1https://www.businessregiongoteborg.se/foretagande/utveckla-foretag/tillvaxtprogrammet/event-i-tillvaxtprogrammet
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3564
1https://www.businessregiongoteborg.se/kalender/sakra-ratt-kompetens-18-mars
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3768
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
3768
1https://www.businessregiongoteborg.se/foretagande/utveckla-foretag/tillvaxtprogrammet/deltagande-foretag
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3779
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/aktuellt/artiklar/csrd-en-guide-for-foretag
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3636
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
3836 3838 4227 4229 4230 ...
1https://www.businessregiongoteborg.se/extern/event?cat=bygg
Very ImportantThe input type=time attribute is not supported by some browsers.
Safari
3622 3658
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
3641 3641 3641 3641 3727 ...
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
3734 3735
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
3660
1https://www.businessregiongoteborg.se/publikationer?title=&main_category=957&field_downloadable_file_type_target_id=All&date-filter-year=&custom_date_filter_up=-5%20years&page=2
Criticalimg alt text must not use ASCII art (which includes smileys).
alt='""'
WCAG 2.1 A F72
Section 508 (2017) A F72
3967
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
3825 3856 3887 3918
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/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/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
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-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 ...
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/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
3568 4136 4209
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
3990
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
3780
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
3634 3682 3683 3729 3734 ...
327 issues on 183 pages