Skip to content

Commit 6e04c31

Browse files
committed
correctly escape element names.
1 parent 7a8bfaa commit 6e04c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90205,7 +90205,7 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
9020590205

9020690206
<h5>ARIA Role Inference</h5>
9020790207

90208-
<p>When a <span data-x="focusgroup-behavior-token">behavior token</span> is used, the user agent may infer a corresponding ARIA role for the <span data-x="focusgroup owner">focusgroup owner</span> and its <span data-x="focusgroup item">items</span>. This inference must only occur if the element would otherwise have a generic role (such as a `<div>` or `<span>`) and does not have an explicit <code data-x="attr-aria-role">role</code> attribute.</p>
90208+
<p>When a <span data-x="focusgroup-behavior-token">behavior token</span> is used, the user agent may infer a corresponding ARIA role for the <span data-x="focusgroup owner">focusgroup owner</span> and its <span data-x="focusgroup item">items</span>. This inference must only occur if the element would otherwise have a generic role (such as a `&lt;div&gt;` or `&lt;span&gt;`) and does not have an explicit <code data-x="attr-aria-role">role</code> attribute.</p>
9020990209

9021090210
<p>For example, `<div focusgroup="toolbar">` would be exposed with a `toolbar` role. However, if the element has existing semantics (e.g., `<nav focusgroup="toolbar">`) or an explicit role (e.g., `<div focusgroup="toolbar" role="navigation">`), the existing role is preserved and only the focus navigation behavior is applied.</p>
9021190211

0 commit comments

Comments
 (0)