Skip to content

Commit 5ca2725

Browse files
parent commit (before the merge) seemed to break the netlify preview. maybe it's the quotes. this commit is an experiment.
1 parent aa7892a commit 5ca2725

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_rules/visible-label-in-accessible-name-2ee8b8.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The [visible inner text][] is "Download specification". The words "the" and "giz
173173

174174
#### Passed Example 11
175175

176-
The [visible inner text][] is "Download specification", which includes a space character between the two words due to the [definition of "Visible inner text of a text node" for text which is visible whitespace][].
176+
The [visible inner text][] is "Download specification", which includes a space character between the two words due to the [definition of Visible inner text of a text node for text which is visible whitespace][].
177177

178178
```html
179179
<a aria-label="Download specification" href="#"
@@ -427,6 +427,6 @@ This word - non-standard / nonstandard - appears in both the element's accessibl
427427
[understand253]: https://www.w3.org/WAI/WCAG22/Understanding/label-in-name.html
428428
[visible inner text]: #visible-inner-text 'Definition of Visible inner text'
429429
[visible inner text of an element]: #visible-inner-text:for-element 'Definition of Visible inner text of an element'
430-
[second clause of the definition of visible inner text of a text node]: #visible-inner-text:for-text-whitespace 'definition of "Visible inner text of a text node" for text which is visible whitespace'
430+
[second clause of the definition of visible inner text of a text node]: #visible-inner-text:for-text-whitespace 'definition of Visible inner text of a text node for text which is visible whitespace'
431431
[visible text content]: #visible-text-content 'Definition of Visible text content'
432432
[widget role]: https://www.w3.org/TR/wai-aria-1.2/#widget_roles 'Definition of Widget role'

0 commit comments

Comments
 (0)