Skip to content

Switches th child to button and adds aria-sort

f622745
Select commit
Loading
Failed to load commit list.
Draft

Addresess sortable table header accessibility issues. #656

Switches th child to button and adds aria-sort
f622745
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch failed Jan 5, 2026 in 2m 53s

Build Failed

The build failed.

Details

This is a normal build for the sortable-table-accessibility-enhacements branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "cache": {
    "yarn": true
  },
  "before_script": [
    "yarn lint --max-warnings=0",
    "yarn size"
  ],
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "deploy": [
    {
      "provider": "npm",
      "email": "dev@launchpadlab.com",
      "on": {
        "branch": [
          "master"
        ]
      },
      "skip_cleanup": true,
      "api_token": {
        "secure": "JWQsalgEd1X2xXhfOwwH6XA+T7FsdIJwH0R2ot2KQIMC4FJ8BS2WqeBMjhxgfzOmoYFjK0CZe1+gnVmZVqERBGDmXf1M32xHuK9cxTOT7T/qhj/jvdUD08c3yUGrF9HOAL4tgprMiOlEu3yukQZJM1Tn1C34zD1gW5JJmNXVSNxVK4hE/vXC8YKX9aT+O2MKX93gJqWcwfI0ty0vj2eNr3mUpccACDjQNyLlmYKdAwLNa+DcUfiKodGGkCMH5CY5uK8klrwRNDO4benY2KT7vbqYnz5o6pAaLDO/YGbi6PGJNbio4qXroWg+Fc2I/TQj8wwZqss1Y06ChWWNKZapNWW51H/6w2XGDGTwNMwAdj+bFLH9Pi8CVY+OmEjSJGTO71GQXworO4EEeN84/cgW1ukti8PtsaPVFR5NvpziHZ4Z4RRD6GdSZS/v4C2wgNtO8sH8SOIxPnlW6swYHYnr4Qcl4pP+g+zPTznZwDtwE3GqWAmpKUeAvNXl9GpxWqXRmO5lJcFN9d7hjAm2GSctIJVeLnC5j/YybAHZqGfN5kOjMemNM7BlsNrczLiHl7gMKr4NQbKRfUhVkgyPw9d1UO5J83GcWkpeHnjIch17CyGlOZkjQFavb/KTzMbwdzUoawC1WnEuuy0kMBbj/zhMdcRcJLMsNyWKt3/rhBuaBbQ="
      }
    }
  ]
}