Errors found while checking this document as XHTML 1.0 Strict!

Result: 3 Errors
:
Modified:(undefined)
Server:Apache/2.2.14 (Ubuntu)
Size:3908
Content-Type:text/html
: utf-8
: XHTML 1.0 Strict
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
Options

Help on the options is available.

↑ Top

Validation Output: 3 Errors

  1. Error Line 127, Column 98: there is no attribute "hspace"
    …o.png" width="123" height="80" hspace="5" alt="moodle UAc" align="left" /><h1 …

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  2. Error Line 127, Column 125: there is no attribute "align"
    …80" hspace="5" alt="moodle UAc" align="left" /><h1 class="headermain">Moodle d…

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

  3. Error Line 154, Column 353: there is no attribute "target"
    …o <a href="http://moodle.org/" target="_blank">Moodle</a>, uma plataforma de s…

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

↑ Top

Source Listing

Below is the source input I used for this validation:

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="pt" xml:lang="pt">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <link rel="stylesheet" type="text/css" href="http://moodle0809.uac.pt/theme/standard/styles.php" />
  6. <link rel="stylesheet" type="text/css" href="http://moodle0809.uac.pt/theme/silky-red/styles.php" />
  7. <meta name="description" content="Plataforma de gestão de aprendizagem da Universidade dos Açores " />
  8. <!--[if IE 7]>
  9. <link rel="stylesheet" type="text/css" href="http://moodle0809.uac.pt/theme/standard/styles_ie7.css" />
  10. <![endif]-->
  11. <!--[if IE 6]>
  12. <link rel="stylesheet" type="text/css" href="http://moodle0809.uac.pt/theme/standard/styles_ie6.css" />
  13. <![endif]-->
  14. <meta name="keywords" content="moodle, Moodle da UAç " />
  15. <title>Moodle da UAç</title>
  16. <link rel="shortcut icon" href="http://moodle0809.uac.pt/theme/silky-red/favicon.ico" />
  17. <script type="text/javascript" src="http://moodle0809.uac.pt/lib/speller/spellChecker.js"></script>
  18. <!--<style type="text/css">/*<![CDATA[*/ body{behavior:url(http://moodle0809.uac.pt/lib/csshover.htc);} /*]]>*/</style>-->
  19. <script type="text/javascript" src="http://moodle0809.uac.pt/lib/javascript-static.js"></script>
  20. <script type="text/javascript" src="http://moodle0809.uac.pt/lib/javascript-mod.php"></script>
  21. <script type="text/javascript" src="http://moodle0809.uac.pt/lib/overlib/overlib.js"></script>
  22. <script type="text/javascript" src="http://moodle0809.uac.pt/lib/overlib/overlib_cssstyle.js"></script>
  23. <script type="text/javascript" src="http://moodle0809.uac.pt/lib/cookies.js"></script>
  24. <script type="text/javascript" src="http://moodle0809.uac.pt/lib/ufo.js"></script>
  25. <script type="text/javascript" src="http://moodle0809.uac.pt/lib/dropdown.js"></script>
  26. <script type="text/javascript" defer="defer">
  27. //<![CDATA[
  28. setTimeout('fix_column_widths()', 20);
  29. //]]>
  30. </script>
  31. <script type="text/javascript">
  32. //<![CDATA[
  33. function openpopup(url,name,options,fullscreen) {
  34. fullurl = "http://moodle0809.uac.pt" + url;
  35. windowobj = window.open(fullurl,name,options);
  36. if (fullscreen) {
  37. windowobj.moveTo(0,0);
  38. windowobj.resizeTo(screen.availWidth,screen.availHeight);
  39. }
  40. windowobj.focus();
  41. return false;
  42. }
  43. function uncheckall() {
  44. void(d=document);
  45. void(el=d.getElementsByTagName('INPUT'));
  46. for(i=0;i<el.length;i++) {
  47. void(el[i].checked=0);
  48. }
  49. }
  50. function checkall() {
  51. void(d=document);
  52. void(el=d.getElementsByTagName('INPUT'));
  53. for(i=0;i<el.length;i++) {
  54. void(el[i].checked=1);
  55. }
  56. }
  57. function inserttext(text) {
  58. text = ' ' + text + ' ';
  59. if ( opener.document.forms['theform'].message.createTextRange && opener.document.forms['theform'].message.caretPos) {
  60. var caretPos = opener.document.forms['theform'].message.caretPos;
  61. caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text;
  62. } else {
  63. opener.document.forms['theform'].message.value += text;
  64. }
  65. opener.document.forms['theform'].message.focus();
  66. }
  67. function getElementsByClassName(oElm, strTagName, oClassNames){
  68. var arrElements = (strTagName == "*" && oElm.all)? oElm.all : oElm.getElementsByTagName(strTagName);
  69. var arrReturnElements = new Array();
  70. var arrRegExpClassNames = new Array();
  71. if(typeof oClassNames == "object"){
  72. for(var i=0; i<oClassNames.length; i++){
  73. arrRegExpClassNames.push(new RegExp("(^|\\s)" + oClassNames[i].replace(/\-/g, "\\-") + "(\\s|$)"));
  74. }
  75. }
  76. else{
  77. arrRegExpClassNames.push(new RegExp("(^|\\s)" + oClassNames.replace(/\-/g, "\\-") + "(\\s|$)"));
  78. }
  79. var oElement;
  80. var bMatchesAll;
  81. for(var j=0; j<arrElements.length; j++){
  82. oElement = arrElements[j];
  83. bMatchesAll = true;
  84. for(var k=0; k<arrRegExpClassNames.length; k++){
  85. if(!arrRegExpClassNames[k].test(oElement.className)){
  86. bMatchesAll = false;
  87. break;
  88. }
  89. }
  90. if(bMatchesAll){
  91. arrReturnElements.push(oElement);
  92. }
  93. }
  94. return (arrReturnElements)
  95. }
  96. //]]>
  97. </script>
  98. </head>
  99. <body class="course course-1 notloggedin dir-ltr lang-pt_utf8" id="site-index">
  100. <div id="page">
  101. <a class="skip" href="#maincontent">Ir para o conteúdo principal</a>
  102. <div id="header-home" class=" clearfix"> <!--<h1 class="headermain">Moodle da UAç</h1>-->
  103. <div class="headermenu"><div class="logininfo">Utilizador não identificado. (<a href="http://moodle0809.uac.pt/login/index.php">Entrar</a>)</div><form action="http://moodle0809.uac.pt/course/jumpto.php" method="get" id="chooselang" class="popupform"><div><label for="chooselang_jump"><span class="accesshide " >Língua</span></label><select id="chooselang_jump" name="jump" onchange="self.location=document.getElementById('chooselang').jump.options[document.getElementById('chooselang').jump.selectedIndex].value;">
  104. <option value="http://moodle0809.uac.pt/index.php?lang=en_utf8">English (en)</option>
  105. <option value="http://moodle0809.uac.pt/index.php?lang=es_utf8">Español - Internacional (es)</option>
  106. <option value="http://moodle0809.uac.pt/index.php?lang=fr_utf8">Français (fr)</option>
  107. <option value="http://moodle0809.uac.pt/index.php?lang=it_utf8">Italiano (it)</option>
  108. <option value="http://moodle0809.uac.pt/index.php?lang=lv_utf8">Latviešu (lv)</option>
  109. <option value="http://moodle0809.uac.pt/index.php?lang=pt_utf8" selected="selected">Português - Portugal (pt)</option>
  110. </select><input type="hidden" name="sesskey" value="fVYHlYfJ8u" /><div id="noscriptchooselang" style="display: inline;"><input type="submit" value="Executar" /></div><script type="text/javascript">
  111. //<![CDATA[
  112. document.getElementById("noscriptchooselang").style.display = "none";
  113. //]]>
  114. </script></div></form></div>
  115. </div> <div id="banner">
  116. <img src="http://moodle0809.uac.pt/theme/silky-red/pix/logo.png" width="123" height="80" hspace="5" alt="moodle UAc" align="left" /><h1 class="headermain">Moodle da UAç</h1></div>
  117. <div class="navbar clearfix">
  118. <div class="breadcrumb"></div>
  119. <div class="navbutton">&nbsp;</div>
  120. </div>
  121. <!-- END OF HEADER -->
  122. <div id="content">
  123. <table id="layout-table" summary="layout">
  124. <tr>
  125. <td style="width: 210px;" id="left-column"><div><a href="#sb-1" class="skip-block">Seguir para a frente de Menu principal</a><div id="inst1" class="block_site_main_menu sideblock"><div class="header"><div class="title"><input type="image" src="http://moodle0809.uac.pt/theme/silky-red/pix/t/switch_minus.gif" id="togglehide_inst1" onclick="elementToggleHide(this, true, function(el) {return findParentNode(el, 'DIV', 'sideblock'); }, 'Mostrar bloco Menu principal', 'Esconder bloco Menu principal'); return false;" alt="Esconder bloco Menu principal" title="Esconder bloco Menu principal" class="hide-show-image" /><h2>Menu principal</h2></div></div><div class="content">
  126. <ul class='list'>
  127. <li class="r0"><div class="icon column c0"><img src="http://moodle0809.uac.pt/theme/silky-red/pix/mod/forum/icon.gif" class="icon" alt="" /></div><div class="column c1"><a title="Fóruns" href="http://moodle0809.uac.pt/mod/forum/view.php?id=1">Notícias</a></div></li>
  128. </ul>
  129. </div></div><script type="text/javascript">
  130. //<![CDATA[
  131. elementCookieHide("inst1","Mostrar bloco Menu principal","Esconder bloco Menu principal");
  132. //]]>
  133. </script><span id="sb-1" class="skip-block-to"></span><a href="#sb-2" class="skip-block">Seguir para a frente de Grupos de disciplinas</a><div id="inst9062" class="block_course_list sideblock"><div class="header"><div class="title"><input type="image" src="http://moodle0809.uac.pt/theme/silky-red/pix/t/switch_minus.gif" id="togglehide_inst9062" onclick="elementToggleHide(this, true, function(el) {return findParentNode(el, 'DIV', 'sideblock'); }, 'Mostrar bloco Grupos de disciplinas', 'Esconder bloco Grupos de disciplinas'); return false;" alt="Esconder bloco Grupos de disciplinas" title="Esconder bloco Grupos de disciplinas" class="hide-show-image" /><h2>Grupos de disciplinas</h2></div></div><div class="content">
  134. <ul class='list'>
  135. <li class="r0"><div class="icon column c0"><img src="http://moodle0809.uac.pt/theme/silky-red/pix/i/course.gif" class="icon" alt="Categoria da disciplina" /></div><div class="column c1"><a href="http://moodle0809.uac.pt/course/category.php?id=1">Curriculares</a></div></li>
  136. <li class="r1"><div class="icon column c0"><img src="http://moodle0809.uac.pt/theme/silky-red/pix/i/course.gif" class="icon" alt="Categoria da disciplina" /></div><div class="column c1"><a href="http://moodle0809.uac.pt/course/category.php?id=2">Extracurriculares</a></div></li>
  137. </ul>
  138. <div class="footer"><a href="http://moodle0809.uac.pt/course/index.php">Todas as disciplinas</a> ...</div></div></div><script type="text/javascript">
  139. //<![CDATA[
  140. elementCookieHide("inst9062","Mostrar bloco Grupos de disciplinas","Esconder bloco Grupos de disciplinas");
  141. //]]>
  142. </script><span id="sb-2" class="skip-block-to"></span></div></td><td id="middle-column"><span id="maincontent"></span><div><div class="generalbox sitetopic box"><p>Bem vindo ao sistema de gestão de aprendizagem da Universidade dos Açores, correspondente Ano Lectivo 2008/2009<br /><br />Este sistema está baseado no <a href="http://moodle.org/" target="_blank">Moodle</a>, uma plataforma de software livre. Visite o sítio da <a href="http://web.educom.pt/moodlept/" target="_blank">Comunidade Moodle Portuguesa</a>, para mais informações, incluindo módulos de formação.<br /><br />Na Universidade dos Açores o sistema está sincronizado com as bases de dados dos Serviços Académicos: a lista de unidades curriculares e a atribuição dos respectivos docentes é criada automaticamente a partir da distribuição do serviço docente, enquanto os alunos são inscritos nas unidades curtriculares a que se matriculam.</p></div><br /></div></td><td style="width: 210px;" id="right-column"><div><div id="inst3" class="block_course_summary sideblock"><div class="content">Plataforma de gestão de aprendizagem da Universidade dos Açores </div></div><script type="text/javascript">
  143. //<![CDATA[
  144. elementCookieHide("inst3","Mostrar bloco ","Esconder bloco ");
  145. //]]>
  146. </script><span id="sb-3" class="skip-block-to"></span><a href="#sb-4" class="skip-block">Seguir para a frente de Calendário</a><div id="inst4" class="block_calendar_month sideblock"><div class="header"><div class="title"><input type="image" src="http://moodle0809.uac.pt/theme/silky-red/pix/t/switch_minus.gif" id="togglehide_inst4" onclick="elementToggleHide(this, true, function(el) {return findParentNode(el, 'DIV', 'sideblock'); }, 'Mostrar bloco Calendário', 'Esconder bloco Calendário'); return false;" alt="Esconder bloco Calendário" title="Esconder bloco Calendário" class="hide-show-image" /><h2>Calendário</h2></div></div><div class="content"><div id="overDiv" style="position: absolute; visibility: hidden; z-index:1000;"></div><script type="text/javascript" src="http://moodle0809.uac.pt/calendar/overlib.cfg.php"></script>
  147. <div class="calendar-controls"><a class="previous" href="index.php?cal_m=2&amp;cal_y=2020" title="Mês prévio"><span class="arrow ">&#x25C4;</span><span class="accesshide " >&nbsp;Mês prévio</span></a><span class="hide"> | </span><span class="current"><a href="http://moodle0809.uac.pt/calendar/view.php?view=month&amp;course=1&amp;cal_d=1&amp;cal_m=3&amp;cal_y=2020">March 2020</a></span><span class="hide"> | </span><a class="next" href="index.php?cal_m=4&amp;cal_y=2020" title="Próximo mês"><span class="accesshide " >Próximo mês&nbsp;</span><span class="arrow ">&#x25BA;</span></a>
  148. <span class="clearer"><!-- --></span></div>
  149. <table class="minicalendar" summary="Tabela de dados, Calendário de March 2020"><tr class="weekdays"><th scope="col"><abbr title="Domingo">Dom</abbr></th>
  150. <th scope="col"><abbr title="Segunda">Seg</abbr></th>
  151. <th scope="col"><abbr title="Terça">Ter</abbr></th>
  152. <th scope="col"><abbr title="Quarta">Qua</abbr></th>
  153. <th scope="col"><abbr title="Quinta">Qui</abbr></th>
  154. <th scope="col"><abbr title="Sexta">Sex</abbr></th>
  155. <th scope="col"><abbr title="Sábado">Sab</abbr></th>
  156. </tr><tr><td class="weekend day">1</td>
  157. <td class="day">2</td>
  158. <td class="day">3</td>
  159. <td class="day">4</td>
  160. <td class="day">5</td>
  161. <td class="day">6</td>
  162. <td class="weekend day">7</td>
  163. </tr><tr><td class="weekend day">8</td>
  164. <td class="day">9</td>
  165. <td class="day">10</td>
  166. <td class="day">11</td>
  167. <td class="day">12</td>
  168. <td class="day">13</td>
  169. <td class="weekend day">14</td>
  170. </tr><tr><td class="weekend day">15</td>
  171. <td class="day">16</td>
  172. <td class="day today eventnone"><span class="accesshide " >Hoje Tuesday, 17 March </span><a href="#" onmouseover="return overlib('Sem eventos', CAPTION, 'Hoje Tuesday, 17 March');" onmouseout="return nd();">17</a></td>
  173. <td class="day">18</td>
  174. <td class="day">19</td>
  175. <td class="day">20</td>
  176. <td class="weekend day">21</td>
  177. </tr><tr><td class="weekend day">22</td>
  178. <td class="day">23</td>
  179. <td class="day">24</td>
  180. <td class="day">25</td>
  181. <td class="day">26</td>
  182. <td class="day">27</td>
  183. <td class="weekend day">28</td>
  184. </tr><tr><td class="weekend day">29</td>
  185. <td class="day">30</td>
  186. <td class="day">31</td>
  187. <td class="dayblank">&nbsp;</td><td class="dayblank">&nbsp;</td><td class="dayblank">&nbsp;</td><td class="dayblank">&nbsp;</td></tr></table></div></div><script type="text/javascript">
  188. //<![CDATA[
  189. elementCookieHide("inst4","Mostrar bloco Calendário","Esconder bloco Calendário");
  190. //]]>
  191. </script><span id="sb-4" class="skip-block-to"></span></div></td>
  192. </tr>
  193. </table>
  194. </div><div id="footer"><p class="helplink"></p><div class="logininfo">Utilizador não identificado. (<a href="http://moodle0809.uac.pt/login/index.php">Entrar</a>)</div></div></div>
  195. </body>
  196. </html>

↑ Top