<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Brianna Collins</title>
    <description>The latest articles on Forem by Brianna Collins (@brianna_collins).</description>
    <link>https://forem.com/brianna_collins</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3645616%2F23c494ec-cfa7-4893-bde3-9fbd9558e2a6.png</url>
      <title>Forem: Brianna Collins</title>
      <link>https://forem.com/brianna_collins</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/brianna_collins"/>
    <language>en</language>
    <item>
      <title>How to Make Your Business Documents Legally ADA Compliant</title>
      <dc:creator>Brianna Collins</dc:creator>
      <pubDate>Mon, 16 Mar 2026 11:15:19 +0000</pubDate>
      <link>https://forem.com/brianna_collins/how-to-make-your-business-documents-legally-ada-compliant-3obk</link>
      <guid>https://forem.com/brianna_collins/how-to-make-your-business-documents-legally-ada-compliant-3obk</guid>
      <description>&lt;p&gt;ADA compliance isn't just a website concern your business documents must be accessible too. PDFs, Word files, presentations, and forms shared online must meet accessibility standards or your organization risks lawsuits, penalties, and excluded customers. Here's what you need to know.&lt;/p&gt;

&lt;h2&gt;
  
  
  What ADA Compliance Means for Documents
&lt;/h2&gt;

&lt;p&gt;Title III of the ADA requires businesses to make digital content accessible to people with disabilities. This means documents must work with screen readers and other assistive technologies, conforming to WCAG 2.1 Level AA standards and — for PDFs — the PDF/UA (ISO 14289-1) standard.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Steps to Make Documents Compliant
&lt;/h2&gt;

&lt;p&gt;Getting your documents to a legally compliant state involves more than a quick checkbox exercise. Each step below addresses a specific barrier that affects real users — follow them systematically for thorough, defensible compliance.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 1: Add Proper Structural Tags and Heading Hierarchy
&lt;/h2&gt;

&lt;p&gt;Every element in your document — headings, paragraphs, lists, tables, figures must be tagged so that screen readers can interpret and announce them correctly. Without tags, a PDF is essentially a flat image of text to a screen reader: unnavigable and unreadable.&lt;/p&gt;

&lt;p&gt;Heading tags (H1, H2, H3, etc.) are especially important. They allow users to skip between sections rather than listening to an entire document from start to finish. A well-tagged document follows a strict hierarchy — H1 for the document title, H2 for major sections, H3 for subsections — with no levels skipped. When creating documents in Microsoft Word or Google Docs, apply built-in heading styles rather than manually bolding or enlarging text. These styles carry over into properly tagged PDFs on export.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 2: Include Descriptive Alt Text for Every Visual Element
&lt;/h2&gt;

&lt;p&gt;Images, graphs, charts, icons, and diagrams are invisible to screen reader users unless they carry meaningful alternative text. Alt text should describe what the image conveys in context — not just what it looks like.&lt;/p&gt;

&lt;p&gt;For complex visuals like detailed infographics or technical diagrams, supplement the alt text with a longer description in the body of the document, immediately before or after the image. Logos and decorative dividers that carry no informational value should be tagged as artifacts to avoid cluttering the screen reader experience with meaningless announcements.&lt;/p&gt;

&lt;p&gt;In Word, right-click any image and select "Edit Alt Text" to add a description before exporting. In Adobe Acrobat, use the Reading Order tool or the figure tag properties to add or edit alt text directly in the PDF.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 3: Fix Reading Order in Complex Layouts
&lt;/h2&gt;

&lt;p&gt;The reading order of a document determines the sequence in which a screen reader presents content to the user. In simple, single-column documents, this is usually automatic. But multi-column layouts, sidebars, callout boxes, floating images, and intricate table designs frequently scramble the logical flow — causing a screen reader to announce text in a confusing or meaningless sequence.&lt;/p&gt;

&lt;p&gt;For tables specifically, ensure that header cells are tagged as TH elements and that the scope attribute correctly identifies whether headers apply to rows or columns. Data cells (TD) must be logically associated with their headers so that a screen reader can announce, for example, "Revenue, Q3: $2.4M" rather than just "2.4M."&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 4: Ensure Sufficient Color Contrast
&lt;/h2&gt;

