From 1c4064af714332219f7f02f2a830b3310b2690ce Mon Sep 17 00:00:00 2001 From: dtbuild Date: Sat, 4 Jan 2025 22:00:50 +0000 Subject: [PATCH] 4bc2118f2747e82d9509d4da4db0058b02230870 Update: Moved the tab focus (for keyboard access to ordering) to the ordering icon, rather than the full header cells. This makes a lot more sense as it acts as a button to trigger ordering, and it addresses a spec violation error which dictates that you cannot have `aria-sort` and `tabindex` on the same elements. DD-3008 https://datatables.net/forums/discussion/79934 Sync to source repo @4bc2118f2747e82d9509d4da4db0058b02230870 --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index 2d62b4a..08a0468 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.1.8", - "last-sync": "15a28f0db351b32b446a20ab2d4accd6acbd9716" + "last-sync": "4bc2118f2747e82d9509d4da4db0058b02230870" } \ No newline at end of file