This repository was archived by the owner on Jul 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +59
-82
lines changed Expand file tree Collapse file tree 2 files changed +59
-82
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ## v1.4* (2011-12-03)
2
+
3
+ * Made ARIA properties the means by which data about the tab interface is stored (rather than internal variables)
4
+ * Cleaned up some of the code and optimized it
5
+ * Made sure that even if an iterator isn’t supplied, the code works well
6
+
7
+ ## v1.3* (2011-04-05)
8
+
9
+ * Adjusted tabbing to remove the tabpanels from the tab flow
10
+ * Added "Enter" functionality to focus tabpanel from tab
11
+ * Added ability to circle back to the beginning (or end) of the tablist when the end is reached
12
+
13
+ ## v1.2* (2010-09-29)
14
+
15
+ * move to HTML5 section elements from divs
16
+ * added HTML5 header to the allowed header indication elements
17
+
18
+ ## v1.1* (2010-09-29)
19
+
20
+ * Change to ARIA spec: adding aria-controls
21
+
22
+ ## v1.0* (2010-08-11)
23
+
24
+ * Switch to 1.0
25
+ * Fix to ARIA implementation
26
+ * Adding minified version
27
+
28
+ ## v0.4.4* (2009-07-17)
29
+
30
+ * Made a few tweaks to the ARIA stuff
31
+
32
+ ## v0.4.3* (2009-06-28)
33
+
34
+ * Simplified some of the JavaScript by reducing variables, combining declarations, etc.
35
+ * Cleaned up the class names a bit
36
+ * Adjusted the demo to reflect the new class names and to use namespaced CSS
37
+
38
+ ## v0.4.2* (2009-04-20)
39
+
40
+ * Changed the source order for the tabs (so they come before the panels, which will be more helpful in ARIA use)
41
+ * Changed the keyboard trigger to onkeydown
42
+
43
+ ## v0.4.1* (2009-04-20)
44
+
45
+ * Added support for nested elements within a tab
46
+
47
+ ## v0.4* (2009-04-20)
48
+
49
+ * Added support for ARIA Roles and States
50
+
51
+ ## v0.3* (2007-06-17)
52
+
53
+ * Removed Prototype dependency, made most methods and properties private
54
+
55
+ ## v0.2* (unreleased)
56
+
57
+ ## v0.1* (2006-12-07)
58
+
59
+ * Initial script
You can’t perform that action at this time.
0 commit comments