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 Twitter

Newsletter

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

Dev Digest 146: 🥱 React fatigue 📊 Query anything with SQL 🧠 AI News

Why it may not be needed to learn React, why Deepfake masks will be a big problem and your spirit animal in body fat! 

Dev Digest 147: Free Copilot! Panel: AI and devs! RTO is bad! Pi plays!

Free Copilot! Experts discuss what AI means for devs. Don't trust containers. Mandated RTO means brain drain. And Pi plays Pokemon!

Dev Digest 148: Behind the scenes of Dev Digest & end of the year reports.

In 50 editions of Dev Digest we gave you 2081 resources. Join us in looking back and learn about all the trends this year.

Dev Digest 149: Wordpress break, VW tracking leak, ChatGPT vs Google.

Slowly starting 2025 we look at ChatGPT vs Google, Copilot vs. Cursor and the state of AI crawlers to replace web search…

Dev Digest 150: Shifting manually to AI.

Manual coding is becoming less of a skill. How can we ensure the quality of generated code? Also, unpacking an APK can get you an AI model.

My other work: