[Skip navigation links]

Site Report

This tab shows a list of all pages with issues.

IssuesDescription and URLGuidelineLine
7https://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
3745 3901 4129 4287 4482
Critical The interactive element label must not appear as a descendant of the button element.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
1418 1450 1552 1614
CriticalThe element label must not appear as a descendant of the button element.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
1418 1450 1552 1614
Very ImportantThe CSS outline or border style on this element makes it difficult or impossible to see the link focus outline.
outline-style:none or outline-width:0
WCAG 2.1 AA F78
Section 508 (2017) AA F78
1353
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
4770
Very ImportantThe :has() CSS pseudo class is not supported by all browsers.
Firefox
3129 3458
Very ImportantCannot use aria-label or aria-labelledby on elements and roles that prohibit naming.
Element role: generic Element role: generic Element role: generic Element role: generic Element role: generic
ARIA 1.2
1426 1458 1560 1622 1794 ...
1https://www.businessregiongoteborg.se/sites/brg/files/css/css_EkAUTAuFpLSVhGLzkyl6_BZ4fTxUY9yzBLhGQWaY2ig.css?delta=1&language=sv&theme=brg&include=eJxFjVEOwyAMQy-UwpGqABllSwlKgrTefpPQuj8_S8-2y5zOmNAIktZYWRLyZn5x6xXyi0pz0R1zFi1NerxTeKh0p15goGJVHIfFonMgh38TZh8zcbODCuRpLue-TuKibRF8V-mn4xPfH0IiPEA
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
701
1https://www.businessregiongoteborg.se/artiklar
Very ImportantThe :has() CSS pseudo class is not supported by all browsers.
Firefox
4206
1https://www.businessregiongoteborg.se/aktuellt/artiklar/sokmotoroptimering-guide-hur-du-lyckas-med-seo
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3622
1https://www.businessregiongoteborg.se/sites/brg/files/css/css_EkAUTAuFpLSVhGLzkyl6_BZ4fTxUY9yzBLhGQWaY2ig.css?delta=1&language=sv&theme=brg&include=eJw9zV0OwyAMA-AL0eZIiB8XoQUyJem23n7VkPZi-Xux7TLHoJwMIWujxpITb-YX99lCeaB2F42pFNHaZdK_7YfKdMwaXh1vo1_uQ-rJ9xbcoRGfpxhqPDrfNGqY0MShnOYy4nqjpW3pC3HCOYc
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
701
1https://www.businessregiongoteborg.se/sites/brg/files/css/css_EkAUTAuFpLSVhGLzkyl6_BZ4fTxUY9yzBLhGQWaY2ig.css?delta=1&language=sv&theme=brg&include=eJw9yzEOwCAIQNELaTmSUaDGVCEBOnj7Dibd_hu-bw9e0KpzatahT211Zo89h_SED9MItVIR1WiowF_XbSrBQglfD13lvHCUjz4bpCWu
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
701
1https://www.businessregiongoteborg.se/kalender/yesbox-frukostklubb-7
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3698
1https://www.businessregiongoteborg.se/kalender/techmeetup-varldens-basta-team
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/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
3752
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
3731
1https://www.businessregiongoteborg.se/kalender/svar-direkt-cybersakerhet
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3753
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
3751
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
3767
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
3729
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
3735
1https://www.businessregiongoteborg.se/kalender/hallbarhetshjulet
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3737
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
3764
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
3772
1https://www.businessregiongoteborg.se/kalender/workshopserien-driva-0
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3738
1https://www.businessregiongoteborg.se/sites/brg/files/css/css_EkAUTAuFpLSVhGLzkyl6_BZ4fTxUY9yzBLhGQWaY2ig.css?delta=1&language=sv&theme=brg&include=eJxFjUEOxCAIAD9k5UkNCrVmKRjQQ3-_B5Pd28xcJt6Y_EDB4FS8QRMrKEfMV7q2VD9MfZqfWKs5dVP4Ub7cdLJSGujYHMcdQL4GSv6XvHSsIj1uplRXTHvOPYFtx7Yvdkg14g
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
701
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
4035
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
4242
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3679 3736 3795 3895
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
3666
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/sites/brg/files/css/css_EkAUTAuFpLSVhGLzkyl6_BZ4fTxUY9yzBLhGQWaY2ig.css?delta=1&language=sv&theme=brg&include=eJx1jsEOwyAMQ3-IwidVAdIMLRCUBE39-2nqtB2mXWw_HyzbaY49ZTAMWSkRSwbezE9ug0K5Y20uukMporXJSJ8UD5XhOGqYoEAK82ap6prA8dvENebK3OyGNTwwH6I9vT2-5KdExo7DY0WHxhZdiBhDWebS9-tgumi76O9ERzMgfAI80lmI
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
701
1https://www.businessregiongoteborg.se/foretagande/utveckla-foretag/tillvaxtprogrammet/event-i-tillvaxtprogrammet
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3554
1https://www.businessregiongoteborg.se/kalender/sakra-ratt-kompetens-18-mars
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3758
1https://www.businessregiongoteborg.se/kalender/sakra-ratt-kompetens-21-maj
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3758
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
3769
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/sites/brg/files/css/css_3zY8mDr7Y6UN9CXrBw2Xm9Wois0P851yx-8YUTYojB8.css?delta=1&language=sv&theme=brg&include=eJxFjlEKAyEMRC_kmiMtUVNXGo0k2uLtWypsf4Z572MYWzaoQkAjFzRDZgnIh43FpWUXn5TKED0xRtFUpMHd_EOlDWrJRUazBU0SuVeht8EvfZU0mVxHxazYL4OksyP7v_Gz9Rm42EXfnWlD6rk_wKZj0weoRUHd
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
703
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
3770
1https://www.businessregiongoteborg.se/aktuellt/artiklar/csrd-en-guide-for-foretag
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3626
1https://www.businessregiongoteborg.se/extern/event?cat=bygg
Very ImportantThe input type=time attribute is not supported by some browsers.
Safari
3612 3648
1https://www.businessregiongoteborg.se/sites/brg/files/css/css_EkAUTAuFpLSVhGLzkyl6_BZ4fTxUY9yzBLhGQWaY2ig.css?delta=1&language=sv&theme=brg&include=eJxtjEEKwzAMBD_kRE8ysqwat4oVJBma3zdg2lNvO7vM-uXBBxR0TsUaNNGCsnlc0kdL9OLaQy0jkVrtOuCX9ofpCB410fTQIy8XFm2Lvts5i3TKhHILaPC_Tvc1Q7V5ouz4xPcHhHA-iw
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
701
2https://www.businessregiongoteborg.se/naringslivsutveckling/hallbar-utveckling/mode-och-textil
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3552
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
3737 3738
2https://www.businessregiongoteborg.se/sites/brg/files/content/F(t)FF_Rapport_DESIGN.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 1 3 4 6 ...
1https://www.businessregiongoteborg.se/naringslivsutveckling/hallbar-utveckling/handslag-framtiden
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3650
1https://www.businessregiongoteborg.se/sites/brg/files/css/css_EkAUTAuFpLSVhGLzkyl6_BZ4fTxUY9yzBLhGQWaY2ig.css?delta=1&language=sv&theme=brg&include=eJxFjUEOwyAMBD9E8JMiAw5BNRjZ5pDfNxJSe9vZw4w95tQhoVFIWqGyJOTD_OE2asgfKs1FT8xZtDQZ8FvxUhlOo4SJilVx3gZF10SO_yeuMVfiZjeV0F8bwtXYSWPG6a8m5GUu_dxl2HRs-gIvKj3f
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
701
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
3957
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
3928
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/foretagande-2021.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalUse the lang attribute to identify the language of the page.
WCAG 2.1 A 3.1.1
Section 508 (2017) A 3.1.1
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
4 8 12 14 20 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Klusteranalys_IKT_2023.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
0 4 5 6 19
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
3https://www.businessregiongoteborg.se/sites/brg/files/2024-11/brg_gothenburg_grafisk_profil_2024_4.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
0 29
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
3https://www.businessregiongoteborg.se/sites/brg/files/content/BRG_Gothenburg_grafisk_profil_low_2024_4.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
0 29
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Konjunkturen%20%232%202024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
3 4 6 7 10 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Konjunkturen%20%232%202024%20PPT.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 1 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Konjunkturen%20%231%202024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
3 4 6 7 10 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Konjunkturen%20%231%202024%20PPT.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 3 4 5 6 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Konjunkturen%20%234%202023.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 4 5 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Konjunkturen%20%234%202023%20PPT.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 3 4 5 6 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Konjunkturen%20%233%202023.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 3 4 6 7 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Konjunkturen%20%233%202023%20PPT.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-2-2023.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 3 4 6 7 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-2-2023-ppt.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-1-2023.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 3 4 6 7 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-1-2023-ppt_1.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-4-2022.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 3 4 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-4-2022-ppt.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 4 5 ...
4https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-3-2022.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalUse the lang attribute to identify the language of the page.
WCAG 2.1 A 3.1.1
Section 508 (2017) A 3.1.1
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 3 4 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-3-2022-ppt.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 4 9 ...
4https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-4-2021.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalUse the lang attribute to identify the language of the page.
WCAG 2.1 A 3.1.1
Section 508 (2017) A 3.1.1
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 5 6 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-4-2021-ppt.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 4 12 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-3-2021-ppt.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 9 12 ...
4https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-3-2021.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalUse the lang attribute to identify the language of the page.
WCAG 2.1 A 3.1.1
Section 508 (2017) A 3.1.1
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 5 6 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
2https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/konjunkturen-4-2024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 6 7 ...
1https://www.businessregiongoteborg.se/nyheter?page=1
Criticalimg alt text must not use ASCII art (which includes smileys).
alt='""'
WCAG 2.1 A F72
Section 508 (2017) A F72
4070
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
3591 3594
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
3596 3617
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 ...
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
1https://www.businessregiongoteborg.se/nyheter/snabbare-omstallning-med-hjalp-av-offentlig-upphandling
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3589 3594 3597 3601
2https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/konjunkturen32023_0.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 3 4 6 7 ...
2https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/sysselsttningifokus2023.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
5 8 12 17 21 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Fakta%20%26%20Statistik%202023_1.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/konjunkturen22023_315.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 3 4 6 7 ...
2https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/fretagenstrygghetsunderskninggoteborgsstad2022_315.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 13 16 24 33 ...
2https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/wkr0006_18.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 4 5 ...
1https://www.businessregiongoteborg.se/nyheter/goteborg-driver-svensk-tillvaxt-genom-dominans-inom-fou
CriticalIdentify row and column headers in data tables using th elements, and mark layout tables with role=presentation.
WCAG 2.1 A F91
Section 508 (2017) A F91
3600 3640 3687 3722
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
3590
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
3607
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/goteborgs-innovationskraft-starks-genom-gothenburg-green-city-zone
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3588 3593 3596
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
3586
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
3585 3593
CriticalHeadings should not be empty.
ARIA 1.2 5.2.8
3584
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 ...
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 ...
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 ...
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
3634
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
3568
1https://www.businessregiongoteborg.se/sites/brg/files/newsFiles/salyftervastsverigesvenskomstallningochkonkurrenskraft_3.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 6 7 9 12 ...
4https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/foretagens-fou-i-vast-2020_0.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalUse the lang attribute to identify the language of the page.
WCAG 2.1 A 3.1.1
Section 508 (2017) A 3.1.1
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
5 6 8 21 24 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
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
3597 3629
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 ...
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/etablera-investera/gothenburg-tech?utm_source=di&utm_medium=native&utm_campaign=scaleup&utm_content=link
Very ImportantThe :has() CSS pseudo class is not supported by all browsers.
Firefox
3744
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/sites/brg/files/css/css_EkAUTAuFpLSVhGLzkyl6_BZ4fTxUY9yzBLhGQWaY2ig.css?delta=1&language=sv&theme=brg&include=eJxFjkEOwyAMBD9E4EnIYIegOhjZ0Da_b1Sk9rLamcuuXTboDAmMXNISCksC3mxcXFtx-UFYh2iEnEWxSgu_5neVNqih66BQFPphAXV2YP83frY-E1c7CN2z0svCN_0pOPkepTFII727GGHcK99ooVAjBXZ52pAzrlth0bboA_a7Sbs
Very ImportantThe CSS backdrop-filter: property is not supported by some browsers.
Safari
iPhone/iPad
701
1https://www.businessregiongoteborg.se/podcasts/64-fakta-statistik-2024-kunskap-om-goteborgs-naringsliv
Very ImportantThe :has() CSS pseudo class is not supported by all browsers.
Firefox
3610
1https://www.businessregiongoteborg.se/podcasts/29-goteborg-laddar-framtiden
Very ImportantThe :has() CSS pseudo class is not supported by all browsers.
Firefox
3610
1https://www.businessregiongoteborg.se/podcasts/11-goteborg-sveriges-kunskapsregion
Very ImportantThe :has() CSS pseudo class is not supported by all browsers.
Firefox
3610
1https://www.businessregiongoteborg.se/publikationer/trendspaning-om-den-grona-omstallningen
Criticaliframe and frame elements must have a title attribute.
WCAG 2.1 A 4.1.2
Section 508 (2017) A 4.1.2
3587
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/foretagens-fou-i-vast-2024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
5 6 9 24 27 ...
1https://www.businessregiongoteborg.se/publikationer/konjunkturen-4-2024
CriticalCSS text-decoration: blink has been used to make an element blink, and there's no way the user can turn this off. This causes severe problems for people with attention deficit disorders. Affects Firefox and Opera only.
Occurs in Firefox and Opera only. Other browsers don't support the BLINK element.
WCAG 2.1 A F4
Section 508 (2017) A F4
3581
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-4-2024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 6 7 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-4-2024-ppt.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 1 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/economic-outlook-4-2024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 6 7 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/economic-outlook-4-2024-ppt.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 1 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/rapport-status-och-maluppfyllnad-goteborgs-stads-elektrifieringsplan-2022-2030-business-region-goteborg.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 4 5 7 8 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/F%C3%B6retagande%202024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
4 9 14 25 28 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/naringsliv-tillvaxt-2024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
7 12 17 27 30 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/F%28t%29FF_2024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 1 3 4 6 ...
1https://www.businessregiongoteborg.se/publikationer/konjunkturen-3-2024
CriticalCSS text-decoration: blink has been used to make an element blink, and there's no way the user can turn this off. This causes severe problems for people with attention deficit disorders. Affects Firefox and Opera only.
Occurs in Firefox and Opera only. Other browsers don't support the BLINK element.
WCAG 2.1 A F4
Section 508 (2017) A F4
3581
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Konjunkturen%20%233%202024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 6 7 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Konjunkturen%20%233%202024%20PPT.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 1 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Economic%20Outlook%20%233%202024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 6 7 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Economic%20Outlook%20%233%202024%20PPT.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 1 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Klusteranalys_Logistik_2024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 1 2 3 4 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Sa%CC%8A%20lyfter%20Va%CC%88stsverige%20svensk%20omsta%CC%88llning%20och%20konkurrenskraft.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 6 7 9 12 ...
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/BRG_Fakta_Statistik_2024_SE.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
0 1 36
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Fakta%20%26%20Statistik%20PPT%202024.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 4 5 ...
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/BRG_Facts_Figures_2024_EN.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
0 8
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Facts%20%26%20Figures%20PPT%202024.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 4 5 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Handlingsplan%20G%C3%B6teborgs%20Stads%20n%C3%A4ringslivsstrategiska%20program%202024-2025%201_1.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Verksamhetsplan%202024.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 3 10 10 10 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/foretagande2023.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
4 8 12 14 19 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Syssels%C3%A4ttning%20i%20fokus%202023.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
5 8 12 17 21 ...
1https://www.businessregiongoteborg.se/publikationer?page=2
Criticalimg alt text must not use ASCII art (which includes smileys).
alt='""'
WCAG 2.1 A F72
Section 508 (2017) A F72
3955
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/G%C3%B6teborgs%20Stads%20n%C3%A4ringslivsstrategiska%20program_2023.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
32
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Fakta%20%26%20Statistik%202023_3.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 4 5 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Fakta%20%26%20Statistik%20PPT%202023_1.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/busi0172_kulturella_kreativa_naringar_original_se_k6.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 1 2 3 4 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/brg-verksamhetsplan-2023-1.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 10
1https://www.businessregiongoteborg.se/publikationer/accelerera-cirkular-om-stallning
Criticalimg alt text must not use ASCII art (which includes smileys).
alt='""'
WCAG 2.1 A F72
Section 508 (2017) A F72
3572
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Slutrapport_Accelerera%20cirkul%C3%A4r%20omst%C3%A4llning%20SME.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Tillv%C3%A4xtrapport%202019-2021%20f%C3%B6r%20Tillv%C3%A4xtprogrammet%20-%20Business%20Region%20G%C3%B6teborg.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 4 5 6 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/sammanfattning-framrutan.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/foretagens-fou-i-vast-2022_0.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
5 6 9 23 26 ...
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/produktblad-hallbar-affarsutveckling.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/goteborg-ledande-pa-kompetens-inom-batteri-och-fordonsindustri_0.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 13 24 25 40 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/klusteranalys_rymd_2022.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 1 2 3 4 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/foretagande-2022.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
4 8 12 14 19 ...
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/produktblad-karnkompetens.pdf
CriticalUse the lang attribute to identify the language of the page.
WCAG 2.1 A 3.1.1
Section 508 (2017) A 3.1.1
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
0
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/Handlingsplan%202022_23_G%C3%B6teborgs%20Stads%20n%C3%A4ringslivsstrategiska%20program.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
4 6 6 8 8
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/produktblad-ledarskap.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 1 2 3 4 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/klusteranalys-mikromobilitet-2022.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 1 2 3 4 ...
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/varderingar-wp22.pdf
CriticalUse the lang attribute to identify the language of the page.
WCAG 2.1 A 3.1.1
Section 508 (2017) A 3.1.1
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
0
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
4https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/sme-och-techforetagen_uppdaterad.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalUse the lang attribute to identify the language of the page.
WCAG 2.1 A 3.1.1
Section 508 (2017) A 3.1.1
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 5 6 7 12 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/external.-electrification-of-leisure-boats-and-infrastructure_-international-arena-210426_1.pdf
Criticalalt text should not be an image file name.
alt='C:\Users\SERB21868\AppData\Local\Microsoft\Windows\INetCache\Content.Word\Interregperiscopetransp.png' alt='G:\Brand\New Visual Identity\Assets\WSP logos\wsp_RGB.png'
WCAG 2.1 A F30
Section 508 (2017) A F30
1 37
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 10 12 18 21 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/testbaddsrapport.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1
4https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/naringsliv-tillvaxt-2022.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalUse the lang attribute to identify the language of the page.
WCAG 2.1 A 3.1.1
Section 508 (2017) A 3.1.1
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 7 11 14 21 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/produktblad-marknadsforing.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 1 2 3 4 ...
4https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/sysselsattning-i-fokus-2022.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalUse the lang attribute to identify the language of the page.
WCAG 2.1 A 3.1.1
Section 508 (2017) A 3.1.1
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 8 10 14 18 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/brg_tillatande_miljoer_digitalny.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 1 2 3 4 ...
4https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-2-2022_final.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalUse the lang attribute to identify the language of the page.
WCAG 2.1 A 3.1.1
Section 508 (2017) A 3.1.1
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 4 4 5 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-2-2022-ppt_final.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 4 5 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/brg_fakta_och_statistik_2022_web_0.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 4 5 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/fakta-amp-statistik-2022-powerpointbilder.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 4 23 ...
4https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-1-2022-rapport.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalUse the lang attribute to identify the language of the page.
WCAG 2.1 A 3.1.1
Section 508 (2017) A 3.1.1
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
0 1 2 3 4 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-1-2022-ppt_0.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 4 5 ...
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/tillvaxtteam-wp22.pdf
CriticalUse the lang attribute to identify the language of the page.
WCAG 2.1 A 3.1.1
Section 508 (2017) A 3.1.1
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
0
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/healthcare-market-west-sweden.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 8 14 16 17 ...
1https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/konjunkturen-4-2020-ppt.pdf
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1 2 3 4 12 ...
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/kkn-klusterkartlaggning_0.pdf
Criticalalt text should not be an image file name.
alt='\\brg.local\shares\profiles\karsko\Desktop\BRG LOGO - final\Loggor för Officeprogrammen\BRG_blue_Office.png' alt='\\brg.local\shares\profiles\karsko\Desktop\BRG LOGO - final\Loggor för Officeprogrammen\BRG_blue_Office.png'
WCAG 2.1 A F30
Section 508 (2017) A F30
3 17
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
2 3 4 7 10 ...
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/slutrapport-samverkan-och-organisering-for-kompetensomstallning-2019.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/logistik-kluster-v2-190923.pdf
Criticalalt text should not be an image file name.
alt='\\brg.local\shares\profiles\karsko\Desktop\BRG LOGO - final\Loggor för Officeprogrammen\BRG_blue_Office.png'
WCAG 2.1 A F30
Section 508 (2017) A F30
3
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
2 3 5 6 7 ...
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/tillvaxt-turism-slutrapport-2016-2018-webb.pdf
CriticalUse the lang attribute to identify the language of the page.
WCAG 2.1 A 3.1.1
Section 508 (2017) A 3.1.1
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
0
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
2https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/sjofart-klusterkartlaggning-v1-190627.pdf
Criticalalt text should not be an image file name.
alt='\\brg.local\shares\profiles\karsko\Desktop\BRG LOGO - final\Loggor för Officeprogrammen\BRG_blue_Office.png'
WCAG 2.1 A F30
Section 508 (2017) A F30
3
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
2 3 4 5 6 ...
3https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/the-power-of-coactionse.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
0 1 2 3 8 ...
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
4https://www.businessregiongoteborg.se/sites/brg/files/downloadable_files/storstaforetagen2015.pdf
CriticalDocument title must not be blank.
WCAG 2.1 A F25
Section 508 (2017) A F25
1
CriticalUse the lang attribute to identify the language of the page.
WCAG 2.1 A 3.1.1
Section 508 (2017) A 3.1.1
1
CriticalFigures and images in PDF documents should have non blank ALT text, except for decorative images which should be marked as artifacts.
WCAG 2.1 A F65
Section 508 (2017) A F65
1
CriticalPDFs must be tagged to be accessible by screen readers.
WCAG 2.1 A 1.3.1
Section 508 (2017) A 1.3.1
1
331 issues on 181 pages