&lt;p&gt;WCAG 2.1 requires a minimum contrast ratio of 4.5:1 between text and its background for normal-sized text, and 3:1 for large text (18pt or 14pt bold and above). Insufficient contrast makes text difficult or impossible to read for users with low vision or color blindness. Beyond contrast, never rely on color alone to convey information. A form that marks required fields only in red, for instance, is inaccessible to users who are color-blind. Supplement color coding with labels, icons, or text indicators.&lt;/p&gt;

&lt;p&gt;Also review font choices. Decorative or script typefaces may look elegant but are often difficult to read for users with dyslexia or cognitive disabilities. Stick to clean, well-spaced fonts for body text, and ensure a minimum font size of 11–12pt for readability.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 5: Make All Form Fields and Hyperlinks Keyboard-Navigable
&lt;/h2&gt;

&lt;p&gt;Interactive documents — such as fillable PDF forms, registration documents, or application packets — must be fully operable without a mouse. Every form field needs a visible label, a logical tab order, and clear instructions. Users should be able to navigate from field to field using the Tab key and activate buttons or checkboxes using the Enter or Space key.&lt;/p&gt;

&lt;p&gt;For hyperlinks, every link must have descriptive anchor text. "Click here" or "Read more" are meaningless to a screen reader user navigating a list of links. Instead, use text like "Download the 2024 Accessibility Compliance Guide" that explains exactly where the link leads, even out of context.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 6: Convert Scanned PDFs to Tagged, Searchable Text
&lt;/h2&gt;

&lt;p&gt;Scanned documents — such as legacy contracts, older reports, or physical forms digitized by scanner — are typically image-based PDFs. To a screen reader, they are entirely blank. No amount of tag editing will fix an image-based PDF; the underlying text must first be extracted and recognized using Optical Character Recognition (OCR).&lt;/p&gt;

&lt;p&gt;For large backlogs of scanned legacy documents, professional &lt;strong&gt;&lt;a href="https://documenta11y.com/ada-compliance-pdf-services/" rel="noopener noreferrer"&gt;ada pdf accessibility services&lt;/a&gt;&lt;/strong&gt; are typically the most efficient route. Manually remediating hundreds of image-based PDFs is time-intensive, and errors in OCR output require human review to catch and correct.&lt;/p&gt;

&lt;h2&gt;
  
  
  Don't Rely on Automation Alone
&lt;/h2&gt;

&lt;p&gt;Automated checkers catch basic errors but miss context-specific issues. As covered in the Documenta11y blog post "&lt;a href="https://documenta11y.com/blog/the-power-of-manual-review-ensuring-accuracy-in-pdf-accessibility-checks/" rel="noopener noreferrer"&gt;The Power of Manual Review: Ensuring Accuracy in PDF Accessibility Checks&lt;/a&gt;," human review is essential for verifying logical flow, interactive elements, and nuanced accessibility needs. Always test with real screen readers like JAWS or NVDA for the most accurate results.&lt;/p&gt;

&lt;h2&gt;
  
  
  When to Use Professional ADA Compliance Services
&lt;/h2&gt;

&lt;p&gt;If you manage large document volumes, partnering with professional ada compliance services saves time and reduces legal risk. Platforms like Documenta11y combine expert reviewers with automated processes to remediate PDFs, Word docs, PowerPoint files, and more. When evaluating ada pdf accessibility services, look for expert-verified remediation, clear turnaround times, and compliance reports as proof of your efforts. The Documenta11y blog post "&lt;a href="https://documenta11y.com/blog/top-document-accessibility-companies/" rel="noopener noreferrer"&gt;Top 10 Document Accessibility Companies&lt;/a&gt;" is a great resource for comparing leading vendors in the space.&lt;/p&gt;

&lt;h2&gt;
  
  
  Start Now
&lt;/h2&gt;

