Simon WillisonSunday · May 24, 2026FREE

On the <dl>

htmlwebstandardssemanticsaccessibilitystructureddata

In his latest post, "On the <dl>", published on May 23, 2026, Simon Willison provided a detailed examination of the HTML description list element. He argued for its underutilized potential in structuring diverse content, such as glossaries, dialogue transcripts, and metadata blocks, moving beyond its common misuse for general layouts. Willison highlighted how a semantically correct application of `<dl>` inherently improves web accessibility for screen readers and search engine indexing, offering a robust, platform-agnostic method for data presentation. The discussion also touched upon the element's historical context and its evolution within web standards, emphasizing its role in creating more meaningful and interoperable web content. He further elaborated on practical examples where `<dl>` excels, such as defining terms in a dictionary or presenting structured data that doesn't fit a simple table, thereby promoting a cleaner, more maintainable codebase. This perspective encourages a return to fundamental HTML principles, demonstrating how thoughtful markup can significantly enhance both user experience and data portability across various web applications and services, ultimately contributing to a more robust and accessible web ecosystem.

// why it matters

Developers can improve content semantics and accessibility by correctly utilizing the `<dl>` element, leading to better SEO and data interoperability.

Sources

Primary · Simon Willison
▸ Read original at simonwillison.net

Like this? Get the next digest.