Test results

Test subject: http://www.edev.fi/portal

Statistics for the evaluated page

Total tests: 64

TestsPercentTotalPercent
Total passed:5281.25%5216.77%
-Passed with remarks:1929.69%3110.00%
Failed:914.06%21569.35%
Warnings:34.69%123.87%
Total:64100.00%310100.00%

MobileOK

WCAG

Guideline 1

(show module information)

1.1 - Elements have text equivalents.

    Test result
    Passed

    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. (2)

        (hide test results)
        1. Failed, the color difference of rgb(0, 0, 0) and rgb(0, 80, 149) is too low. Error was found from TABLE element code: <table class="modebar" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="modebarl .
          • Change the colors so that they have higher color difference.
        2. Failed, the brightness difference of rgb(0, 0, 0) and rgb(0, 80, 149) is too low. Error was found from TABLE element code: <table class="modebar" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="modebarl .
          • Change the colors so that they have higher brightness difference.
        Test result
        Failed

        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 B element code: <b>Uusi metodijulkaisu ilmestynyt</b> .
              • You will achieve much richer effect using stylesheets or you can use <strong> instead of <b>. CSS example: strong { font-weight: bolder; }
            2. Failed, deprecated element found. Error was found from B element code: <b>Tiedote 17.3.2008: Suuret ryhmäkoot vaikeuttavat opettajien työtä</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>Tiedote 17.3.2008: Ammatillisen koulutuksen aluekehitystehtävä vielä selkiytymätön</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>Tiedote 24.1.2008: ESR-rahoitus ja työssäoppimisen järjestäminen</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><b> Tiedote 15.1.2008: Koulutuksen arviointineuvosto asetettu kaudelle 1.1.2008 - 31.12.2009 </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 B element code: <b> Tiedote 15.1.2008: Koulutuksen arviointineuvosto asetettu kaudelle 1.1.2008 - 31.12.2009 </b> .
              • You will achieve much richer effect using stylesheets or you can use <strong> instead of <b>. CSS example: strong { font-weight: bolder; }
            7. Failed, deprecated element found. Error was found from B element code: <b><a href="http://www.peda.net/oppimappi/jyu/arviointineuvosto"><b><b> Hankkeiden kohtauspaikka </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 B element code: <b><b> Hankkeiden kohtauspaikka </b></b> .
              • You will achieve much richer effect using stylesheets or you can use <strong> instead of <b>. CSS example: strong { font-weight: bolder; }
            9. Failed, deprecated element found. Error was found from B element code: <b> Hankkeiden kohtauspaikka </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><br> </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. (163)

            (hide test results)
            1. Failed, absolute size definition found. body:"padding: 0px 10px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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/edev.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/edev.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. .footer:"margin-top: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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-top: 20px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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-bottom: 20px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .titlebarleft:"padding-left: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .smalltitle:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .modebarleft:"padding: 2px 10px 2px 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .modebarright:"padding: 2px 5px 2px 10px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .naviheader:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .navifooter:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .navilevel1:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .navilevel2:"padding: 5px 5px 5px 10px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .navilevel3:"padding: 5px 5px 5px 15px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .menubutton:"padding: 3px 7px 2px 17px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .menubuttonselected:"padding: 3px 7px 2px 17px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .modules:"padding: 17px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. td.moduleheader:"padding: 3px 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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.modulecontent:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .h_filler:"height: 17px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. td.v_filler:"width: 17px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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:"height: 17px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .back_link:"margin: 5px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .addmodule:"margin: 5px 0px 5px 2px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .error:"margin: 10px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .data_error:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .copy_info:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .move_info:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .event_ok:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .login_info:"margin: 10px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .discussion_new:"padding: 2px 0px 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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_threads td:"border-width: 0px 0px 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .message:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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_body:"padding: 5px 2px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .configheader:"padding: 2px 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .configsettings:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .configcontent:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .configfunctions:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .configtitle:"margin: 0px 0px 0px 15px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .configinfo:"margin: 0px 0px 0px 15px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .configdescription:"margin: 0px 0px 0px 15px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .contentcell:"padding: 0px 0px 7px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .calendar td:"padding: 3px 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .calendarviews:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .calendardate:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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_config:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .calendar_list_title:"padding: 0px 0px 3px 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .event:"padding: 5px 0px 5px 15px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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_config:"padding: 5px 0px 5px 15px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .notetitle:"padding: 5px 5px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .notecontent:"padding: 10px 5px 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .close_note:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .formpart:"padding: 5px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .portaltree:"margin: 5px 0px 0px 20px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .portaltreeinfo:"margin: 0px 0px 10px 10px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .portaltree_browser:"margin: 10px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .layouts td:"padding: 10px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .announcement_content:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .form_content:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .blogpost_content:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .wiki_content:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .thumbnail:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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:"height: 105px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .registration_info:"margin: 10px 0px 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .security_notice:"margin: 0px 0px 17px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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_info:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .delete_item:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .tag_filters:"padding: 5px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .form_received:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. body.infotv:"padding: 20px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .infotv_title h1:"margin: 0px 0px 15px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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_footer:"left: 20px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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:"bottom: 20px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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_time:"right: 20px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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:"bottom: 20px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. .modulefeeds:"margin: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="/portalstyles/edev.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. body:"padding: 0px 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            82. Failed, absolute size definition found. .headerleft_links .link1:"top: 87px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            83. Failed, absolute size definition found. .headerleft_links .link1:"left: 15px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            84. Failed, absolute size definition found. * + html .headerleft_links .link1:"top: 85px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            85. Failed, absolute size definition found. * html .headerleft_links .link1:"top: 85px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            86. Failed, absolute size definition found. .headerright .headerright_links:"top: 209px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            87. Failed, absolute size definition found. .headerright .headerright_links:"right: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            88. Failed, absolute size definition found. * + html .headerright .headerright_links:"top: 206px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            89. Failed, absolute size definition found. * + html .headerright .headerright_links:"right: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            90. Failed, absolute size definition found. * html .headerright .headerright_links:"top: 206px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            91. Failed, absolute size definition found. * html .headerright .headerright_links:"right: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            92. Failed, absolute size definition found. .headerleft:"padding-left: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            93. Failed, absolute size definition found. .headerright:"padding-right: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            94. Failed, absolute size definition found. .footer:"margin-top: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            95. Failed, absolute size definition found. .titlebarleft:"padding-top: 20px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            96. Failed, absolute size definition found. .titlebarleft:"padding-bottom: 20px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            97. Failed, absolute size definition found. .titlebarleft:"padding-left: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            98. Failed, absolute size definition found. .smalltitle:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            99. Failed, absolute size definition found. .modebarleft:"padding: 2px 10px 2px 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            100. Failed, absolute size definition found. .modebarright:"padding: 2px 5px 2px 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            101. Failed, absolute size definition found. .naviheader:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            102. Failed, absolute size definition found. .navifooter:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            103. Failed, absolute size definition found. .navilevel1:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            104. Failed, absolute size definition found. .navilevel2:"padding: 5px 5px 5px 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            105. Failed, absolute size definition found. .navilevel3:"padding: 5px 5px 5px 15px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            106. Failed, absolute size definition found. .menubutton:"padding: 3px 7px 2px 17px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            107. Failed, absolute size definition found. .menubuttonselected:"padding: 3px 7px 2px 17px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            108. Failed, absolute size definition found. .modules:"padding: 17px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            109. Failed, absolute size definition found. td.moduleheader:"padding: 3px 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            110. Failed, absolute size definition found. td.modulecontent:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            111. Failed, absolute size definition found. .h_filler:"height: 17px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            112. Failed, absolute size definition found. td.v_filler:"width: 17px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            113. Failed, absolute size definition found. td.v_filler:"height: 17px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            114. Failed, absolute size definition found. .back_link:"margin: 5px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            115. Failed, absolute size definition found. .addmodule:"margin: 5px 0px 5px 2px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            116. Failed, absolute size definition found. .error:"margin: 10px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            117. Failed, absolute size definition found. .data_error:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            118. Failed, absolute size definition found. .copy_info:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            119. Failed, absolute size definition found. .move_info:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            120. Failed, absolute size definition found. .event_ok:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            121. Failed, absolute size definition found. .login_info:"margin: 10px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            122. Failed, absolute size definition found. .discussion_new:"padding: 2px 0px 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            123. 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://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            124. Failed, absolute size definition found. .message:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            125. Failed, absolute size definition found. .message_body:"padding: 5px 2px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            126. Failed, absolute size definition found. .configheader:"padding: 2px 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            127. Failed, absolute size definition found. .configsettings:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            128. Failed, absolute size definition found. .configcontent:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            129. Failed, absolute size definition found. .configfunctions:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            130. Failed, absolute size definition found. .configtitle:"margin: 0px 0px 0px 15px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            131. Failed, absolute size definition found. .configinfo:"margin: 0px 0px 0px 15px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            132. Failed, absolute size definition found. .configdescription:"margin: 0px 0px 0px 15px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            133. Failed, absolute size definition found. .contentcell:"padding: 0px 0px 7px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            134. Failed, absolute size definition found. .calendar td:"padding: 3px 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            135. Failed, absolute size definition found. .calendarviews:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            136. Failed, absolute size definition found. .calendardate:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            137. Failed, absolute size definition found. .calendardate_config:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            138. 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://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            139. Failed, absolute size definition found. .event:"padding: 5px 0px 5px 15px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            140. Failed, absolute size definition found. .event_config:"padding: 5px 0px 5px 15px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            141. Failed, absolute size definition found. .notetitle:"padding: 5px 5px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            142. Failed, absolute size definition found. .notecontent:"padding: 10px 5px 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            143. Failed, absolute size definition found. .close_note:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            144. Failed, absolute size definition found. .formpart:"padding: 5px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            145. Failed, absolute size definition found. .portaltree:"margin: 5px 0px 0px 20px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            146. Failed, absolute size definition found. .portaltreeinfo:"margin: 0px 0px 10px 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            147. Failed, absolute size definition found. .portaltree_browser:"margin: 10px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            148. Failed, absolute size definition found. .portaltree_browser:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            149. Failed, absolute size definition found. .layouts td:"padding: 10px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            150. Failed, absolute size definition found. .announcement_content:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            151. Failed, absolute size definition found. .form_content:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            152. Failed, absolute size definition found. .blogpost_content:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            153. Failed, absolute size definition found. .wiki_content:"padding: 5px 0px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            154. Failed, absolute size definition found. .thumbnail:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            155. Failed, absolute size definition found. .thumbnail:"height: 105px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            156. Failed, absolute size definition found. .registration_info:"margin: 10px 0px 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            157. Failed, absolute size definition found. .security_notice:"margin: 0px 0px 17px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            158. Failed, absolute size definition found. .security_notice:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            159. Failed, absolute size definition found. .security_notice_info:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            160. Failed, absolute size definition found. .delete_item:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            161. Failed, absolute size definition found. .tag_filters:"padding: 5px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            162. Failed, absolute size definition found. .form_received:"margin: 10px 0px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            163. Failed, absolute size definition found. .form_received:"padding: 5px". Error was found from LINK element code: <link rel="stylesheet" href="http://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
              • Use relative size definitions. Relative size definitions are: em, ex and %. For example: "margin-left: 2%"
            Test result
            Failed

            3.5 - Proper header usage.

            (hide test results)
            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">ARVIOINTINEUVOSTO</h3> .
              • Lower the header level to at least <h1>.
            Test result
            Failed

            3.6 - Proper List usage.

              Test result
              Passed

              3.7 - Proper quote usage.

                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. (8)

                (hide test results)
                1. Warning, potential abbreviation found: YLLÄPITOON. Error was found from A element code: <a href="/portal?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: ARVIOINTINEUVOSTO. Error was found from H3 element code: <h3 class="moduleheader">ARVIOINTINEUVOSTO</h3> .
                  • Please enter a definition for the abbreviation. For example: <abbr title="United States of America">USA</abbr>
                3. Warning, potential abbreviation found: VISIO. Error was found from H3 element code: <h3 class="moduleheader">VISIO</h3> .
                  • Please enter a definition for the abbreviation. For example: <abbr title="United States of America">USA</abbr>
                4. Warning, potential abbreviation found: ARVOT. Error was found from H3 element code: <h3 class="moduleheader">ARVOT</h3> .
                  • Please enter a definition for the abbreviation. For example: <abbr title="United States of America">USA</abbr>
                5. Warning, potential abbreviation found: TOIMINTA. Error was found from H3 element code: <h3 class="moduleheader">TOIMINTA-AJATUS</h3> .
                  • Please enter a definition for the abbreviation. For example: <abbr title="United States of America">USA</abbr>
                6. Warning, potential abbreviation found: AJATUS. Error was found from H3 element code: <h3 class="moduleheader">TOIMINTA-AJATUS</h3> .
                  • Please enter a definition for the abbreviation. For example: <abbr title="United States of America">USA</abbr>
                7. Warning, potential abbreviation found: AJANKOHTAISTA. Error was found from H3 element code: <h3 class="moduleheader">AJANKOHTAISTA</h3> .
                  • Please enter a definition for the abbreviation. For example: <abbr title="United States of America">USA</abbr>
                8. Warning, potential abbreviation found: ESR. Error was found from B element code: <b>Tiedote 24.1.2008: ESR-rahoitus ja työssäoppimisen järjestäminen</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>Etusivu</title> <meta http-equiv="Content-Type" content="text/html; charset=UT .
                  • 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

                  (hide test results)
                  1. Failed, a table is used as a layout. Error was found from BODY element code: <body> <table class="header" cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <td class="he .
                    • 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
                  Failed

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

                  (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 m297 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.
                  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 m1 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 m2 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.
                  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 m3 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.
                  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 class="module m4 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.
                  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 m45 type_upload" 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.
                  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 class="module m5 type_upload" 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.
                  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="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/edev.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

                      Test result
                      Passed

                      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

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

                                                  (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 m297 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
                                                  7. Remark, found table element(s). Error was found from TABLE element code: <table class="module m1 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 m2 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
                                                  9. Remark, found table element(s). Error was found from TABLE element code: <table class="module m3 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
                                                  10. Remark, found table element(s). Error was found from TABLE element code: <table class="module m4 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
                                                  11. Remark, found table element(s). Error was found from TABLE element code: <table class="module m45 type_upload" 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
                                                  12. Remark, found table element(s). Error was found from TABLE element code: <table class="module m5 type_upload" 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
                                                  13. 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 B element code: <b>Uusi metodijulkaisu ilmestynyt</b> .
                                                        • 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>Tiedote 17.3.2008: Suuret ryhmäkoot vaikeuttavat opettajien työtä</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>Tiedote 17.3.2008: Ammatillisen koulutuksen aluekehitystehtävä vielä selkiytymätön</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>Tiedote 24.1.2008: ESR-rahoitus ja työssäoppimisen järjestäminen</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><b> Tiedote 15.1.2008: Koulutuksen arviointineuvosto asetettu kaudelle 1.1.2008 - 31.12.2009 </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 B element code: <b> Tiedote 15.1.2008: Koulutuksen arviointineuvosto asetettu kaudelle 1.1.2008 - 31.12.2009 </b> .
                                                        • 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><a href="http://www.peda.net/oppimappi/jyu/arviointineuvosto"><b><b> Hankkeiden kohtauspaikka </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 B element code: <b><b> Hankkeiden kohtauspaikka </b></b> .
                                                        • 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> Hankkeiden kohtauspaikka </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><br> </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 (14)

                                                        (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">ARVIOINTINEUVOSTO</h3> .
                                                          • Lower the header level to at least <h1>.
                                                        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 m297 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.
                                                        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 m1 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 m2 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.
                                                        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 m3 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.
                                                        11. Failed, use in table at least two of next three: caption, summary and title. Error was found from TABLE element code: <table class="module m4 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.
                                                        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 m45 type_upload" 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.
                                                        13. Failed, use in table at least two of next three: caption, summary and title. Error was found from TABLE element code: <table class="module m5 type_upload" 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.
                                                        14. 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

                                                          (hide test results)
                                                          1. Warning, found two identical name and title for two different links. Error was found from A element code: <a href="/portal?vp=singlemodule&amp;m_id=45&amp;sp=upload" target="_top">Lähetä</a> .
                                                            • Use unique and meaningfull name and title for different links.
                                                          Test result
                                                          Warning

                                                          13.2 - Metadata should be used to add semantic information to pages and sites

                                                            Test result
                                                            Passed

                                                            13.3 - Information about the general layout

                                                            (hide test results)
                                                            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/edev.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://www.edev.fi/img/portal/293/arviointineuvosto.css" type="text/css .
                                                                  • 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