Skip to content

Commit fbad1bd

Browse files
authored
remove reference to whitespace (#135)
* remove reference to whitespace resolves #128 Per https://www.w3.org/2022/08/11-aria-minutes#t05, the WG resolved that the empty string should cause the attribute to be ignored, but not whitespace. So, reference to whitespace can be removed from this spec. However, referring to whitespace will remain in the ARIA spec and THERE it will link to the ascii-whitespace definition where applicable. Additionally, rather than a user agent requirement, it will become an authors requirement on not specifying whitespace as the value of an aria-roledescription * Update index.html
1 parent 11e02ec commit fbad1bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3666,8 +3666,8 @@ <h4>Not Mapped</h4>
36663666
<span class="property">Property: <code>AXRoleDescription</code>: <code>&lt;value&gt;</code></span>
36673667
</td>
36683668
</tr>
3669-
<tr id="ariaRoleDescriptionEmptyWhiteSpaceString">
3670-
<th><a class="property-reference" href="#aria-roledescription"><code>aria-roledescription</code></a> is empty or whitespace characters</th>
3669+
<tr id="ariaRoleDescriptionEmptyString">
3670+
<th><a class="property-reference" href="#aria-roledescription"><code>aria-roledescription</code></a> is undefined or the empty string</th>
36713671
<td class="attr-msaa-ia2">
36723672
<span class="property not-mapped"><a href="#not_mapped">Not mapped</a></span>
36733673
</td>

0 commit comments

Comments
 (0)