&lt;p&gt;ADA document compliance is an ongoing commitment, not a one-time fix. Audit your most-used documents first, remediate the issues, and build accessibility into your document creation process going forward. It's the right thing to do — and with over one billion people worldwide living with a disability, it's also smart business.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>tutorial</category>
      <category>ux</category>
      <category>webdev</category>
    </item>
    <item>
      <title>5 Digital Accessibility Traps Every Manager Falls Into (And How to Fix Them)</title>
      <dc:creator>Brianna Collins</dc:creator>
      <pubDate>Wed, 24 Dec 2025 09:56:54 +0000</pubDate>
      <link>https://forem.com/brianna_collins/5-digital-accessibility-traps-every-manager-falls-into-and-how-to-fix-them-36a4</link>
      <guid>https://forem.com/brianna_collins/5-digital-accessibility-traps-every-manager-falls-into-and-how-to-fix-them-36a4</guid>
      <description>&lt;p&gt;In the rush to ship features and meet quarterly KPIs, digital accessibility often gets pushed to the "Phase 2" graveyard. But for managers, treating accessibility as a checkbox or a post-launch afterthought isn’t just a technical debt it’s a business risk.&lt;/p&gt;

&lt;p&gt;If you’re leading a product, design, or engineering team, you might be falling into these common traps. Here is how to identify them and, more importantly, how to fix them.&lt;/p&gt;

&lt;h2&gt;
  
  
  5 Most Common Digital Accessibility Traps
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Trap 1: The "Overlay" Quick Fix
&lt;/h2&gt;

&lt;p&gt;Many managers, pressured by legal compliance deadlines, turn to AI-powered accessibility overlays. These tools promise to make a site compliant with one line of code.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Reality:&lt;/strong&gt; Overlays often make the experience worse for screen reader users by interfering with their existing assistive technology. They don’t fix the underlying source code.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Fix:&lt;/strong&gt; Invest in root-cause remediation. Ensure your developers are writing semantic HTML from the start. It takes more time upfront but prevents long-term technical debt and legal vulnerabilities.&lt;/p&gt;

&lt;h2&gt;
  
  
  Trap 2: Treating Accessibility as an "Engineering Problem"
&lt;/h2&gt;

&lt;p&gt;It is common to see managers hand off accessibility tickets solely to the dev team. If the design isn't accessible, the code can only do so much.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Reality:&lt;/strong&gt; Accessibility starts at the wireframe stage. When designers fail to account for color contrast, focus states, or heading hierarchies, developers have to "hack" solutions that are rarely elegant or fully functional.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Fix:&lt;/strong&gt; Build accessibility into the very beginning of your project lifecycle. For practical advice on cleaner implementations, see this guide on &lt;a href="https://documenta11y.com/blog/less-aria-more-accessibility-documenta11ys-guide-to-cleaner-web-content/?utm_source=Devto&amp;amp;utm_medium=Devto&amp;amp;utm_campaign=seo&amp;amp;utm_id=brianna" rel="noopener noreferrer"&gt;why less ARIA often leads to more accessibility&lt;/a&gt; and learn how to avoid common pitfalls by exploring these &lt;a href="https://documenta11y.com/blog/pdf-accessibility-top-15-key-questions-answered/?utm_source=Devto&amp;amp;utm_medium=Devto&amp;amp;utm_campaign=seo&amp;amp;utm_id=brianna" rel="noopener noreferrer"&gt;top 15 questions on PDF accessibility&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Trap 3: Ignoring Non-HTML Content
&lt;/h2&gt;

&lt;p&gt;Managers often focus 100% on the website interface while forgetting the library of resources they offer: whitepapers, invoices, and user manuals.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Reality:&lt;/strong&gt; A perfectly accessible website is still a failure if the "Download Guide" button leads to a PDF that a screen reader cannot parse. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Fix:&lt;/strong&gt; Audit your document workflow. If your team lacks the bandwidth to fix thousands of legacy files, consider partnering with experts. You can find specialized help by reviewing this list of the &lt;a href="https://medium.com/@briannacollins984/top-10-pdf-accessibility-remediation-companies-75a419033989?utm_source=Devto&amp;amp;utm_medium=Devto&amp;amp;utm_campaign=seo&amp;amp;utm_id=brianna" rel="noopener noreferrer"&gt;top 10 PDF accessibility remediation companies&lt;/a&gt; to ensure your documents are as inclusive as your UI.&lt;/p&gt;

&lt;h2&gt;
  
  
  Trap 4: Relying Solely on Automated Testing
&lt;/h2&gt;

