Test results

Test subject: http://ktl.jyu.fi/

Statistics for the evaluated page

Total tests: 64

TestsPercentTotalPercent
Total passed:5281.25%5214.25%
-Passed with remarks:2132.81%3810.41%
Failed:914.06%24567.12%
Warnings:34.69%308.22%
Total:64100.00%365100.00%

MobileOK

WCAG

Guideline 1

(show module information)

1.1 - Elements have text equivalents. (3)

(hide test results)
  1. Failed, <noscript> after <script> not found. Error was found from SCRIPT element code: <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https:// .
    • Insert <noscript> after <script>. For example: <script>...</script><noscript>A graph about oil price.</noscript>
  2. Failed, <noscript> after <script> not found. Error was found from SCRIPT element code: <script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script> .
    • Insert <noscript> after <script>. For example: <script>...</script><noscript>A graph about oil price.</noscript>
  3. Failed, <noscript> after <script> not found. Error was found from SCRIPT element code: <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-4013941-1"); pageTracker._ini .
    • 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)
    1. 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)
    1. 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

      Test result
      Passed

      Guideline 2

      (show module information)

      2.1 - Information is conveyed even without colors.

      (hide test results)
      1. 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.

        Test result
        Passed

        Guideline 3

        (show module information)

        3.1 - MathML

          Test result
          Passed

          3.2 - Formal grammars.

            Test result
            Passed

            3.3 - Proper font stylings. (10)

            (hide test results)
            1. Failed, deprecated element found. Error was found from FONT element code: <font size="-1"> <a href="http://www.jyu.fi/"><b>Jyväskylän yliopisto</b></a><br> <a href="http://kt .
              • Font stylings should be made with CSS or in element's style attribute. CSS example: p { font: italic 1.5em/2em Palatino, serif; }
            2. Failed, deprecated element found. Error was found from B element code: <b>Jyväskylän yliopisto</b> .
              • You will achieve much richer effect using stylesheets or you can use <strong> instead of <b>. CSS example: strong { font-weight: bolder; }
            3. Failed, deprecated element found. Error was found from B element code: <b>Linkkejä muualle</b> .
              • You will achieve much richer effect using stylesheets or you can use <strong> instead of <b>. CSS example: strong { font-weight: bolder; }
            4. Failed, deprecated element found. Error was found from B element code: <b>Kysy ja kommentoi</b> .
              • You will achieve much richer effect using stylesheets or you can use <strong> instead of <b>. CSS example: strong { font-weight: bolder; }
            5. Failed, deprecated element found. Error was found from B element code: <b>Palaute ylläpitäjälle</b> .
              • You will achieve much richer effect using stylesheets or you can use <strong> instead of <b>. CSS example: strong { font-weight: bolder; }
            6. Failed, deprecated element found. Error was found from FONT element code: <font font="2" color="#002e60"><b>JULKAISUMYYNTI</b></font> .
              • Font stylings should be made with CSS or in element's style attribute. CSS example: p { font: italic 1.5em/2em Palatino, serif; }
            7. Failed, deprecated element found. Error was found from B element code: <b>JULKAISUMYYNTI</b> .
              • You will achieve much richer effect using stylesheets or you can use <strong> instead of <b>. CSS example: strong { font-weight: bolder; }
            8. Failed, deprecated element found. Error was found from FONT element code: <font font="2" color="#002e60"><b>KASVATUS-LEHTI</b></font> .
              • Font stylings should be made with CSS or in element's style attribute. CSS example: p { font: italic 1.5em/2em Palatino, serif; }
            9. Failed, deprecated element found. Error was found from B element code: <b>KASVATUS-LEHTI</b> .
              • You will achieve much richer effect using stylesheets or you can use <strong> instead of <b>. CSS example: strong { font-weight: bolder; }
            10. Failed, deprecated element found. Error was found from B element code: <b>PISA</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. (184)

            (hide test results)
            1. Failed, absolute size definition found. body:"padding: 10px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            2. Failed, absolute size definition found. .headerleft:"padding-left: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            3. Failed, absolute size definition found. .headerright:"padding-right: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            4. Failed, absolute size definition found. .titlebarleft:"padding-top: 20px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            5. Failed, absolute size definition found. .titlebarleft:"padding-bottom: 20px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            6. Failed, absolute size definition found. .titlebarleft:"padding-left: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            7. Failed, absolute size definition found. .titlebarlogoleft:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            8. Failed, absolute size definition found. .titlebarlogoright:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            9. Failed, absolute size definition found. .smalltitle:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            10. Failed, absolute size definition found. .modebarleft:"padding: 2px 10px 2px 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            11. Failed, absolute size definition found. .modebarright:"padding: 2px 5px 2px 10px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            12. Failed, absolute size definition found. .naviheader:"padding: 3px 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            13. Failed, absolute size definition found. .navifooter:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            14. Failed, absolute size definition found. .navilevel1:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            15. Failed, absolute size definition found. .navilevel2:"padding: 5px 5px 5px 10px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            16. Failed, absolute size definition found. .navilevel3:"padding: 5px 5px 5px 15px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            17. Failed, absolute size definition found. .menubutton:"padding: 3px 7px 2px 17px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            18. Failed, absolute size definition found. .menubuttonselected:"padding: 3px 7px 2px 17px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            19. Failed, absolute size definition found. .modules:"padding: 17px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            20. Failed, absolute size definition found. td.moduleheader:"padding: 3px 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            21. Failed, absolute size definition found. td.modulecontent:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            22. Failed, absolute size definition found. .h_filler:"height: 17px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            23. Failed, absolute size definition found. td.v_filler:"width: 17px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            24. Failed, absolute size definition found. td.v_filler:"height: 17px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            25. Failed, absolute size definition found. .back_link:"margin: 5px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            26. Failed, absolute size definition found. .addmodule:"margin: 5px 0px 5px 2px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            27. Failed, absolute size definition found. .error:"margin: 10px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            28. Failed, absolute size definition found. .data_error:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            29. Failed, absolute size definition found. .copy_info:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            30. Failed, absolute size definition found. .move_info:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            31. Failed, absolute size definition found. .event_ok:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            32. Failed, absolute size definition found. .login_info:"margin: 10px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            33. Failed, absolute size definition found. .discussion_new:"padding: 2px 0px 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            34. Failed, absolute size definition found. .discussion_threads td:"border-width: 0px 0px 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            35. Failed, absolute size definition found. .message:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            36. Failed, absolute size definition found. .message_body:"padding: 5px 2px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            37. Failed, absolute size definition found. .configheader:"padding: 2px 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            38. Failed, absolute size definition found. .configsettings:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            39. Failed, absolute size definition found. .configcontent:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            40. Failed, absolute size definition found. .configfunctions:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            41. Failed, absolute size definition found. .configtitle:"margin: 0px 0px 0px 15px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            42. Failed, absolute size definition found. .configinfo:"margin: 0px 0px 0px 15px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            43. Failed, absolute size definition found. .configdescription:"margin: 0px 0px 0px 15px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            44. Failed, absolute size definition found. .contentcell:"padding: 0px 0px 7px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            45. Failed, absolute size definition found. .calendar td:"padding: 3px 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            46. Failed, absolute size definition found. .calendarviews:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            47. Failed, absolute size definition found. .calendardate:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            48. Failed, absolute size definition found. .calendardate_config:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            49. Failed, absolute size definition found. .calendar_list_title:"padding: 0px 0px 3px 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            50. Failed, absolute size definition found. .event:"padding: 5px 0px 5px 15px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            51. Failed, absolute size definition found. .event_config:"padding: 5px 0px 5px 15px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            52. Failed, absolute size definition found. .notetitle:"padding: 5px 5px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            53. Failed, absolute size definition found. .notecontent:"padding: 10px 5px 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            54. Failed, absolute size definition found. .close_note:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            55. Failed, absolute size definition found. .formpart:"padding: 5px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            56. Failed, absolute size definition found. .portaltree:"margin: 5px 0px 0px 20px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            57. Failed, absolute size definition found. .portaltreeinfo:"margin: 0px 0px 10px 10px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            58. Failed, absolute size definition found. .portaltree_browser:"margin: 10px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            59. Failed, absolute size definition found. .portaltree_browser:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            60. Failed, absolute size definition found. .layouts td:"padding: 10px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            61. Failed, absolute size definition found. .announcement_content:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            62. Failed, absolute size definition found. .form_content:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            63. Failed, absolute size definition found. .blogpost_content:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            64. Failed, absolute size definition found. .wiki_content:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            65. Failed, absolute size definition found. .thumbnail:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            66. Failed, absolute size definition found. .thumbnail:"height: 105px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            67. Failed, absolute size definition found. .registration_info:"margin: 10px 0px 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            68. Failed, absolute size definition found. .security_notice:"margin: 0px 0px 17px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            69. Failed, absolute size definition found. .security_notice:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            70. Failed, absolute size definition found. .security_notice_info:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            71. Failed, absolute size definition found. .delete_item:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            72. Failed, absolute size definition found. .tag_filters:"padding: 5px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            73. Failed, absolute size definition found. .form_received:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            74. Failed, absolute size definition found. .form_received:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            75. Failed, absolute size definition found. body.infotv:"padding: 20px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            76. Failed, absolute size definition found. .infotv_title h1:"margin: 0px 0px 15px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            77. Failed, absolute size definition found. .infotv_footer:"left: 20px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            78. Failed, absolute size definition found. .infotv_footer:"bottom: 20px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            79. Failed, absolute size definition found. .infotv_time:"right: 20px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            80. Failed, absolute size definition found. .infotv_time:"bottom: 20px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            81. Failed, absolute size definition found. .modulefeeds:"margin: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            82. Failed, absolute size definition found. body:"margin: 40px 4% 20px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            83. Failed, absolute size definition found. .m1254115:"margin-top: 85px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            84. Failed, absolute size definition found. * + html .m1254115:"margin-top: 65px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            85. Failed, absolute size definition found. * html .m1254115:"margin-top: 65px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            86. Failed, absolute size definition found. div.virat:"margin-top: 25px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            87. Failed, absolute size definition found. div.sis:"margin-top: -10px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            88. Failed, absolute size definition found. .m6234 .moduleheader:"padding-bottom: 4px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            89. Failed, absolute size definition found. ul:"padding-left: 20px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            90. Failed, absolute size definition found. .headerleft_links:"top: -100px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            91. Failed, absolute size definition found. .headerleft_links .link1:"top: 257px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            92. Failed, absolute size definition found. * + html .headerleft_links:"top: -100px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            93. Failed, absolute size definition found. * + html .headerleft_links .link1:"top: 245px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            94. Failed, absolute size definition found. * html .headerleft_links:"top: -100px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            95. Failed, absolute size definition found. * html .headerleft_links .link1:"top: 245px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            96. Failed, absolute size definition found. .headerright .headerright_links:"top: 209px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            97. Failed, absolute size definition found. .headerright .headerright_links:"right: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            98. Failed, absolute size definition found. * + html .headerright .headerright_links:"top: 206px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            99. Failed, absolute size definition found. * + html .headerright .headerright_links:"right: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            100. Failed, absolute size definition found. * html .headerright .headerright_links:"top: 206px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            101. Failed, absolute size definition found. * html .headerright .headerright_links:"right: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            102. Failed, absolute size definition found. .modebarleft_links:"right: 25px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            103. Failed, absolute size definition found. .modebarright_links:"right: 170px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            104. Failed, absolute size definition found. * + html .modebarleft_links:"right: 25px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            105. Failed, absolute size definition found. * + html .modebarright_links:"right: 170px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            106. Failed, absolute size definition found. * html .modebarleft_links:"right: 25px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            107. Failed, absolute size definition found. * html .modebarright_links:"right: 170px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            108. Failed, absolute size definition found. .headerleft:"padding: 4px 10px 4px 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            109. Failed, absolute size definition found. .headerright:"padding: 4px 10px 4px 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            110. Failed, absolute size definition found. .footerleft:"padding: 4px 10px 4px 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            111. Failed, absolute size definition found. .footerright:"padding: 4px 10px 4px 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            112. Failed, absolute size definition found. .titlebar:"height: 106px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            113. Failed, absolute size definition found. .smalltitle:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            114. Failed, absolute size definition found. .modebarleft:"padding: 7px 10px 6px 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            115. Failed, absolute size definition found. .modebarright:"padding: 7px 5px 6px 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            116. Failed, absolute size definition found. .navigation:"padding: 0px 0px 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            117. Failed, absolute size definition found. .naviheader:"padding: 3px 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            118. Failed, absolute size definition found. .naviheader:"margin-top: 8px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            119. Failed, absolute size definition found. .navifooter:"margin-top: 25px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            120. Failed, absolute size definition found. .navifooter a:"padding: 7px 5px 7px 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            121. Failed, absolute size definition found. .navifooter a:visited:"padding: 7px 5px 7px 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            122. Failed, absolute size definition found. .navifooter a:hover:"padding: 7px 5px 7px 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            123. Failed, absolute size definition found. .navilevel1 a:"padding: 7px 5px 7px 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            124. Failed, absolute size definition found. .navilevel1 a:visited:"padding: 7px 5px 7px 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            125. Failed, absolute size definition found. .navilevel1 a:hover:"padding: 7px 5px 7px 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            126. Failed, absolute size definition found. .navilevel2 a:"padding: 7px 5px 7px 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            127. Failed, absolute size definition found. .navilevel2 a:visited:"padding: 7px 5px 7px 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            128. Failed, absolute size definition found. .navilevel2 a:hover:"padding: 7px 5px 7px 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            129. Failed, absolute size definition found. .navilevel3 a:"padding: 7px 5px 7px 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            130. Failed, absolute size definition found. .navilevel3 a:visited:"padding: 7px 5px 7px 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            131. Failed, absolute size definition found. .navilevel3 a:hover:"padding: 7px 5px 7px 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            132. Failed, absolute size definition found. .menubutton:"padding: 3px 7px 2px 17px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            133. Failed, absolute size definition found. .menubuttonselected:"padding: 3px 7px 2px 17px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            134. Failed, absolute size definition found. .layoutbox2:"padding-bottom: 180px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            135. Failed, absolute size definition found. .singlelayoutbox:"padding-bottom: 130px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            136. Failed, absolute size definition found. .modules:"padding: 18px 25px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            137. Failed, absolute size definition found. td.moduleheader:"padding: 3px 5px 3px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            138. Failed, absolute size definition found. td.modulecontent:"padding: 5px 5px 5px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            139. Failed, absolute size definition found. .h_filler:"height: 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            140. Failed, absolute size definition found. td.v_filler:"width: 17px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            141. Failed, absolute size definition found. td.v_filler:"height: 17px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            142. Failed, absolute size definition found. .back_link:"margin: 5px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            143. Failed, absolute size definition found. .addmodule:"margin: 5px 0px 5px 2px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            144. Failed, absolute size definition found. .error:"margin: 10px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            145. Failed, absolute size definition found. .data_error:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            146. Failed, absolute size definition found. .copy_info:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            147. Failed, absolute size definition found. .move_info:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            148. Failed, absolute size definition found. .login_info:"margin: 10px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            149. Failed, absolute size definition found. .discussion_new:"padding: 2px 0px 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            150. Failed, absolute size definition found. .discussion_threads td:"border-width: 0px 0px 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            151. Failed, absolute size definition found. .message:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            152. Failed, absolute size definition found. .message_body:"padding: 5px 2px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            153. Failed, absolute size definition found. .configheader:"padding: 2px 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            154. Failed, absolute size definition found. .configsettings:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            155. Failed, absolute size definition found. .configcontent:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            156. Failed, absolute size definition found. .configfunctions:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            157. Failed, absolute size definition found. .configtitle:"margin: 0px 0px 0px 15px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            158. Failed, absolute size definition found. .configinfo:"margin: 0px 0px 0px 15px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            159. Failed, absolute size definition found. .configdescription:"margin: 0px 0px 0px 15px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            160. Failed, absolute size definition found. .contentcell:"padding: 0px 0px 7px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            161. Failed, absolute size definition found. .calendar td:"padding: 3px 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            162. Failed, absolute size definition found. .calendarviews:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            163. Failed, absolute size definition found. .calendardate:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            164. Failed, absolute size definition found. .calendardate_config:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            165. Failed, absolute size definition found. .calendar_list_title:"padding: 0px 0px 3px 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            166. Failed, absolute size definition found. .event:"padding: 5px 0px 5px 15px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            167. Failed, absolute size definition found. .event_config:"padding: 5px 0px 5px 15px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            168. Failed, absolute size definition found. .notetitle:"padding: 5px 5px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            169. Failed, absolute size definition found. .notecontent:"padding: 10px 5px 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            170. Failed, absolute size definition found. .close_note:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            171. Failed, absolute size definition found. .formpart:"padding: 5px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            172. Failed, absolute size definition found. .portaltree:"margin: 5px 0px 0px 20px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            173. Failed, absolute size definition found. .portaltreeinfo:"margin: 0px 0px 10px 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            174. Failed, absolute size definition found. .portaltree_browser:"margin: 10px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            175. Failed, absolute size definition found. .portaltree_browser:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            176. Failed, absolute size definition found. .layouts td:"padding: 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            177. Failed, absolute size definition found. .announcement_content:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            178. Failed, absolute size definition found. .form_content:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            179. Failed, absolute size definition found. .blogpost_content:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            180. Failed, absolute size definition found. .thumbnail:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            181. Failed, absolute size definition found. .thumbnail:"height: 105px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            182. Failed, absolute size definition found. .registration_info:"margin: 10px 0px 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            183. Failed, absolute size definition found. .security_notice:"margin: 0px 0px 17px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            184. Failed, absolute size definition found. .security_notice:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
              • 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)
            1. Failed, improper header nesting: Header levels must not increase by more than one level per heading. Do not use headers to create font effects; use style sheets to change font styles. Error was found from H3 element code: <h3 class="moduleheader">Koulutuksen tutkimuslaitos</h3> .
              • Lower the header level to at least <h2>.
            Test result
            Failed

            3.6 - Proper List usage.

              Test result
              Passed

              3.7 - Proper quote usage.

              (hide test results)
              1. Remark, the number of quotation marks found: 16 Error was found from BODY element code: <body> <table class="header" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="he .
                • Please consider using <q> and <blockquote> for quotes.
              Test result
              Passed

              Guideline 4

              (show module information)

              4.1 - Language changes are identified.

              (hide test results)
              1. 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. (11)

              (hide test results)
              1. Warning, potential abbreviation found: YLLÄPITOON. Error was found from A element code: <a href="/ktl?m=admin" target="_top">YLLÄPITOON &gt;&gt;</a> .
                • Please enter a definition for the abbreviation. For example: <abbr title="United States of America">USA</abbr>
              2. Warning, potential abbreviation found: EARLI. Error was found from A element code: <a href="http://ktl.jyu.fi/ktl/earli" target="_top">The 4th EARLI SIG 14 Learning and Professional D .
                • Please enter a definition for the abbreviation. For example: <abbr title="United States of America">USA</abbr>
              3. Warning, potential abbreviation found: SIG. Error was found from A element code: <a href="http://ktl.jyu.fi/ktl/earli" target="_top">The 4th EARLI SIG 14 Learning and Professional D .
                • Please enter a definition for the abbreviation. For example: <abbr title="United States of America">USA</abbr>
              4. Warning, potential abbreviation found: RSS. Error was found from H3 element code: <h3 class="moduleheader">RSS-ohje</h3> .
                • Please enter a definition for the abbreviation. For example: <abbr title="United States of America">USA</abbr>
              5. Warning, potential abbreviation found: RSS. Error was found from TD element code: <td class="contentcell"> <div class="contenttitle"><a href="http://www.peda.net/img/portal/697521/rs .
                • Please enter a definition for the abbreviation. For example: <abbr title="United States of America">USA</abbr>
              6. Warning, potential abbreviation found: RSS. Error was found from TD element code: <td class="contentcell"> <div class="contenttitle"><a href="http://www.peda.net/img/portal/697521/rs .
                • Please enter a definition for the abbreviation. For example: <abbr title="United States of America">USA</abbr>
              7. Warning, potential abbreviation found: WWW. Error was found from H3 element code: <h3 class="moduleheader">WWW-sivustoamme</h3> .
                • Please enter a definition for the abbreviation. For example: <abbr title="United States of America">USA</abbr>
              8. Warning, potential abbreviation found: JULKAISUMYYNTI. Error was found from B element code: <b>JULKAISUMYYNTI</b> .
                • Please enter a definition for the abbreviation. For example: <abbr title="United States of America">USA</abbr>
              9. Warning, potential abbreviation found: KASVATUS. Error was found from B element code: <b>KASVATUS-LEHTI</b> .
                • Please enter a definition for the abbreviation. For example: <abbr title="United States of America">USA</abbr>
              10. Warning, potential abbreviation found: LEHTI. Error was found from B element code: <b>KASVATUS-LEHTI</b> .
                • Please enter a definition for the abbreviation. For example: <abbr title="United States of America">USA</abbr>
              11. Warning, potential abbreviation found: PISA. Error was found from B element code: <b>PISA</b> .
                • 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)
              1. Failed, no lang attribute found. Error was found from HTML element code: <html><head><title>Koulutuksen tutkimuslaitos</title> <meta http-equiv="Content-Type" content="te .
                • Insert lang attribute to specify language used. For example: <html lang="fi">
              Test result
              Failed

              Guideline 5

              (show module information)

              5.1 - Table used properly

                Test result
                Passed

                5.2 - Associate data cells and header cells

                (hide test results)
                1. 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 (16)

                (hide test results)
                1. Warning, a table may be used as a layout. Error was found from TABLE element code: <table class="header" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="headerlef .
                  • Use proper ways of layout and use table only for data. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-table-for-layout.
                2. Warning, a table may be used as a layout. Error was found from TABLE element code: <table class="titlebar" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="titleba .
                  • Use proper ways of layout and use table only for data. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-table-for-layout.
                3. Warning, a table may be used as a layout. Error was found from TABLE element code: <table class="modebar" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="modebarl .
                  • Use proper ways of layout and use table only for data. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-table-for-layout.
                4. Warning, a table may be used as a layout. Error was found from TABLE element code: <table class="desktop" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="navigati .
                  • Use proper ways of layout and use table only for data. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-table-for-layout.
                5. Warning, a table may be used as a layout. Error was found from TABLE element code: <table class="layout" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr><td class="layoutbox1 .
                  • Use proper ways of layout and use table only for data. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-table-for-layout.
                6. Warning, a table may be used as a layout. Error was found from TABLE element code: <table class="module m1535 type_text" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbod .
                  • Use proper ways of layout and use table only for data. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-table-for-layout.
                7. Warning, a table may be used as a layout. Error was found from TABLE element code: <table class="module m785 type_text" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody .
                  • Use proper ways of layout and use table only for data. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-table-for-layout.
                8. Warning, a table may be used as a layout. Error was found from TABLE element code: <table class="module m1772 type_text" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbod .
                  • Use proper ways of layout and use table only for data. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-table-for-layout.
                9. Warning, a table may be used as a layout. Error was found from TABLE element code: <table class="module m6234 type_links" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbo .
                  • Use proper ways of layout and use table only for data. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-table-for-layout.
                10. Warning, a table may be used as a layout. Error was found from TABLE element code: <table cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="contentcell"> <div class .
                  • Use proper ways of layout and use table only for data. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-table-for-layout.
                11. Warning, a table may be used as a layout. Error was found from TABLE element code: <table class="module m6387 type_links" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbo .
                  • Use proper ways of layout and use table only for data. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-table-for-layout.
                12. Warning, a table may be used as a layout. Error was found from TABLE element code: <table cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="contentcell"> <div class .
                  • Use proper ways of layout and use table only for data. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-table-for-layout.
                13. Warning, a table may be used as a layout. Error was found from TABLE element code: <table class="module m6284 type_rss" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody .
                  • Use proper ways of layout and use table only for data. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-table-for-layout.
                14. Warning, a table may be used as a layout. Error was found from TABLE element code: <table cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="contentcell"> <div class .
                  • Use proper ways of layout and use table only for data. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-table-for-layout.
                15. Warning, a table may be used as a layout. Error was found from TABLE element code: <table class="module m1372 type_text" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbod .
                  • Use proper ways of layout and use table only for data. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-table-for-layout.
                16. Warning, a table may be used as a layout. Error was found from TABLE element code: <table class="footer" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="footerlef .
                  • Use proper ways of layout and use table only for data. More information from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-table-for-layout.
                Test result
                Warning

                5.5 - Summary, caption and title in table (16)

                (hide test results)
                1. 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="header" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="headerlef .
                  • 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.
                2. 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="titlebar" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="titleba .
                  • 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.
                3. 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="modebar" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="modebarl .
                  • 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.
                4. 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="desktop" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="navigati .
                  • 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.
                5. 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="layout" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr><td class="layoutbox1 .
                  • 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.
                6. 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="module m1535 type_text" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbod .
                  • 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.
                7. 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="module m785 type_text" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody .
                  • 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.
                8. 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="module m1772 type_text" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbod .
                  • 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.
                9. 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="module m6234 type_links" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbo .
                  • 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.
                10. 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 cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="contentcell"> <div class .
                  • 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.
                11. 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="module m6387 type_links" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbo .
                  • 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.
                12. 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 cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="contentcell"> <div class .
                  • 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.
                13. 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="module m6284 type_rss" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody .
                  • 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.
                14. 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 cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="contentcell"> <div class .
                  • 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.
                15. 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="module m1372 type_text" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbod .
                  • 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.
                16. 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="footer" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="footerlef .
                  • 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

                  (show module information)

                  6.1 - Organize documents so they may be read without style sheets

                  (hide test results)
                  1. Remark, 3 deprecated elements were found. Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
                    • 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 the dynamic content changes (3)

                  (hide test results)
                  1. Failed, <noscript> after <script> not found. Error was found from SCRIPT element code: <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https:// .
                    • Insert <noscript> after <script>. For example: <script>...</script><noscript>A graph about oil price.</noscript>
                  2. Failed, <noscript> after <script> not found. Error was found from SCRIPT element code: <script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script> .
                    • Insert <noscript> after <script>. For example: <script>...</script><noscript>A graph about oil price.</noscript>
                  3. Failed, <noscript> after <script> not found. Error was found from SCRIPT element code: <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-4013941-1"); pageTracker._ini .
                    • 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

                      Test result
                      Passed

                      6.5 - Ensure that dynamic content is accessible or provide an alternative presentation or page

                        Test result
                        Passed

                        Guideline 7

                        (show module information)

                        7.1 - Avoid causing the screen to flicker

                        (hide test results)
                        1. 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)
                          1. 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

                              (show module information)

                              8.1 - Programmatic elements such as scripts and applets must/should be directly accessible or compatible with assistive technologies (3)

                              (hide test results)
                              1. 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"> var gaJsHost = (("https:" == document.location.protocol) ? "https:// .
                                • Ensure that scripts, applets, or other programmatic objects are directly accessible. More information from http://www.w3.org/TR/AERT#linear-tables.
                              2. 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/ga.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.
                              3. 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"> var pageTracker = _gat._getTracker("UA-4013941-1"); pageTracker._ini .
                                • 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

                              (show module information)

                              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

                                    Test result
                                    Passed

                                    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

                                        (show module information)

                                        10.1 - No pop-ups or other windows

                                          Test result
                                          Passed

                                          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 (16)

                                            (hide test results)
                                            1. Remark, found table element(s). Error was found from TABLE element code: <table class="header" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="headerlef .
                                              • 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
                                            2. Remark, found table element(s). Error was found from TABLE element code: <table class="titlebar" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="titleba .
                                              • 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
                                            3. Remark, found table element(s). Error was found from TABLE element code: <table class="modebar" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="modebarl .
                                              • 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
                                            4. Remark, found table element(s). Error was found from TABLE element code: <table class="desktop" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="navigati .
                                              • 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
                                            5. Remark, found table element(s). Error was found from TABLE element code: <table class="layout" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr><td class="layoutbox1 .
                                              • 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
                                            6. Remark, found table element(s). Error was found from TABLE element code: <table class="module m1535 type_text" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbod .
                                              • 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
                                            7. Remark, found table element(s). Error was found from TABLE element code: <table class="module m785 type_text" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody .
                                              • 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
                                            8. Remark, found table element(s). Error was found from TABLE element code: <table class="module m1772 type_text" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbod .
                                              • 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
                                            9. Remark, found table element(s). Error was found from TABLE element code: <table class="module m6234 type_links" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbo .
                                              • 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
                                            10. Remark, found table element(s). Error was found from TABLE element code: <table cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="contentcell"> <div class .
                                              • 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
                                            11. Remark, found table element(s). Error was found from TABLE element code: <table class="module m6387 type_links" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbo .
                                              • 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
                                            12. Remark, found table element(s). Error was found from TABLE element code: <table cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="contentcell"> <div class .
                                              • 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
                                            13. Remark, found table element(s). Error was found from TABLE element code: <table class="module m6284 type_rss" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody .
                                              • 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
                                            14. Remark, found table element(s). Error was found from TABLE element code: <table cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="contentcell"> <div class .
                                              • 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
                                            15. Remark, found table element(s). Error was found from TABLE element code: <table class="module m1372 type_text" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbod .
                                              • 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
                                            16. Remark, found table element(s). Error was found from TABLE element code: <table class="footer" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="footerlef .
                                              • 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

                                                Test result
                                                Passed

                                                Guideline 11

                                                (show module information)

                                                11.1 - Use of W3C technologies

                                                (hide test results)
                                                1. 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. (10)

                                                (hide test results)
                                                1. Failed, this HTML element is now deprecated and should not be used. Error was found from FONT element code: <font size="-1"> <a href="http://www.jyu.fi/"><b>Jyväskylän yliopisto</b></a><br> <a href="http://kt .
                                                  • Find all about deprecated elements from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-deprecated.
                                                2. Failed, this HTML element is now deprecated and should not be used. Error was found from B element code: <b>Jyväskylän yliopisto</b> .
                                                  • Find all about deprecated elements from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-deprecated.
                                                3. Failed, this HTML element is now deprecated and should not be used. Error was found from B element code: <b>Linkkejä muualle</b> .
                                                  • Find all about deprecated elements from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-deprecated.
                                                4. Failed, this HTML element is now deprecated and should not be used. Error was found from B element code: <b>Kysy ja kommentoi</b> .
                                                  • Find all about deprecated elements from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-deprecated.
                                                5. Failed, this HTML element is now deprecated and should not be used. Error was found from B element code: <b>Palaute ylläpitäjälle</b> .
                                                  • Find all about deprecated elements from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-deprecated.
                                                6. Failed, this HTML element is now deprecated and should not be used. Error was found from FONT element code: <font font="2" color="#002e60"><b>JULKAISUMYYNTI</b></font> .
                                                  • Find all about deprecated elements from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-deprecated.
                                                7. Failed, this HTML element is now deprecated and should not be used. Error was found from B element code: <b>JULKAISUMYYNTI</b> .
                                                  • Find all about deprecated elements from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-deprecated.
                                                8. Failed, this HTML element is now deprecated and should not be used. Error was found from FONT element code: <font font="2" color="#002e60"><b>KASVATUS-LEHTI</b></font> .
                                                  • Find all about deprecated elements from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-deprecated.
                                                9. Failed, this HTML element is now deprecated and should not be used. Error was found from B element code: <b>KASVATUS-LEHTI</b> .
                                                  • Find all about deprecated elements from http://www.w3.org/TR/WCAG10-TECHS/#tech-avoid-deprecated.
                                                10. Failed, this HTML element is now deprecated and should not be used. Error was found from B element code: <b>PISA</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)
                                                1. 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)
                                                1. 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

                                                (show module information)

                                                12.1 - Providing a frame title

                                                  Test result
                                                  Passed

                                                  12.2 - Describe the purpose of frames

                                                  (hide test results)
                                                  1. 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 (17)

                                                  (hide test results)
                                                  1. Failed, Improper header nesting: Header levels must not increase by more than one level per heading. Do not use headers to create font effects; use style sheets to change font styles. Error was found from H3 element code: <h3 class="moduleheader">Koulutuksen tutkimuslaitos</h3> .
                                                    • Lower the header level to at least <h2>.
                                                  2. Failed, use in table at least two of next three: caption, summary and title. Error was found from TABLE element code: <table class="header" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="headerlef .
                                                    • 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.
                                                  3. Failed, use in table at least two of next three: caption, summary and title. Error was found from TABLE element code: <table class="titlebar" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="titleba .
                                                    • 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.
                                                  4. Failed, use in table at least two of next three: caption, summary and title. Error was found from TABLE element code: <table class="modebar" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="modebarl .
                                                    • 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.
                                                  5. Failed, use in table at least two of next three: caption, summary and title. Error was found from TABLE element code: <table class="desktop" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="navigati .
                                                    • 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.
                                                  6. Failed, use in table at least two of next three: caption, summary and title. Error was found from TABLE element code: <table class="layout" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr><td class="layoutbox1 .
                                                    • 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.
                                                  7. Failed, use in table at least two of next three: caption, summary and title. Error was found from TABLE element code: <table class="module m1535 type_text" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbod .
                                                    • 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.
                                                  8. Failed, use in table at least two of next three: caption, summary and title. Error was found from TABLE element code: <table class="module m785 type_text" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody .
                                                    • 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.
                                                  9. Failed, use in table at least two of next three: caption, summary and title. Error was found from TABLE element code: <table class="module m1772 type_text" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbod .
                                                    • 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.
                                                  10. Failed, use in table at least two of next three: caption, summary and title. Error was found from TABLE element code: <table class="module m6234 type_links" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbo .
                                                    • 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.
                                                  11. Failed, use in table at least two of next three: caption, summary and title. Error was found from TABLE element code: <table cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="contentcell"> <div class .
                                                    • 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.
                                                  12. Failed, use in table at least two of next three: caption, summary and title. Error was found from TABLE element code: <table class="module m6387 type_links" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbo .
                                                    • 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.
                                                  13. Failed, use in table at least two of next three: caption, summary and title. Error was found from TABLE element code: <table cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="contentcell"> <div class .
                                                    • 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.
                                                  14. Failed, use in table at least two of next three: caption, summary and title. Error was found from TABLE element code: <table class="module m6284 type_rss" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbody .
                                                    • 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.
                                                  15. Failed, use in table at least two of next three: caption, summary and title. Error was found from TABLE element code: <table cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="contentcell"> <div class .
                                                    • 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.
                                                  16. Failed, use in table at least two of next three: caption, summary and title. Error was found from TABLE element code: <table class="module m1372 type_text" border="0" cellpadding="0" cellspacing="0" width="100%"> <tbod .
                                                    • 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.
                                                  17. Failed, use in table at least two of next three: caption, summary and title. Error was found from TABLE element code: <table class="footer" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="footerlef .
                                                    • 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.
                                                  Test result
                                                  Failed

                                                  12.4 - Associating labels explicitly with their controls

                                                    Test result
                                                    Passed

                                                    Guideline 13

                                                    (show module information)

                                                    13.1 - Target of each link

                                                      Test result
                                                      Passed

                                                      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)
                                                        1. 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)
                                                        1. 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)
                                                            1. 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)
                                                            1. 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 (3)

                                                            (hide test results)
                                                            1. Warning, no title in link. Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/default.css" type="text/css" media="all"> .
                                                              • Add title for link.
                                                            2. Warning, no title in link. Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/print.css" type="text/css" media="print"> .
                                                              • Add title for link.
                                                            3. Warning, no title in link. Error was found from LINK element code: <link rel="stylesheet" href="http://ktl.jyu.fi/img/portal/11208/ktl_front2.css" type="text/css" medi .
                                                              • Add title for link.
                                                            Test result
                                                            Warning

                                                            13.10 - Skipping over multi-line ASCII art

                                                              Test result
                                                              Passed

                                                              Guideline 14

                                                              (show module information)

                                                              14.1 - Clear and simple language.

                                                              (hide test results)
                                                              1. 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)
                                                              1. 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.

                                                                Test result
                                                                Passed

                                                                Uncategorized