OLD | NEW |
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: | 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: |
2 1) The <head> information in this page is significant, should be uniform | 2 1) The <head> information in this page is significant, should be uniform |
3 across api docs and should be edited only with knowledge of the | 3 across api docs and should be edited only with knowledge of the |
4 templating mechanism. | 4 templating mechanism. |
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a | 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a |
6 browser, it will be re-generated from the template, json schema and | 6 browser, it will be re-generated from the template, json schema and |
7 authored overview content. | 7 authored overview content. |
8 4) The <body>.innerHTML is also generated by an offline step so that this | 8 4) The <body>.innerHTML is also generated by an offline step so that this |
9 page may easily be indexed by search engines. | 9 page may easily be indexed by search engines. |
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> | 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> |
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 <a href="#id-anchor">id</a> | 292 <a href="#id-anchor">id</a> |
293 </li> | 293 </li> |
294 </ol> | 294 </ol> |
295 </li> | 295 </li> |
296 </ol> | 296 </ol> |
297 </li> | 297 </li> |
298 </ol> | 298 </ol> |
299 </div> | 299 </div> |
300 <!-- /TABLE OF CONTENTS --> | 300 <!-- /TABLE OF CONTENTS --> |
301 | 301 |
| 302 <!-- Standard content lead-in for experimental API pages --> |
| 303 <p id="classSummary" style="display: none; "> |
| 304 For information on how to use experimental APIs, see the <a href="expe
rimental.html">chrome.experimental.* APIs</a> page. |
| 305 </p> |
| 306 |
302 <!-- STATIC CONTENT PLACEHOLDER --> | 307 <!-- STATIC CONTENT PLACEHOLDER --> |
303 <div id="static"><div id="pageData-name" class="pageData">Accessibility
(a11y)</div> | 308 <div id="static"><div id="pageData-name" class="pageData">Accessibility
(a11y)</div> |
304 <div id="pageData-showTOC" class="pageData">true</div> | 309 <div id="pageData-showTOC" class="pageData">true</div> |
305 | 310 |
306 <p> | 311 <p> |
307 When you design an extension, | 312 When you design an extension, |
308 try to make it as accessible as possible | 313 try to make it as accessible as possible |
309 to people with disabilities such as | 314 to people with disabilities such as |
310 visual impairment, hearing loss, and limited dexterity. | 315 visual impairment, hearing loss, and limited dexterity. |
311 </p> | 316 </p> |
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
972 _uff=0; | 977 _uff=0; |
973 urchinTracker(); | 978 urchinTracker(); |
974 } | 979 } |
975 catch(e) {/* urchinTracker not available. */} | 980 catch(e) {/* urchinTracker not available. */} |
976 </script> | 981 </script> |
977 <!-- end analytics --> | 982 <!-- end analytics --> |
978 </div> | 983 </div> |
979 </div> <!-- /gc-footer --> | 984 </div> <!-- /gc-footer --> |
980 </div> <!-- /gc-container --> | 985 </div> <!-- /gc-container --> |
981 </body></html> | 986 </body></html> |
OLD | NEW |