Skip to content

Commit

Permalink
remove ambiguous 'otherwise interactive'; resolves #1628 (#1644)
Browse files Browse the repository at this point in the history
SHA: e56a090
Reason: push, by @pkra

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
cookiecrook and github-actions[bot] committed Jan 13, 2022
1 parent efca6cf commit 965edba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US"><head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta name="generator" content="ReSpec 28.2.0">
<meta name="generator" content="ReSpec 28.2.1">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<style>
span.example-title{text-transform:none}
Expand Down Expand Up @@ -306,15 +306,15 @@
"aliasOf": "WAI-ARIA-1.1"
}
},
"publishISODate": "2022-01-11T00:00:00.000Z",
"generatedSubtitle": "Editor's Draft 11 January 2022"
"publishISODate": "2022-01-13T00:00:00.000Z",
"generatedSubtitle": "Editor's Draft 13 January 2022"
}</script>
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED"></head>
<body class="h-entry" data-cite="WEBIDL core-aam-1.2 accname wai-aria"><div class="head">
<a class="logo" href="https://www.w3.org/"><img crossorigin="" alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72">
</a> <h1 id="title" class="title">Accessible Rich Internet Applications (WAI-ARIA) 1.3</h1>

<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2022-01-11">11 January 2022</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#ED">W3C Editor's Draft</a> <time class="dt-published" datetime="2022-01-13">13 January 2022</time></p>
<details open="">
<summary>More details about this document</summary>
<dl>
Expand Down Expand Up @@ -14283,7 +14283,7 @@ <h3 id="x9-3-presentational-roles-conflict-resolution"><bdi class="secno">9.3 </
<p>There are a number of ways presentational role conflicts are resolved.</p>
<p>User agents <em class="rfc2119">MUST NOT</em> expose <a href="#dfn-element" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-element-118">elements</a> having explicit or inherited presentational role in the accessibility tree, with these exceptions:</p>
<ul>
<li>If an element is focusable, or otherwise interactive, user agents <em class="rfc2119">MUST</em> ignore the <code>presentation</code> role and expose the element with its implicit role, in order to ensure that the element is <a href="#dfn-operable" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-operable-5">operable</a>.</li>
<li>If an element is focusable, user agents <em class="rfc2119">MUST</em> ignore the <code>presentation</code>/<code>none</code> role and expose the element with its implicit role, in order to ensure that the element is <a href="#dfn-operable" class="internalDFN" data-link-type="dfn" id="ref-for-dfn-operable-5">operable</a>.</li>
<li>If a <a href="#mustContain">required owned element</a> has an explicit non-presentational role, user agents <em class="rfc2119">MUST</em> ignore an inherited presentational role and expose the element with its explicit role. If the action of exposing the explicit role causes the accessibility tree to be malformed, the expected results are undefined.</li>
<li>If an element has global <abbr title="Accessible Rich Internet Application">WAI-ARIA</abbr> states or properties, user agents <em class="rfc2119">MUST</em> ignore the <code>presentation</code> role and instead expose the element's implicit role. However, if an element has only non-global, role-specific <abbr title="Accessible Rich Internet Application">WAI-ARIA</abbr> states or properties, the element <em class="rfc2119">MUST NOT</em> be exposed unless the presentational role is inherited and an explicit non-presentational role is applied.</li>
</ul>
Expand Down

0 comments on commit 965edba

Please sign in to comment.