|
1 | | -Copyright 2013 Google Inc. All Rights Reserved. |
2 | | - |
3 | | -Licensed under the Apache License, Version 2.0 (the "License"); |
4 | | -you may not use this file except in compliance with the License. |
5 | | -You may obtain a copy of the License at |
6 | | - |
7 | | -[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) |
8 | | - |
9 | | -Unless required by applicable law or agreed to in writing, software |
10 | | -distributed under the License is distributed on an "AS IS" BASIS, |
11 | | -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
12 | | -See the License for the specific language governing permissions and |
13 | | -limitations under the License. |
14 | | - |
15 | 1 | # Accessibility Developer Tools |
16 | 2 |
|
17 | 3 | This is a library of accessibility-related testing and utility code. |
@@ -169,3 +155,19 @@ You can set a `scope` on the `AuditConfiguration` object like this: |
169 | 155 | var configuration = new axs.AuditConfiguration(); |
170 | 156 | configuration.scope = document.querySelector('main'); // or however you wish to choose your scope element |
171 | 157 | axs.Audit.run(configuration); |
| 158 | + |
| 159 | +## License |
| 160 | + |
| 161 | +Copyright 2013 Google Inc. All Rights Reserved. |
| 162 | + |
| 163 | +Licensed under the Apache License, Version 2.0 (the "License"); |
| 164 | +you may not use this file except in compliance with the License. |
| 165 | +You may obtain a copy of the License at |
| 166 | + |
| 167 | +[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0) |
| 168 | + |
| 169 | +Unless required by applicable law or agreed to in writing, software |
| 170 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 171 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 172 | +See the License for the specific language governing permissions and |
| 173 | +limitations under the License. |
0 commit comments