<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on Can That Be Accessible?</title><link>https://can-that-be-accessible.neocities.org/posts/</link><description>Recent content in Posts on Can That Be Accessible?</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 23 Jun 2026 01:39:54 +1000</lastBuildDate><atom:link href="https://can-that-be-accessible.neocities.org/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Documentation – How did you make this accessible?</title><link>https://can-that-be-accessible.neocities.org/posts/documentation-or-how-did-you-make-this-accessible/</link><pubDate>Tue, 23 Jun 2026 01:39:54 +1000</pubDate><guid>https://can-that-be-accessible.neocities.org/posts/documentation-or-how-did-you-make-this-accessible/</guid><description>&lt;div class="alternative-formats"&gt;
	This blog post is also available in multiple formats:&lt;br&gt;
	&lt;ul&gt;
		&lt;li&gt;&lt;a href="https://can-that-be-accessible.neocities.org/downloads/posts/Documentation - How did you make this accessible.pdf"&gt;PDF version&lt;/a&gt; (PDF, 108 KB)&lt;/li&gt;
		&lt;li&gt;&lt;a href="https://can-that-be-accessible.neocities.org/downloads/posts/Documentation - How did you make this accessible.docx"&gt;Word version&lt;/a&gt; (DOCX, 243 KB)&lt;/li&gt;
	&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id="scope"&gt;Scope&lt;/h2&gt;
&lt;p&gt;My portfolio is the &lt;a href="https://can-that-be-accessible.neocities.org/"&gt;Can That Be Accessible?&lt;/a&gt; website.&lt;/p&gt;
&lt;p&gt;This is solo exploration of whether certain things can be made accessible. I fundamentally believe that when you plan properly, you plan for accessibility.&lt;/p&gt;
&lt;p&gt;In &lt;a href="https://www.youtube.com/watch?v=p_RIlw-MekE"&gt;&lt;em&gt;Can a Medieval Fayre be accessible?&lt;/em&gt;&lt;/a&gt;, I explore whether a rustic, loud, and crowded event can be immersive while being accessible. In &lt;a href="https://can-that-be-accessible.neocities.org/posts/should-accessibility-ever-be-delinked-from-disability/"&gt;&lt;em&gt;Should accessibility ever be de-linked from disability?&lt;/em&gt;&lt;/a&gt; I explore an underlying tension in justifications for accessibility. This blog post is based on a real conversation I had at work about how we frame accessibility to a wider audience.&lt;/p&gt;
&lt;p&gt;My four documents are:&lt;/p&gt;
&lt;ul&gt;
 &lt;li&gt;
 &lt;a href="https://www.youtube.com/watch?v=p_RIlw-MekE"&gt;
 &lt;i&gt;Can a Medieval Fayre be accessible?&lt;/i&gt;
 &lt;/a&gt; (Multimedia)
 &lt;/li&gt;
 &lt;li&gt;
 &lt;a href="https://can-that-be-accessible.neocities.org/downloads/transcripts/Transcript%20-%20Can%20a%20Medieval%20Fayre%20be%20accessible.docx"&gt;
 &lt;i&gt;Can a Medieval Fayre be accessible?&lt;/i&gt; Word transcript
 &lt;/a&gt; (DOCX, 25 KB)
 &lt;/li&gt;
 &lt;li&gt;
 &lt;a href="https://can-that-be-accessible.neocities.org/posts/should-accessibility-ever-be-delinked-from-disability/"&gt;
 &lt;i&gt;Should accessibility ever be de-linked from disability?&lt;/i&gt;
 &lt;/a&gt; (HTML)
 &lt;/li&gt;
 &lt;li&gt;
 &lt;a href="https://can-that-be-accessible.neocities.org/downloads/posts/Should%20accessibility%20ever%20be%20delinked%20from%20disability.pdf"&gt;
 &lt;i&gt;Should accessibility ever be de-linked from disability?&lt;/i&gt; PDF version
 &lt;/a&gt; (PDF, 214 KB)
 &lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;A good accessibility advocate should follow what they preach.&lt;/p&gt;
&lt;p&gt;While I’m no preacher, I’ve gone beyond simply choosing a template—I’ve actively built accessibility into the structure of this website and its supporting materials.&lt;/p&gt;
&lt;h3 id="1-website"&gt;1. Website&lt;/h3&gt;
&lt;h4 id="hugo-and-zen"&gt;Hugo and Zen&lt;/h4&gt;
&lt;p&gt;I used &lt;a href="https://gohugo.io/"&gt;Hugo&lt;/a&gt;, an open-source static website generator, to create this website. It’s command line–based software. I chose it because earlier in 2026, I learnt how to use Hugo so that I could create websites unfettered by subscription fees. Static websites have identical content for every user, which was not an issue for being the website for &lt;em&gt;Can That Be Accessible?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Hugo offers a wide range of community themes that define layout and include CSS, reducing the need to build everything from scratch. With basic HTML and CSS, these themes can be customised further.&lt;/p&gt;
&lt;p&gt;I went with &lt;a href="https://github.com/frjo/hugo-theme-zen"&gt;Zen by frjo&lt;/a&gt; (GPL-2.0), which prioritises accessibility. As frjo notes:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;[Zen] uses HTML5 with a modern CSS grid and flex layout. Care has been taken to produce semantic and accessible code.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Unlike other Hugo themes, Zen was built with accessibility in mind. I found Zen through &lt;a href="https://discourse.gohugo.io/t/which-theme-has-very-good-accessability-or-is-even-wcag-compliant/46960"&gt;a forum post made by another accessibility-interested Hugo user&lt;/a&gt;. As suggested in that thread, I ran the Zen demo site through &lt;a href="https://wave.webaim.org/"&gt;WAVE web accessibility evaluation tool&lt;/a&gt;. This returned a high score and no critical issues for manual review.&lt;/p&gt;
&lt;h4 id="making-an-accessible-theme-more-accessible"&gt;Making an accessible theme more accessible&lt;/h4&gt;
&lt;p&gt;Despite its strengths, Zen does not have a “Skip to main content” link—one that benefits keyboard and screen reader users. I added a skip link in the base HTML file (baseof.html).&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;&amp;lt;a class=&amp;#34;skip-link&amp;#34; href=&amp;#34;#main-content&amp;#34;&amp;gt;
 Skip to main content
