<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>User Experience &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/tag/user-experience/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Mon, 24 Nov 2025 19:42:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Design system annotations, part 2: Advanced methods of annotating components</title>
		<link>https://noise.getoto.net/2025/05/09/design-system-annotations-part-2-advanced-methods-of-annotating-components/</link>
		
		<dc:creator><![CDATA[Jan Maarten]]></dc:creator>
		<pubDate>Fri, 09 May 2025 16:56:57 +0000</pubDate>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[Annotation Toolkit]]></category>
		<category><![CDATA[annotations]]></category>
		<category><![CDATA[ARIA]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[design-systems]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Figma]]></category>
		<category><![CDATA[Primer]]></category>
		<category><![CDATA[User Experience]]></category>
		<guid isPermaLink="false">https://github.blog/?p=87681</guid>

					<description><![CDATA[<p>How to build custom annotations for your design system components or use Figma’s Code Connect to help capture important accessibility details before development.</p>
<p>The post <a href="https://github.blog/engineering/user-experience/design-system-annotations-part-2-advanced-methods-of-annotating-components/">Design system annotations, part 2: Advanced methods of annotating components</a> appeared first on <a href="https://github.blog/">The GitHub Blog</a>.</p>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Design system annotations, part 1: How accessibility gets left out of components</title>
		<link>https://noise.getoto.net/2025/05/09/design-system-annotations-part-1-how-accessibility-gets-left-out-of-components/</link>
		
		<dc:creator><![CDATA[Jan Maarten]]></dc:creator>
		<pubDate>Fri, 09 May 2025 16:56:41 +0000</pubDate>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[Annotation Toolkit]]></category>
		<category><![CDATA[annotations]]></category>
		<category><![CDATA[ARIA]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[design-systems]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Figma]]></category>
		<category><![CDATA[Primer]]></category>
		<category><![CDATA[User Experience]]></category>
		<guid isPermaLink="false">https://github.blog/?p=87647</guid>

					<description><![CDATA[<p>The Accessibility Design team created a set of annotations to bridge the gaps that design systems alone can’t fix and proactively addresses accessibility issues within Primer components.</p>
<p>The post <a href="https://github.blog/engineering/user-experience/design-system-annotations-part-1-how-accessibility-gets-left-out-of-components/">Design system annotations, part 1: How accessibility gets left out of components</a> appeared first on <a href="https://github.blog/">The GitHub Blog</a>.</p>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Building a more accessible GitHub CLI</title>
		<link>https://noise.getoto.net/2025/05/02/building-a-more-accessible-github-cli/</link>
		
		<dc:creator><![CDATA[Ryan Hecht]]></dc:creator>
		<pubDate>Fri, 02 May 2025 14:30:00 +0000</pubDate>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[GitHub CLI]]></category>
		<category><![CDATA[User Experience]]></category>
		<guid isPermaLink="false">https://github.blog/?p=87460</guid>

					<description><![CDATA[<p>How do we translate web accessibility standards to command line applications? This is GitHub CLI's journey toward making terminal experiences for all developers.</p>
<p>The post <a href="https://github.blog/engineering/user-experience/building-a-more-accessible-github-cli/">Building a more accessible GitHub CLI</a> appeared first on <a href="https://github.blog/">The GitHub Blog</a>.</p>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Considerations for making a tree view component accessible</title>
		<link>https://noise.getoto.net/2025/01/28/considerations-for-making-a-tree-view-component-accessible/</link>
		
		<dc:creator><![CDATA[Eric Bailey]]></dc:creator>
		<pubDate>Tue, 28 Jan 2025 17:00:39 +0000</pubDate>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[APG]]></category>
		<category><![CDATA[ARIA]]></category>
		<category><![CDATA[Assistive Technology]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Primer]]></category>
		<category><![CDATA[Screen Readers]]></category>
		<category><![CDATA[Tree View]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[WCAG]]></category>
		<guid isPermaLink="false">https://github.blog/?p=82266</guid>

					<description><![CDATA[<p>A deep dive on the work that went into making the component that powers repository and pull request file trees.</p>
<p>The post <a href="https://github.blog/engineering/user-experience/considerations-for-making-a-tree-view-component-accessible/">Considerations for making a tree view component accessible</a> appeared first on <a href="https://github.blog/">The GitHub Blog</a>.</p>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>How to make Storybook Interactions respect user motion preferences</title>
		<link>https://noise.getoto.net/2024/11/20/how-to-make-storybook-interactions-respect-user-motion-preferences/</link>
		
		<dc:creator><![CDATA[Kendall Gassner]]></dc:creator>
		<pubDate>Wed, 20 Nov 2024 17:00:51 +0000</pubDate>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[User Experience]]></category>
		<guid isPermaLink="false">https://github.blog/?p=81231</guid>

					<description><![CDATA[<p>With this custom addon, you can ensure your workplace remains accessible to users with motion sensitivities while benefiting from Storybook’s Interactions.</p>
<p>The post <a href="https://github.blog/engineering/user-experience/how-to-make-storybook-interactions-respect-user-motion-preferences/">How to make Storybook Interactions respect user motion preferences</a> appeared first on <a href="https://github.blog/">The GitHub Blog</a>.</p>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Exploring the challenges in creating an accessible sortable list (drag-and-drop)</title>
		<link>https://noise.getoto.net/2024/07/09/exploring-the-challenges-in-creating-an-accessible-sortable-list-drag-and-drop/</link>
		
		<dc:creator><![CDATA[Kendall Gassner]]></dc:creator>
		<pubDate>Tue, 09 Jul 2024 19:06:50 +0000</pubDate>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[User Experience]]></category>
		<guid isPermaLink="false">https://github.blog/?p=78695</guid>

					<description><![CDATA[<p>Drag-and-drop is a highly interactive and visual interface. We often use drag-and-drop to perform tasks like uploading files, reordering browser bookmarks, or even moving a card in solitaire.</p>
<p>The post <a href="https://github.blog/engineering/user-experience/exploring-the-challenges-in-creating-an-accessible-sortable-list-drag-and-drop/">Exploring the challenges in creating an accessible sortable list (drag-and-drop)</a> appeared first on <a href="https://github.blog/">The GitHub Blog</a>.</p>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>How we’re building more inclusive and accessible components at GitHub</title>
		<link>https://noise.getoto.net/2024/05/07/how-were-building-more-inclusive-and-accessible-components-at-github/</link>
		
		<dc:creator><![CDATA[Eric Bailey]]></dc:creator>
		<pubDate>Tue, 07 May 2024 17:00:20 +0000</pubDate>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[GitHub Issues]]></category>
		<category><![CDATA[Global Accessibility Awareness Day]]></category>
		<category><![CDATA[User Experience]]></category>
		<guid isPermaLink="false">https://github.blog/?p=77929</guid>

					<description><![CDATA[<p>We've made improvements to the way users of assistive technology can interact with and navigate lists of issues and pull requests and tables across GitHub.com.</p>
<p>The post <a href="https://github.blog/engineering/user-experience/how-were-building-more-inclusive-and-accessible-components-at-github/">How we’re building more inclusive and accessible components at GitHub</a> appeared first on <a href="https://github.blog/">The GitHub Blog</a>.</p>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Project A11Y: how we upgraded Cloudflare’s dashboard to adhere to industry accessibility standards</title>
		<link>https://noise.getoto.net/2022/09/30/project-a11y-how-we-upgraded-cloudflares-dashboard-to-adhere-to-industry-accessibility-standards/</link>
		
		<dc:creator><![CDATA[Emily Flannery]]></dc:creator>
		<pubDate>Fri, 30 Sep 2022 13:00:00 +0000</pubDate>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[Better Internet]]></category>
		<category><![CDATA[Birthday Week]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[User Experience]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=cdb7c960bfdcdedb5c0844ee3d6da83b</guid>

					<description><![CDATA[At Cloudflare, we believe the Internet should be accessible to everyone. And today, we’re happy to announce a more inclusive Cloudflare dashboard experience: adherence to the industry accessibility standards, including WCAG 2.1 AA and section 508 compliance.]]></description>
		
		
		<enclosure url="http://blog.cloudflare.com/content/images/2022/09/image1-81.png" length="0" type="" />

			</item>
		<item>
		<title>We&#8217;ve shipped so many products the Cloudflare dashboard needed its own search engine</title>
		<link>https://noise.getoto.net/2022/09/28/weve-shipped-so-many-products-the-cloudflare-dashboard-needed-its-own-search-engine/</link>
		
		<dc:creator><![CDATA[Emily Flannery]]></dc:creator>
		<pubDate>Wed, 28 Sep 2022 13:00:00 +0000</pubDate>
				<category><![CDATA[beta]]></category>
		<category><![CDATA[Birthday Week]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[Product News]]></category>
		<category><![CDATA[User Experience]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=96b091c962761ce5da9c04c82c2beea1</guid>

					<description><![CDATA[Today we’re proud to announce our beta release of quick search for the Cloudflare dashboard, our first ever cross-dashboard search tool to help you navigate our products and features.]]></description>
		
		
		<enclosure url="http://blog.cloudflare.com/content/images/2022/09/image1-70.png" length="0" type="" />

			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 29/204 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2025-12-08 12:27:34 by W3 Total Cache
-->