Skip to content

Commit 158f0ec

Browse files
committed
new v0.1.4 build and updated license
1 parent e5a418e commit 158f0ec

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

LICENSE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Khan Academy
3+
Copyright (c) 2016 Khan Academy
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

build/tota11y.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* tota11y v0.1.3
2+
* tota11y v0.1.4
33
* http://khan.github.io/tota11y
44
*
55
* Includes Accessibility Developer Tools
@@ -9,7 +9,7 @@
99
* Released under the MIT license
1010
* http://github.com/Khan/tota11y/blob/master/LICENSE.txt
1111
*
12-
* Date: 2015-11-23
12+
* Date: 2016-03-11
1313
*
1414
*/
1515
/******/ (function(modules) { // webpackBootstrap
@@ -9542,7 +9542,7 @@
95429542
/***/ function(module, exports, __webpack_require__) {
95439543

95449544
exports = module.exports = __webpack_require__(/*! ./../~/css-loader/lib/css-base.js */ 7)();
9545-
exports.push([module.id, ".tota11y-dark-color-scheme {\n background-color: #333 !important;\n color: #f2f2f2 !important;\n}\n.tota11y-no-select {\n -webkit-user-select: none !important;\n -moz-user-select: none !important;\n -ms-user-select: none !important;\n user-select: none !important;\n}\n/**\n * Base styles for tota11y to make sure things look consistent under\n * reasonable circumstances.\n */\n.tota11y,\n.tota11y * {\n border: none !important;\n box-sizing: border-box !important;\n color: #f2f2f2 !important;\n font-family: Arial !important;\n font-size: 14px !important;\n font-style: normal !important;\n font-weight: 400 !important;\n line-height: 1.35 !important;\n margin: 0 !important;\n padding: 0 !important;\n text-align: left !important;\n text-shadow: none !important;\n}\n.tota11y * {\n height: auto !important;\n width: auto !important;\n}\n.tota11y strong {\n font-weight: bold !important;\n}\n.tota11y pre,\n.tota11y code {\n background-color: #ddd !important;\n border: none !important;\n border-radius: 0 !important;\n color: inherit !important;\n font-family: monospace !important;\n font-size: inherit !important;\n line-height: inherit !important;\n}\n.tota11y pre {\n padding: 5px 10px !important;\n margin: 0 0 10px !important;\n overflow-x: scroll !important;\n}\n.tota11y code {\n border-radius: 2px !important;\n display: inline !important;\n padding: 1px !important;\n}\n.tota11y i,\n.tota11y em {\n font-style: italic !important;\n}\n.tota11y p {\n margin: 0 0 10px !important;\n}\n.tota11y a,\n.tota11y a:hover,\n.tota11y a:focus {\n background-color: inherit !important;\n color: inherit !important;\n text-decoration: none !important;\n}\n.tota11y-toolbar {\n background-color: #333 !important;\n color: #f2f2f2 !important;\n position: fixed !important;\n top: auto !important;\n right: auto !important;\n bottom: 0 !important;\n left: 10px !important;\n border-top-left-radius: 5px !important;\n border-top-right-radius: 5px !important;\n overflow: hidden !important;\n z-index: 9998 !important;\n}\n.tota11y-toolbar-toggle {\n background-color: #333 !important;\n display: block !important;\n padding: 7px !important;\n width: 100% !important;\n}\n.tota11y-toolbar-logo {\n height: 25px !important;\n margin: 0 auto !important;\n text-align: center !important;\n width: 35px !important;\n}\n.tota11y-toolbar-logo svg {\n height: 25px !important;\n}\n.tota11y-toolbar-body {\n display: none !important;\n}\n.tota11y-toolbar.tota11y-expanded .tota11y-toolbar-body {\n display: block !important;\n}\n.tota11y-sr-only {\n border: 0 !important;\n clip: rect(0, 0, 0, 0) !important;\n height: 1px !important;\n margin: -1px !important;\n overflow: hidden !important;\n padding: 0 !important;\n position: absolute !important;\n width: 1px !important;\n}\n", ""]);
9545+
exports.push([module.id, ".tota11y-dark-color-scheme {\n background-color: #333 !important;\n color: #f2f2f2 !important;\n}\n.tota11y-no-select {\n -webkit-user-select: none !important;\n -moz-user-select: none !important;\n -ms-user-select: none !important;\n user-select: none !important;\n}\n/**\n * Base styles for tota11y to make sure things look consistent under\n * reasonable circumstances.\n */\n.tota11y,\n.tota11y * {\n border: none !important;\n background-color: inherit !important;\n box-sizing: border-box !important;\n color: #f2f2f2 !important;\n font-family: Arial !important;\n font-size: 14px !important;\n font-style: normal !important;\n font-weight: 400 !important;\n line-height: 1.35 !important;\n margin: 0 !important;\n padding: 0 !important;\n text-align: left !important;\n text-shadow: none !important;\n}\n.tota11y * {\n height: auto !important;\n width: auto !important;\n}\n.tota11y strong {\n font-weight: bold !important;\n}\n.tota11y pre,\n.tota11y code {\n background-color: #ddd !important;\n border: none !important;\n border-radius: 0 !important;\n color: inherit !important;\n font-family: monospace !important;\n font-size: inherit !important;\n line-height: inherit !important;\n}\n.tota11y pre {\n padding: 5px 10px !important;\n margin: 0 0 10px !important;\n overflow-x: scroll !important;\n}\n.tota11y code {\n border-radius: 2px !important;\n display: inline !important;\n padding: 1px !important;\n}\n.tota11y i,\n.tota11y em {\n font-style: italic !important;\n}\n.tota11y p {\n margin: 0 0 10px !important;\n}\n.tota11y a,\n.tota11y a:hover,\n.tota11y a:focus {\n background-color: inherit !important;\n color: inherit !important;\n text-decoration: none !important;\n}\n.tota11y-toolbar {\n background-color: #333 !important;\n color: #f2f2f2 !important;\n position: fixed !important;\n top: auto !important;\n right: auto !important;\n bottom: 0 !important;\n left: 10px !important;\n border-top-left-radius: 5px !important;\n border-top-right-radius: 5px !important;\n overflow: hidden !important;\n z-index: 9998 !important;\n}\n.tota11y-toolbar-toggle {\n background-color: #333 !important;\n display: block !important;\n padding: 7px !important;\n width: 100% !important;\n}\n.tota11y-toolbar-logo {\n height: 25px !important;\n margin: 0 auto !important;\n text-align: center !important;\n width: 35px !important;\n}\n.tota11y-toolbar-logo svg {\n height: 25px !important;\n}\n.tota11y-toolbar-body {\n display: none !important;\n}\n.tota11y-toolbar.tota11y-expanded .tota11y-toolbar-body {\n display: block !important;\n}\n.tota11y-sr-only {\n border: 0 !important;\n clip: rect(0, 0, 0, 0) !important;\n height: 1px !important;\n margin: -1px !important;\n overflow: hidden !important;\n padding: 0 !important;\n position: absolute !important;\n width: 1px !important;\n}\n", ""]);
95469546

95479547
/***/ },
95489548
/* 7 */
@@ -12527,7 +12527,7 @@
1252712527
}, {
1252812528
key: "run",
1252912529
value: function run() {
12530-
$("[role]").each(function () {
12530+
$("[role]:not(.tota11y-toolbar,.tota11y-plugin)").each(function () {
1253112531
annotate.label($(this), $(this).attr("role"));
1253212532
});
1253312533
}

build/tota11y.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tota11y",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "An accessibility visualization toolkit",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)