Skip to content

Commit a6ccb29

Browse files
committed
chore: removed some whitespace
1 parent 2600877 commit a6ccb29

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ <h3>Information for Authors</h3>
334334
<p>User agents that support <abbr title="Accessible Rich Internet Application">WAI-ARIA</abbr> expand the usage of host language mechanisms such as <code>tabindex</code>, <code>focus</code>, and <code>blur</code> to allow them on all <a>elements</a>. Where the host language supports it, authors MAY add any element such as a <code>div</code>, <code>span</code>, or <code>img</code> to the default tab order by setting <code>tabindex=&quot;0&quot;</code>. In addition, any item with <code>tabindex</code> equal to a negative integer is focusable via script or a mouse click, but is not part of the default tab order. This is supported in both [[HTML]] and [[SVG2]].</p>
335335
<p>
336336
Authors MAY use <pref>aria-activedescendant</pref> to inform <a>assistive technologies</a> which descendant of a <rref>widget</rref> element is treated as having keyboard focus in the user interface if the role of the widget element supports <code>aria-activedescendant</code>.
337-
This is often a more convenient way of providing keyboard navigation within widgets, such as a <rref>listbox</rref>, where the widget occupies only one stop in the page <kbd>Tab</kbd> sequence and other keys, typically arrow keys, are used to focus elements inside the widget.
337+
This is often a more convenient way of providing keyboard navigation within widgets, such as a <rref>listbox</rref>, where the widget occupies only one stop in the page <kbd>Tab</kbd> sequence and other keys, typically arrow keys, are used to focus elements inside the widget.
338338
</p>
339339
<p>Typically, the author will use host language <a>semantics</a> to put the widget in the <kbd>Tab</kbd> sequence (e.g., <code>tabindex="0"</code> in <abbr title="Hypertext Markup Language">HTML</abbr>) and <code>aria-activedescendant</code> to point to the ID of the currently active descendant. The author, not the user agent, is responsible for styling the currently active descendant to show it has keyboard focus. The author cannot use <code>:<span class="css-selector">focus</span></code> to style the currently active descendant since the actual focus is on the container.</p>
340340
<p>More information on managing focus can be found in the <a href="https://www.w3.org/TR/wai-aria-practices-1.1/#keyboard">Developing a Keyboard Interface</a> section of the <cite><a href="https://www.w3.org/TR/wai-aria-practices-1.1/"><abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> Authoring Practices</a></cite> [[WAI-ARIA-PRACTICES-1.1]].</p>
@@ -2150,7 +2150,7 @@ <h2>Definition of Roles</h2>
21502150
The ARIA 1.0 specification describes a <code>combobox</code> pattern where the input element with the <code>combobox</code> role references the popup element with <pref>aria-owns</pref> instead of <pref>aria-controls</pref>.
21512151
<a>User agents</a>, <a>assistive technologies</a>, and conformance checkers SHOULD continue to support the ARIA 1.0 pattern so that existing implementations of the ARIA 1.0 pattern remain functional.
21522152
The ARIA 1.1 specification describes a <code>combobox</code> pattern where the element with role <code>combobox</code> is a composite container instead of a focusable input.
2153-
<a>User agents</a> and <a>assistive technologies</a> did not adequately support the ARIA 1.1 pattern, so the ARIA 1.2 pattern supersedes the ARIA 1.1 pattern, which authors SHOULD abandon.
2153+
<a>User agents</a> and <a>assistive technologies</a> did not adequately support the ARIA 1.1 pattern, so the ARIA 1.2 pattern supersedes the ARIA 1.1 pattern, which authors SHOULD abandon.
21542154
</p>
21552155
<p>The features and behaviors of combobox implementations vary widely. Consequently, there are many important authoring considerations. See the <cite><a href="https://www.w3.org/TR/wai-aria-practices/"><abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> Authoring Practices Guide</a></cite> [[WAI-ARIA-PRACTICES-1.1]] for additional details on implementing combobox design patterns.</p>
21562156
</div>
@@ -2204,7 +2204,7 @@ <h2>Definition of Roles</h2>
22042204
</tr>
22052205
<tr>
22062206
<th class="role-properties-head" scope="row">Supported States and Properties:</th>
2207-
<td class="role-properties">
2207+
<td class="role-properties">
22082208
<ul>
22092209
<li><pref>aria-activedescendant</pref></li>
22102210
<li><pref>aria-autocomplete</pref></li>
@@ -4895,9 +4895,9 @@ <h2>Definition of Roles</h2>
48954895
<ul>
48964896
<li><pref>aria-label</pref></li>
48974897
<li><pref>aria-labelledby</pref></li>
4898-
</ul>
4898+
</ul>
48994899
</td>
4900-
</tr>
4900+
</tr>
49014901
<tr>
49024902
<th class="role-namefrom-head" scope="row">Name From:</th>
49034903
<td class="role-namefrom">prohibited</td>
@@ -11112,7 +11112,7 @@ <h2>Definitions of States and Properties (all aria-* attributes)</h2>
1111211112
<tr>
1111311113
<th class="property-descendants-head" scope="row">Inherits into Roles:</th>
1111411114
<td class="property-descendants">Placeholder</td>
11115-
</tr>
11115+
</tr>
1111611116
<tr>
1111711117
<th class="property-value-head" scope="row">Value:</th>
1111811118
<td class="property-value"><a href="#valuetype_idref">ID reference</a></td>
@@ -13484,8 +13484,8 @@ <h2>Substantive changes since the last public working draft</h2>
1348413484
<li>11-Oct-2019: Remove allowance of <rref>group</rref> in <rref>list</rref></li>
1348513485
<li>09-Oct-2019: Add missing implicit value for <rref>progressbar</rref></li>
1348613486
<li>09-Oct-2019: Remove accessible name required from <rref>log</rref> and <rref>timer</rref></li>
13487-
<li>22-Aug-2019: Remove <pref>aria-level</pref> from <rref>grid</rref></li>
13488-
<li>23-Jul-2019: Add <rref>generic</rref> role</li>
13487+
<li>22-Aug-2019: Remove <pref>aria-level</pref> from <rref>grid</rref></li>
13488+
<li>23-Jul-2019: Add <rref>generic</rref> role</li>
1348913489
<li>11-Jul-2019: Remove advice against changing roles</li>
1349013490
<li>11-Jul-2019: Set Accessible Name Required to false on <rref>gridcell</rref></li>
1349113491
<li>11-Jul-2019: Add <rref>associationlist</rref>, <rref>associationlistitemkey</rref>, and <rref>associationlistitemvalue</rref> roles</li>

0 commit comments

Comments
 (0)