Skip to content

Commit

Permalink
m. typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cookiecrook authored Oct 13, 2023
1 parent 955df07 commit d51d6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wai-aria/scripts/aria-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const AriaUtils = {
// - https://github.com/w3c/accname/issues/192
// - https://github.com/w3c/accname/issues/208
//
// AccName reference's HTML's definition of ASCII Whitespace
// AccName references HTML's definition of ASCII Whitespace
// https://infra.spec.whatwg.org/#ascii-whitespace
// which matches tab (\t), newline (\n), formfeed (\f), return (\r), and regular space (\u0020).
// but it does NOT match non-breaking space (\xA0,\u00A0) and others matched by \s
Expand Down

1 comment on commit d51d6b1

@community-tc-integration
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:

{
  "AnyOf": [
    "queue:rerun-task:taskcluster-github/FP_53b22SkmwKxb9WieWZQ/AGgxZ7zMSiCcxOLhHve6IQ",
    "queue:rerun-task-in-project:none",
    {
      "AllOf": [
        "queue:rerun-task",
        "assume:scheduler-id:taskcluster-github/FP_53b22SkmwKxb9WieWZQ"
      ]
    }
  ]
}

This request requires the client to satisfy the following scope expression:

{
  "AnyOf": [
    "queue:rerun-task:taskcluster-github/FP_53b22SkmwKxb9WieWZQ/AGgxZ7zMSiCcxOLhHve6IQ",
    "queue:rerun-task-in-project:none",
    {
      "AllOf": [
        "queue:rerun-task",
        "assume:scheduler-id:taskcluster-github/FP_53b22SkmwKxb9WieWZQ"
      ]
    }
  ]
}

  • method: rerunTask
  • errorCode: InsufficientScopes
  • statusCode: 403
  • time: 2023-10-16T21:32:23.115Z

Please sign in to comment.