Foxability - Test results
Test results
Test results
Test subject: http://www.abo.fi/public/
Statistics for the evaluated page
Total tests: 64
Tests | Percent | Total | Percent | |
---|---|---|---|---|
Total passed: | 45 | 70.31% | 45 | 11.63% |
-Passed with remarks: | 20 | 31.25% | 30 | 7.75% |
Failed: | 14 | 21.88% | 291 | 75.19% |
Warnings: | 5 | 7.81% | 21 | 5.43% |
Total: | 64 | 100.00% | 387 | 100.00% |
MobileOK
WCAG
Guideline 1
1.1 - Elements have text equivalents. (2)
(hide test results)- Failed, <noscript> after <script> not found. Error was found from
SCRIPT
element code:<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script>
.- Insert <noscript> after <script>. For example: <script>...</script><noscript>A graph about oil price.</noscript>
- Failed, <noscript> after <script> not found. Error was found from
SCRIPT
element code:<script type="text/javascript"> _uacct = "UA-2920492-2"; urchinTracker(); </script>
.- Insert <noscript> after <script>. For example: <script>...</script><noscript>A graph about oil price.</noscript>
- Test result
- Failed
1.2 - A serverside Image map without an alternative textlink
- Test result
- Passed
1.3 - Auditory descriptions for visual tracks.
(hide test results)- Remark, until user agents can automatically read aloud the text equivalent of a visual track, provide an auditory description of the important information of the visual track of a multimedia presentation.
- Test result
- Passed
1.4 - Equivalent alternatives for time based multimedia.
(hide test results)- Remark, for any time-based multimedia presentation (e.g., a movie or animation), synchronize equivalent alternatives (e.g., captions or auditory descriptions of the visual track) with the presentation.
- Test result
- Passed
1.5 - Client-side image map links need to have text equivalents (3)
(hide test results)- Failed, this image map link does not have a text alternative. Error was found from
AREA
element code:<area shape="rect" coords="167,0,236,20" href="mailto:infowww@abo.fi" alt="mailto">
.- Make sure the link in <area> or <a> is available also outside the image map, as a text alternative.
- Failed, this image map link does not have a text alternative. Error was found from
AREA
element code:<area shape="rect" coords="225,0,295,20" href="mailto:infowww@abo.fi" alt="mailto">
.- Make sure the link in <area> or <a> is available also outside the image map, as a text alternative.
- Failed, this image map link does not have a text alternative. Error was found from
AREA
element code:<area shape="rect" coords="147,0,218,20" href="mailto:infowww@abo.fi" alt="mailto">
.- Make sure the link in <area> or <a> is available also outside the image map, as a text alternative.
- Test result
- Failed
Guideline 2
2.1 - Information is conveyed even without colors.
(hide test results)- Remark, ensure that all information conveyed with color is also available without color, for example from context or markup.
- Test result
- Passed
2.2 - Colors are visible. (8)
(hide test results)- Failed, the color difference of rgb(75, 74, 62) and rgb(255, 205, 0) is too low. Error was found from
TD
element code:<td class="txt_mork" bgcolor="#ffcd00" height="110" width="96"><p> Välkommen till Åbo Akademi, Finla
.- Change the colors so that they have higher color difference.
- Failed, the brightness difference of rgb(75, 74, 62) and rgb(255, 205, 0) is too low. Error was found from
TD
element code:<td class="txt_mork" bgcolor="#ffcd00" height="110" width="96"><p> Välkommen till Åbo Akademi, Finla
.- Change the colors so that they have higher brightness difference.
- Failed, the color difference of rgb(0, 0, 0) and rgb(255, 205, 0) is too low. Error was found from
TD
element code:<td bgcolor="#ffcd00" width="4"></td>
.- Change the colors so that they have higher color difference.
- Failed, the color difference of rgb(0, 0, 0) and rgb(254, 129, 0) is too low. Error was found from
TD
element code:<td bgcolor="#fe8100" width="4"></td>
.- Change the colors so that they have higher color difference.
- Failed, the color difference of rgb(0, 0, 0) and rgb(48, 105, 196) is too low. Error was found from
TD
element code:<td bgcolor="#3069c4" width="4"></td>
.- Change the colors so that they have higher color difference.
- Failed, the brightness difference of rgb(0, 0, 0) and rgb(48, 105, 196) is too low. Error was found from
TD
element code:<td bgcolor="#3069c4" width="4"></td>
.- Change the colors so that they have higher brightness difference.
- Failed, the color difference of rgb(75, 74, 62) and rgb(183, 177, 169) is too low. Error was found from
TD
element code:<td class="title" bgcolor="#b7b1a9" height="23" valign="middle" width="155"><b> Kalender </b></td>
.- Change the colors so that they have higher color difference.
- Failed, the brightness difference of rgb(75, 74, 62) and rgb(183, 177, 169) is too low. Error was found from
TD
element code:<td class="title" bgcolor="#b7b1a9" height="23" valign="middle" width="155"><b> Kalender </b></td>
.- Change the colors so that they have higher brightness difference.
- Test result
- Failed
Guideline 3
3.1 - MathML
- Test result
- Passed
3.2 - Formal grammars.
- Test result
- Passed
3.3 - Proper font stylings. (2)
(hide test results)- Failed, deprecated element found. Error was found from
CENTER
element code:<center> <table border="0" cellpadding="0" cellspacing="0" width="800"> <tbody><tr> <td rowspan="
.- Centering of text should be made with CSS or in element's style attribute. CSS example: p { text-align: center; }
- Failed, deprecated element found. Error was found from
B
element code:<b> Kalender </b>
.- You will achieve much richer effect using stylesheets or you can use <strong> instead of <b>. CSS example: strong { font-weight: bolder; }
- Test result
- Failed
3.4 - Relative over absolute. (180)
(hide test results)- Failed, absolute size definition found. body:"margin-top: 20px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. p:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. p:"margin-left: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. h1:"font-size: 13px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .front_news:"margin-top: 20px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .txt_mork:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .txt_mork:"padding-top: 10px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .txt_vit:"margin-left: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .txt_vit:"padding-top: 10px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .txt_vit:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. a.txt_vit:"margin: 7px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. a.txt_vit:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #frontad:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #frontad:"padding-left: 6px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #frontad:"padding-top: 6px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #frontad:"line-height: 10pt". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #header_navi_fran_a_till_o:"left: 100px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #header_navi_andra:"left: 300px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #header_navi_internt:"left: 200px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #header_navi_tredje:"left: 400px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .adresser:"font-size: 10px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .adresser:"padding-left: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .adressbody:"font-size: 10px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .adressbody:"padding-left: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .adressbody:"padding-bottom: 10px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .coimbra:"padding-left: 8px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .abotutorial:"padding-top: 10px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .abotutorial:"padding-bottom: 10px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .facts:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .facts:"padding-left: 6px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .facts:"padding-right: 6px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .facts:"padding-top: 6px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .facts:"line-height: 10pt". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .puffbanner:"padding-top: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .puffbanner:"padding-bottom: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .linkkiover:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .linkkiout:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .linkkiover a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .linkkiout a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .leipisblue:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .leipisblue a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .menyindrag1:"padding-left: 10px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .menyindrag2:"padding-left: 20px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .menyindrag3:"padding-left: 30px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .menyindrag4:"padding-left: 40px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .menyindrag5:"padding-left: 50px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .menyindrag6:"padding-left: 60px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .menyindrag7:"padding-left: 70px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .menyindrag8:"padding-left: 80px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .menyindrag9:"padding-left: 90px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .menyindrag10:"padding-left: 100px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .tillbaka:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .tillbaka a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .tillbakasplit:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .tillbakasplit a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .tilllinkkiover:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .tilllinkkiover a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .tilllinkkiout:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .tilllinkkiout a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .tilllinkkioversplit:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .tilllinkkioversplit a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .tilllinkkioutsplit:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .tilllinkkioutsplit a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .apply:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .apply a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .frontcalendar:"padding-top: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .frontcalendar:"padding-bottom: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .smallcalendar:"font-size: 9px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .smallcalendar a:"font-size: 9px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .topic-title:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .document h1:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .document h1:"line-height: 10pt". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .document h2:"font-size: 12px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .document h2:"line-height: 10pt". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .document:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .document:"line-height: 10pt". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .document table:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .document table:"line-height: 10pt". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .document-date-modified:"font-size: 8px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .document-date-modified:"line-height: 10pt". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #topic-document-anchors ul:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #topic-document-anchors ul:"padding-left: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #topic-document-anchors ul:"padding-top: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #topic-document-anchors a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #topic-document-anchors a:hover:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #topic-document-anchors li:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #topic-document-anchors li:"padding-left: 15px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .meddelanderuta:"padding: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .meddelanderuta:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .meddelanderuta:"margin-top: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .meddelanderuta:"min-height: 100px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .meddelanderuta a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .meddelanderuta a:hover:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .title:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .title:"margin-left: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .title:"text-indent: 6px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. td.title_vit:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. td.title_vit:"margin-left: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. td.title_vit:"text-indent: 6px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .event-date:"font-size: 9px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .eventabs:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .eventabs:"padding-left: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .event:"padding-left: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .event a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .event a:hover:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .event-link:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .event-link:hover:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .aktuellt:"padding: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .event-item:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .event-item h1:"font-size: 12px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .event-item h2:"font-size: 10px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .event-item a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .event-item a:hover:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #rsshead:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .pressrss:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .pressrss h1:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .pressrss a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .pressrss a:hover:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .page_path:"font-size: 9px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #main-search-form:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #main-search-form h2:"font-size: 12px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #main-search-form a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #main-search-form a:hover:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #ldapform:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #search-results:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #search-results a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #search-results a:hover:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #pager:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #pager a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #pager a:hover:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .paging-prev:"padding-top: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .paging-next:"padding-bottom: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .summary:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .summary:"padding-bottom: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .calendar:"font-size: 12px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .allevents a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .allevents a:hover:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .kalhanken:"font-size: 12px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .kalstudent:"font-size: 12px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .kalstaff:"font-size: 12px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .date:"font-size: 12px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .date a:"font-size: 12px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .date a:hover:"font-size: 12px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #login-form fieldset:"padding-left: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #login-form h1:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #login-form label:"margin: 0pt 0pt 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #login-form label:"font-size: 10px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #login-form input:"font-size: 10px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #user-name:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #user-name:"padding-left: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .news-item:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .news-item:"padding-left: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .news-head:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .news-head:"padding-left: 5px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .news-head a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .news-head a:hover:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .news h2:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .news-item a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .news-item a:hover:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .news-item h2:"font-size: 12px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .main-news-archive a:"font-size: 9px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .main-news-archive a:hover:"font-size: 9px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .to-news-archive:"font-size: 9px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .to-news-archive:hover:"font-size: 9px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .to-news-archive a:"font-size: 9px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .to-news-archive a:hover:"font-size: 9px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .news-item-date:"font-size: 10px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .news-single:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .news-single h1:"font-size: 12px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .news-single h2:"font-size: 12px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .news-single a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .news-single a:hover:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .news-arch-item:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .news-arch-item h2:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .news-arch-item a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .news-arch-item a:hover:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #news-archive h1:"font-size: 12px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. .news-month:"font-size: 12px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #news-archive a:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Failed, absolute size definition found. #news-archive a:hover:"font-size: 11px". Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
- Test result
- Failed
3.5 - Proper header usage.
(hide test results)- Warning, <h1> found 2 times. Error was found from
H1
element code:<h1>Aktuellt</h1>
.- Please consider using <h1> only once per page.
- Test result
- Warning
3.6 - Proper List usage.
- Test result
- Passed
3.7 - Proper quote usage.
- Test result
- Passed
Guideline 4
4.1 - Language changes are identified.
(hide test results)- Remark, if multiple languages are used in the document, clearly identify changes in the natural language of the document's text.
- Use the "lang" or "xml:lang" attribute to identify any changes in language. For example: Galileo said quietly: <q lang="it">Eppur si muove</q>
- Test result
- Passed
4.2 - Acronyms and abbreviations. (2)
(hide test results)- Warning, potential abbreviation found: ÅBO. Error was found from
DIV
element code:<div class="adressbody">Domkyrkotorget 3<br>FI-20500 ÅBO<br>(02) 215 31</div>
.- Please enter a definition for the abbreviation. For example: <abbr title="United States of America">USA</abbr>
- Warning, potential abbreviation found: VASA. Error was found from
DIV
element code:<div class="adressbody">Strandgatan 2<br>FI-65101 VASA<br>(06) 324 7111</div>
.- Please enter a definition for the abbreviation. For example: <abbr title="United States of America">USA</abbr>
- Test result
- Warning
4.3 - Primary language.
(hide test results)- Failed, no lang attribute found. Error was found from
HTML
element code:<html><head><title>Åbo Akademi</title> <base href="http://www.abo.fi/public/"> <link rel="STYLESH
.- Insert lang attribute to specify language used. For example: <html lang="fi">
- Test result
- Failed
Guideline 5
5.1 - Table used properly
- Test result
- Passed
5.2 - Associate data cells and header cells
(hide test results)- Remark, for data tables that have two or more logical levels of row or column headers, use markup to associate data cells and header cells. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-table-structure.
- Test result
- Passed
5.3 - Table is used as layout
- Test result
- Passed
5.5 - Summary, caption and title in table (10)
(hide test results)- Failed, at least two of next three items must be used in a table: caption, summary and title. Error was found from
TABLE
element code:<table border="0" cellpadding="0" cellspacing="0" width="800"> <tbody><tr> <td rowspan="3" bgcolo
.- Use at least two of the next three items in a table: caption, summary and title. The caption is an element of the table. Summary and title are attributes of the table. Example: <table title="Calendar" summary="This is christmosh calendar. Shows how many days is left before Christmosh."> <caption>Christmosh calendar</caption>... More information from http://www.w3.org/TR/AERT#table-summaries.
- Failed, at least two of next three items must be used in a table: caption, summary and title. Error was found from
TABLE
element code:<table background="/briiffi/images/head.jpg" border="0" cellpadding="0" cellspacing="0" height="100"
.- Use at least two of the next three items in a table: caption, summary and title. The caption is an element of the table. Summary and title are attributes of the table. Example: <table title="Calendar" summary="This is christmosh calendar. Shows how many days is left before Christmosh."> <caption>Christmosh calendar</caption>... More information from http://www.w3.org/TR/AERT#table-summaries.
- Failed, at least two of next three items must be used in a table: caption, summary and title. Error was found from
TABLE
element code:<table border="0" cellpadding="0" cellspacing="0" height="400" width="780"> <tbody><tr> <td bgcol
.- Use at least two of the next three items in a table: caption, summary and title. The caption is an element of the table. Summary and title are attributes of the table. Example: <table title="Calendar" summary="This is christmosh calendar. Shows how many days is left before Christmosh."> <caption>Christmosh calendar</caption>... More information from http://www.w3.org/TR/AERT#table-summaries.
- Failed, at least two of next three items must be used in a table: caption, summary and title. Error was found from
TABLE
element code:<table border="0" height="500" width="100%"><tbody><tr><td align="left" valign="top"> <div id="con
.- Use at least two of the next three items in a table: caption, summary and title. The caption is an element of the table. Summary and title are attributes of the table. Example: <table title="Calendar" summary="This is christmosh calendar. Shows how many days is left before Christmosh."> <caption>Christmosh calendar</caption>... More information from http://www.w3.org/TR/AERT#table-summaries.
- Failed, at least two of next three items must be used in a table: caption, summary and title. Error was found from
TABLE
element code:<table border="0" cellspacing="0" width="114"> <tbody><tr class="leipisblue" onmouseover="this.cl
.- Use at least two of the next three items in a table: caption, summary and title. The caption is an element of the table. Summary and title are attributes of the table. Example: <table title="Calendar" summary="This is christmosh calendar. Shows how many days is left before Christmosh."> <caption>Christmosh calendar</caption>... More information from http://www.w3.org/TR/AERT#table-summaries.
- Failed, at least two of next three items must be used in a table: caption, summary and title. Error was found from
TABLE
element code:<table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" height="100%" width="660"> <tb
.- Use at least two of the next three items in a table: caption, summary and title. The caption is an element of the table. Summary and title are attributes of the table. Example: <table title="Calendar" summary="This is christmosh calendar. Shows how many days is left before Christmosh."> <caption>Christmosh calendar</caption>... More information from http://www.w3.org/TR/AERT#table-summaries.
- Failed, at least two of next three items must be used in a table: caption, summary and title. Error was found from
TABLE
element code:<table border="0" cellpadding="0" cellspacing="0" height="100%" width="505"> <tbody><tr> <t
.- Use at least two of the next three items in a table: caption, summary and title. The caption is an element of the table. Summary and title are attributes of the table. Example: <table title="Calendar" summary="This is christmosh calendar. Shows how many days is left before Christmosh."> <caption>Christmosh calendar</caption>... More information from http://www.w3.org/TR/AERT#table-summaries.
- Failed, at least two of next three items must be used in a table: caption, summary and title. Error was found from
TABLE
element code:<table border="0" cellpadding="0" cellspacing="0" height="110" width="300"> <tbody><tr>
.- Use at least two of the next three items in a table: caption, summary and title. The caption is an element of the table. Summary and title are attributes of the table. Example: <table title="Calendar" summary="This is christmosh calendar. Shows how many days is left before Christmosh."> <caption>Christmosh calendar</caption>... More information from http://www.w3.org/TR/AERT#table-summaries.
- Failed, at least two of next three items must be used in a table: caption, summary and title. Error was found from
TABLE
element code:<table bgcolor="#d5d2ca" border="0" cellpadding="0" cellspacing="0" width="155"> <tbody><tr> <td
.- Use at least two of the next three items in a table: caption, summary and title. The caption is an element of the table. Summary and title are attributes of the table. Example: <table title="Calendar" summary="This is christmosh calendar. Shows how many days is left before Christmosh."> <caption>Christmosh calendar</caption>... More information from http://www.w3.org/TR/AERT#table-summaries.
- Failed, at least two of next three items must be used in a table: caption, summary and title. Error was found from
TABLE
element code:<table class="smallcalendar" cellpadding="0" cellspacing="0" width="150"> <tbody><tr> <td align="cen
.- Use at least two of the next three items in a table: caption, summary and title. The caption is an element of the table. Summary and title are attributes of the table. Example: <table title="Calendar" summary="This is christmosh calendar. Shows how many days is left before Christmosh."> <caption>Christmosh calendar</caption>... More information from http://www.w3.org/TR/AERT#table-summaries.
- Test result
- Failed
5.6 - Abbr used in long table headers names
- Test result
- Passed
Guideline 6
6.1 - Organize documents so they may be read without style sheets
(hide test results)- Remark, 5 deprecated elements were found. Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Ensure this document can be read without any styles or style sheets.
- Test result
- Passed
6.2 - Ensure that equivalents for dynamic content are updated when thedynamic content changes (2)
(hide test results)- Failed, <noscript> after <script> not found. Error was found from
SCRIPT
element code:<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script>
.- Insert <noscript> after <script>. For example: <script>...</script><noscript>A graph about oil price.</noscript>
- Failed, <noscript> after <script> not found. Error was found from
SCRIPT
element code:<script type="text/javascript"> _uacct = "UA-2920492-2"; urchinTracker(); </script>
.- Insert <noscript> after <script>. For example: <script>...</script><noscript>A graph about oil price.</noscript>
- Test result
- Failed
6.3 - Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported
- Test result
- Passed
6.4 - For scripts and applets, ensure that event handlers are input device-independent (33)
(hide test results)- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseover, provide also redundant event handler: onfocus.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseover, provide also redundant event handler: onfocus.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseover, provide also redundant event handler: onfocus.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseover, provide also redundant event handler: onfocus.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseover, provide also redundant event handler: onfocus.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseover, provide also redundant event handler: onfocus.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseover, provide also redundant event handler: onfocus.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseover, provide also redundant event handler: onfocus.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseover, provide also redundant event handler: onfocus.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseover, provide also redundant event handler: onfocus.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseover, provide also redundant event handler: onfocus.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseover, provide also redundant event handler: onfocus.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseover, provide also redundant event handler: onfocus.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseover, provide also redundant event handler: onfocus.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseover, provide also redundant event handler: onfocus.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseout, provide also redundant event handler: onblur.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseout, provide also redundant event handler: onblur.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseout, provide also redundant event handler: onblur.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseout, provide also redundant event handler: onblur.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseout, provide also redundant event handler: onblur.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseout, provide also redundant event handler: onblur.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseout, provide also redundant event handler: onblur.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseout, provide also redundant event handler: onblur.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseout, provide also redundant event handler: onblur.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseout, provide also redundant event handler: onblur.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseout, provide also redundant event handler: onblur.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseout, provide also redundant event handler: onblur.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseout, provide also redundant event handler: onblur.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseout, provide also redundant event handler: onblur.
- Failed, found device independent event handler. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- If you use onmouseout, provide also redundant event handler: onblur.
- Failed, found device independent event handler. Error was found from
TD
element code:<td class="txt_vit" onclick="document.location='https://www.abo.fi/student/'" style="cursor: pointer
.- If you use onclick, provide also redundant event handler: onkeypress.
- Failed, found device independent event handler. Error was found from
TD
element code:<td class="txt_vit" onclick="document.location='https://www.abo.fi/personal/'" style="cursor: pointe
.- If you use onclick, provide also redundant event handler: onkeypress.
- Failed, found device independent event handler. Error was found from
DIV
element code:<div class="frontcalendar" onclick="document.location.href='/public/Events/';" style="cursor: pointe
.- If you use onclick, provide also redundant event handler: onkeypress.
- Test result
- Failed
6.5 - Ensure that dynamic content is accessible or provide an alternative presentation or page
- Test result
- Passed
Guideline 7
7.1 - Avoid causing the screen to flicker
(hide test results)- Remark, until user agents allow users to control flickering, avoid causing the screen to flicker. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-flicker.
- Test result
- Passed
7.2 - Blink and marquee usage
- Test result
- Passed
7.3 - Avoid movement in page
(hide test results)- Remark, until user agents allow users to freeze moving content, avoid movement in pages. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-movement.
- Test result
- Passed
7.4 - Periodically auto-refreshing pages
- Test result
- Passed
7.5 - Autoredirection
- Test result
- Passed
Guideline 8
8.1 - Programmatic elements such as scripts and applets must/should be directly accessible or compatible with assistive technologies (2)
(hide test results)- Remark,
this element may not be accessible to all users. Please ensure there is
an accessible interface to this object. Error was found from
SCRIPT
element code:<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script>
.- Ensure that scripts, applets, or other programmatic objects are directly accessible. More information from http://www.w3.org/TR/AERT#linear-tables.
- Remark,
this element may not be accessible to all users. Please ensure there is
an accessible interface to this object. Error was found from
SCRIPT
element code:<script type="text/javascript"> _uacct = "UA-2920492-2"; urchinTracker(); </script>
.- Ensure that scripts, applets, or other programmatic objects are directly accessible. More information from http://www.w3.org/TR/AERT#linear-tables.
- Test result
- Passed
Guideline 9
9.1 - Client-side versus server-side image maps
- Test result
- Passed
9.2 - Ensuring any element with own interface to be operated in a device-independent manner
- Test result
- Passed
9.3 - Logical event handlers are specified for scripts, rather than device-dependent event handlers (33)
(hide test results)- Failed,
onmouseover, onmouseout and onmousemove are difficult to define for
keyboard, so change those events to keyboard accessible. Error was
found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Change event to onmouseup, onmousedown or onclick, so it is easy to add onkeyup or onkeydown events for keyboard. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed, there is wrong tabindex. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Tabindex have to be a number. Tabindex is not valid in all element, but keyboard can access only elements that have tabindex atribute. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed,
onmouseover, onmouseout and onmousemove are difficult to define for
keyboard, so change those events to keyboard accessible. Error was
found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Change event to onmouseup, onmousedown or onclick, so it is easy to add onkeyup or onkeydown events for keyboard. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed, there is wrong tabindex. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Tabindex have to be a number. Tabindex is not valid in all element, but keyboard can access only elements that have tabindex atribute. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed,
onmouseover, onmouseout and onmousemove are difficult to define for
keyboard, so change those events to keyboard accessible. Error was
found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Change event to onmouseup, onmousedown or onclick, so it is easy to add onkeyup or onkeydown events for keyboard. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed, there is wrong tabindex. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Tabindex have to be a number. Tabindex is not valid in all element, but keyboard can access only elements that have tabindex atribute. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed,
onmouseover, onmouseout and onmousemove are difficult to define for
keyboard, so change those events to keyboard accessible. Error was
found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Change event to onmouseup, onmousedown or onclick, so it is easy to add onkeyup or onkeydown events for keyboard. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed, there is wrong tabindex. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Tabindex have to be a number. Tabindex is not valid in all element, but keyboard can access only elements that have tabindex atribute. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed,
onmouseover, onmouseout and onmousemove are difficult to define for
keyboard, so change those events to keyboard accessible. Error was
found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Change event to onmouseup, onmousedown or onclick, so it is easy to add onkeyup or onkeydown events for keyboard. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed, there is wrong tabindex. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Tabindex have to be a number. Tabindex is not valid in all element, but keyboard can access only elements that have tabindex atribute. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed,
onmouseover, onmouseout and onmousemove are difficult to define for
keyboard, so change those events to keyboard accessible. Error was
found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Change event to onmouseup, onmousedown or onclick, so it is easy to add onkeyup or onkeydown events for keyboard. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed, there is wrong tabindex. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Tabindex have to be a number. Tabindex is not valid in all element, but keyboard can access only elements that have tabindex atribute. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed,
onmouseover, onmouseout and onmousemove are difficult to define for
keyboard, so change those events to keyboard accessible. Error was
found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Change event to onmouseup, onmousedown or onclick, so it is easy to add onkeyup or onkeydown events for keyboard. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed, there is wrong tabindex. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Tabindex have to be a number. Tabindex is not valid in all element, but keyboard can access only elements that have tabindex atribute. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed,
onmouseover, onmouseout and onmousemove are difficult to define for
keyboard, so change those events to keyboard accessible. Error was
found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Change event to onmouseup, onmousedown or onclick, so it is easy to add onkeyup or onkeydown events for keyboard. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed, there is wrong tabindex. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Tabindex have to be a number. Tabindex is not valid in all element, but keyboard can access only elements that have tabindex atribute. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed,
onmouseover, onmouseout and onmousemove are difficult to define for
keyboard, so change those events to keyboard accessible. Error was
found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Change event to onmouseup, onmousedown or onclick, so it is easy to add onkeyup or onkeydown events for keyboard. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed, there is wrong tabindex. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Tabindex have to be a number. Tabindex is not valid in all element, but keyboard can access only elements that have tabindex atribute. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed,
onmouseover, onmouseout and onmousemove are difficult to define for
keyboard, so change those events to keyboard accessible. Error was
found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Change event to onmouseup, onmousedown or onclick, so it is easy to add onkeyup or onkeydown events for keyboard. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed, there is wrong tabindex. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Tabindex have to be a number. Tabindex is not valid in all element, but keyboard can access only elements that have tabindex atribute. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed,
onmouseover, onmouseout and onmousemove are difficult to define for
keyboard, so change those events to keyboard accessible. Error was
found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Change event to onmouseup, onmousedown or onclick, so it is easy to add onkeyup or onkeydown events for keyboard. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed, there is wrong tabindex. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Tabindex have to be a number. Tabindex is not valid in all element, but keyboard can access only elements that have tabindex atribute. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed,
onmouseover, onmouseout and onmousemove are difficult to define for
keyboard, so change those events to keyboard accessible. Error was
found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Change event to onmouseup, onmousedown or onclick, so it is easy to add onkeyup or onkeydown events for keyboard. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed, there is wrong tabindex. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Tabindex have to be a number. Tabindex is not valid in all element, but keyboard can access only elements that have tabindex atribute. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed,
onmouseover, onmouseout and onmousemove are difficult to define for
keyboard, so change those events to keyboard accessible. Error was
found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Change event to onmouseup, onmousedown or onclick, so it is easy to add onkeyup or onkeydown events for keyboard. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed, there is wrong tabindex. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Tabindex have to be a number. Tabindex is not valid in all element, but keyboard can access only elements that have tabindex atribute. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed,
onmouseover, onmouseout and onmousemove are difficult to define for
keyboard, so change those events to keyboard accessible. Error was
found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Change event to onmouseup, onmousedown or onclick, so it is easy to add onkeyup or onkeydown events for keyboard. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed, there is wrong tabindex. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Tabindex have to be a number. Tabindex is not valid in all element, but keyboard can access only elements that have tabindex atribute. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed,
onmouseover, onmouseout and onmousemove are difficult to define for
keyboard, so change those events to keyboard accessible. Error was
found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Change event to onmouseup, onmousedown or onclick, so it is easy to add onkeyup or onkeydown events for keyboard. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed, there is wrong tabindex. Error was found from
TR
element code:<tr class="leipisblue" onmouseover="this.className='linkkiover'" onmouseout="this.className='linkkio
.- Tabindex have to be a number. Tabindex is not valid in all element, but keyboard can access only elements that have tabindex atribute. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed, there is wrong tabindex. Error was found from
TD
element code:<td class="txt_vit" onclick="document.location='https://www.abo.fi/student/'" style="cursor: pointer
.- Tabindex have to be a number. Tabindex is not valid in all element, but keyboard can access only elements that have tabindex atribute. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed, there is wrong tabindex. Error was found from
TD
element code:<td class="txt_vit" onclick="document.location='https://www.abo.fi/personal/'" style="cursor: pointe
.- Tabindex have to be a number. Tabindex is not valid in all element, but keyboard can access only elements that have tabindex atribute. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Failed, there is wrong tabindex. Error was found from
DIV
element code:<div class="frontcalendar" onclick="document.location.href='/public/Events/';" style="cursor: pointe
.- Tabindex have to be a number. Tabindex is not valid in all element, but keyboard can access only elements that have tabindex atribute. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-device-independent-events.
- Test result
- Failed
9.4 - Creating a logical tab order through links, form controls and objects
- Test result
- Passed
9.5 - Keyboard shortcuts
- Test result
- Passed
Guideline 10
10.1 - No pop-ups or other windows
(hide test results)- Failed, page opens in new window. Error was found from
A
element code:<a href="http://www.coimbra-group.eu/" target="_blank"> <img src="/briiffi/images/coimbra_group_lo
.- Do not use target="_blank" or target="_new" atributes. It will open a new window that can disorient some users. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-pop-ups.
- Test result
- Failed
10.2 - The properly positioned label considering all form controls with implicitly associated labels
- Test result
- Passed
10.3 - Verify that a linearized version of tables used for layout is provided (10)
(hide test results)- Remark, found table element(s). Error was found from
TABLE
element code:<table border="0" cellpadding="0" cellspacing="0" width="800"> <tbody><tr> <td rowspan="3" bgcolo
.- Verify that a linearized version of tables used for layout is provided. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-linear-tables
- Remark, found table element(s). Error was found from
TABLE
element code:<table background="/briiffi/images/head.jpg" border="0" cellpadding="0" cellspacing="0" height="100"
.- Verify that a linearized version of tables used for layout is provided. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-linear-tables
- Remark, found table element(s). Error was found from
TABLE
element code:<table border="0" cellpadding="0" cellspacing="0" height="400" width="780"> <tbody><tr> <td bgcol
.- Verify that a linearized version of tables used for layout is provided. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-linear-tables
- Remark, found table element(s). Error was found from
TABLE
element code:<table border="0" height="500" width="100%"><tbody><tr><td align="left" valign="top"> <div id="con
.- Verify that a linearized version of tables used for layout is provided. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-linear-tables
- Remark, found table element(s). Error was found from
TABLE
element code:<table border="0" cellspacing="0" width="114"> <tbody><tr class="leipisblue" onmouseover="this.cl
.- Verify that a linearized version of tables used for layout is provided. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-linear-tables
- Remark, found table element(s). Error was found from
TABLE
element code:<table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" height="100%" width="660"> <tb
.- Verify that a linearized version of tables used for layout is provided. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-linear-tables
- Remark, found table element(s). Error was found from
TABLE
element code:<table border="0" cellpadding="0" cellspacing="0" height="100%" width="505"> <tbody><tr> <t
.- Verify that a linearized version of tables used for layout is provided. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-linear-tables
- Remark, found table element(s). Error was found from
TABLE
element code:<table border="0" cellpadding="0" cellspacing="0" height="110" width="300"> <tbody><tr>
.- Verify that a linearized version of tables used for layout is provided. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-linear-tables
- Remark, found table element(s). Error was found from
TABLE
element code:<table bgcolor="#d5d2ca" border="0" cellpadding="0" cellspacing="0" width="155"> <tbody><tr> <td
.- Verify that a linearized version of tables used for layout is provided. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-linear-tables
- Remark, found table element(s). Error was found from
TABLE
element code:<table class="smallcalendar" cellpadding="0" cellspacing="0" width="150"> <tbody><tr> <td align="cen
.- Verify that a linearized version of tables used for layout is provided. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-linear-tables
- Test result
- Passed
10.4 - Including default, place-holding characters in edit boxes and text areas (empty controls)
- Test result
- Passed
10.5 - Non-link, printable characters (4)
(hide test results)- Failed, link element a is too close to next one. Error was found from
A
element code:<a class="txt_vit" href="http://www.abo.fi/public/?setlanguage=en">In English</a>
.- Separate links by some element or "whitespace - Some character(s) - whitespase". Examples:...<a href="page7.html">Prew</a> | <a href="page.html9">Next</a>... or...<a href="page7.html">Prew</a> <br /> <a href="page.html9">Next</a>... or...<li><a href="page7.html">Prew</a></li><li><a href="page.html9">Next</a></li>... More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-divide-links.
- Failed, link element a is too close to next one. Error was found from
A
element code:<a class="txt_vit" href="ao">A–Ö</a>
.- Separate links by some element or "whitespace - Some character(s) - whitespase". Examples:...<a href="page7.html">Prew</a> | <a href="page.html9">Next</a>... or...<a href="page7.html">Prew</a> <br /> <a href="page.html9">Next</a>... or...<li><a href="page7.html">Prew</a></li><li><a href="page.html9">Next</a></li>... More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-divide-links.
- Failed, link element a is too close to next one. Error was found from
A
element code:<a class="txt_vit" href="kontakt">Kontakt</a>
.- Separate links by some element or "whitespace - Some character(s) - whitespase". Examples:...<a href="page7.html">Prew</a> | <a href="page.html9">Next</a>... or...<a href="page7.html">Prew</a> <br /> <a href="page.html9">Next</a>... or...<li><a href="page7.html">Prew</a></li><li><a href="page.html9">Next</a></li>... More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-divide-links.
- Failed, link element a is too close to next one. Error was found from
A
element code:<a href="http://www.abo.fi/meddelanden/">Meddelanden från Åbo Akademi</a>
.- Separate links by some element or "whitespace - Some character(s) - whitespase". Examples:...<a href="page7.html">Prew</a> | <a href="page.html9">Next</a>... or...<a href="page7.html">Prew</a> <br /> <a href="page.html9">Next</a>... or...<li><a href="page7.html">Prew</a></li><li><a href="page.html9">Next</a></li>... More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-divide-links.
- Test result
- Failed
Guideline 11
11.1 - Use of W3C technologies
(hide test results)- Remark, use W3C technologies when they are available and appropriate for a task and use the latest versions when supported More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-latest-w3c-specs.
- Test result
- Passed
11.2 - Avoid using deprecated features of W3C technologies. (2)
(hide test results)- Failed, this HTML element is now deprecated and should not be used. Error was found from
CENTER
element code:<center> <table border="0" cellpadding="0" cellspacing="0" width="800"> <tbody><tr> <td rowspan="
.- Find all about deprecated elements from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-deprecated.
- Failed, this HTML element is now deprecated and should not be used. Error was found from
B
element code:<b> Kalender </b>
.- Find all about deprecated elements from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-deprecated.
- Test result
- Failed
11.3 - Provide information
(hide test results)- Remark, provide information so that users may receive documents according to their preferences (e.g., language, content type, etc.) More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-content-preferences.
- Test result
- Passed
11.4 - Accessible page
(hide test results)- Remark, if, after best efforts, you cannot create an accessible page, provide a link to an alternative page that is accessible, has equivalent information, and is updated as often as the inaccessible page. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-alt-pages.
- Test result
- Passed
Guideline 12
12.1 - Providing a frame title
- Test result
- Passed
12.2 - Describe the purpose of frames
(hide test results)- Remark, describe the purpose of frames and how frames relate to each other if it is not obvious by frame titles alone. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-frame-longdesc.
- Test result
- Passed
12.3 - Dividing large blocks of information into more manageable groups (11)
(hide test results)- Failed, use in table at least two of next three: caption, summary and title. Error was found from
TABLE
element code:<table border="0" cellpadding="0" cellspacing="0" width="800"> <tbody><tr> <td rowspan="3" bgcolo
.- Use in table at least two of next three: caption, summary and title. Caption is element of table. Summary and title are attributes of table. Example: <table title="Calendar" summary="This is christmosh calendar. Shows how many days is left before Christmosh."> <caption>Christmosh calendar</caption>... More information from http://www.w3.org/TR/AERT#table-summaries.
- Failed, use in table at least two of next three: caption, summary and title. Error was found from
TABLE
element code:<table background="/briiffi/images/head.jpg" border="0" cellpadding="0" cellspacing="0" height="100"
.- Use in table at least two of next three: caption, summary and title. Caption is element of table. Summary and title are attributes of table. Example: <table title="Calendar" summary="This is christmosh calendar. Shows how many days is left before Christmosh."> <caption>Christmosh calendar</caption>... More information from http://www.w3.org/TR/AERT#table-summaries.
- Failed, use in table at least two of next three: caption, summary and title. Error was found from
TABLE
element code:<table border="0" cellpadding="0" cellspacing="0" height="400" width="780"> <tbody><tr> <td bgcol
.- Use in table at least two of next three: caption, summary and title. Caption is element of table. Summary and title are attributes of table. Example: <table title="Calendar" summary="This is christmosh calendar. Shows how many days is left before Christmosh."> <caption>Christmosh calendar</caption>... More information from http://www.w3.org/TR/AERT#table-summaries.
- Failed, use in table at least two of next three: caption, summary and title. Error was found from
TABLE
element code:<table border="0" height="500" width="100%"><tbody><tr><td align="left" valign="top"> <div id="con
.- Use in table at least two of next three: caption, summary and title. Caption is element of table. Summary and title are attributes of table. Example: <table title="Calendar" summary="This is christmosh calendar. Shows how many days is left before Christmosh."> <caption>Christmosh calendar</caption>... More information from http://www.w3.org/TR/AERT#table-summaries.
- Failed, use in table at least two of next three: caption, summary and title. Error was found from
TABLE
element code:<table border="0" cellspacing="0" width="114"> <tbody><tr class="leipisblue" onmouseover="this.cl
.- Use in table at least two of next three: caption, summary and title. Caption is element of table. Summary and title are attributes of table. Example: <table title="Calendar" summary="This is christmosh calendar. Shows how many days is left before Christmosh."> <caption>Christmosh calendar</caption>... More information from http://www.w3.org/TR/AERT#table-summaries.
- Failed, use in table at least two of next three: caption, summary and title. Error was found from
TABLE
element code:<table bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" height="100%" width="660"> <tb
.- Use in table at least two of next three: caption, summary and title. Caption is element of table. Summary and title are attributes of table. Example: <table title="Calendar" summary="This is christmosh calendar. Shows how many days is left before Christmosh."> <caption>Christmosh calendar</caption>... More information from http://www.w3.org/TR/AERT#table-summaries.
- Failed, use in table at least two of next three: caption, summary and title. Error was found from
TABLE
element code:<table border="0" cellpadding="0" cellspacing="0" height="100%" width="505"> <tbody><tr> <t
.- Use in table at least two of next three: caption, summary and title. Caption is element of table. Summary and title are attributes of table. Example: <table title="Calendar" summary="This is christmosh calendar. Shows how many days is left before Christmosh."> <caption>Christmosh calendar</caption>... More information from http://www.w3.org/TR/AERT#table-summaries.
- Failed, use in table at least two of next three: caption, summary and title. Error was found from
TABLE
element code:<table border="0" cellpadding="0" cellspacing="0" height="110" width="300"> <tbody><tr>
.- Use in table at least two of next three: caption, summary and title. Caption is element of table. Summary and title are attributes of table. Example: <table title="Calendar" summary="This is christmosh calendar. Shows how many days is left before Christmosh."> <caption>Christmosh calendar</caption>... More information from http://www.w3.org/TR/AERT#table-summaries.
- Failed, use in table at least two of next three: caption, summary and title. Error was found from
TABLE
element code:<table bgcolor="#d5d2ca" border="0" cellpadding="0" cellspacing="0" width="155"> <tbody><tr> <td
.- Use in table at least two of next three: caption, summary and title. Caption is element of table. Summary and title are attributes of table. Example: <table title="Calendar" summary="This is christmosh calendar. Shows how many days is left before Christmosh."> <caption>Christmosh calendar</caption>... More information from http://www.w3.org/TR/AERT#table-summaries.
- Failed, use in table at least two of next three: caption, summary and title. Error was found from
TABLE
element code:<table class="smallcalendar" cellpadding="0" cellspacing="0" width="150"> <tbody><tr> <td align="cen
.- Use in table at least two of next three: caption, summary and title. Caption is element of table. Summary and title are attributes of table. Example: <table title="Calendar" summary="This is christmosh calendar. Shows how many days is left before Christmosh."> <caption>Christmosh calendar</caption>... More information from http://www.w3.org/TR/AERT#table-summaries.
- Warning, <h1> found 2 times. Error was found from
H1
element code:<h1>Aktuellt</h1>
.- Please consider using <h1> only once per page.
- Test result
- Failed
12.4 - Associating labels explicitly with their controls
- Test result
- Passed
Guideline 13
13.1 - Target of each link (15)
(hide test results)- Warning, found two identical name and title for two different links. Error was found from
A
element code:<a href="Events/"> </a>
.- Use unique and meaningfull name and title for different links.
- Warning, found two identical name and title for two different links. Error was found from
A
element code:<a href="Events/"> </a>
.- Use unique and meaningfull name and title for different links.
- Warning, found two identical name and title for two different links. Error was found from
A
element code:<a href="Events/"> </a>
.- Use unique and meaningfull name and title for different links.
- Warning, found two identical name and title for two different links. Error was found from
A
element code:<a href="Events/"> </a>
.- Use unique and meaningfull name and title for different links.
- Warning, found two identical name and title for two different links. Error was found from
A
element code:<a href="Events/"> </a>
.- Use unique and meaningfull name and title for different links.
- Warning, found two identical name and title for two different links. Error was found from
A
element code:<a href="Events/"> </a>
.- Use unique and meaningfull name and title for different links.
- Warning, found two identical name and title for two different links. Error was found from
A
element code:<a href="Events/"> </a>
.- Use unique and meaningfull name and title for different links.
- Warning, found two identical name and title for two different links. Error was found from
A
element code:<a href="Events/"> </a>
.- Use unique and meaningfull name and title for different links.
- Warning, found two identical name and title for two different links. Error was found from
A
element code:<a href="Events/"> </a>
.- Use unique and meaningfull name and title for different links.
- Warning, found two identical name and title for two different links. Error was found from
A
element code:<a href="Events/"> </a>
.- Use unique and meaningfull name and title for different links.
- Warning, found two identical name and title for two different links. Error was found from
A
element code:<a href="Events/"> </a>
.- Use unique and meaningfull name and title for different links.
- Warning, found two identical name and title for two different links. Error was found from
A
element code:<a href="Events/"> </a>
.- Use unique and meaningfull name and title for different links.
- Warning, found two identical name and title for two different links. Error was found from
A
element code:<a href="Events/"> </a>
.- Use unique and meaningfull name and title for different links.
- Warning, found two identical name and title for two different links. Error was found from
A
element code:<a href="Events/"> </a>
.- Use unique and meaningfull name and title for different links.
- Warning, found two identical name and title for two different links. Error was found from
A
element code:<a href="Events/"> </a>
.- Use unique and meaningfull name and title for different links.
- Test result
- Warning
13.2 - Metadata should be used to add semantic information to pages and sites
- Test result
- Passed
13.3 - Information about the general layout
(hide test results)- Remark, provide information about the general layout of a site (e.g., a site map or table of contents). More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-site-description.
- Test result
- Passed
13.4 - Navigation mechanisms
(hide test results)- Remark, use navigation mechanisms in a consistent manner. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-clear-nav-mechanism.
- Test result
- Passed
13.5 - Navigation bars may be used to give access to the navigation mechanism
- Test result
- Passed
13.6 - Title should be used in map when grouping links by map
- Test result
- Passed
13.7 - Different types of searches
(hide test results)- Remark, if search functions are provided, enable different types of searches for different skill levels and preferences. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-searches.
- Test result
- Passed
13.8 - Information at the beginning
(hide test results)- Remark, place distinguishing information at the beginning of headings, paragraphs, lists, etc. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-front-loading.
- Test result
- Passed
13.9 - Working links
(hide test results)- Warning, no title in link. Error was found from
LINK
element code:<link rel="STYLESHEET" type="text/css" href="/briiffi/aa/stilar/aa_index-stil_ny.css">
.- Add title for link.
- Test result
- Warning
13.10 - Skipping over multi-line ASCII art
- Test result
- Passed
Guideline 14
14.1 - Clear and simple language.
(hide test results)- Remark, use the clearest and simplest language appropriate for a site's content.
- Test result
- Passed
14.2 - Supplement text with presentations.
(hide test results)- Remark, supplement text with graphic or auditory presentations where they will facilitate comprehension of the page.
- Test result
- Passed
14.3 - No style element, no style attributes.
(hide test results)- Warning, number of style attributes found: 4. Error was found from
BODY
element code:<body bgcolor="#f3f0e3"> <center> <table border="0" cellpadding="0" cellspacing="0" width="800"> <
.- Please use CSS rather than style attributes.
- Test result
- Warning