Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(433)

Side by Side Diff: chrome/common/extensions/docs/devguide.html

Issue 3610008: Merge 61535 - A couple of accessibility-related updates/fixes.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/517/src/
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/docs/a11y.html ('k') | chrome/common/extensions/docs/static/a11y.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 <td> Create, modify, and rearrange windows in the browser </td> 360 <td> Create, modify, and rearrange windows in the browser </td>
361 </tr> 361 </tr>
362 362
363 <tr> 363 <tr>
364 <td colspan="2"><h4>Implementing the innards of your extension</h4></td> 364 <td colspan="2"><h4>Implementing the innards of your extension</h4></td>
365 </tr> 365 </tr>
366 <tr> 366 <tr>
367 <td colspan="2"> &nbsp;</td> 367 <td colspan="2"> &nbsp;</td>
368 </tr> 368 </tr>
369 <tr> 369 <tr>
370 <td> <a href="a11y.html">Accessibility (a11y)</a> </td>
371 <td> Make your extension accessible to people with disabilities </td>
372 </tr>
373 <tr>
370 <td> <a href="background_pages.html">Background&nbsp;Pages</a> </td> 374 <td> <a href="background_pages.html">Background&nbsp;Pages</a> </td>
371 <td> Put all the common code for your extension in a single place </td> 375 <td> Put all the common code for your extension in a single place </td>
372 </tr> 376 </tr>
373 <tr> 377 <tr>
374 <td> <a href="content_scripts.html">Content&nbsp;Scripts</a> </td> 378 <td> <a href="content_scripts.html">Content&nbsp;Scripts</a> </td>
375 <td> Run JavaScript code in the context of web pages </td> 379 <td> Run JavaScript code in the context of web pages </td>
376 </tr> 380 </tr>
377 <tr> 381 <tr>
378 <td> <a href="xhr.html">Cross-Origin&nbsp;XHR</a> </td> 382 <td> <a href="xhr.html">Cross-Origin&nbsp;XHR</a> </td>
379 <td> Use XMLHttpRequest to send and receive data from remote servers </td> 383 <td> Use XMLHttpRequest to send and receive data from remote servers </td>
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 _uff=0; 608 _uff=0;
605 urchinTracker(); 609 urchinTracker();
606 } 610 }
607 catch(e) {/* urchinTracker not available. */} 611 catch(e) {/* urchinTracker not available. */}
608 </script> 612 </script>
609 <!-- end analytics --> 613 <!-- end analytics -->
610 </div> 614 </div>
611 </div> <!-- /gc-footer --> 615 </div> <!-- /gc-footer -->
612 </div> <!-- /gc-container --> 616 </div> <!-- /gc-container -->
613 </body></html> 617 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/a11y.html ('k') | chrome/common/extensions/docs/static/a11y.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698