This tool is an ongoing experiment in better HTML checking, and its behavior remains subject to change

Showing results for https://www.uma.pt/

Checker Input

Show

  1. Error: Start tag head seen but an element of the same type was already open.

    From line 8, column 1; to line 8, column 6

    </script><head> <

  2. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 39, column 3; to line 39, column 33

    org' /> <script type="text/javascript"> wi

  3. Warning: The type attribute for the style element is not needed and should be omitted.

    From line 43, column 3; to line 43, column 25

    script> <style type="text/css">img.w

  4. Warning: The type attribute for the style element is not needed and should be omitted.

    From line 90, column 4; to line 90, column 41

    ml" /> <style type="text/css" media="screen"> .

  5. Warning: Attribute @keyup is not serializable as XML 1.0.

    From line 152, column 29; to line 155, column 112

    <input v-model="filter" @keyup="search" id="pesquisa_search" class="pesquisa_search" placeholder="Indique-nos o que procura" value="" name="s" autocomplete="off" autocapitalize="off" autocorrect="off" spellcheck="false">

  6. Error: Attribute v-model not allowed on element input at this point.

    From line 152, column 29; to line 155, column 112

    <input v-model="filter" @keyup="search" id="pesquisa_search" class="pesquisa_search" placeholder="Indique-nos o que procura" value="" name="s" autocomplete="off" autocapitalize="off" autocorrect="off" spellcheck="false">

    Attributes for element input:
    Global attributes
    accept when type is file
    alt when type is image
    autocomplete when type is text, search, url, tel, email, password, date, month, week, time, datetime-local, number, range, or color
    autofocus
    checked when type is checkbox or radio
    dirname when type is text or search
    disabled
    form
    formaction when type is submit or image
    formenctype when type is submit or image
    formmethod when type is submit or image
    formnovalidate when type is submit or image
    formtarget when type is submit or image
    height when type is image
    list when type is text, search, url, tel, email, date, month, week, time, datetime-local, number, range, or color
    max when type is date, month, week, time, datetime-local, number, or range
    maxlength when type is text, search, url, tel, email, or password
    min when type is date, month, week, time, datetime-local, number, or range
    multiple when type is email or file
    name
    pattern when type is text, search, url, tel, email, or password
    placeholder when type is text, search, url, tel, email, password, or number
    readonly when type is text, search, url, tel, email, password, date, month, week, time, datetime-local, or number
    required when type is text, search, url, tel, email, password, date, month, week, time, datetime-local, number, checkbox, radio, or file
    size when type is text, search, url, tel, email, or password
    src when type is image
    step when type is date, month, week, time, datetime-local, number, or range
    type
    value when type is not file or image
    width when type is image
  7. Error: Attribute @keyup not allowed on element input at this point.

    From line 152, column 29; to line 155, column 112

    <input v-model="filter" @keyup="search" id="pesquisa_search" class="pesquisa_search" placeholder="Indique-nos o que procura" value="" name="s" autocomplete="off" autocapitalize="off" autocorrect="off" spellcheck="false">

    Attributes for element input:
    Global attributes
    accept when type is file
    alt when type is image
    autocomplete when type is text, search, url, tel, email, password, date, month, week, time, datetime-local, number, range, or color
    autofocus
    checked when type is checkbox or radio
    dirname when type is text or search
    disabled
    form
    formaction when type is submit or image
    formenctype when type is submit or image
    formmethod when type is submit or image
    formnovalidate when type is submit or image
    formtarget when type is submit or image
    height when type is image
    list when type is text, search, url, tel, email, date, month, week, time, datetime-local, number, range, or color
    max when type is date, month, week, time, datetime-local, number, or range
    maxlength when type is text, search, url, tel, email, or password
    min when type is date, month, week, time, datetime-local, number, or range
    multiple when type is email or file
    name
    pattern when type is text, search, url, tel, email, or password
    placeholder when type is text, search, url, tel, email, password, or number
    readonly when type is text, search, url, tel, email, password, date, month, week, time, datetime-local, or number
    required when type is text, search, url, tel, email, password, date, month, week, time, datetime-local, number, checkbox, radio, or file
    size when type is text, search, url, tel, email, or password
    src when type is image
    step when type is date, month, week, time, datetime-local, number, or range
    type
    value when type is not file or image
    width when type is image
  8. Error: Attribute autocorrect not allowed on element input at this point.

    From line 152, column 29; to line 155, column 112

    <input v-model="filter" @keyup="search" id="pesquisa_search" class="pesquisa_search" placeholder="Indique-nos o que procura" value="" name="s" autocomplete="off" autocapitalize="off" autocorrect="off" spellcheck="false">

    Attributes for element input:
    Global attributes
    accept when type is file
    alt when type is image
    autocomplete when type is text, search, url, tel, email, password, date, month, week, time, datetime-local, number, range, or color
    autofocus
    checked when type is checkbox or radio
    dirname when type is text or search
    disabled
    form
    formaction when type is submit or image
    formenctype when type is submit or image
    formmethod when type is submit or image
    formnovalidate when type is submit or image
    formtarget when type is submit or image
    height when type is image
    list when type is text, search, url, tel, email, date, month, week, time, datetime-local, number, range, or color
    max when type is date, month, week, time, datetime-local, number, or range
    maxlength when type is text, search, url, tel, email, or password
    min when type is date, month, week, time, datetime-local, number, or range
    multiple when type is email or file
    name
    pattern when type is text, search, url, tel, email, or password
    placeholder when type is text, search, url, tel, email, password, or number
    readonly when type is text, search, url, tel, email, password, date, month, week, time, datetime-local, or number
    required when type is text, search, url, tel, email, password, date, month, week, time, datetime-local, number, checkbox, radio, or file
    size when type is text, search, url, tel, email, or password
    src when type is image
    step when type is date, month, week, time, datetime-local, number, or range
    type
    value when type is not file or image
    width when type is image
  9. Warning: Attribute :class is not serializable as XML 1.0.

    From line 157, column 29; to line 157, column 133

    <div class="searchLoading" v-if="spalavras" :class="{'active': (spalavras && palavraschave.length < 1)}">

  10. Error: Attribute v-if not allowed on element div at this point.

    From line 157, column 29; to line 157, column 133

    <div class="searchLoading" v-if="spalavras" :class="{'active': (spalavras && palavraschave.length < 1)}">

    Attributes for element div:
    Global attributes
  11. Error: Attribute :class not allowed on element div at this point.

    From line 157, column 29; to line 157, column 133

    <div class="searchLoading" v-if="spalavras" :class="{'active': (spalavras && palavraschave.length < 1)}">

    Attributes for element div:
    Global attributes
  12. Warning: Attribute :href is not serializable as XML 1.0.

    From line 161, column 33; to line 161, column 103

    <a :href="palavra.url" class="pchave" v-for="palavra in palavraschave">{{pala

  13. Error: Attribute :href not allowed on element a at this point.

    From line 161, column 33; to line 161, column 103

    <a :href="palavra.url" class="pchave" v-for="palavra in palavraschave">{{pala

    Attributes for element a:
    Global attributes
    href — Address of the hyperlink
    targetBrowsing context for hyperlink navigation
    download — Whether to download the resource instead of navigating to it, and its file name if so
    pingURLs to ping
    rel — Relationship between the location in the document containing the hyperlink and the destination resource
    hreflang — Language of the linked resource
    type — Hint for the type of the referenced resource
    referrerpolicyReferrer policy for fetches initiated by the element
  14. Error: Attribute v-for not allowed on element a at this point.

    From line 161, column 33; to line 161, column 103

    <a :href="palavra.url" class="pchave" v-for="palavra in palavraschave">{{pala

    Attributes for element a:
    Global attributes
    href — Address of the hyperlink
    targetBrowsing context for hyperlink navigation
    download — Whether to download the resource instead of navigating to it, and its file name if so
    pingURLs to ping
    rel — Relationship between the location in the document containing the hyperlink and the destination resource
    hreflang — Language of the linked resource
    type — Hint for the type of the referenced resource
    referrerpolicyReferrer policy for fetches initiated by the element
  15. Error: Attribute v-if not allowed on element p at this point.

    From line 162, column 33; to line 162, column 124

    <p v-if="(palavraschave.length == 0 && filter.length > 2 && !spalavras )" class="noresults">* Não

    Attributes for element p:
    Global attributes
  16. Warning: Attribute :class is not serializable as XML 1.0.

    From line 172, column 21; to line 172, column 85

    <div class="searchLoading" :class="{'active': showCursosLoader}"><div c

  17. Error: Attribute :class not allowed on element div at this point.

    From line 172, column 21; to line 172, column 85

    <div class="searchLoading" :class="{'active': showCursosLoader}"><div c

    Attributes for element div:
    Global attributes
  18. Warning: Attribute :href is not serializable as XML 1.0.

    From line 174, column 21; to line 174, column 65

    <a :href="curso.url" v-for="curso in cursos">

  19. Error: Attribute :href not allowed on element a at this point.

    From line 174, column 21; to line 174, column 65

    <a :href="curso.url" v-for="curso in cursos">

    Attributes for element a:
    Global attributes
    href — Address of the hyperlink
    targetBrowsing context for hyperlink navigation
    download — Whether to download the resource instead of navigating to it, and its file name if so
    pingURLs to ping
    rel — Relationship between the location in the document containing the hyperlink and the destination resource
    hreflang — Language of the linked resource
    type — Hint for the type of the referenced resource
    referrerpolicyReferrer policy for fetches initiated by the element
  20. Error: Attribute v-for not allowed on element a at this point.

    From line 174, column 21; to line 174, column 65

    <a :href="curso.url" v-for="curso in cursos">

    Attributes for element a:
    Global attributes
    href — Address of the hyperlink
    targetBrowsing context for hyperlink navigation
    download — Whether to download the resource instead of navigating to it, and its file name if so
    pingURLs to ping
    rel — Relationship between the location in the document containing the hyperlink and the destination resource
    hreflang — Language of the linked resource
    type — Hint for the type of the referenced resource
    referrerpolicyReferrer policy for fetches initiated by the element
  21. Warning: Attribute :style is not serializable as XML 1.0.

    From line 177, column 33; to line 177, column 114

    <div class="pesquisa_imagem" :style="{ backgroundImage: 'url('+curso.image+')' }"></div>

  22. Error: Attribute :style not allowed on element div at this point.

    From line 177, column 33; to line 177, column 114

    <div class="pesquisa_imagem" :style="{ backgroundImage: 'url('+curso.image+')' }"></div>

    Attributes for element div:
    Global attributes
  23. Error: Attribute v-if not allowed on element p at this point.

    From line 185, column 21; to line 185, column 103

    <p v-if="(cursos.length == 0 && filter.length > 2 && !scursos )" class="noresults">* Não

    Attributes for element p:
    Global attributes
  24. Warning: Attribute :class is not serializable as XML 1.0.

    From line 189, column 21; to line 189, column 86

    <div class="searchLoading" :class="{'active': showPessoasLoader}"><div c

  25. Error: Attribute :class not allowed on element div at this point.

    From line 189, column 21; to line 189, column 86

    <div class="searchLoading" :class="{'active': showPessoasLoader}"><div c

    Attributes for element div:
    Global attributes
  26. Warning: Attribute :href is not serializable as XML 1.0.

    From line 191, column 21; to line 191, column 68

    <a :href="pessoa.url" v-for="pessoa in pessoas">

  27. Error: Attribute :href not allowed on element a at this point.

    From line 191, column 21; to line 191, column 68

    <a :href="pessoa.url" v-for="pessoa in pessoas">

    Attributes for element a:
    Global attributes
    href — Address of the hyperlink
    targetBrowsing context for hyperlink navigation
    download — Whether to download the resource instead of navigating to it, and its file name if so
    pingURLs to ping
    rel — Relationship between the location in the document containing the hyperlink and the destination resource
    hreflang — Language of the linked resource
    type — Hint for the type of the referenced resource
    referrerpolicyReferrer policy for fetches initiated by the element
  28. Error: Attribute v-for not allowed on element a at this point.

    From line 191, column 21; to line 191, column 68

    <a :href="pessoa.url" v-for="pessoa in pessoas">

    Attributes for element a:
    Global attributes
    href — Address of the hyperlink
    targetBrowsing context for hyperlink navigation
    download — Whether to download the resource instead of navigating to it, and its file name if so
    pingURLs to ping
    rel — Relationship between the location in the document containing the hyperlink and the destination resource
    hreflang — Language of the linked resource
    type — Hint for the type of the referenced resource
    referrerpolicyReferrer policy for fetches initiated by the element
  29. Warning: Attribute :style is not serializable as XML 1.0.

    From line 194, column 33; to line 194, column 115

    <div class="pesquisa_imagem" :style="{ backgroundImage: 'url('+pessoa.image+')' }"></div>

  30. Error: Attribute :style not allowed on element div at this point.

    From line 194, column 33; to line 194, column 115

    <div class="pesquisa_imagem" :style="{ backgroundImage: 'url('+pessoa.image+')' }"></div>

    Attributes for element div:
    Global attributes
  31. Error: Attribute v-if not allowed on element p at this point.

    From line 201, column 21; to line 201, column 105

    <p v-if="(pessoas.length == 0 && filter.length > 2 && !spessoas )" class="noresults">* Não

    Attributes for element p:
    Global attributes
  32. Warning: Attribute :class is not serializable as XML 1.0.

    From line 205, column 21; to line 205, column 87

    <div class="searchLoading" :class="{'active': showNoticiasLoader}"><div c

  33. Error: Attribute :class not allowed on element div at this point.

    From line 205, column 21; to line 205, column 87

    <div class="searchLoading" :class="{'active': showNoticiasLoader}"><div c

    Attributes for element div:
    Global attributes
  34. Warning: Attribute :href is not serializable as XML 1.0.

    From line 207, column 21; to line 207, column 71

    <a :href="noticia.url" v-for="noticia in noticias">

  35. Error: Attribute :href not allowed on element a at this point.

    From line 207, column 21; to line 207, column 71

    <a :href="noticia.url" v-for="noticia in noticias">

    Attributes for element a:
    Global attributes
    href — Address of the hyperlink
    targetBrowsing context for hyperlink navigation
    download — Whether to download the resource instead of navigating to it, and its file name if so
    pingURLs to ping
    rel — Relationship between the location in the document containing the hyperlink and the destination resource
    hreflang — Language of the linked resource
    type — Hint for the type of the referenced resource
    referrerpolicyReferrer policy for fetches initiated by the element
  36. Error: Attribute v-for not allowed on element a at this point.

    From line 207, column 21; to line 207, column 71

    <a :href="noticia.url" v-for="noticia in noticias">

    Attributes for element a:
    Global attributes
    href — Address of the hyperlink
    targetBrowsing context for hyperlink navigation
    download — Whether to download the resource instead of navigating to it, and its file name if so
    pingURLs to ping
    rel — Relationship between the location in the document containing the hyperlink and the destination resource
    hreflang — Language of the linked resource
    type — Hint for the type of the referenced resource
    referrerpolicyReferrer policy for fetches initiated by the element
  37. Warning: Attribute :style is not serializable as XML 1.0.

    From line 210, column 33; to line 210, column 116

    <div class="pesquisa_imagem" :style="{ backgroundImage: 'url('+noticia.image+')' }"></div>

  38. Error: Attribute :style not allowed on element div at this point.

    From line 210, column 33; to line 210, column 116

    <div class="pesquisa_imagem" :style="{ backgroundImage: 'url('+noticia.image+')' }"></div>

    Attributes for element div:
    Global attributes
  39. Error: Attribute v-if not allowed on element p at this point.

    From line 217, column 21; to line 217, column 107

    <p v-if="(noticias.length == 0 && filter.length > 2 && !snoticias )" class="noresults">* Não

    Attributes for element p:
    Global attributes
  40. Warning: The document is not mappable to XML 1.0 due to two consecutive hyphens in a comment.

    At line 420, column 32

    -Icon ms-Icon--ChevronDown x-h

  41. Warning: Attribute :class is not serializable as XML 1.0.

    From line 425, column 5; to line 427, column 79

    App"> <div class="owlImage" :class="{'luto': image.template == 10}" :href="image.url" v-for="image in images" :style="{ backgroundImage: 'url(' + image.url + ')', width:'100vw' }">

  42. Warning: Attribute :href is not serializable as XML 1.0.

    From line 425, column 5; to line 427, column 79

    App"> <div class="owlImage" :class="{'luto': image.template == 10}" :href="image.url" v-for="image in images" :style="{ backgroundImage: 'url(' + image.url + ')', width:'100vw' }">

  43. Warning: Attribute :style is not serializable as XML 1.0.

    From line 425, column 5; to line 427, column 79

    App"> <div class="owlImage" :class="{'luto': image.template == 10}" :href="image.url" v-for="image in images" :style="{ backgroundImage: 'url(' + image.url + ')', width:'100vw' }">

  44. Error: Attribute :class not allowed on element div at this point.

    From line 425, column 5; to line 427, column 79

    App"> <div class="owlImage" :class="{'luto': image.template == 10}" :href="image.url" v-for="image in images" :style="{ backgroundImage: 'url(' + image.url + ')', width:'100vw' }">

    Attributes for element div:
    Global attributes
  45. Error: Attribute :href not allowed on element div at this point.

    From line 425, column 5; to line 427, column 79

    App"> <div class="owlImage" :class="{'luto': image.template == 10}" :href="image.url" v-for="image in images" :style="{ backgroundImage: 'url(' + image.url + ')', width:'100vw' }">

    Attributes for element div:
    Global attributes
  46. Error: Attribute v-for not allowed on element div at this point.

    From line 425, column 5; to line 427, column 79

    App"> <div class="owlImage" :class="{'luto': image.template == 10}" :href="image.url" v-for="image in images" :style="{ backgroundImage: 'url(' + image.url + ')', width:'100vw' }">

    Attributes for element div:
    Global attributes
  47. Error: Attribute :style not allowed on element div at this point.

    From line 425, column 5; to line 427, column 79

    App"> <div class="owlImage" :class="{'luto': image.template == 10}" :href="image.url" v-for="image in images" :style="{ backgroundImage: 'url(' + image.url + ')', width:'100vw' }">

    Attributes for element div:
    Global attributes
  48. Error: Attribute v-if not allowed on element div at this point.

    From line 429, column 9; to line 429, column 61

    <div class="main_content" v-if="image.template == 1">

    Attributes for element div:
    Global attributes
  49. Error: Attribute v-if not allowed on element div at this point.

    From line 436, column 9; to line 436, column 67

    <div class="main_content_tres" v-if="image.template == 49">

    Attributes for element div:
    Global attributes
  50. Error: Attribute v-if not allowed on element div at this point.

    From line 466, column 9; to line 466, column 69

    <div class="main_content_tres" v-if="image.template == 4447">

    Attributes for element div:
    Global attributes
  51. Error: Attribute v-if not allowed on element div at this point.

    From line 488, column 9; to line 488, column 69

    <div class="main_content_tres" v-if="image.template == 4448">

    Attributes for element div:
    Global attributes
  52. Error: Attribute v-if not allowed on element div at this point.

    From line 509, column 9; to line 509, column 68

    <div class="main_content_tres" v-if="image.template == 555">

    Attributes for element div:
    Global attributes
  53. Error: Attribute v-if not allowed on element div at this point.

    From line 530, column 9; to line 530, column 68

    <div class="main_content_tres" v-if="image.template == 889">

    Attributes for element div:
    Global attributes
  54. Error: Attribute v-if not allowed on element div at this point.

    From line 548, column 9; to line 548, column 69

    <div class="main_content_tres" v-if="image.template == 4449">

    Attributes for element div:
    Global attributes
  55. Error: Attribute v-if not allowed on element div at this point.

    From line 575, column 9; to line 575, column 69

    <div class="main_content_tres" v-if="image.template == 4444">

    Attributes for element div:
    Global attributes
  56. Error: Attribute v-if not allowed on element div at this point.

    From line 602, column 9; to line 602, column 68

    <div class="main_content_tres" v-if="image.template == 222">

    Attributes for element div:
    Global attributes
  57. Error: Attribute v-if not allowed on element div at this point.

    From line 627, column 9; to line 627, column 68

    <div class="main_content_tres" v-if="image.template == 450">

    Attributes for element div:
    Global attributes
  58. Error: Attribute v-if not allowed on element div at this point.

    From line 652, column 9; to line 652, column 68

    <div class="main_content_tres" v-if="image.template == 850">

    Attributes for element div:
    Global attributes
  59. Error: Attribute v-if not allowed on element div at this point.

    From line 676, column 9; to line 676, column 68

    <div class="main_content_tres" v-if="image.template == 502">

    Attributes for element div:
    Global attributes
  60. Error: Attribute v-if not allowed on element div at this point.

    From line 702, column 9; to line 702, column 68

    <div class="main_content_tres" v-if="image.template == 220">

    Attributes for element div:
    Global attributes
  61. Error: Attribute v-if not allowed on element div at this point.

    From line 735, column 9; to line 735, column 67

    <div class="main_content_tres" v-if="image.template == 44">

    Attributes for element div:
    Global attributes
  62. Error: Attribute v-if not allowed on element div at this point.

    From line 756, column 9; to line 756, column 67

    <div class="main_content_tres" v-if="image.template == 33">

    Attributes for element div:
    Global attributes
  63. Error: Attribute v-if not allowed on element div at this point.

    From line 780, column 9; to line 780, column 68

    <div class="main_content_tres" v-if="image.template == 178">

    Attributes for element div:
    Global attributes
  64. Error: Attribute v-if not allowed on element div at this point.

    From line 799, column 9; to line 799, column 68

    <div class="main_content_tres" v-if="image.template == 179">

    Attributes for element div:
    Global attributes
  65. Error: Attribute v-if not allowed on element div at this point.

    From line 822, column 9; to line 822, column 68

    <div class="main_content_tres" v-if="image.template == 148">

    Attributes for element div:
    Global attributes
  66. Error: Attribute v-if not allowed on element div at this point.

    From line 850, column 9; to line 850, column 69

    <div class="main_content_tres" v-if="image.template == 1112">

    Attributes for element div:
    Global attributes
  67. Error: Attribute v-if not allowed on element div at this point.

    From line 865, column 9; to line 865, column 68

    <div class="main_content_tres" v-if="image.template == 111">

    Attributes for element div:
    Global attributes
  68. Error: Attribute v-if not allowed on element div at this point.

    From line 880, column 9; to line 880, column 67

    <div class="main_content_tres" v-if="image.template == 45">

    Attributes for element div:
    Global attributes
  69. Error: Attribute v-if not allowed on element div at this point.

    From line 897, column 9; to line 897, column 68

    <div class="main_content_tres" v-if="image.template == 200">

    Attributes for element div:
    Global attributes
  70. Error: Attribute v-if not allowed on element div at this point.

    From line 923, column 9; to line 923, column 67

    <div class="main_content_tres" v-if="image.template == 50">

    Attributes for element div:
    Global attributes
  71. Error: Attribute v-if not allowed on element div at this point.

    From line 945, column 9; to line 945, column 68

    <div class="main_content_tres" v-if="image.template == 145">

    Attributes for element div:
    Global attributes
  72. Error: Attribute v-if not allowed on element div at this point.

    From line 966, column 9; to line 966, column 67

    <div class="main_content_tres" v-if="image.template == 57">

    Attributes for element div:
    Global attributes
  73. Error: Attribute v-if not allowed on element div at this point.

    From line 987, column 9; to line 987, column 67

    <div class="main_content_tres" v-if="image.template == 60">

    Attributes for element div:
    Global attributes
  74. Error: Attribute v-if not allowed on element div at this point.

    From line 1015, column 9; to line 1015, column 67

    <div class="main_content_tres" v-if="image.template == 88">

    Attributes for element div:
    Global attributes
  75. Error: Attribute v-if not allowed on element div at this point.

    From line 1037, column 9; to line 1037, column 67

    <div class="main_content_dois" v-if="image.template == 56">

    Attributes for element div:
    Global attributes
  76. Error: Attribute v-if not allowed on element div at this point.

    From line 1050, column 9; to line 1050, column 67

    <div class="main_content_dois" v-if="image.template == 59">

    Attributes for element div:
    Global attributes
  77. Error: Attribute v-if not allowed on element div at this point.

    From line 1065, column 9; to line 1065, column 68

    > <div class="main_content_tres" v-if="image.template == 612">

    Attributes for element div:
    Global attributes
  78. Error: Attribute v-if not allowed on element div at this point.

    From line 1091, column 9; to line 1091, column 66

    <div class="main_content_tres" v-if="image.template == 4">

    Attributes for element div:
    Global attributes
  79. Error: Attribute v-if not allowed on element div at this point.

    From line 1116, column 9; to line 1116, column 68

    <div class="main_content_tres" v-if="image.template == 444">

    Attributes for element div:
    Global attributes
  80. Error: Attribute v-if not allowed on element div at this point.

    From line 1140, column 9; to line 1140, column 68

    <div class="main_content_tres" v-if="image.template == 445">

    Attributes for element div:
    Global attributes
  81. Error: Attribute v-if not allowed on element div at this point.

    From line 1164, column 9; to line 1164, column 67

    <div class="main_content_tres" v-if="image.template == 14">

    Attributes for element div:
    Global attributes
  82. Error: Attribute v-if not allowed on element div at this point.

    From line 1195, column 9; to line 1195, column 73

    <div class="main_content_pessoa left" v-if="image.template == 7">

    Attributes for element div:
    Global attributes
  83. Error: Attribute v-if not allowed on element div at this point.

    From line 1207, column 9; to line 1207, column 75

    <div class="main_content_pessoa left" v-if="image.template == 888">

    Attributes for element div:
    Global attributes
  84. Error: Attribute v-if not allowed on element div at this point.

    From line 1236, column 9; to line 1236, column 66

    <div class="main_content_dois" v-if="image.template == 2">

    Attributes for element div:
    Global attributes
  85. Error: Attribute v-if not allowed on element div at this point.

    From line 1245, column 9; to line 1245, column 67

    <div class="main_content_dois" v-if="image.template == 55">

    Attributes for element div:
    Global attributes
  86. Error: Attribute v-if not allowed on element div at this point.

    From line 1258, column 9; to line 1258, column 67

    <div class="main_content_tres" v-if="image.template == 11">

    Attributes for element div:
    Global attributes
  87. Error: Attribute v-if not allowed on element div at this point.

    From line 1273, column 9; to line 1273, column 66

    <div class="main_content_tres" v-if="image.template == 3">

    Attributes for element div:
    Global attributes
  88. Error: Attribute v-if not allowed on element div at this point.

    From line 1288, column 9; to line 1288, column 67

    <div class="main_content_tres" v-if="image.template == 41">

    Attributes for element div:
    Global attributes
  89. Error: Attribute v-if not allowed on element div at this point.

    From line 1306, column 9; to line 1306, column 66

    <div class="main_content_tres" v-if="image.template == 6">

    Attributes for element div:
    Global attributes
  90. Error: Attribute v-if not allowed on element div at this point.

    From line 1331, column 21; to line 1331, column 81

    <div class="main_content_pessoa" v-if="image.template == 71">

    Attributes for element div:
    Global attributes
  91. Error: Attribute v-if not allowed on element div at this point.

    From line 1342, column 9; to line 1342, column 66

    <div class="main_content_tres" v-if="image.template == 8">

    Attributes for element div:
    Global attributes
  92. Error: Attribute v-if not allowed on element div at this point.

    From line 1357, column 9; to line 1357, column 66

    <div class="main_content_tres" v-if="image.template == 9">

    Attributes for element div:
    Global attributes
  93. Warning: Attribute @keyup is not serializable as XML 1.0.

    From line 1543, column 29; to line 1543, column 129

    <input @keyup="searchCurso" @keyup.enter="submit" id="searchstring" placeholder="Pesquisa de cursos">

  94. Warning: Attribute @keyup.enter is not serializable as XML 1.0.

    From line 1543, column 29; to line 1543, column 129

    <input @keyup="searchCurso" @keyup.enter="submit" id="searchstring" placeholder="Pesquisa de cursos">

  95. Error: Attribute @keyup not allowed on element input at this point.

    From line 1543, column 29; to line 1543, column 129

    <input @keyup="searchCurso" @keyup.enter="submit" id="searchstring" placeholder="Pesquisa de cursos">

    Attributes for element input:
    Global attributes
    accept when type is file
    alt when type is image
    autocomplete when type is text, search, url, tel, email, password, date, month, week, time, datetime-local, number, range, or color
    autofocus
    checked when type is checkbox or radio
    dirname when type is text or search
    disabled
    form
    formaction when type is submit or image
    formenctype when type is submit or image
    formmethod when type is submit or image
    formnovalidate when type is submit or image
    formtarget when type is submit or image
    height when type is image
    list when type is text, search, url, tel, email, date, month, week, time, datetime-local, number, range, or color
    max when type is date, month, week, time, datetime-local, number, or range
    maxlength when type is text, search, url, tel, email, or password
    min when type is date, month, week, time, datetime-local, number, or range
    multiple when type is email or file
    name
    pattern when type is text, search, url, tel, email, or password
    placeholder when type is text, search, url, tel, email, password, or number
    readonly when type is text, search, url, tel, email, password, date, month, week, time, datetime-local, or number
    required when type is text, search, url, tel, email, password, date, month, week, time, datetime-local, number, checkbox, radio, or file
    size when type is text, search, url, tel, email, or password
    src when type is image
    step when type is date, month, week, time, datetime-local, number, or range
    type
    value when type is not file or image
    width when type is image
  96. Error: Attribute @keyup.enter not allowed on element input at this point.

    From line 1543, column 29; to line 1543, column 129

    <input @keyup="searchCurso" @keyup.enter="submit" id="searchstring" placeholder="Pesquisa de cursos">

    Attributes for element input:
    Global attributes
    accept when type is file
    alt when type is image
    autocomplete when type is text, search, url, tel, email, password, date, month, week, time, datetime-local, number, range, or color
    autofocus
    checked when type is checkbox or radio
    dirname when type is text or search
    disabled
    form
    formaction when type is submit or image
    formenctype when type is submit or image
    formmethod when type is submit or image
    formnovalidate when type is submit or image
    formtarget when type is submit or image
    height when type is image
    list when type is text, search, url, tel, email, date, month, week, time, datetime-local, number, range, or color
    max when type is date, month, week, time, datetime-local, number, or range
    maxlength when type is text, search, url, tel, email, or password
    min when type is date, month, week, time, datetime-local, number, or range
    multiple when type is email or file
    name
    pattern when type is text, search, url, tel, email, or password
    placeholder when type is text, search, url, tel, email, password, or number
    readonly when type is text, search, url, tel, email, password, date, month, week, time, datetime-local, or number
    required when type is text, search, url, tel, email, password, date, month, week, time, datetime-local, number, checkbox, radio, or file
    size when type is text, search, url, tel, email, or password
    src when type is image
    step when type is date, month, week, time, datetime-local, number, or range
    type
    value when type is not file or image
    width when type is image
  97. Warning: Attribute @click is not serializable as XML 1.0.

    From line 1544, column 29; to line 1544, column 69

    <a class="button_Search" @click="submit"><i cla

  98. Error: Attribute @click not allowed on element a at this point.

    From line 1544, column 29; to line 1544, column 69

    <a class="button_Search" @click="submit"><i cla

    Attributes for element a:
    Global attributes
    href — Address of the hyperlink
    targetBrowsing context for hyperlink navigation
    download — Whether to download the resource instead of navigating to it, and its file name if so
    pingURLs to ping
    rel — Relationship between the location in the document containing the hyperlink and the destination resource
    hreflang — Language of the linked resource
    type — Hint for the type of the referenced resource
    referrerpolicyReferrer policy for fetches initiated by the element
  99. Error: Attribute v-for not allowed on element li at this point.

    From line 1550, column 41; to line 1550, column 67

    <li v-for="item in cursos">

    Attributes for element li:
    Global attributes
    If the element is not a child of an ul or menu element: valueOrdinal value of the list item
  100. Warning: Attribute :href is not serializable as XML 1.0.

    From line 1551, column 45; to line 1551, column 64

    <a :href="item.url">{{ ite

  101. Error: Attribute :href not allowed on element a at this point.

    From line 1551, column 45; to line 1551, column 64

    <a :href="item.url">{{ ite

    Attributes for element a:
    Global attributes
    href — Address of the hyperlink
    targetBrowsing context for hyperlink navigation
    download — Whether to download the resource instead of navigating to it, and its file name if so
    pingURLs to ping
    rel — Relationship between the location in the document containing the hyperlink and the destination resource
    hreflang — Language of the linked resource
    type — Hint for the type of the referenced resource
    referrerpolicyReferrer policy for fetches initiated by the element
  102. Error: Attribute v-if not allowed on element li at this point.

    From line 1553, column 41; to line 1553, column 112

    <li v-if="(cursos.length === 0 && search.length > 2)" class="noresults">* Não

    Attributes for element li:
    Global attributes
    If the element is not a child of an ul or menu element: valueOrdinal value of the list item
  103. Error: Bad value for attribute src on element iframe: Must be non-empty.

    From line 1651, column 25; to line 1651, column 50

    <iframe id="video" src=""></ifra

  104. Warning: The contentinfo role is unnecessary for element footer.

    From line 1848, column 1; to line 1848, column 61

    tent --><footer id="colophon" class="site-footer" role="contentinfo">

  105. Error: Duplicate attribute class.

    At line 1929, column 158

    a-tooltip class="left" tabinde

  106. Error: An element with the attribute tabindex must not appear as a descendant of the a element.

    From line 1929, column 112; to line 1929, column 206

    icio.php"><i class="fa fa-envelope-o" data-tooltip class="left" tabindex="4" title="Email Institucional"></i></

  107. Error: Duplicate attribute class.

    At line 1930, column 180

    a-tooltip class="left" tabinde

  108. Error: An element with the attribute tabindex must not appear as a descendant of the a element.

    From line 1930, column 112; to line 1930, column 220

    icio.php"><i class="ms-Icon ms-Icon--SharepointLogoInverse" data-tooltip class="left" tabindex="4" title="Docs.uma.pt"></i></

  109. Error: Duplicate attribute class.

    At line 1931, column 135

    a-tooltip class="left" tabinde

  110. Error: An element with the attribute tabindex must not appear as a descendant of the a element.

    From line 1931, column 89; to line 1931, column 169

    ogin.php"><i class="fa fa-university" data-tooltip class="left" tabindex="4" title="SiDoc"></i></

  111. Error: Duplicate attribute class.

    At line 1932, column 149

    a-tooltip class="left"

  112. Error: An element with the attribute tabindex must not appear as a descendant of the a element.

    From line 1932, column 99; to line 1932, column 188

    ogin.php"><i class="fa fa-graduation-cap" data-tooltip class="left" tabindex="4" title="Infoalunos"></i></

  113. Error: Duplicate attribute class.

    At line 2025, column 158

    a-tooltip class="left" tabinde

  114. Error: An element with the attribute tabindex must not appear as a descendant of the a element.

    From line 2025, column 112; to line 2025, column 206

    icio.php"><i class="fa fa-envelope-o" data-tooltip class="left" tabindex="4" title="Email Institucional"></i></

  115. Error: Duplicate attribute class.

    At line 2026, column 180

    a-tooltip class="left" tabinde

  116. Error: An element with the attribute tabindex must not appear as a descendant of the a element.

    From line 2026, column 112; to line 2026, column 220

    icio.php"><i class="ms-Icon ms-Icon--SharepointLogoInverse" data-tooltip class="left" tabindex="4" title="Docs.uma.pt"></i></

  117. Error: Duplicate attribute class.

    At line 2027, column 135

    a-tooltip class="left" tabinde

  118. Error: An element with the attribute tabindex must not appear as a descendant of the a element.

    From line 2027, column 89; to line 2027, column 169

    ogin.php"><i class="fa fa-university" data-tooltip class="left" tabindex="4" title="SiDoc"></i></

  119. Error: Duplicate attribute class.

    At line 2028, column 149

    a-tooltip class="left" tabinde

  120. Error: An element with the attribute tabindex must not appear as a descendant of the a element.

    From line 2028, column 99; to line 2028, column 188

    ogin.php"><i class="fa fa-graduation-cap" data-tooltip class="left" tabindex="4" title="Infoalunos"></i></

  121. Error: Duplicate attribute class.

    At line 2135, column 158

    a-tooltip class="left" tabinde

  122. Error: An element with the attribute tabindex must not appear as a descendant of the a element.

    From line 2135, column 112; to line 2135, column 206

    icio.php"><i class="fa fa-envelope-o" data-tooltip class="left" tabindex="4" title="Email Institucional"></i></

  123. Error: Duplicate attribute class.

    At line 2136, column 180

    a-tooltip class="left" tabinde

  124. Error: An element with the attribute tabindex must not appear as a descendant of the a element.

    From line 2136, column 112; to line 2136, column 220

    icio.php"><i class="ms-Icon ms-Icon--SharepointLogoInverse" data-tooltip class="left" tabindex="4" title="Docs.uma.pt"></i></

  125. Error: Duplicate attribute class.

    At line 2137, column 135

    a-tooltip class="left" tabinde

  126. Error: An element with the attribute tabindex must not appear as a descendant of the a element.

    From line 2137, column 89; to line 2137, column 169

    ogin.php"><i class="fa fa-university" data-tooltip class="left" tabindex="4" title="SiDoc"></i></

  127. Error: Duplicate attribute class.

    At line 2138, column 149

    a-tooltip class="left" tabinde

  128. Error: An element with the attribute tabindex must not appear as a descendant of the a element.

    From line 2138, column 99; to line 2138, column 188

    ogin.php"><i class="fa fa-graduation-cap" data-tooltip class="left" tabindex="4" title="Infoalunos"></i></

  129. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2164, column 1; to line 2164, column 109

    page --><script type='text/javascript' src='https://www.uma.pt/wp-content/themes/uma/js/jquery-2.1.0.min.js?ver=1.0'></scri

  130. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2165, column 1; to line 2165, column 31

    </script><script type='text/javascript'>/* <!

  131. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2170, column 1; to line 2170, column 123

    </script><script type='text/javascript' src='https://www.uma.pt/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.0.1'></scri

  132. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2171, column 1; to line 2171, column 108

    </script><script type='text/javascript' src='https://www.uma.pt/wp-content/themes/uma/js/navigation.js?ver=20151215'></scri

  133. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2172, column 1; to line 2172, column 78

    </script><script type='text/javascript' src='https://cdn.jsdelivr.net/npm/vue?ver=1.0'></scri

  134. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2173, column 1; to line 2173, column 102

    </script><script type='text/javascript' src='https://www.uma.pt/wp-content/themes/uma/js/axios.min.js?ver=1.0'></scri

  135. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2174, column 1; to line 2174, column 103

    </script><script type='text/javascript' src='https://www.uma.pt/wp-content/themes/uma/js/lodash.min.js?ver=1.0'></scri

  136. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2175, column 1; to line 2175, column 120

    </script><script type='text/javascript' src='https://www.uma.pt/wp-content/themes/uma/js/fontfaceobserver.standalone.js?ver=1.0'></scri

  137. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2176, column 1; to line 2176, column 122

    </script><script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/foundation/6.3.0/js/foundation.min.js?ver=1.0'></scri

  138. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2177, column 1; to line 2177, column 108

    </script><script type='text/javascript' src='https://www.uma.pt/wp-includes/js/dist/vendor/moment.min.js?ver=2.22.2'></scri

  139. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2178, column 1; to line 2178, column 31

    </script><script type='text/javascript'>momen

  140. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2181, column 1; to line 2181, column 110

    </script><script type='text/javascript' src='https://www.uma.pt/wp-content/themes/uma/js/flickity.pkgd.min.js?ver=1.0'></scri

  141. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2182, column 1; to line 2182, column 144

    </script><script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/jQuery-viewport-checker/1.8.8/jquery.viewportchecker.min.js?ver=1.0'></scri

  142. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2183, column 1; to line 2183, column 123

    </script><script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/vanilla-lazyload/8.6.0/lazyload.min.js?ver=1.0'></scri

  143. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2184, column 1; to line 2184, column 114

    </script><script type='text/javascript' src='https://www.uma.pt/wp-content/themes/uma/js/app.js?t=1591312401&#038;ver=1.0'></scri

  144. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2185, column 1; to line 2185, column 100

    </script><script type='text/javascript' src='https://www.uma.pt/wp-content/themes/uma/js/navbar.js?ver=1.11'></scri

  145. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2186, column 1; to line 2186, column 105

    </script><script type='text/javascript' src='https://www.uma.pt/wp-content/themes/uma/js/navbarSearch.js?ver=1.0'></scri

  146. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2187, column 1; to line 2187, column 31

    </script><script type='text/javascript'>/* <!

  147. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2192, column 1; to line 2192, column 120

    </script><script type='text/javascript' src='https://www.uma.pt/wp-content/themes/uma/js/ajaxCalls.js?t=1591312401&#038;ver=1.0'></scri

  148. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2193, column 1; to line 2193, column 127

    </script><script type='text/javascript' src='https://www.uma.pt/wp-content/themes/uma/js/include-homepage.js?t=1591312401&#038;ver=1.0'></scri

  149. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2194, column 1; to line 2194, column 118

    </script><script type='text/javascript' src='https://www.uma.pt/wp-content/themes/uma/js/callout.js?t=1591312401&#038;ver=1.0'></scri

  150. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2195, column 1; to line 2195, column 127

    </script><script type='text/javascript' src='https://www.uma.pt/wp-content/themes/uma/js/owl.carousel.min.js?t=1591312401&#038;ver=1.0'></scri

  151. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2196, column 1; to line 2196, column 115

    </script><script type='text/javascript' src='https://www.uma.pt/wp-content/themes/uma/js/home.js?t=1591312401&#038;ver=1.0'></scri

  152. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2197, column 1; to line 2197, column 121

    </script><script type='text/javascript' src='https://www.uma.pt/wp-content/themes/uma/js/homeSearch.js?t=1591312401&#038;ver=1.0'></scri

  153. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2198, column 1; to line 2198, column 116

    </script><script type='text/javascript' src='https://www.uma.pt/wp-content/themes/uma/js/covid.js?t=1591312401&#038;ver=1.0'></scri

  154. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2199, column 1; to line 2199, column 31

    </script><script type='text/javascript'>/* <!

  155. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2204, column 1; to line 2204, column 122

    </script><script type='text/javascript' src='https://www.uma.pt/wp-content/plugins/cf7-conditional-fields/js/scripts.js?ver=1.7.9'></scri

  156. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2205, column 1; to line 2205, column 31

    </script><script type='text/javascript'>/* <!

  157. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2210, column 1; to line 2210, column 84

    </script><script type='text/javascript' src='https://www.uma.pt/wp-includes/js/utils.min.js'></scri

  158. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2211, column 1; to line 2211, column 31

    </script><script type='text/javascript'>/* <!

  159. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2216, column 1; to line 2216, column 123

    </script><script type='text/javascript' src='https://www.uma.pt/wp-content/plugins/wpglobus/includes/js/wpglobus.min.js?ver=2.2.29'></scri

  160. Warning: The type attribute is unnecessary for JavaScript resources.

    From line 2217, column 1; to line 2217, column 87

    </script><script type='text/javascript' src='https://www.uma.pt/wp-includes/js/wp-embed.min.js'></scri

  161. Warning: Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).

    From line 213, column 33; to line 213, column 36

    <h1>{{noti

  162. Warning: Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).

    From line 181, column 33; to line 181, column 36

    <h1>{{curs

  163. Warning: Consider using the h1 element as a top-level heading only (all h1 elements are treated as top-level headings by many screen readers and other tools).

    From line 197, column 33; to line 197, column 36

    <h1>{{pess

There were errors.

Used the schema for HTML + SVG 1.1 + MathML 3.0 + RDFa 1.1.

Used the HTML parser. Externally specified character encoding was UTF-8.

Total execution time 1499 milliseconds.


About this checkerReport an issueVersion: 20.5.30