[Skip navigation links]

Site Report

This tab shows a list of all pages with issues.

IssuesDescription and URLGuidelineLine
1https://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
2056 2212 2440 2598 2793
1https://www.businessregiongoteborg.se/aktuellt/artiklar/sokmotoroptimering-guide-hur-du-lyckas-med-seo
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3602
1https://www.businessregiongoteborg.se/kalender/digital-marknadsforing
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
3662
1https://www.businessregiongoteborg.se/kalender/workshopserien-driva-15-nov
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3693
1https://www.businessregiongoteborg.se/kalender/yesbox-frukostklubb-6
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3678
1https://www.businessregiongoteborg.se/kalender/foretagslotsen-i-frukostsoffan-4
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3690
1https://www.businessregiongoteborg.se/kalender/techmeetup-33-listan-vad-hande-sedan
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3704
2https://www.businessregiongoteborg.se/kalender/optimera-nyttjande-forlang-livslangd-och-anpassa
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3711
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
3647
1https://www.businessregiongoteborg.se/evenemang/kunddriven-affarsutveckling-2-delar-5-dec-2024
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3735
2https://www.businessregiongoteborg.se/kalender/vilken-e-handlare-ar-du-kom-i-gang-med-din-e-handel-1
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3710
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
3654 3655 3655
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
3705
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
3704
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
3704
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
3699
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
3714
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
3717
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
3728
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
3720
1https://www.businessregiongoteborg.se/kalender/workshopserien-driva-1
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3718
1https://www.businessregiongoteborg.se/aktuellt/artiklar/sju-trender-inom-mobilitet-och-transport-2024
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
4012
2https://www.businessregiongoteborg.se/aktuellt/artiklar/sju-life-science-trender-2024
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
4223
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3659 3716 3775 3875
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
3648
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
3536
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
3758
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/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
3750
1https://www.businessregiongoteborg.se/aktuellt/artiklar/csrd-en-guide-for-foretag
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3606
2https://www.businessregiongoteborg.se/naringslivsutveckling/hallbar-utveckling/mode-och-textil
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3534
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
3724 3725
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/mikromobilitet-och-mikrologistik
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3534
1https://www.businessregiongoteborg.se/naringslivsutveckling/hallbar-utveckling/handslag-framtiden
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3632
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
3792
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
3908
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%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/sites/brg/files/downloadable_files/konjunkturen-4-2020-ppt.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 4 12 ...
1https://www.businessregiongoteborg.se/nyheter
Criticalimg alt text must not use ASCII art (which includes smileys).
alt='""'
WCAG 2.1 A F72
Section 508 (2017) A F72
4211
2https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/konjunkturen-4-2024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 6 7 ...
1https://www.businessregiongoteborg.se/nyheter/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
3548
1https://www.businessregiongoteborg.se/nyheter?page=0
Criticalimg alt text must not use ASCII art (which includes smileys).
alt='""'
WCAG 2.1 A F72
Section 508 (2017) A F72
4211
2https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/nringslivtillvxt2024.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/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
3571 3574
1https://www.businessregiongoteborg.se/nyheter/alla-nyheter/de-10-mest-lyssnade-avsnitten-av-podden-business-goteborg
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3576 3597
1https://www.businessregiongoteborg.se/nyheter/goteborg-satsar-stort-pa-framtidens-mobilitet
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3574
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 ...
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/nytt-samverkansprojekt-undersoker-hur-dubbelriktad-laddning-av-elbilar-kan-starka-energisystemet
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3570
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/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/konjunkturen12023_315.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 3 4 6 7 ...
1https://www.businessregiongoteborg.se/nyheter/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
3580 3620 3667 3702
1https://www.businessregiongoteborg.se/nyheter/kraftsamling-att-skapa-en-attraktiv-batteribransch
Very ImportantEnsure that text and background colors have enough contrast.
The text color to background color contrast ratio after composition is: 3.74 with color: rgb(211,98,71) background: rgb(255,255,255) font-size: 12.00pt font-weight: 500.00
WCAG 2.1 AA 1.4.3
Section 508 (2017) AA 1.4.3
3566
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/snabbare-omstallning-med-hjalp-av-offentlig-upphandling
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3569 3574 3577 3581
1https://www.businessregiongoteborg.se/nyheter/halla-dar-gustav-grunden-yrkesfiskare-pa-grace-fiskeback
CriticalLinks must have an accessible name.
WCAG 2.1 A F89
Section 508 (2017) A F89
3587
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/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/goteborgs-innovationskraft-starks-genom-gothenburg-green-city-zone
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3568 3573 3576
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 ...
2https://www.businessregiongoteborg.se/nyheter/konjunkturseminariet-peter-carlsson-och-nyckeln-till-goteborg
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3565 3573
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3564
1https://www.businessregiongoteborg.se/nyheter/danmark-nasta-tvala-tvaga
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3569
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
3569
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
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/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 ...
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
3615
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 ...
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
3577 3609
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
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/goteborg-dominerar-alltmer-inom-svensk-fou
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3581
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 ...
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_5.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
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
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
3563
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/N%C3%A4ringsliv%20%26%20Tillv%C3%A4xt%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
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
3563
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 ...
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 ...
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 ...
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/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 ...
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
3790
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
3554
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 ...
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/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
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 ...
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
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
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
319 issues on 173 pages