Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reference name/desc #507

Merged
merged 3 commits into from
Oct 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16308,6 +16308,10 @@ <h4 id=att-wrap>`wrap`</h4>
<h2>Accessible Name and Description Computation</h2>
<p>The terms <a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a> and <a data-cite="accname-1.2/#dfn-accessible-description">accessible description</a> are properties provided in all <a class="termref">accessibility APIs</a>. The name of the properties may differ across APIs but they serve the same function: as a container for a short (name) or longer (description) string of text.</p>
<p>The <a href="#mapping_additional_nd_te" class="accname">text alternative computation</a> is used to generate both the <a data-cite="accname-1.2/#dfn-accessible-name">accessible name</a> and <a data-cite="accname-1.2/#dfn-accessible-description">accessible description</a>. There are different rules provided for several different types of <a class="termref" data-lt="element">elements</a>, <a class="termref" data-lt="node">nodes</a>, and combinations of markup.</p>
<p class="note">
User Agents notify assistive technology when relevant accessibility information changes, sometimes by destroying and recreating the accessibility object, or sometimes by notifying of changes to the object per the specified
<a data-cite="core-aam-1.2/#event-aria-label">name change event mappings</a> and <a data-cite="core-aam-1.2/#event-aria-describedby">description change event mappings</a>.
</p>
<section id="accname-computation">
<h3>Accessible Name Computations By HTML Element</h3>
<section>
Expand Down Expand Up @@ -16608,7 +16612,6 @@ <h3>Accessible Description Computation</h3>
</section>
</section>


<!-- obsolete features
<tr tabindex="-1" id="el-rb">
<th>
Expand Down
Loading