&lt;p&gt;Automated tools are great for catching low-hanging fruit (like missing alt text), but they only catch about 30-40% of accessibility issues.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Reality:&lt;/strong&gt; An automated tool can tell you if an image has an alt attribute, but it can’t tell you if the description actually makes sense in context. It can't tell you if the keyboard navigation flow is logical for a human user.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Fix:&lt;/strong&gt; Build manual testing into your Sprint cycles. Encourage your QA team to use screen readers (like NVDA or VoiceOver) and navigate your product using only a keyboard once a week.&lt;/p&gt;

&lt;h2&gt;
  
  
  Trap 5: The "No Disabled Users" Assumption
&lt;/h2&gt;

&lt;p&gt;Perhaps the most dangerous trap is the belief that "our target audience doesn't have disabilities."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Reality:&lt;/strong&gt; 1 in 4 adults in the US lives with a disability. Furthermore, accessibility features benefit everyone—from the person using captions in a noisy airport to the person with a temporary wrist injury using voice commands.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Fix:&lt;/strong&gt; Use inclusive personas in your product discovery sessions. When you design for the margins, you end up making a better product for the masses.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;Accessibility isn’t a project with a finish line; it’s a practice. As a manager, your job isn't to be an expert in ARIA labels, but to provide the resources, time, and cultural backing your team needs to build products everyone can use.&lt;/p&gt;

&lt;p&gt;Want to learn more? Explore relevant posts and join the community here: &lt;a href="https://dev.to/t/a11y"&gt;Dev.to Accessibility&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Author Bio:
&lt;/h2&gt;

&lt;p&gt;Briana Collins is part of the Content Marketing team at DocumentA11y, a leading &lt;a href="https://documenta11y.com/services/pdf-accessibility-remediation/?utm_source=Devto&amp;amp;utm_medium=Devto&amp;amp;utm_campaign=seo&amp;amp;utm_id=brianna" rel="noopener noreferrer"&gt;pdf accessibility remediation&lt;/a&gt; and document accessibility service provider's focused on helping organizations make their digital documents accessible and compliant with global standards like WCAG and Section 508. She creates solution driven content that connects with professionals seeking ways to improve document accessibility.&lt;/p&gt;

</description>
      <category>a11y</category>
      <category>tutorial</category>
      <category>workplace</category>
      <category>pdf</category>
    </item>
    <item>
      <title>Top PDF Remediation Challenges Developers Face and How to Solve Them</title>
      <dc:creator>Brianna Collins</dc:creator>
      <pubDate>Thu, 04 Dec 2025 10:19:31 +0000</pubDate>
      <link>https://forem.com/brianna_collins/top-pdf-remediation-challenges-developers-face-and-how-to-solve-them-3gf5</link>
      <guid>https://forem.com/brianna_collins/top-pdf-remediation-challenges-developers-face-and-how-to-solve-them-3gf5</guid>
      <description>&lt;p&gt;PDF accessibility has become a critical responsibility for development teams across industries. Whether you're building content generation pipelines, document-heavy platforms, or enterprise tools, ensuring PDFs are compliant with accessibility standards like WCAG 2.2 and PDF/UA is no longer optional. Yet developers often discover that PDF remediation is far more complex than other accessibility tasks.&lt;/p&gt;

&lt;p&gt;If you're working on PDF workflows or integrating accessibility checks into your product, here are the top PDF remediation challenges developers face and how to solve them effectively.&lt;/p&gt;

&lt;h2&gt;
  
  
  Top 7 PDF Remediation Challenges for Developers
&lt;/h2&gt;

&lt;h2&gt;
  
  
  1. Lack of Semantic Structure in Source PDFs
&lt;/h2&gt;

&lt;p&gt;One of the biggest barriers to accessibility is the absence of a proper semantic structure in the original PDF. Many PDFs are generated from scanned documents, PowerPoints, or design files that contain no tags at all. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to Solve It&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Start at the source. Encourage your content creators or upstream tools to export structured PDFs whenever possible.&lt;/li&gt;
&lt;li&gt;Use automated tagging tools. Tools like documenta11y can auto-detect visual patterns, generate tag trees, and reduce manual work.&lt;/li&gt;
&lt;li&gt;Add validation checkpoints. Integrate automated accessibility checks into CI/CD pipelines to prevent untagged PDFs from reaching production.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  2. Incorrect or Missing Reading Order
&lt;/h2&gt;

