Errors found while checking this document as XHTML 1.0 Strict!

Result: 4 Errors
:
Modified:(undefined)
Server:Apache
Size:(undefined)
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: 4 Errors

  1. Error Line 127, Column 99: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    …d="intro" class="generalbox box"><p><p><span new=""><strong>Para professores, …

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  2. Error Line 127, Column 110: there is no attribute "new"
    …lass="generalbox box"><p><p><span new=""><strong>Para professores, encarregado…

    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 127, Column 195: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    …ucação e alunos:</strong></span></p><p><span new="">Futurália, feira da juvent…

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

  4. Error Line 127, Column 464: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag
    …//www.fil.pt/">Fil</a>.  </span></p><p><span new=""></span></p></p></div><br /…

    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

↑ 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://aulas.esec-acf.pt/theme/standard/styles.php" />
  6. <link rel="stylesheet" type="text/css" href="http://aulas.esec-acf.pt/theme/formal_white/styles.php" />
  7. <!--[if IE 7]>
  8. <link rel="stylesheet" type="text/css" href="http://aulas.esec-acf.pt/theme/standard/styles_ie7.css" />
  9. <![endif]-->
  10. <!--[if IE 6]>
  11. <link rel="stylesheet" type="text/css" href="http://aulas.esec-acf.pt/theme/standard/styles_ie6.css" />
  12. <![endif]-->
  13. <meta name="keywords" content="moodle, AGEBUCELAS: Site news " />
  14. <title>AGEBUCELAS: Site news</title>
  15. <link rel="shortcut icon" href="http://aulas.esec-acf.pt/theme/formal_white/favicon.ico" />
  16. <!--<style type="text/css">/*<![CDATA[*/ body{behavior:url(http://aulas.esec-acf.pt/lib/csshover.htc);} /*]]>*/</style>-->
  17. <script type="text/javascript" src="http://aulas.esec-acf.pt/lib/javascript-static.js"></script>
  18. <script type="text/javascript" src="http://aulas.esec-acf.pt/lib/javascript-mod.php"></script>
  19. <script type="text/javascript" src="http://aulas.esec-acf.pt/lib/overlib/overlib.js"></script>
  20. <script type="text/javascript" src="http://aulas.esec-acf.pt/lib/overlib/overlib_cssstyle.js"></script>
  21. <script type="text/javascript" src="http://aulas.esec-acf.pt/lib/cookies.js"></script>
  22. <script type="text/javascript" src="http://aulas.esec-acf.pt/lib/ufo.js"></script>
  23. <script type="text/javascript" src="http://aulas.esec-acf.pt/lib/dropdown.js"></script>
  24. <script type="text/javascript" defer="defer">
  25. //<![CDATA[
  26. setTimeout('fix_column_widths()', 20);
  27. //]]>
  28. </script>
  29. <script type="text/javascript">
  30. //<![CDATA[
  31. function openpopup(url,name,options,fullscreen) {
  32. fullurl = "http://aulas.esec-acf.pt" + url;
  33. windowobj = window.open(fullurl,name,options);
  34. if (fullscreen) {
  35. windowobj.moveTo(0,0);
  36. windowobj.resizeTo(screen.availWidth,screen.availHeight);
  37. }
  38. windowobj.focus();
  39. return false;
  40. }
  41. function uncheckall() {
  42. void(d=document);
  43. void(el=d.getElementsByTagName('INPUT'));
  44. for(i=0;i<el.length;i++) {
  45. void(el[i].checked=0);
  46. }
  47. }
  48. function checkall() {
  49. void(d=document);
  50. void(el=d.getElementsByTagName('INPUT'));
  51. for(i=0;i<el.length;i++) {
  52. void(el[i].checked=1);
  53. }
  54. }
  55. function inserttext(text) {
  56. text = ' ' + text + ' ';
  57. if ( opener.document.forms['theform'].message.createTextRange && opener.document.forms['theform'].message.caretPos) {
  58. var caretPos = opener.document.forms['theform'].message.caretPos;
  59. caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ? text + ' ' : text;
  60. } else {
  61. opener.document.forms['theform'].message.value += text;
  62. }
  63. opener.document.forms['theform'].message.focus();
  64. }
  65. function getElementsByClassName(oElm, strTagName, oClassNames){
  66. var arrElements = (strTagName == "*" && oElm.all)? oElm.all : oElm.getElementsByTagName(strTagName);
  67. var arrReturnElements = new Array();
  68. var arrRegExpClassNames = new Array();
  69. if(typeof oClassNames == "object"){
  70. for(var i=0; i<oClassNames.length; i++){
  71. arrRegExpClassNames.push(new RegExp("(^|\\s)" + oClassNames[i].replace(/\-/g, "\\-") + "(\\s|$)"));
  72. }
  73. }
  74. else{
  75. arrRegExpClassNames.push(new RegExp("(^|\\s)" + oClassNames.replace(/\-/g, "\\-") + "(\\s|$)"));
  76. }
  77. var oElement;
  78. var bMatchesAll;
  79. for(var j=0; j<arrElements.length; j++){
  80. oElement = arrElements[j];
  81. bMatchesAll = true;
  82. for(var k=0; k<arrRegExpClassNames.length; k++){
  83. if(!arrRegExpClassNames[k].test(oElement.className)){
  84. bMatchesAll = false;
  85. break;
  86. }
  87. }
  88. if(bMatchesAll){
  89. arrReturnElements.push(oElement);
  90. }
  91. }
  92. return (arrReturnElements)
  93. }
  94. //]]>
  95. </script>
  96. </head>
  97. <body class="mod-forum course-1 notloggedin dir-ltr lang-pt_utf8" id="mod-forum-view">
  98. <div id="page">
  99. <div id="header" class=" clearfix"> <h1 class="headermain"><img alt='Moodle' src='http://aulas.esec-acf.pt/theme/formal_white/logo_small.jpg' /></h1>
  100. <div class="headermenu"><div class="navigation">
  101. <ul><li><form action="http://aulas.esec-acf.pt/course/jumpto.php" method="get" id="navmenupopup" class="popupform"><div><select id="navmenupopup_jump" name="jump" onchange="self.location=document.getElementById('navmenupopup').jump.options[document.getElementById('navmenupopup').jump.selectedIndex].value;">
  102. <option value="http://aulas.esec-acf.pt/mod/forum/view.php?id=1" selected="selected" style="background-image: url(http://aulas.esec-acf.pt/mod/forum/icon.gif);">Ir para...</option>
  103. </select><input type="hidden" name="sesskey" value="ju1dgSDHTl" /><div id="noscriptnavmenupopup" style="display: inline;"><input type="submit" value="Executar" /></div><script type="text/javascript">
  104. //<![CDATA[
  105. document.getElementById("noscriptnavmenupopup").style.display = "none";
  106. //]]>
  107. </script></div></form></li></ul>
  108. </div></div>
  109. </div> <div class="navbar clearfix">
  110. <div class="breadcrumb"><h2 class="accesshide " >Encontra-se em</h2> <ul>
  111. <li class="first"><a onclick="this.target='_top'" href="http://aulas.esec-acf.pt/">AGEBUCELAS</a></li><li class="first"> <span class="accesshide " >/&nbsp;</span><span class="arrow sep">&#x25BA;</span> <a onclick="this.target='_top'" href="http://aulas.esec-acf.pt/mod/forum/index.php?id=1">Fóruns</a></li><li class="first"> <span class="accesshide " >/&nbsp;</span><span class="arrow sep">&#x25BA;</span> Site news</li></ul></div>
  112. <div class="navbutton"><div class="forumsearch"><form action="http://aulas.esec-acf.pt/mod/forum/search.php" style="display:inline"><fieldset class="invisiblefieldset"><span class="helplink"><a title="Ajuda com Procurar (Nova janela)" href="http://aulas.esec-acf.pt/help.php?module=moodle&amp;file=search.html&amp;forcelang=" onclick="this.target='popup'; return openpopup('/help.php?module=moodle&amp;file=search.html&amp;forcelang=', 'popup', 'menubar=0,location=0,scrollbars,resizable,width=500,height=400', 0);"><img class="iconhelp" alt="Ajuda com Procurar (Nova janela)" src="http://aulas.esec-acf.pt/pix/help.gif" /></a></span><input name="search" type="text" size="18" value="" alt="search" /><input value="Procurar nos fóruns" type="submit" /><input name="id" type="hidden" value="1" /></fieldset></form></div></div>
  113. </div>
  114. <!-- END OF HEADER -->
  115. <div id="content"><div class="subscription"></div><div id="intro" class="generalbox box"><p><p><span new=""><strong>Para professores, encarregados de educação e alunos:</strong></span></p><p><span new="">Futurália, feira da juventude, qualificação e emprego, decorre de 10 a 13 de Dezembro na FIL – Parque das Nações. Saibam mais no site da <a href="http://www.futuralia08.blogspot.com/">Futurália</a> e na <a href="http://www.fil.pt/">Fil</a>.  </span></p><p><span new=""></span></p></p></div><br /><table cellspacing="0" class="forumheaderlist"><thead><tr><th class="header topic" scope="col">Tema</th><th class="header author" colspan="2" scope="col">Iniciado por</th><th class="header replies" scope="col">Respostas</th><th class="header lastpost" scope="col">Última mensagem</th></tr></thead><tbody>
  116. <tr class="discussion r0"><td class="topic starter"><a href="http://aulas.esec-acf.pt/mod/forum/discuss.php?d=124">Recursos para matemática</a></td>
  117. <td class="picture"><a href="http://aulas.esec-acf.pt/user/view.php?id=80&amp;course=1"><img class="userpicture" src="http://aulas.esec-acf.pt/user/pix.php/80/f2.jpg" height="35" width="35" alt="Imagem de Lúcia Lourenço" /></a></td>
  118. <td class="author"><a href="http://aulas.esec-acf.pt/user/view.php?id=80&amp;course=1">Lúcia Lourenço</a></td>
  119. <td class="replies"><a href="http://aulas.esec-acf.pt/mod/forum/discuss.php?d=124">0</a></td>
  120. <td class="lastpost"><a href="http://aulas.esec-acf.pt/user/view.php?id=80&amp;course=1">Lúcia Lourenço</a><br /><a href="http://aulas.esec-acf.pt/mod/forum/discuss.php?d=124">Sex, 16 Abr 2010, 10:51</a></td>
  121. </tr>
  122. <tr class="discussion r1"><td class="topic starter"><a href="http://aulas.esec-acf.pt/mod/forum/discuss.php?d=7">Cadernos de segurança</a></td>
  123. <td class="picture"><a href="http://aulas.esec-acf.pt/user/view.php?id=231&amp;course=1"><img class="userpicture defaultuserpic" src="http://aulas.esec-acf.pt/pix/u/f2.png" height="35" width="35" alt="Imagem de Margarida Inácio" /></a></td>
  124. <td class="author"><a href="http://aulas.esec-acf.pt/user/view.php?id=231&amp;course=1">Margarida Inácio</a></td>
  125. <td class="replies"><a href="http://aulas.esec-acf.pt/mod/forum/discuss.php?d=7">0</a></td>
  126. <td class="lastpost"><a href="http://aulas.esec-acf.pt/user/view.php?id=231&amp;course=1">Margarida Inácio</a><br /><a href="http://aulas.esec-acf.pt/mod/forum/discuss.php?d=7">Sex, 26 Dez 2008, 18:50</a></td>
  127. </tr>
  128. <tr class="discussion r0"><td class="topic starter"><a href="http://aulas.esec-acf.pt/mod/forum/discuss.php?d=6">Programas</a></td>
  129. <td class="picture"><a href="http://aulas.esec-acf.pt/user/view.php?id=2&amp;course=1"><img class="userpicture" src="http://aulas.esec-acf.pt/user/pix.php/2/f2.jpg" height="35" width="35" alt="Imagem de Admin User" /></a></td>
  130. <td class="author"><a href="http://aulas.esec-acf.pt/user/view.php?id=2&amp;course=1">Admin User</a></td>
  131. <td class="replies"><a href="http://aulas.esec-acf.pt/mod/forum/discuss.php?d=6">0</a></td>
  132. <td class="lastpost"><a href="http://aulas.esec-acf.pt/user/view.php?id=2&amp;course=1">Admin User</a><br /><a href="http://aulas.esec-acf.pt/mod/forum/discuss.php?d=6">Dom, 25 Mai 2008, 21:21</a></td>
  133. </tr>
  134. </tbody></table></div><div id="footer"><p class="helplink"></p><hr /><div class="logininfo">Utilizador não identificado. (<a href="http://aulas.esec-acf.pt/login/index.php">Entrar</a>)</div><div class="homelink"><a href="http://aulas.esec-acf.pt/course/view.php?id=1">AGEBUCELAS</a></div> <div class="validators"><ul>
  135. <li><a href="http://validator.w3.org/check?verbose=1&amp;ss=1&amp;uri=http%3A%2F%2Faulas.esec-acf.pt%2Fmod%2Fforum%2Fview.php%3Fid%3D1">Validate HTML</a></li>
  136. <li><a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&amp;url1=http%3A%2F%2Faulas.esec-acf.pt%2Fmod%2Fforum%2Fview.php%3Fid%3D1">Section 508 Check</a></li>
  137. <li><a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=0&amp;warnp2n3e=1&amp;url1=http%3A%2F%2Faulas.esec-acf.pt%2Fmod%2Fforum%2Fview.php%3Fid%3D1">WCAG 1 (2,3) Check</a></li>
  138. </ul></div>
  139. </div>
  140. </div>
  141. </body>
  142. </html>

↑ Top