Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FLink & Button QualityAction10 issue(s) across 1133 links and 19 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://inov.ulisboa.pt/info/incentivos | Incentivos | new tab | Add '(opens in new tab)' to text |
| https://inov.ulisboa.pt/info/comunidades… | Comunidades de Prática | new tab | Add '(opens in new tab)' to text |
| https://verao.ulisboa.pt/index.php#o-que… | Verão na ULisboa | new tab | Add '(opens in new tab)' to text |
| https://inov.ulisboa.pt/info/incentivos | Incentivos | new tab | Add '(opens in new tab)' to text |
| https://inov.ulisboa.pt/info/comunidades… | Comunidades de Prática | new tab | Add '(opens in new tab)' to text |
| (empty) | empty | Add link text or aria-label | |
| https://www.ulisboa.pt/formacao-avancada… | SABER MAIS | new tab | Add '(opens in new tab)' to text |
| https://estudanteinternacional.ulisboa.p… | SABER MAIS | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/UniversidadedeL… | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/ulisboa | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/ulisboa | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/school/328706 | (empty) | empty | Add link text or aria-label |
| https://www.threads.net/@ulisboa | (empty) | empty | Add link text or aria-label |
| https://inov.ulisboa.pt/info/incentivos | Incentivos | new tab | Add '(opens in new tab)' to text |
| https://inov.ulisboa.pt/info/comunidades… | Comunidades de Prática | new tab | Add '(opens in new tab)' to text |
| https://verao.ulisboa.pt/index.php#o-que… | Verão na ULisboa | new tab | Add '(opens in new tab)' to text |
| https://inov.ulisboa.pt/info/incentivos | Incentivos | new tab | Add '(opens in new tab)' to text |
| https://inov.ulisboa.pt/info/comunidades… | Comunidades de Prática | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
a#main-content; https://www.facebook.com/UniversidadedeLisboa; https://www.instagram.com/ulisboa; https://www.youtube.com/ulisboa; https://www.linkedin.com/school/328706; https://www.threads.net/@ulisboa
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://inov.ulisboa.pt/info/incentivos; https://inov.ulisboa.pt/info/comunidades-de-pratica; https://verao.ulisboa.pt/index.php#o-que-e; https://inov.ulisboa.pt/info/incentivos; https://inov.ulisboa.pt/info/comunidades-de-pratica; https://www.ulisboa.pt/formacao-avancada-202627; https://estudanteinternacional.ulisboa.pt/; https://inov.ulisboa.pt/info/incentivos; https://inov.ulisboa.pt/info/comunidades-de-pratica; https://verao.ulisboa.pt/index.php#o-que-e (+2 more)
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
button.mm-tabstart (#40 on page); button.mm-tabend (#1643 on page); button.oembed-lazyload__button (#2011 on page); button.mm-tabend (#4622 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
BLandmark Structure32 landmarksREVIEW
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
BHeading Hierarchy20 headings, 1 skip(s)REVIEW
- H2 Menu de utilizador
- H1 TERMINEI A
- H1 LICENCIATURA. duplicate H1
- H1 E AGORA? duplicate H1
- H6 Transforma ideias em futuro! skipped
- H3 ULisboa em Números
- H3 O que procura?
- H3 És estudante internacional?
- H3 Investigação e Inovação
- H2 ULisboa Research Portal
- H2 Novidades
- H2 Agenda
- H2 Siga-nos:
- H2 Menu de rodapé
- H2 Contactos
- H2 Menu de Rodapé (Secundário)
- H2 Menu Principal
- H2 Menu Principal (Secundário)
- H2 Menu Principal (Auxiliar)
- H3 Este site utiliza cookies para melhorar a experiência de navegação.
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
Source: WCAG 2.4.6 / Google Search Central
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 17 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
4 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 TERMINEI A | 12.63:1 | 3.0:1 | #FFFFFF | #333333 | Pass |
| h1 LICENCIATURA. | 12.63:1 | 3.0:1 | #FFFFFF | #333333 | Pass |
| h1 E AGORA? | 12.63:1 | 3.0:1 | #FFFFFF | #333333 | Pass |
| h2 Menu de utilizador | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 ULisboa Research Por… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Novidades | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Agenda | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Siga-nos: | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Menu de rodapé | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Contactos | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Menu de Rodapé (Sec… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Menu Principal | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Menu Principal (Secu… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h2 Menu Principal (Auxi… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h3 ULisboa em Números | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h3 O que procura? | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h3 És estudante intern… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h3 Investigação e Ino… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| h3 Este site utiliza co… | 1.66:1 | 3.0:1 | #000000 | #333333 | Fail |
| title Universidade de Lisb… | 1.57:1 | 4.5:1 | #000000 | #2E2F32 | Fail |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
BLighthouse Accessibility AuditsScore 87/100 — 4 failing, 24 passedREVIEW
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
ARIA
ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. Learn how to make ARIA dialog elements more accessible.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Este site utiliza cookies para melhorar a experiência de navegação.
Ao carrega… body.layout-no-sidebars > div#sliding-popup |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Transforma ideias em futuro! div.layout__region > div.paragraph-align-content--left > div.clearfix > h6 |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.content > ul.social-media-links--platforms > li > a.social-media-link-icon--facebook div.content > ul.social-media-links--platforms > li > a.social-media-link-icon--facebook |
div.content > ul.social-media-links--platforms > li > a.social-media-link-icon--instagram div.content > ul.social-media-links--platforms > li > a.social-media-link-icon--instagram |
div.content > ul.social-media-links--platforms > li > a.social-media-link-icon--youtube div.content > ul.social-media-links--platforms > li > a.social-media-link-icon--youtube |
div.content > ul.social-media-links--platforms > li > a.social-media-link-icon--linkedin div.content > ul.social-media-links--platforms > li > a.social-media-link-icon--linkedin |
div.content > ul.social-media-links--platforms > li > a.social-media-link-icon--threads div.content > ul.social-media-links--platforms > li > a.social-media-link-icon--threads |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 div#slick-807e724d8d4 > ul.slick-dots > li > button |
2 div#slick-807e724d8d4 > ul.slick-dots > li.slick-active > button |
3 div#slick-807e724d8d4 > ul.slick-dots > li > button |
4 div#slick-807e724d8d4 > ul.slick-dots > li > button |
These items highlight common accessibility best practices.
A+Alt Text QualityAll 28 images OKPASS
A+Form AccessibilityAll 2 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #edit-s--2 | text | Termos a pesquisar | for/id |
| #edit-s | text | Termos a pesquisar | for/id |