&lt;p&gt;Even when a PDF contains tags, the reading order often doesn’t match the visual layout especially in multi-column layouts, forms, or design-heavy documents.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to Solve It&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Use programmatic heuristics to detect likely reading sequences based on spatial relationships.&lt;/li&gt;
&lt;li&gt;Implement developer-friendly review tools.&lt;/li&gt;
&lt;li&gt;Restrict layout complexity where possible.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  3. Table Structuring and Complex Layouts
&lt;/h2&gt;

&lt;p&gt;Tables are difficult to tag correctly especially large tables with merged cells, nested headers, or irregular structures.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to Solve It&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Use smart table detection.&lt;/li&gt;
&lt;li&gt;Enforce table rules at creation time.&lt;/li&gt;
&lt;li&gt;Create reusable components. &lt;/li&gt;
&lt;li&gt;Define standardized table templates that your application or team can use.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  4. Alt Text for Images and Non-Text Content
&lt;/h2&gt;

&lt;p&gt;Developers often underestimate how frequently images appear in PDFs like icons, decorative elements, graphs, photos, screenshots, and more.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to Solve It&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Define image metadata rules. For automatically generated PDFs, embed alt text at the source level.&lt;/li&gt;
&lt;li&gt;Use AI-powered descriptions to speed up remediation, followed by human review.&lt;/li&gt;
&lt;li&gt;Create authoring guidelines that clearly differentiate between decorative and informative visuals.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  5. Form Field Labeling and Interactivity Issues
&lt;/h2&gt;

&lt;p&gt;Interactive PDFs—forms, surveys, or signature documents—introduce a new layer of complexity.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why It’s a Challenge&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Form fields need: clear accessible names, role and state information, proper tab order, keyboard accessibility.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to Solve It&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Enforce form tagging rules.&lt;/li&gt;
&lt;li&gt;Automatically detect unlabeled fields.&lt;/li&gt;
&lt;li&gt;Use a consistent form structure across your organization to reduce variability.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  6. Fonts, Color Contrast, and Visual Accessibility
&lt;/h2&gt;

&lt;p&gt;PDFs with custom fonts, low contrast text, or stylized elements often pass visual review but fail accessibility checks.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to Solve It&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Embed all fonts during PDF generation.&lt;/li&gt;
&lt;li&gt;Check color contrast automatically.&lt;/li&gt;
&lt;li&gt;Adopt accessible design templates aligned with brand guidelines to reduce remediation later.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  7. Ensuring Continuous Compliance
&lt;/h2&gt;

&lt;p&gt;PDF accessibility is not a one-time effort. Teams frequently create new documents, update templates, or integrate new PDF-generation workflows.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to Solve It&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Use accessibility checkers, automated tagging, and cloud-based remediation pipelines.&lt;/li&gt;
&lt;li&gt;Train internal teams &lt;/li&gt;
&lt;li&gt;Document your remediation workflow&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Additional Resources for Developers
&lt;/h2&gt;

&lt;p&gt;If you want to dive deeper into PDF accessibility, tagging, automation, or developer workflows, you can explore technical posts on dev.to. &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Explore relevant posts here:&lt;a href="https://dev.to/t/a11y"&gt;Dev.to Accessibility&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;PDF remediation is challenging, but with the right strategies and tools, developers can streamline the process dramatically. From semantic tagging and reading order fixes to form labeling and contrast checks, understanding the &lt;a href="https://documenta11y.com/blog/beyond-compliance-avoiding-strategic-pitfalls-in-pdf-accessibility/" rel="noopener noreferrer"&gt;common pdf accessibility pitfalls&lt;/a&gt; helps you build more accessible, compliant PDFs from the start.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Author Bio:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Briana Collins is part of the Content Marketing team at DocumentA11y, a leading pdf remediation and document accessibility service provider's focused on helping organizations make their digital documents accessible and compliant with global standards like WCAG and Section 508. She creates solution driven content that connects with professionals seeking ways to improve document accessibility.&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>a11y</category>
      <category>developers</category>
      <category>pdf</category>
    </item>
  </channel>
</rss>
