Christian Heilmann

Creating Accessible Popups

Sunday, July 24th, 2005 at 2:39 pm

As some might know, I am currently writing a chapter for “Constructing Accessible Web Sites” by Apress / Friends of Ed.

As an example, I am writing a script to allow for “accessible” pop-up windows. I had an idea I hadn’t seen yet before and wondered if I should pursue with it.

Here’s the deal:

  • We cannot assume that the user agent allows for popup windows
  • When we only use HTML and the target attribute, we can open a window, but cannot “style” it or close it with a button
  • When we have JavaScript enabled and we have a window.opener, we can assume that the window was opened and we can add window.close() links.

Therefore I considered using link relationships in conjunction with a script to make the whole process failsafe:

popup

would be changed by the script to a link opening the new window and get a message attached that it does so.

back

would get a close.window() attached and the text changed to “close window”.

Any comments why that is a bad idea and what would be a better one?
Yes, I will point out that popups should be avoided.

Share on Mastodon (needs instance)

Share on BlueSky

Newsletter

Check out the Dev Digest Newsletter I write every week for WeAreDevelopers. Latest issues:

160: Graphs and RAGs explained and VS Code extension hacks Graphs and RAG explained, how AI is reshaping UI and work, how to efficiently use Cursor, VS Code extensions security issues.
159: AI pipelines, 10x faster TypeScript, How to interview How to use LLMs to help you write code and how much electricity does that use? Is your API secure? 10x faster TypeScript thanks to Go!
158: 🕹️ Super Mario AI 🔑 API keys in LLMs 🤙🏾 Vibe Coding Why is AI playing Super Mario? How is hallucinating the least of our worries and what are rules for developing Safety Critical Code?
157: CUDA in Python, Gemini Code Assist and back-dooring LLMs We met with a CUDA expert from NVIDIA about the future of hardware, we look at how AI fails and how to play pong on 140 browser tabs.
156: Enterprise dead, all about Bluesky and React moves on! Learn about Bluesky as a platform, how to build a React App and how to speed up SQL. And play an impossible game in the browser.

My other work: