Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction10 of 17 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 10 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
DLink & Button QualityAction7 issue(s) across 129 links and 12 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://aes.techinasia.com/?utm_source=n… | Asia Economic Summit | new tab | Add '(opens in new tab)' to text |
| https://apps.apple.com/app/apple-store/i… | (empty) | empty | Add link text or aria-label |
| https://play.google.com/store/apps/detai… | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/techinasia/ | new tab | Add '(opens in new tab)' to text | |
| https://linkedin.com/company/tech-in-asi… | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/techinasia | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/user/TechinAsia | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/techinasia/ | new tab | Add '(opens in new tab)' to text | |
| https://feeds.feedburner.com/techinasia | Feed | new tab | Add '(opens in new tab)' to text |
| https://t.me/techinasiaofficial | Telegram | new tab | Add '(opens in new tab)' to text |
| https://help.techinasia.com/ | Help | new tab | Add '(opens in new tab)' to text |
| https://www.businesstimes.com.sg/ | The Business Times. | new tab | Add '(opens in new tab)' to text |
| https://aes.techinasia.com//?utm_source=… | 17 June 2026Asia Economic Summ… | new tab | Add '(opens in new tab)' to text |
| /jobs/646f5cd3-bf33-4e0a-a1b6-e9c043e050… | Executive Learning Consultant … | img no alt | Add alt attribute to the image |
| /jobs/1b01a023-ea3f-4fc7-8301-d134366951… | Executive Learning Consultant … | img no alt | Add alt attribute to the image |
| /jobs/c91944ff-e454-431a-9d10-3109b6daed… | IT Incindent Engineer L2 PT Al… | img no alt | Add alt attribute to the image |
| /jobs/534a9faa-16e2-4d79-95cf-b3ba027f81… | Fleet Acquisition AssociateDel… | img no alt | Add alt attribute to the image |
| /jobs/a4d5ffe6-559e-4edb-bac7-e803f4a2b1… | KOL Specialist Intern (Circle … | img no alt | Add alt attribute to the image |
| /jobs/4333a454-f033-493a-a569-45739bae35… | Community Officer Intern (Infl… | img no alt | Add alt attribute to the image |
| /jobs/06eac74d-b5ab-48fd-981f-5cc941b545… | Business Development Manager [… | img no alt | Add alt attribute to the image |
| /jobs/a1388861-76a1-4ed1-a101-998b40ee5d… | Community Officer Intern [Medi… | img no alt | Add alt attribute to the image |
| https://www.businesstimes.com.sg | The Business Times. | new tab | Add '(opens in new tab)' to text |
| https://id.techinasia.com?ref=intl-foote… | Tech in Asia Indonesia | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/techinasia/ | new tab | Add '(opens in new tab)' to text | |
| https://linkedin.com/company/tech-in-asi… | new tab | Add '(opens in new tab)' to text | |
| https://twitter.com/techinasia | new tab | Add '(opens in new tab)' to text | |
| https://www.youtube.com/user/TechinAsia | YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/techinasia/ | new tab | Add '(opens in new tab)' to text | |
| https://feeds.feedburner.com/techinasia | Feed | new tab | Add '(opens in new tab)' to text |
| https://t.me/techinasiaofficial | Telegram | new tab | Add '(opens in new tab)' to text |
| https://www.businesstimes.com.sg | The Business Times. | 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 |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
https://apps.apple.com/app/apple-store/id1575387418?pt=11300800&mt=8&ct=appdl…; https://play.google.com/store/apps/details?id=com.techinasia.newsapp&utm_sour…
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://aes.techinasia.com/?utm_source=navbar-tia-homepage&utm_medium=website…; https://www.facebook.com/techinasia/; https://linkedin.com/company/tech-in-asia; https://twitter.com/techinasia; https://www.youtube.com/user/TechinAsia; https://www.instagram.com/techinasia/; https://feeds.feedburner.com/techinasia; https://t.me/techinasiaofficial; https://help.techinasia.com/; https://www.businesstimes.com.sg/ (+11 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.jsx-1597708682 (#861 on page); button.jsx-1597708682 (#880 on page); button.jsx-1597708682 (#902 on page); button.jsx-1597708682 (#921 on page); button.jsx-1597708682 (#942 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
F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure20 landmarksREVIEW
A page should have only one <main> landmark.
Multiple <main> elements violate the spec — there must be exactly one per page.
Learn more ▾ ▴
HTML5 spec: 'authors must not include more than one main element' visible to AT at the same time. Multiple <main>s confuse AT and break the 'jump to main content' shortcut. Refactor to a single <main> with nested <section>/<article>.
Source: HTML5 spec
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 Hierarchy65 headingsREVIEW
- H5 Download TIA App
- H2 Can the Philippines avoid a second-tier tech board trap?
- H2 AI trading agents are only as trustworthy as their data
- H2 Inside India’s $650m AI city bet
- H3 Upcoming events
- H3 Top Stories
- H4 Banks pour billions into AI, but most see no ROI. Here’s why • 17 Apr 2026
- H4 Batam’s data center boom is just getting started, with caveats • 16 Apr 2026
- H4 AI ate your affordable RAM • 15 Apr 2026
- H4 Meta found its Muse - finally • 13 Apr 2026
- H4 Building for exits in the AI era: a VC’s playbook • 13 Apr 2026
- H4 Singapore’s hunt for AI stars risks alienating small players • 10 Apr 2026
- H4 From shopping to gaming: ShopBack sees over 30% growth in FY 2026 • 9 Apr 2026
- H3 Latest Stories
- H2 CoinGecko adds AI insights, portfolio tools for users
- H2 Samsung orders staff to stay as unions plan strike
- H2 Australia, NZ banks watch Anthropic Mythos AI risks
- H2 ClearBank partners Singapore’s Tazapay for UK payments
- H2 VinFast targets 5x EV sales in international markets
- H2 Alibaba Cloud leads Asia Pacific cloud market in 2025
- H2 Banks pour billions into AI, but most see no ROI. Here’s why
- H2 Batam’s data center boom is just getting started, with caveats
- H2 SK Telecom, Nvidia team up on South Korea AI model
- H2 PwC Singapore invests $3.1m in AI trade hub
- H2 AWS pushes AI agents to move beyond pilot stage
- H2 Vingroup drops LNG plant, shift to renewables
- H2 An AI that maps your future based on people just like you
- H2 AliExpress, Temu grow in South Korea as spending dips
- H2 Bitcoin tops $77k after $2.5b BTC buy, Trump pledge
- H2 SK hynix to invest $12.9b in AI memory plant
- H2 HTX founder shifts trading unit to Bitfire
- H2 Granite Asia’s Jixun Foo on where Asia’s AI edge is forming
- H2 The crypto label is becoming a liability for winners in the space
- H3 Latest Jobs
- H3 Executive Learning Consultant (HQ Tangerang)
- H3 Executive Learning Consultant (Yogyakarta & Lampung)
- H3 IT Incindent Engineer L2
- H3 Fleet Acquisition Associate
- H3 KOL Specialist Intern (Circle Management) -- Paid Internship!
- H3 Community Officer Intern (Influence ID) -- Paid Internship!
- H3 Business Development Manager [Mediatics]
- H3 Community Officer Intern [Mediatics] -- Paid Internship!
- H3 Automated Data Reports and Lists
- H2 Mapping the firms dominating Japan’s health sector
- H2 These are the most active investors in Japan’s startups
- H2 Series SEA: Who’s investing in the region’s fintech startups?
- H2 A list of fundraising startups from Asia and beyond (Updated)
- H2 These funds have not invested in China in the past year
- H2 Mapping the dominant players in Israel’s AI field
- H2 These are the most active investors in India’s startups
- H2 These funds have not invested in India in the past year
- H2 SEA funding round sizes over the past 5 years
- H3 Newsletters
- H2 Get the daily lowdown on Asia's top tech stories
- H3 Daily Newsletter
- H3 FOMO Saturday
- H3 Sunday Newsletter
- H3 The Prompt
- H3 Daily SEA Deals
- H3 newsletters sample
- H2 Philippines’ Nasdaq dream meets market reality
- H2 What banks keep getting wrong about AI
- H2 AI’s endless chip appetite
- H2 In AI investing, it’s speed vs. patience
- H3 Latest Stories (Continued)
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
BFavicon & Branding7 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 80/100 — 5 failing, 20 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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 |
figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 |
figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 |
figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 |
figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 figure.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > button.jsx-1597708682 |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 a > div.jsx-3264218206 > div.jsx-3264218206 > img.jsx-3264218206 |
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.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a div.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a |
div.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a div.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a |
div.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a div.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a |
div.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a div.jsx-4127362603 > article.jsx-631665399 > span.jsx-631665399 > a |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
11h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
12h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
12h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
17 Apr 2026 a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
13h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
13h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
13h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
14h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
16 Apr 2026 a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
14h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
14h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
14h ago a > div.jsx-812886993 > div.jsx-812886993 > time.jsx-812886993 |
IDR 4M – 5M a > div.jsx-3264218206 > div.jsx-3264218206 > div.jsx-3264218206 |
WEEKDAYS div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
250k+ people div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
SATURDAYS div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
250k+ people div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
SUNDAYS div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
250k+ people div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
MONDAYS div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
50k+ people div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
WEEKDAYS div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
0+ people div.jsx-1597708682 > div.jsx-1597708682 > div.jsx-1597708682 > span.jsx-1597708682 |
By signing up, I agree to Tech in Asia's Terms of Service and Privacy Policy. div.jsx-787083001 > div.jsx-787083001 > div.jsx-3001825961 > p.jsx-3001825961 |
These are opportunities to improve the legibility of your content.
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 |
|---|
UPCOMING EVENTS div.jsx-1171842727 > header.jsx-1408069278 > a > h3.jsx-1408069278 |
Executive Learning Consultant (HQ Tangerang) a > div.jsx-3264218206 > div.jsx-3264218206 > h3.jsx-3264218206 |
These are opportunities to improve keyboard navigation in your application.
AForm Accessibility1 of 1 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| (Enter your email) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="email" name="email">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
A+Web ManifestPWA-readyPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 Can the Philippines … | 20.02:1 | 3.0:1 | #000000 | #FFF8F7 | Pass |
| h2 AI trading agents ar… | 20.02:1 | 3.0:1 | #000000 | #FFF8F7 | Pass |
| h2 Inside India’s $65… | 20.02:1 | 3.0:1 | #000000 | #FFF8F7 | Pass |
| h2 CoinGecko adds AI in… | 20.02:1 | 3.0:1 | #000000 | #FFF8F7 | Pass |
| h2 Samsung orders staff… | 20.02:1 | 3.0:1 | #000000 | #FFF8F7 | Pass |
| h2 Australia, NZ banks … | 20.02:1 | 3.0:1 | #000000 | #FFF8F7 | Pass |
| h2 ClearBank partners S… | 20.02:1 | 3.0:1 | #000000 | #FFF8F7 | Pass |
| h2 VinFast targets 5x E… | 20.02:1 | 3.0:1 | #000000 | #FFF8F7 | Pass |
| h2 Alibaba Cloud leads … | 20.02:1 | 3.0:1 | #000000 | #FFF8F7 | Pass |
| h2 Banks pour billions … | 20.02:1 | 3.0:1 | #000000 | #FFF8F7 | Pass |
| h2 Batam’s data cente… | 20.02:1 | 3.0:1 | #000000 | #FFF8F7 | Pass |
| h2 SK Telecom, Nvidia t… | 20.02:1 | 3.0:1 | #000000 | #FFF8F7 | Pass |
| h2 PwC Singapore invest… | 20.02:1 | 3.0:1 | #000000 | #FFF8F7 | Pass |
| h2 AWS pushes AI agents… | 20.02:1 | 3.0:1 | #000000 | #FFF8F7 | Pass |
| h2 Vingroup drops LNG p… | 20.02:1 | 3.0:1 | #000000 | #FFF8F7 | Pass |
| h2 An AI that maps your… | 20.02:1 | 3.0:1 | #000000 | #FFF8F7 | Pass |
| h2 AliExpress, Temu gro… | 20.02:1 | 3.0:1 | #000000 | #FFF8F7 | Pass |
| h2 Bitcoin tops $77k af… | 20.02:1 | 3.0:1 | #000000 | #FFF8F7 | Pass |
| h2 SK hynix to invest $… | 20.02:1 | 3.0:1 | #000000 | #FFF8F7 | Pass |
| h2 HTX founder shifts t… | 20.02:1 | 3.0:1 | #000000 | #FFF8F7 | Pass |
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.