---
title: "the article element and screen readers"
url: https://daily.dev/posts/the-article-element-and-screen-readers-pshyvswqy
source_url: https://www.matuzo.at/blog/2023/article-screen-readers
type: article
source: "Manuel Matuzović"
published: 2026-06-22T14:42:20.107Z
updated: 2026-06-22T14:43:44.162Z
tags: ["html", "accessibility"]
reading_time: 2
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# the article element and screen readers

**[Manuel Matuzović](https://daily.dev/sources/matuzo)** · 2 min read · 0 upvotes · 0 comments

## Summary

A compatibility reference for how the HTML `<article>` element is handled across major screen readers. Testing covers NVDA, JAWS, VoiceOver (macOS and iOS), Narrator, and TalkBack. Results show inconsistent behavior: some screen readers announce articles and support quick navigation, others treat them as landmarks, and some ignore them entirely. Labelling articles with aria-label or aria-labelledby makes no meaningful difference across tested screen readers.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.matuzo.at/blog/2023/article-screen-readers>

## Similar posts on daily.dev

- [Testing A11y using screen readers](https://daily.dev/posts/testing-a11y-using-screen-readers-fwcp2ayyj) · Viget · 0 upvotes · 0 comments
- [Barriers from Links with ARIA](https://daily.dev/posts/barriers-from-links-with-aria-1gi6b0uo0) · Adrian Roselli · 1 upvotes · 0 comments

---

Tags: [#html](https://daily.dev/tags/html), [#accessibility](https://daily.dev/tags/accessibility)

[View this post on daily.dev](https://daily.dev/posts/the-article-element-and-screen-readers-pshyvswqy)
