<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.evergreen-ils.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.evergreen-ils.org/feed.php">
        <title>Evergreen DokuWiki - accessibility:aria</title>
        <description></description>
        <link>https://wiki.evergreen-ils.org/</link>
        <image rdf:resource="https://wiki.evergreen-ils.org/lib/exe/fetch.php?media=wiki:logo.svg" />
       <dc:date>2026-04-04T00:02:07+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.evergreen-ils.org/doku.php?id=accessibility:aria:acc_names&amp;rev=1689022550&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.evergreen-ils.org/doku.php?id=accessibility:aria:landmarks&amp;rev=1689782988&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.evergreen-ils.org/doku.php?id=accessibility:aria:live&amp;rev=1705935959&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.evergreen-ils.org/doku.php?id=accessibility:aria:roles&amp;rev=1689781851&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.evergreen-ils.org/lib/exe/fetch.php?media=wiki:logo.svg">
        <title>Evergreen DokuWiki</title>
        <link>https://wiki.evergreen-ils.org/</link>
        <url>https://wiki.evergreen-ils.org/lib/exe/fetch.php?media=wiki:logo.svg</url>
    </image>
    <item rdf:about="https://wiki.evergreen-ils.org/doku.php?id=accessibility:aria:acc_names&amp;rev=1689022550&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-10T20:55:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>acc_names</title>
        <link>https://wiki.evergreen-ils.org/doku.php?id=accessibility:aria:acc_names&amp;rev=1689022550&amp;do=diff</link>
        <description>Creating Unique Accessible Names for Links and Buttons

If an element’s accessible name doesn’t contain enough information, it can be supplemented with `aria-describedby` or `aria-description`. A common use case: making unique link titles without changing the visible text.

Do not use visually hidden CSS</description>
    </item>
    <item rdf:about="https://wiki.evergreen-ils.org/doku.php?id=accessibility:aria:landmarks&amp;rev=1689782988&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-19T16:09:48+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>landmarks</title>
        <link>https://wiki.evergreen-ils.org/doku.php?id=accessibility:aria:landmarks&amp;rev=1689782988&amp;do=diff</link>
        <description>Headings

Headings (&lt;h1&gt; through &lt;h6&gt;) should be used to mark up the titles of each section. Section titles that are made large or bold using CSS will not have any special meaning to screen reader users.

Using only one &lt;h1&gt; tag per page is considered best practice. Other headings should create a logical document outline with no skipped levels. This can be tricky to achieve in components that may be inserted anywhere in a page.</description>
    </item>
    <item rdf:about="https://wiki.evergreen-ils.org/doku.php?id=accessibility:aria:live&amp;rev=1705935959&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-01-22T15:05:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>live</title>
        <link>https://wiki.evergreen-ils.org/doku.php?id=accessibility:aria:live&amp;rev=1705935959&amp;do=diff</link>
        <description>ARIA: Dynamic States, Live Regions, and Change Announcements

Any change to the user’s page context requires an audible announcement in the screen reader. ARIA dynamic properties should be used when there is a change in the page markup, but the page has not been reloaded. Form validation errors and other announcements to the user should be marked up using ARIA live regions. Search results that refresh automatically should announce their state, both in progress and after the refresh.</description>
    </item>
    <item rdf:about="https://wiki.evergreen-ils.org/doku.php?id=accessibility:aria:roles&amp;rev=1689781851&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-19T15:50:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>roles</title>
        <link>https://wiki.evergreen-ils.org/doku.php?id=accessibility:aria:roles&amp;rev=1689781851&amp;do=diff</link>
        <description>ARIA Roles

An HTML element’s role is what makes it fundamentally different from other elements. In most cases, the role is implicit in the tag; &lt;li&gt; has a role of list item, and &lt;a&gt; has a role of link. An exception is the search role, which does not have a corresponding</description>
    </item>
</rdf:RDF>
