Errors found while checking this document as XHTML 1.0 Transitional!

Result: 8 Errors, 2 warning(s)
:
: utf-8
: XHTML 1.0 Transitional
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
Options

Help on the options is available.

↑ Top

Validation Output: 8 Errors

  1. Error Line 107, Column 214: there is no attribute "alt"
    …             <a href="/ica/index.php/;search/advanced" alt="Pesquisa avançada">

    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 153, Column 61: document type does not allow element "h1" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
    …="Editar registo de autoridade"><h1 class="label">Unite - The Union</h1></span>

    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>").

  3. Error Line 173, Column 15: end tag for "ul" which is not finished
              </ul>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.

  4. Error Line 181, Column 15: end tag for "ul" which is not finished
              </ul>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.

  5. Warning Line 280, Column 138: cannot generate system identifier for general entity "G"
    …ansport and General Workers' Union (T&G)</a> <span class="note2">(1922 - 2007)…

    An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".

    Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&amp;" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and &aelig; are different characters.

    If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem.

    Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.

  6. Error Line 280, Column 138: general entity "G" not defined and no default entity
    …ansport and General Workers' Union (T&G)</a> <span class="note2">(1922 - 2007)…

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

  7. Warning Line 280, Column 139: reference not terminated by REFC delimiter
    …nsport and General Workers' Union (T&G)</a> <span class="note2">(1922 - 2007)<…

    If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.

  8. Error Line 280, Column 139: reference to entity "G" for which no system identifier could be generated
    …nsport and General Workers' Union (T&G)</a> <span class="note2">(1922 - 2007)<…

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.

  9. Info Line 280, Column 137: entity was defined here
    …ransport and General Workers' Union (T&G)</a> <span class="note2">(1922 - 2007…
  10. Error Line 352, Column 15: end tag for "ul" which is not finished
              </ul>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.

  11. Error Line 360, Column 15: end tag for "ul" which is not finished
              </ul>

    Most likely, you nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (<ul> and <ol> require <li>; <dl> requires <dt> and <dd>), and so on.

↑ Top

Source Listing