&amp;lt;/a&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;I ensured all pages had the matching target this by updating taxonomy.html:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code class="language-&lt;main" data-lang="&lt;main"&gt;&amp;lt;header&amp;gt;
&amp;lt;h1 class=&amp;#34;title&amp;#34;&amp;gt;{{ .Title }}&amp;lt;/h1&amp;gt;
&amp;lt;/header&amp;gt;

{{ .Content }}

{{ range .Pages.ByTitle -}}
{{ .Render &amp;#34;taxonomy-summary&amp;#34; }}
{{ end -}}
&amp;lt;/main&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This created a consistent landmark for the skip link to land on. While the indentation may not be perfect, the “Skip to main content” link is functional.&lt;/p&gt;
&lt;h3 id="assessment"&gt;Assessment&lt;/h3&gt;
&lt;p&gt;I tested the &lt;a href="https://can-that-be-accessible.neocities.org/posts/should-accessibility-ever-be-delinked-from-disability/"&gt;Should accessibility ever be de-linked from disability?&lt;/a&gt; page using WebAIM WAVE, which returned an AIM Score of 9.9/10 with zero errors and four alerts.
The 0.1 reduction was due to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Two redundant links (the logo and website title linking to the home page)&lt;/li&gt;
&lt;li&gt;Links to DOCX and PDF alternatives which WAVE could not fully evaluate.
These were intentional trade-offs: I provided alternative formats to improve user choice, even if WAVE could not verify them.&lt;/li&gt;
&lt;/ul&gt;
&lt;ol start="2"&gt;
&lt;li&gt;YouTube
The YouTube video, &lt;a href="https://www.youtube.com/watch?v=p_RIlw-MekE"&gt;&lt;em&gt;Can a Medieval Fayre be accessible?&lt;/em&gt;&lt;/a&gt;, was produced from scratch, combining video editing and accessibility design.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;YouTube supports audio description tracks for some creators, however I was not able to use the feature. According to the &lt;a href="https://support.google.com/youtube/answer/13338784?hl=en"&gt;YouTube Help page about multi-language features&lt;/a&gt;, this was only available to a “subset of creators with access to Advanced features as we are expanding access gradually.” I therefore uploaded a separate audio-described version.&lt;/p&gt;
&lt;p&gt;Recording the audio description required matching the length of the original video precisely. I could only describe during pauses in my original narration. I chose to read Dr Stephen Stone’s quote verbatim rather than using my identity-first re-phrasing so that I was accurate to what was on screen. Similarly, I continued reading the credits even after it disappeared from the video.&lt;/p&gt;
&lt;p&gt;Additional accessibility features include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Closed captioning, including description of music&lt;/li&gt;
&lt;li&gt;On-screen text being held for at least one second&lt;/li&gt;
&lt;li&gt;Clean, clear audio using a lapel microphone with light post-processing&lt;/li&gt;
&lt;li&gt;Controlled background noise with minimal ambient elements&lt;/li&gt;
&lt;li&gt;High-contrast text over background elements&lt;/li&gt;
&lt;li&gt;Alternative formats (HTML, PDF, and DOCX transcripts and audio-described video)&lt;/li&gt;
&lt;li&gt;Keyboard-accessible embedded YouTube player.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Stock footage was primarily sourced from Pexels, with attention to diversity and inclusion, including people without visible disabilities.&lt;/p&gt;
&lt;h2 id="3-website-documents-pdf-and-docx"&gt;3. Website Documents (PDF and DOCX)&lt;/h2&gt;
&lt;h3 id="approach"&gt;Approach&lt;/h3&gt;
&lt;p&gt;The PDF and DOCX files were designed as alternative formats rather than primary content. The HTML versions were prioritised for accessibility, but the downloadable formats were still carefully structured.&lt;/p&gt;
&lt;p&gt;The Word documents made use of:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Semantic structuring with only one H1-level heading per document&lt;/li&gt;
&lt;li&gt;Proper use of heading styles&lt;/li&gt;
&lt;li&gt;Document title in the metadata&lt;/li&gt;
&lt;li&gt;Alt text for images that convey meaning.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These documents therefore passed the basic Microsoft accessibility checker.&lt;/p&gt;
&lt;p&gt;Well-structured Word documents allowed for straightforward PDF export with minimal remediation.
Caption text was standardised at 12pt for readability, overriding Word’s default 9pt caption style.&lt;/p&gt;
&lt;h3 id="assessment-1"&gt;Assessment&lt;/h3&gt;
&lt;p&gt;The &lt;a href="https://can-that-be-accessible.neocities.org/downloads/posts/Should accessibility ever be delinked from disability.pdf"&gt;&lt;i&gt;Should accessibility ever be de-linked from disability?&lt;/i&gt; PDF version&lt;/a&gt; passed Adobe Acrobat’s accessibility checker with no critical errors detected. I manually examined whether the document had a logical reading order and sufficient colour contrast.&lt;/p&gt;
&lt;p&gt;Both navigation using keyboard and the tab order were logical. I ensured there was sufficient contrast using WebAIM contrast checker.&lt;/p&gt;
&lt;p&gt;Overall, the PDF met accessibility standards.&lt;/p&gt;
&lt;h2 id="reflections"&gt;Reflections&lt;/h2&gt;
&lt;p&gt;Planning for accessibility upfront significantly reduces effort. Choosing an accessible Hugo theme covered most structural requirements, and properly formatted Word documents naturally produced accessible PDFs.&lt;/p&gt;
&lt;p&gt;However, accessibility was demanding when making the video. This was the case for writing and then timing the audio description narration. I think this came more from my inexperience in audio description.&lt;/p&gt;
&lt;p&gt;At my workplace, I often use GenAI to draft alt text, which I then refine. A similar workflow for audio description (e.g. having a GenAI model come up with descriptions based on excerpts or single frames) would improve efficiency.&lt;/p&gt;
&lt;p&gt;This project reinforced a key lesson: designing for accessibility is far easier than retrofitting it.&lt;/p&gt;
&lt;p&gt;When I began working at an unnamed government agency, I thought cramming everything into one complex table was best approach—it displayed all information at once. In hindsight, those tables were not user friendly and would be difficult to remediate. In many cases, it&amp;rsquo;s easier to just have three simple tables that can get the information across more effectively and accessibly.&lt;/p&gt;</description></item><item><title>Should accessibility ever be de-linked from disability?</title><link>https://can-that-be-accessible.neocities.org/posts/should-accessibility-ever-be-delinked-from-disability/</link><pubDate>Mon, 22 Jun 2026 18:39:54 +1000</pubDate><guid>https://can-that-be-accessible.neocities.org/posts/should-accessibility-ever-be-delinked-from-disability/</guid><description>&lt;div class="alternative-formats"&gt;
	This blog post is also available in multiple formats:&lt;br&gt;
	&lt;ul&gt;
		&lt;li&gt;&lt;a href="https://can-that-be-accessible.neocities.org/downloads/posts/Should accessibility ever be delinked from disability.pdf"&gt;PDF version&lt;/a&gt; (PDF, 214 KB)&lt;/li&gt;
		&lt;li&gt;&lt;a href="https://can-that-be-accessible.neocities.org/downloads/posts/Should accessibility ever be delinked from disability.docx"&gt;Word version&lt;/a&gt; (DOCX, 997 KB)&lt;/li&gt;
	&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;One time at work, a colleague suggested that I change a Slido quiz answer that read: “Universal design benefits everyone, not just people with disability.” They said this shouldn’t be the primary framing. At the end of the day, universal design is about removing barriers affecting people with disability—when you centre it on anything else, you lose that focus.&lt;/p&gt;
&lt;p&gt;I pushed back. I suggested keeping the line because it’s a justification that resonates better with people who don’t have disability. It was consistent with the origins of universal design—the world of physical infrastructure. Kerb cut outs, accessible toilets, and ramps can all be used by people with disability as well as people who don’t have disability.&lt;/p&gt;
&lt;p&gt;On reflection, the disagreement wasn&amp;rsquo;t about whether the answer was true. It was about what should take centre stage when we champion universal design—and who gets sidelined when it doesn&amp;rsquo;t.&lt;/p&gt;
&lt;p&gt;When I tried to make universal design more appetising, did I de-link disability from accessibility? Should we ever do that?&lt;/p&gt;
&lt;h2 id="other-thoughts--what-does-reddit-think"&gt;Other thoughts – What does Reddit think?&lt;/h2&gt;
&lt;p&gt;In gathering my thoughts, I found two helpful Reddit threads that explored the same tension.&lt;/p&gt;
&lt;p&gt;The first one, &lt;a href="https://www.reddit.com/r/disability/comments/1jq33wb/thoughts_on_accessibility_benefits_everyone/"&gt;&lt;em&gt;Thoughts on “accessibility benefits everyone?”&lt;/em&gt;&lt;/a&gt;, questioned whether accessibility should be viewed through its universality. The upvoted responses suggested the “benefits everyone” framing was a persuasive argument; it was attractive to people in positions of power. This question was asked on the &lt;a href="https://www.reddit.com/r/disability/"&gt;r/disability subreddit&lt;/a&gt;, where responses were informed by lived experience of disability.&lt;/p&gt;
&lt;p&gt;The second thread, &lt;a href="https://www.reddit.com/r/accessibility/comments/1lcxq6c/why_is_accessibility_being_delinked_from/"&gt;&lt;em&gt;Why is accessibility being de-linked from disability — and what does that say about us?&lt;/em&gt;&lt;/a&gt;, posted in the &lt;a href="https://www.reddit.com/r/accessibility/"&gt;r/accessibility subreddit&lt;/a&gt;, reflected a more cynical tone.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.reddit.com/user/Fragrant-SirPlum98/"&gt;u/Fragrant-SirPlum98&lt;/a&gt; wrote:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I&amp;rsquo;ve literally walked into workplaces with a cane and got told why accessibility didn&amp;rsquo;t matter or it was &amp;ldquo;too much trouble when we know who uses this&amp;rdquo;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The threads showed that the disagreement existed not just in a meeting room at my workplace or in an academic journal but was an underlying tension out there.&lt;/p&gt;
&lt;p&gt;From what I saw in the two Reddit threads, disability can be de-linked from how we frame accessibility—but in a reluctant, strategic, or resigned way.&lt;/p&gt;
&lt;h2 id="the-problem-with-as-shown-below"&gt;The problem with &amp;ldquo;as shown below”&lt;/h2&gt;
&lt;p&gt;When we make things accessible, we remove barriers that impact people with disability.&lt;/p&gt;
&lt;p&gt;Alt text breaks down communication barriers: if the image has meaningful content, then a person using a screen reader will be able to get that meaning.&lt;/p&gt;
&lt;p&gt;Suppose I say: “As shown in the graph below, most screen reader users believe more accessible web sites have more impact on accessibility”.&lt;/p&gt;
&lt;p&gt;Did you get any of the meaningful content from that graph?&lt;/p&gt;
&lt;p&gt;How about I show you its alt text:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Pie chart showing opinions from screen reader users on improving web accessibility: 85.9% favour making websites more accessible, while 14.1% favour better assistive technology.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;a href="https://webaim.org/projects/screenreadersurvey10/"&gt;You can learn more about the WebAIM’s Screen Reader User Survey #10&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Alt text enables people who use screen readers (predominantly people with vision impairment) to do their job, participate in the community, and feel included. As a blind colleague told me: when you don’t put alt text, you’re effectively telling her that she doesn’t matter.&lt;/p&gt;
&lt;p&gt;Accessibility helps people with disability—that should be a strong argument for an organisation that is being responsible.&lt;/p&gt;
&lt;p&gt;Unfortunately, not every organisation is like that.&lt;/p&gt;
&lt;h2 id="alt-text-in-ken-and-barbies-world"&gt;Alt text in Ken and Barbie’s World&lt;/h2&gt;
&lt;p&gt;A coworker with disability of mine described the perfect individuals as “Ken” and “Barbie”, after the Mattel dolls. For the longest time, these dolls represented a beauty standard that was unattainable. According to my coworker, Ken and Barbie could run a marathon without breaking a sweat.&lt;/p&gt;
&lt;figure class="blog-image"&gt;
 &lt;img src="https://upload.wikimedia.org/wikipedia/commons/b/b1/02_Museu_T%C3%A8xtil_de_Terrassa%2C_col._Nines_i_Moda%2C_Ken_i_Barbie%2C_vestits_de_Santi_Barba.jpg" 
 alt="Ken and Barbie dolls on display in a museum case, dressed in formal black and pink outfits."&gt;
 &lt;figcaption&gt;
 Ken and Barbie displayed in the Textile Museum and Documentation Centre in Terrassa, Catalonia, Spain. Photo by &lt;a href="https://commons.wikimedia.org/wiki/User:Enric"&gt;Enric&lt;/a&gt;, via &lt;a href="https://commons.wikimedia.org/wiki/File:02_Museu_T%C3%A8xtil_de_Terrassa,_col._Nines_i_Moda,_Ken_i_Barbie,_vestits_de_Santi_Barba.jpg"&gt;Wikimedia Commons&lt;/a&gt;, &lt;a href="https://creativecommons.org/licenses/by/4.0/deed.en"&gt;CC BY 4.0&lt;/a&gt;.
 &lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;In Ken and Barbie’s world, would alt text still exist? &lt;/p&gt;
&lt;p&gt;Alt text would still exist, but it wouldn’t be called that—maybe it would be known as SEO text. Search engines can’t read images. While current AI models can, it’s a lot faster and less resource-intensive to read text. Alt text would exist for SEO optimisation, and someone with a screen reader in that world will also benefit.&lt;/p&gt;
&lt;p&gt;Alt text might also be there for people with slow internet connections—yes, slow internet exists in Ken and Barbie’s world. For the data-conscious, they would load the alt text rather than the image.&lt;/p&gt;
&lt;p&gt;Just like that, we de-linked alt text from disability. It’s an argument that works when accessibility has wider benefits than just breaking down barriers for people with disability.&lt;/p&gt;
&lt;h2 id="the-cynical-case-for-accessibility"&gt;The Cynical Case for Accessibility&lt;/h2&gt;
&lt;p&gt;Suppose you have to convince a busy senior leader who hasn’t thought a lot about disability. Their understanding of disability is often narrow, and they may carry assumptions about accessibility and its costs.&lt;/p&gt;
&lt;p&gt;If they’re the difference between accessibility upgrades to your website, then you need to make it benefit them. You convince them that sufficient colour contrast means they’ll always recognise your brand even when using their phone under a bright light. You tell them that we should adopt Plain English because it’s faster and easier for the senior leaders to read. It saves them time—and it is also less of a load for people with cognitive disabilities. &lt;/p&gt;
&lt;p&gt;We need to remember where universal design comes from: the physical world of infrastructure. When you argue for why a ramp should be installed, you need to talk about everyone it will benefit: the parent with a pram, the person with physical disability with the walker, and the tradie dragging a heavy cart. That way, the self-interested senior leader will dedicate the funds needed to make something more accessible.&lt;/p&gt;
&lt;p&gt;I call this the “cynical case” because it assumes the key decision-maker is not swayed by “it helps people with disability”. They don’t view disability as part of their work, and that’s an attitude that can be very hard to change.&lt;/p&gt;
&lt;p&gt;We assume that people are selfish and can only be convinced to act in the interests of others when it benefits themselves.&lt;/p&gt;
&lt;p&gt;It’s a very cynical perspective that many people with disability and accessibility specialists in the Reddit threads have adopted—such is life in an inaccessible world.&lt;/p&gt;
&lt;h2 id="who-does-accessibility-benefit"&gt;Who does accessibility benefit?&lt;/h2&gt;
&lt;p&gt;Accessibility always benefits people with disability—the people at the heart of accessibility. However, there are different ways you can convince the key decision-maker.&lt;/p&gt;
&lt;p&gt;If they care mainly about profits and markets, then accessibility means improved SEO and an untapped market. We should be accessible so that people with disability can access our products and services—and so that organisations do not miss out on their spending power.&lt;/p&gt;
&lt;p&gt;If they are new to disability, then accessibility benefits everyone. We should be accessible because if a webpage is accessible for a screen reader user, then it’s likely accessible for everyone else as well.&lt;/p&gt;
&lt;p&gt;Both of these arguments de-link disability from accessibility when it comes to justification. We bury the lede, but the barriers still come down.&lt;/p&gt;
&lt;p&gt;If they are well-versed in the world of accessibility, disability, and inclusion, then speak plainly: accessibility benefits people with disability. People with disability have the same right to access websites, services, and workplaces as everyone else.&lt;/p&gt;
&lt;p&gt;You might have noticed I’ve neglected one argument: the legal one. We should be accessible because we have obligations under the &lt;a href="https://www.legislation.gov.au/C2004A04426/latest/text"&gt;&lt;i&gt;Disability Discrimination Act 1992 &lt;/i&gt;(Cth)&lt;/a&gt;. If something is inaccessible, then we might be discriminating against people with disability. There are plenty of people who follow the law because the cost of non-compliance is too high. Yet legal obligations alone are rarely good enough to persuade people to invest in accessibility. For many, the risk of non-compliance is distant while the cost of making something accessible is immediate.&lt;/p&gt;
&lt;p&gt;Accessibility is deeply rooted in disability, but when you need to justify it, you can touch on universality or self-interest. Tailor the message to the audience.&lt;/p&gt;
&lt;p&gt;Looking back, my colleague and I were both right. Accessibility benefits everyone, but it has only one origin: disability.&lt;/p&gt;
&lt;p&gt;It hurts to cloud disability behind phrases like “benefits everyone”, “spending power”, and “SEO”. However, if we want to remove barriers, then we’ll have to adapt how we persuade others to make things accessible.&lt;/p&gt;
&lt;p&gt;It’s a cynical approach, but perhaps it’s what we can expect from an inaccessible world.&lt;/p&gt;</description></item><item><title>My Colour Palette</title><link>https://can-that-be-accessible.neocities.org/posts/colour-palette/</link><pubDate>Fri, 19 Jun 2026 18:21:47 +1000</pubDate><guid>https://can-that-be-accessible.neocities.org/posts/colour-palette/</guid><description>&lt;p&gt;You don&amp;rsquo;t get far if you don&amp;rsquo;t give yourself a good colour palette.&lt;/p&gt;
&lt;p&gt;That&amp;rsquo;s why one of the first things I did was set up one of my own.&lt;/p&gt;
&lt;div class="palette-grid"&gt;
 &lt;div class="swatch" style="background:#000000;"&gt;
 &lt;div class="swatch-text light"&gt;
 &lt;strong&gt;Black&lt;/strong&gt;&lt;br&gt;
 #000000
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="swatch" style="background:#0F3653;"&gt;
 &lt;div class="swatch-text light"&gt;
 &lt;strong&gt;Dark Blue&lt;/strong&gt;&lt;br&gt;
 #0F3653
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="swatch" style="background:#332F41;"&gt;
 &lt;div class="swatch-text light"&gt;
 &lt;strong&gt;Dark Purple&lt;/strong&gt;&lt;br&gt;
 #332F41
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="swatch" style="background:#FFFFFF; border:1px solid #ddd;"&gt;
 &lt;div class="swatch-text dark"&gt;
 &lt;strong&gt;White&lt;/strong&gt;&lt;br&gt;
 #FFFFFF
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="swatch" style="background:#80CDF3;"&gt;
 &lt;div class="swatch-text dark"&gt;
 &lt;strong&gt;Light Blue&lt;/strong&gt;&lt;br&gt;
 #80CDF3
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;div class="swatch" style="background:#EBC06F;"&gt;
 &lt;div class="swatch-text dark"&gt;
 &lt;strong&gt;Pale Yellow&lt;/strong&gt;&lt;br&gt;
 #EBC06F
 &lt;/div&gt;
 &lt;/div&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;p&gt;The main colours used would be Dark Blue and Light Blue (as you can see on my logo). While it would have been fine to stick to a blue gradient, I added Dark Purple and Pale Yellow in case if I ever needed more colours.&lt;/p&gt;
&lt;p&gt;I checked all of the colour contrast of each colour using &lt;a href="https://webaim.org/resources/contrastchecker/"&gt;WebAIM Contrast Checker&lt;/a&gt;. While I&amp;rsquo;m aiming for WCAG AA compliance across this website, I&amp;rsquo;ll take the extra step and go with AAA compliance for colour contrast.&lt;/p&gt;
&lt;p&gt;The light colours should all have sufficient contrast against Black, and all the dark colours should have sufficient contrast against White.&lt;/p&gt;</description></item><item><title>Can a Medieval Fayre be accessible?</title><link>https://can-that-be-accessible.neocities.org/posts/can-that-be-accessible/</link><pubDate>Thu, 11 Jun 2026 18:39:54 +1000</pubDate><guid>https://can-that-be-accessible.neocities.org/posts/can-that-be-accessible/</guid><description>&lt;p&gt;William explores whether the Blacktown City Medieval Fayre was accessible for people with disability.&lt;/p&gt;
&lt;div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"&gt;
 &lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/p_RIlw-MekE?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"&gt;&lt;/iframe&gt;
 &lt;/div&gt;

&lt;h2 id="relevant-links"&gt;Relevant links&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.blacktown.nsw.gov.au/festival/Whats-on/Blacktown-City-Medieval-Fayre"&gt;Blacktown Medieval Fayre page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.blacktown.nsw.gov.au/Community/Our-people/People-with-disability/Disability-Inclusion-Action-Plan"&gt;Blacktown City Council Disability Inclusion Action Plan&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="other-versions"&gt;Other Versions&lt;/h2&gt;
&lt;div class="alternative-formats"&gt;
	This video is also available in multiple formats.&lt;br&gt;
	&lt;ul&gt;
		&lt;li&gt;&lt;a href="https://youtu.be/SPIc47fLIwc"&gt;Audio-described video&lt;/a&gt; – also hosted on YouTube.&lt;/li&gt;
		&lt;li&gt;&lt;a href="transcript"&gt;HTML transcript&lt;/a&gt; – video transcript as a web page.&lt;/li&gt;
		&lt;li&gt;&lt;a href="https://can-that-be-accessible.neocities.org/downloads/transcripts/Transcript - Can a Medieval Fayre be accessible.pdf"&gt;PDF transcript&lt;/a&gt; (PDF, 85 KB) – video transcript as a PDF.&lt;/li&gt;
		&lt;li&gt;&lt;a href="https://can-that-be-accessible.neocities.org/downloads/transcripts/Transcript - Can a Medieval Fayre be accessible.docx"&gt;Word transcript&lt;/a&gt; (DOCX, 25 KB) – video transcript as a Word document.&lt;/li&gt;
	&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id="bonus-facts"&gt;Bonus facts&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The &amp;ldquo;cool weapon&amp;rdquo; is the Tsar Cannon, which is a gigantic cannon that was built in 1586. The cannon was likely fired once in its history, but because of its ornate and intricate design, it&amp;rsquo;s best to not fire it—especially on its current carriage.&lt;/li&gt;
&lt;li&gt;The ship featured in the video is HMS &lt;em&gt;Victory&lt;/em&gt;, the oldest ship that is still currently commissioned in a navy.&lt;/li&gt;
&lt;li&gt;The image used to depict the &amp;ldquo;Sarumen&amp;rdquo; and &amp;ldquo;Saurons&amp;rdquo; is just Merlin the Wizard.&lt;/li&gt;
&lt;li&gt;I wore a blazer and my two high school HSIE medals as an outfit. I wanted to look like a well-read gentlemen. However, I ended looking more like someone stealing valour.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Transcript – Can a Medieval Fayre be accessible?</title><link>https://can-that-be-accessible.neocities.org/posts/can-that-be-accessible/transcript/</link><pubDate>Thu, 11 Jun 2026 18:39:54 +1000</pubDate><guid>https://can-that-be-accessible.neocities.org/posts/can-that-be-accessible/transcript/</guid><description>&lt;div class="alternative-formats"&gt;
You can:
&lt;ul&gt;
	&lt;li&gt;&lt;a href="https://can-that-be-accessible.neocities.org/downloads/transcripts/Transcript - Can a Medieval Fayre be accessible.pdf"&gt;download this transcript as a PDF document&lt;/a&gt; (PDF, 85.0 KB).&lt;/li&gt;
	&lt;li&gt;&lt;a href="https://can-that-be-accessible.neocities.org/downloads/transcripts/Transcript - Can a Medieval Fayre be accessible.docx"&gt;download this transcript as a Word document&lt;/a&gt; (DOCX, 25.4 KB).&lt;/li&gt;
	&lt;li&gt;&lt;a href="https://youtu.be/p_RIlw-MekE"&gt;watch the full video on YouTube&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;William Luu:&lt;/strong&gt; Ever since starting my current role at an unnamed government agency, I&amp;rsquo;ve taken quite an interest to accessibility. I also consider myself someone interested in nerdy stuff.&lt;/p&gt;
&lt;p&gt;I like my cool weapons. I like my history. I know the difference between the Saurons and Sarumen. So, when I saw that there was a Medieval Fayre near where I lived, I thought, why not?&lt;/p&gt;
&lt;p&gt;Then I thought maybe I could combine my two interests. (&lt;em&gt;Sarcastically&lt;/em&gt;) Ain’t I clever?&lt;/p&gt;
&lt;p&gt;Can a Medieval Fayre be accessible?&lt;/p&gt;
&lt;p&gt;Or better put: Can an experience that is intentionally loud, rustic, and crowded be accessible?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;[Can That Be Accessible? intro video]&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="what-is-accessibility"&gt;What is accessibility?&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;William Luu:&lt;/strong&gt; Before we dive deeper, I think it’s best to talk about what it means to be accessible.&lt;/p&gt;
&lt;p&gt;Accessibility is as broad as disability, and disability is very broad. Some people with disability have no access needs. Others have a few. Even some people with the same disability can have different access needs.&lt;/p&gt;
&lt;p&gt;Accessibility means removing barriers in society, and trust me, there are a lot of barriers.&lt;/p&gt;
&lt;p&gt;Accessibility is more than wheelchair ramps or accessible parking—not that those aren’t important, but accessibility is thinking broadly for a wide range of needs that real people have.&lt;/p&gt;
&lt;p&gt;Accessibility means proper planning, and when you plan something right, it will be accessible. So, in theory, a Medieval Fayre can be accessible.&lt;/p&gt;
&lt;h2 id="i-went-to-a-medieval-fayre"&gt;I went to a Medieval Fayre&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;William Luu:&lt;/strong&gt; I went to the Blacktown City Medieval Fayre in Nurragingy Park on 16 May. It was a good time. I had fun. It cost $10 to enter and I certainly think I got my value. I think I&amp;rsquo;ll go back again next year.&lt;/p&gt;
&lt;p&gt;Blacktown City Council ran the event, and this is important because the council has a disability inclusion action plan. It&amp;rsquo;s a bit out of date, but action 2.15 reads:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Develop and implement and events and festivals disability Inclusion checklist for Council-run events.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;So, what considerations did they make?&lt;/p&gt;
&lt;p&gt;Well, the good news is the accessibility info was on their website. However, you can write anything on a website. What really matters were what accessibility features were present on the day.&lt;/p&gt;
&lt;h2 id="a-long-queue"&gt;A long queue&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;William Luu:&lt;/strong&gt; So, the day started with a long queue.&lt;/p&gt;
&lt;p&gt;I wanted to be clever, so I took the Rooty Hill entrance rather than the Doonside entrance, which I thought would be more packed. As it turns out, the Rooty Hill entrance was also jam packed. On the other hand, I got to see a miniature train, which I rode on earlier this year.&lt;/p&gt;
&lt;p&gt;If you had a disability that makes lining up for 20 minutes untenable, then there should be an alternative. Maybe a ticketing system.&lt;/p&gt;
&lt;p&gt;There were some Blacktown City Council staff walking along the queue, but they were there to let you know that the queue was for pre-paid ticket holders.&lt;/p&gt;
&lt;p&gt;If you wanted to buy the ticket on the day, you had to:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;walk all the way to the front,&lt;/li&gt;
&lt;li&gt;Purchase your ticket, and then&lt;/li&gt;
&lt;li&gt;Walk all the way to the back to join the line.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;It would have been good to have a few more signage around. This would reduce confusion and unnecessary movement.&lt;/p&gt;
&lt;p&gt;Yes, accessibility starts before you enter the Fayre.&lt;/p&gt;
&lt;h2 id="in-the-fayre"&gt;In the Fayre&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;William Luu:&lt;/strong&gt; Now I&amp;rsquo;m in the Fayre. It&amp;rsquo;s crowded. There&amp;rsquo;s not a lot of places to sit, and I think this can be a genuine issue for people with mobility needs.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m Autistic. What a surprise. I don&amp;rsquo;t really like being in large crowds, so it was a bit stressful to look for my friend who went via the Doonside entrance. Try spotting someone you know in such a large crowd.&lt;/p&gt;
&lt;p&gt;However, we survived and we went on with our day.&lt;/p&gt;
&lt;p&gt;I want to talk about three things that caught my attention:&lt;/p&gt;
&lt;h3 id="1-pathing"&gt;1. Pathing&lt;/h3&gt;
&lt;p&gt;Nurragingy Park has quite a few well-marked and well-maintained pathing. I genuinely think these are usable by wheelchair users, noting that I&amp;rsquo;m not a wheelchair user. However, there weren’t any mats or clear pathing to the market stalls which were on grass. I can see a wheelchair user definitely having a harder time accessing the market stalls.&lt;/p&gt;
&lt;p&gt;This is something that was warned ahead of time on the website. However, I can&amp;rsquo;t help but think this looks a bit more like mitigation rather than active accessibility planning.&lt;/p&gt;
&lt;p&gt;Here’s a bit of a tangent. Last year, the Medieval Fayre was cancelled because of mankind&amp;rsquo;s final boss: Bad weather. This year, it rained a little bit earlier that week. While this was immersive in that you get to feel like a knight trudging your way through fields of mud at the Battle of Hastings, it certainly was not enjoyable.&lt;/p&gt;
&lt;p&gt;I was wearing sneakers on the day, so it wasn&amp;rsquo;t too much of an issue. I can definitely see someone in heavy armour, or someone with vision impairment, or even just someone navigating uneven ground, having some difficulties.&lt;/p&gt;
&lt;p&gt;Some more consideration is required.&lt;/p&gt;
&lt;h3 id="2-accessible-viewing-area"&gt;2. Accessible viewing area&lt;/h3&gt;
&lt;p&gt;Was there a dedicated, accessible viewing area for the jousting? Yes, and I could confirm it because I walked past it, and I could see plenty of people with disability in there. That&amp;rsquo;s a good thing, and that&amp;rsquo;s good event planning.&lt;/p&gt;
&lt;p&gt;The only thing I&amp;rsquo;m curious about was if the accessible viewing area was in place during other events during the day, and not just the jousting.&lt;/p&gt;
&lt;p&gt;This is one of the better examples of accessibility planning for the event.&lt;/p&gt;
&lt;p&gt;People with disability didn&amp;rsquo;t have to navigate large crowds or steep incline to watch a show. And I&amp;rsquo;ll tell you what, it was a mighty good show.&lt;/p&gt;
&lt;h3 id="3-noise"&gt;3. Noise&lt;/h3&gt;
&lt;p&gt;I think the event planners did quite a good job with noise management. On the website, they noted that there would be explosives and loud cannons on the day.&lt;/p&gt;
&lt;p&gt;Crowds can be loud, so there was a sensory space a bit away from the main events. Even better, this was by the Blacktown City Library van with its assortments of books.&lt;/p&gt;
&lt;p&gt;During one part of the main show, re-enactors fired a cannon and I tell you what, it was bloody loud. Luckily, the MC warned people at the start of the segment that cannons would be used. This gave people ample warning to get away.&lt;/p&gt;
&lt;p&gt;I can definitely see the loud noise startling the unprepared as well as the assistance animals. And speaking of assistance animals, some people brought their pets— i.e. non-assistance animals.&lt;/p&gt;
&lt;p&gt;One of the segments was a live bird show which featured some birds of prey. Before the show started, the host did warn people with pets to keep them leashed and to keep them nearby, especially for pets that look a bit like prey.&lt;/p&gt;
&lt;p&gt;I think it&amp;rsquo;s really good that they thought about the many facets of animal welfare.&lt;/p&gt;
&lt;p&gt;Overall, I think this shows a sensible level of accessibility planning for people with sensory needs, especially in a high noise environment.&lt;/p&gt;
&lt;h3 id="limitations"&gt;Limitations&lt;/h3&gt;
&lt;p&gt;Now, I&amp;rsquo;ll preface late into this video: I&amp;rsquo;m not an Auslan user. I&amp;rsquo;m not a wheelchair user. I don&amp;rsquo;t have an assistance animal.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m neurodivergent, but as the saying goes: “If you&amp;rsquo;ve met one Autistic person, you&amp;rsquo;ve met one Autistic person.” I can definitely see someone else who&amp;rsquo;s Autistic taking more issue with the loud noises.&lt;/p&gt;
&lt;p&gt;This is not a formal accessibility audit done by someone in a suit—not that I didn&amp;rsquo;t wear blazer on the day. This is an exploration of whether an event was well planned.&lt;/p&gt;
&lt;h3 id="discussion"&gt;Discussion&lt;/h3&gt;
&lt;p&gt;With all that in mind, I can say, again as someone without high accessibility needs, that the Medieval Fayre was broadly accessible from what I saw. People with disability could access the Fayre and enjoy it.
Was it on the same level as someone without high access needs? I hope so. I think people certainly enjoyed the jousting.&lt;/p&gt;
&lt;p&gt;It was a Medieval Fayre. It was loud. It was crowded. It was muddy, but it was reasonably accessible. Why? Because it was well planned.&lt;/p&gt;
&lt;p&gt;However, there are still some barriers I did not mention.&lt;/p&gt;
&lt;p&gt;I can definitely see a person with disability having a hard time navigating the large crowd. There&amp;rsquo;s no easy fix for this other than some better crowd planning before the event started.&lt;/p&gt;
&lt;p&gt;While in the queue, I eavesdropped someone who suspected that people from outside the Blacktown local government area were coming to this event.&lt;/p&gt;
&lt;p&gt;As a bit of a comparison, I have footage of Nurragingy Park on a normal Sunday and Nurragingy Park as a Medieval Fayre.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;[Footage shows Nurragingy Park considerably less packed on a “normal Sunday”]&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;One notable gap was Auslan. There weren&amp;rsquo;t any Auslan interpreters at the Medieval Fayre. This was something that was noted on the website, and I can confirm I did not see any Auslan interpreters on the day.
This is a shortcoming. While Deaf people could still enjoy the visual spectacle, they would not be able to hear the MC’s commentary, and I tell you what the commentary was worth hearing.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Jousting Announcer:&lt;/strong&gt; Here we go!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;[Crowd cheers]&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;[The knights on horseback charge at each other]&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Jousting Announcer:&lt;/strong&gt; Oh! So there will be no points. No points awarded there. So even though the lance snapped, it&amp;rsquo;s what we call a “barricade” when the lance actually went in front of the rider and broke. It doesn&amp;rsquo;t score any points, unfortunately.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;William Luu:&lt;/strong&gt; So in that respect, a Deaf person might not be able to enjoy the Medieval Fayre as much as others.&lt;/p&gt;
&lt;h2 id="conclusion"&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;William Luu:&lt;/strong&gt; Can a Medieval Fayre be accessible? Yes.&lt;/p&gt;
&lt;p&gt;Was Blacktown City Medieval Fayre accessible? Yes, with caveats.&lt;/p&gt;
&lt;p&gt;It was a good event. I enjoyed it. From what I saw, Blacktown City Council proactively took steps to remove barriers. And these are barriers that impact participation and enjoyment for people with disability.&lt;/p&gt;
&lt;p&gt;Genuinely I&amp;rsquo;m impressed, that an event, while being a bit of anachronistic stew, can be immersive, can be loud, can be crowded, and still be accessible.&lt;/p&gt;
&lt;p&gt;The Medieval Fayre happens every year, unless there&amp;rsquo;s bad weather. So, if it&amp;rsquo;s up your alley, I really think you should go. Blacktown City Council noted several accessibility features on the website, and those features were there on the day.&lt;/p&gt;
&lt;p&gt;This really shows that when you plan something right, it can be accessible, even if it is a Medieval Fayre.
And even for a warlock, drinking a can of Coke, while the mage assistant who is a wheelchair user waits patiently to see the jousting.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;[Can That Be Accessible? Outro video]&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>