Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jun 9, 2020
1 parent 8f3d787 commit 0290f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/accessible-description.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function computeAccessibleDescription(

// TODO: Technically we need to make sure that node wasn't used for the accessible name
// This causes `description_1.0_combobox-focusable-manual` to fail
//
//
// https://www.w3.org/TR/html-aam-1.0/#accessible-name-and-description-computation
// says for so many elements to use the `title` that we assume all elements are considered
if (description === "") {
Expand Down

0 comments on commit 0290f57

Please sign in to comment.