Below is the source input I used for this validation:

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <meta name="title" content="Centro de Arquivo e Documentação CGTP-IN" />
  7. <meta name="description" content="Open archival description system" />
  8. <title>Centro de Arquivo e Documentação CGTP-IN</title>
  9. <link media="all" href="/ica/plugins/sfDrupalPlugin/vendor/drupal/modules/system/system.css" rel="stylesheet" type="text/css" />
  10. <link media="all" href="/ica/plugins/sfDrupalPlugin/vendor/drupal/modules/system/system-behavior.css" rel="stylesheet" type="text/css" />
  11. <link media="all" href="/ica/plugins/sfDrupalPlugin/vendor/drupal/modules/system/system-menus.css" rel="stylesheet" type="text/css" />
  12. <link media="all" href="/ica/plugins/sfDrupalPlugin/vendor/drupal/themes/garland/style.css" rel="stylesheet" type="text/css" />
  13. <link media="print" href="/ica/plugins/sfDrupalPlugin/vendor/drupal/themes/garland/print.css" rel="stylesheet" type="text/css" />
  14. <link href="/ica/vendor/yui/button/assets/skins/sam/button.css" media="screen" rel="stylesheet" type="text/css" />
  15. <link href="/ica/vendor/yui/menu/assets/skins/sam/menu.css" media="screen" rel="stylesheet" type="text/css" />
  16. <link href="/ica/plugins/sfTranslatePlugin/css/l10n_client.css" media="screen" rel="stylesheet" type="text/css" />
  17. <link href="/ica/css/form.css" media="screen" rel="stylesheet" type="text/css" />
  18. <link href="/ica/css/graphic.css" media="screen" rel="stylesheet" type="text/css" />
  19. <link href="/ica/css/menu.css" media="screen" rel="stylesheet" type="text/css" />
  20. <link media="all" href="/ica/plugins/sfCgtpPlugin/css/reset.css" rel="stylesheet" type="text/css" />
  21. <link media="all" href="/ica/plugins/sfCgtpPlugin/css/template.css" rel="stylesheet" type="text/css" />
  22. <link media="print" href="/ica/plugins/sfCgtpPlugin/css/print.css" rel="stylesheet" type="text/css" />
  23. <link href="/ica/css/main.css" media="screen" rel="stylesheet" type="text/css" />
  24. <script src="/ica/vendor/jquery.js" type="text/javascript"></script>
  25. <script src="/ica/plugins/sfDrupalPlugin/vendor/drupal/misc/jquery.once.js" type="text/javascript"></script>
  26. <script src="/ica/plugins/sfDrupalPlugin/vendor/drupal/misc/drupal.js" type="text/javascript"></script>
  27. <script src="/ica/plugins/sfDrupalPlugin/vendor/drupal/misc/textarea.js" type="text/javascript"></script>
  28. <script src="/ica/plugins/sfTranslatePlugin/js/l10n_client.js" type="text/javascript"></script>
  29. <script src="/ica/js/qubit.js" type="text/javascript"></script>
  30. <script src="/ica/vendor/yui/yahoo-dom-event/yahoo-dom-event.js" type="text/javascript"></script>
  31. <script src="/ica/vendor/yui/element/element-min.js" type="text/javascript"></script>
  32. <script src="/ica/vendor/yui/button/button-min.js" type="text/javascript"></script>
  33. <script src="/ica/vendor/yui/container/container_core-min.js" type="text/javascript"></script>
  34. <script src="/ica/vendor/yui/menu/menu-min.js" type="text/javascript"></script>
  35. <script src="/ica/js/blank.js" type="text/javascript"></script>
  36. <script src="/ica/plugins/sfCaribouPlugin/js/navigation.js" type="text/javascript"></script>
  37. <script type="text/javascript">
  38. //<![CDATA[
  39. jQuery.extend(Qubit, {"relativeUrlRoot":"\/ica"});
  40. //]]>
  41. </script></head>
  42. <body class="yui-skin-sam">
  43. <table class="header" width="100%" border="0" cellspacing="0" cellpadding="0">
  44. <tr>
  45. <td class="top_left" height="111px">&nbsp;</td>
  46. <td width="248" class="logo">
  47. <div id="logo">
  48. <a href="/ica/index.php/" title=""><img alt="Centro de Arquivo e Documentação CGTP-IN" src="/ica/images/logo.png" /></a> </div>
  49. </td>
  50. <td width="713" class="header" align="right" valign="top">
  51. <div class="section" id="languageMenu">
  52. <h2 class="element-invisible">Idioma da unidade de descrição</h2>
  53. <div class="content">
  54. <ul class="links">
  55. <li><a href="/ica/index.php/6333;isaar?sf_culture=en&amp;symfony=ae3p231qi4sqmc1ubnsfpmd9t5" title="English">English</a></li>
  56. <li class="active"><a href="/ica/index.php/6333;isaar?sf_culture=pt&amp;symfony=ae3p231qi4sqmc1ubnsfpmd9t5" title="português">português</a></li>
  57. </ul>
  58. </div>
  59. </div>
  60. </td>
  61. <td class="top_right">&nbsp;</td>
  62. </tr>
  63. </table>
  64. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  65. <tr class="top">
  66. <td height="30" class="menubar">&nbsp;</td>
  67. <td width="248" valign="top" class="subtitle"></td>
  68. <td width="713" id="navigation" class="menubar" valign="top">
  69. <div class="section" id="userMenu">
  70. <h2 class="element-invisible">Menu de utilizador</h2>
  71. <div class="content">
  72. <ul class="clearfix links">
  73. <li><a href="/" title="Página inicial">Página inicial</a></li>
  74. </ul>
  75. </div>
  76. </div>
  77. </td>
  78. <td class="menubar">&nbsp;</td>
  79. </tr>
  80. <tr class="top">
  81. <td>&nbsp;</td>
  82. <td width="248" valign="top" class="left-top">
  83. <div class="module-top_left">
  84. <h3>Bem vindo</h3>
  85. <p>O Centro de Arquivo e Documentação (CAD) da Confederação Geral dos Trabalhadores Portugueses (CGTP-IN)
  86. tem como missão gerir toda a documentação produzida e recebida&nbsp; por esta organização (sede),
  87. independentemente do seu suporte ou data. <a href="/pt/apresentacao">Continuar...</a>
  88. </p>
  89. </div>
  90. </td>
  91. <td width="713" valign="top">
  92. <div class="module-search">
  93. <h3>Pesquisar arquivo</h3>
  94. <div class="search section">
  95. <h3 class="element-invisible">Pesquisar</h3>
  96. <div class="content">
  97. <form action="/ica/index.php/;search">
  98. <input type="text" name="query" id="query" value="" /> <input class="form-submit" type="submit" value="Pesquisar" /> <a href="/ica/index.php/;search/advanced" alt="Pesquisa avançada">
  99. Pesquisa avançada </a>
  100. </form>
  101. </div>
  102. </div>
  103. <div class="module-top">
  104. <div class="browse section">
  105. <h2 class="element-invisible">Navegar</h2>
  106. <div class="content">
  107. <ul class="links">
  108. <li><a href="/ica/index.php/;informationobject/browse" title="Descrições arquivísticas">Descrições arquivísticas</a></li>
  109. <li><a href="/ica/index.php/;actor/browse" title="Nomes">Nomes</a></li>
  110. <li><a href="/ica/index.php/;repository/browse" title="Instituições arquivísticas">Instituições arquivísticas</a></li>
  111. <li><a href="/ica/index.php/;function/list" title="Funções">Funções</a></li>
  112. <li><a href="/ica/index.php/35;term/browseTaxonomy" title="Assuntos">Assuntos</a></li>
  113. <li><a href="/ica/index.php/42;term/browseTaxonomy" title="Locais">Locais</a></li>
  114. <li><a href="/ica/index.php/;digitalobject/list" title="Objectos digitais">Objectos digitais</a></li>
  115. </ul>
  116. </div>
  117. </div>
  118. </div>
  119. </div>
  120. </td>
  121. <td>&nbsp;</td>
  122. </tr>
  123. </table>
  124. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  125. <tr class="middle">
  126. <td>&nbsp;</td>
  127. <td width="248" valign="top" class="left">
  128. <div class="fade-container" style="position: relative">
  129. <div class="fade-bottom"></div>
  130. <div id="contextMenu">
  131. </div>
  132. </div></td>
  133. <td width="713" valign="top" class="conteudo">
  134. <div class="conteudo"><h1>Visualizar registo de autoridade</h1>
  135. <span title="Editar registo de autoridade"><h1 class="label">Unite - The Union</h1></span>
  136. <div class="field">
  137. <h3>Tipo de entidade</h3>
  138. <div>
  139. Entidade colectiva
  140. </div>
  141. </div>
  142. <div class="field">
  143. <h3>Formas autorizadas do nome</h3>
  144. <div>
  145. Unite - The Union
  146. </div>
  147. </div>
  148. <div class="field">
  149. <h3>Formas paralelas do nome</h3>
  150. <div>
  151. <ul>
  152. </ul>
  153. </div>
  154. </div>
  155. <div class="field">
  156. <h3>Formas autorizadas do nome de acordo com outras regras</h3>
  157. <div>
  158. <ul>
  159. </ul>
  160. </div>
  161. </div>
  162. <div class="field">
  163. <h3>Outras formas do nome</h3>
  164. <div>
  165. <ul>
  166. <li>Unite</li>
  167. </ul>
  168. </div>
  169. </div>
  170. <div class="field">
  171. <h3>Identificadores para pessoas colectivas</h3>
  172. <div>
  173. </div>
  174. </div>
  175. <div class="field">
  176. <h3>Datas de existência</h3>
  177. <div>
  178. 2007 -
  179. </div>
  180. </div>
  181. <div class="field">
  182. <h3>História</h3>
  183. <div>
  184. </div>
  185. </div>
  186. <div class="field">
  187. <h3>Lugares</h3>
  188. <div>
  189. </div>
  190. </div>
  191. <div class="field">
  192. <h3>Estatuto legal</h3>
  193. <div>
  194. </div>
  195. </div>
  196. <div class="field">
  197. <h3>Funções, ocupações e actividades</h3>
  198. <div>
  199. </div>
  200. </div>
  201. <div class="field">
  202. <h3>Mandatos/fontes de autoridade</h3>
  203. <div>
  204. </div>
  205. </div>
  206. <div class="field">
  207. <h3>Estruturas internas/genealogia</h3>
  208. <div>
  209. </div>
  210. </div>
  211. <div class="field">
  212. <h3>Contexto geral</h3>
  213. <div>
  214. </div>
  215. </div>
  216. <div class="field">
  217. <h3>Entidade relacionada</h3>
  218. <div>
  219. <a href="/ica/index.php/36748;isaar" title="Jack Dromey">Jack Dromey</a> <span class="note2">(1948-09-21 - )</span>
  220. <table class="inline" style="margin-top: 5px">
  221. <tr>
  222. <th style="text-align: left; padding: 1px">
  223. Tipo de relação </th>
  224. </tr><tr>
  225. <td>
  226. hierárquica </td>
  227. </tr>
  228. </table>
  229. </div>
  230. </div>
  231. <div class="field">
  232. <h3>Entidade relacionada</h3>
  233. <div>
  234. <a href="/ica/index.php/6334;isaar" title="Transport and General Workers' Union (T&amp;G)">Transport and General Workers' Union (T&G)</a> <span class="note2">(1922 - 2007)</span>
  235. <table class="inline" style="margin-top: 5px">
  236. <tr>
  237. <th style="text-align: left; padding: 1px">
  238. Tipo de relação </th>
  239. </tr><tr>
  240. <td>
  241. cronológica </td>
  242. </tr>
  243. <tr>
  244. <th style="text-align: left; padding: 1px">
  245. Descrição da relação </th>
  246. </tr><tr>
  247. <td>
  248. Fundiu-se com a Amicus, dando origem, em 2007, à Unite. </td>
  249. </tr>
  250. </table>
  251. </div>
  252. </div>
  253. <div class="field">
  254. <h3>Identificador do registo de autoridade</h3>
  255. <div>
  256. </div>
  257. </div>
  258. <div class="field">
  259. <h3>Identificador da instituição</h3>
  260. <div>
  261. PT-CGTPIN
  262. </div>
  263. </div>
  264. <div class="field">
  265. <h3>Regras e/ou convenções</h3>
  266. <div>
  267. </div>
  268. </div>
  269. <div class="field">
  270. <h3>Estado da descrição</h3>
  271. <div>
  272. Revista
  273. </div>
  274. </div>
  275. <div class="field">
  276. <h3>Nível de detalhe</h3>
  277. <div>
  278. Mínimo
  279. </div>
  280. </div>
  281. <div class="field">
  282. <h3>Datas de criação, revisão e eliminação</h3>
  283. <div>
  284. Criado em 2011-02-16.<br/>Revisto em 2011-07-19.
  285. </div>
  286. </div>
  287. <div class="field">
  288. <h3>Idioma(s)</h3>
  289. <div>
  290. <ul>
  291. </ul>
  292. </div>
  293. </div>
  294. <div class="field">
  295. <h3>Escrita(s)</h3>
  296. <div>
  297. <ul>
  298. </ul>
  299. </div>
  300. </div>
  301. <div class="field">
  302. <h3>Fontes</h3>
  303. <div>
  304. Unite, The Union - History [Em linha]. [Consult. 16 Fev. 2011]. Disponível em: <a href="http://www.unitetheunion.org/about_us/history.aspx">http://www.unitetheunion.org/about_us/history.aspx</a>.
  305. </div>
  306. </div>
  307. <div class="field">
  308. <h3>Notas de manutenção</h3>
  309. <div>
  310. Criado e revisto por: Filipe Caldeira.
  311. </div>
  312. </div>
  313. </div>
  314. </td>
  315. <td>&nbsp;</td>
  316. </tr>
  317. <tr class="bottom">
  318. <td>&nbsp;</td>
  319. <td class="left-bottom">
  320. <img class="img_left" alt="POPH" src="/images/stories/logo_poph.png" height="31" width="66" />
  321. <img alt="QREN" src="/images/stories/logo_qren.png" height="31" width="91" />
  322. <img alt="União Europeia FSE" src="/images/stories/logo_ue_fse.png" height="31" width="41" />
  323. </td>
  324. <td valign="top"><table class="footer-menu" width="100%" border="0" cellspacing="0" cellpadding="0">
  325. <tr>
  326. <td valign="top"></td>
  327. <td valign="top"></td>
  328. <td valign="top"></td>
  329. <td valign="top"></td>
  330. </tr>
  331. </table>
  332. </td>
  333. <td>&nbsp;</td>
  334. </tr>
  335. <tr class="footer">
  336. <td height="20">&nbsp;</td>
  337. <td class="footer_left">&nbsp;</td>
  338. <td valign="top"><div class="footer_right"><div class="section" id="footerMenu">
  339. <h2 class="element-invisible">Footer Menu</h2>
  340. <div class="content">
  341. <ul class="clearfix links">
  342. <li><a href="/ica/index.php/" title="Início">Início</a></li>
  343. <li><a href="http://ica-atom.org/docs/index.php?title=User_manual" title="Ajuda">Ajuda</a></li>
  344. <li><a href="/ica/index.php/about" title="Sobre">Sobre</a></li>
  345. <li><a href="/ica/index.php/;user/login" title="Entrar">Entrar</a></li>
  346. </ul>
  347. </div>
  348. </div>
  349. </div><div id="footer">
  350. <div class="section">
  351. <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fcad.cgtp.pt%2Fica%2Findex.php%2F6333%3Bisaar%3Fsymfony%3Dae3p231qi4sqmc1ubnsfpmd9t5%3Fsymfony%3Dae3p231qi4sqmc1ubnsfpmd9t5&amp;ss=1" title=""><img alt="Esta página contém código XHTML 1.0 válido" src="/ica/images/xhtml10.png" /></a>
  352. </div> <!-- /.section -->
  353. </div> <!-- /#footer -->
  354. </td>
  355. <td>&nbsp;</td>
  356. </tr>
  357. </table>
  358. </body>
  359. </html>

↑ Top