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

Unified Diff: ui/accessibility/extensions/longdesc/options.html

Issue 593293002: Initial checkin of accessibility extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix license issues Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/accessibility/extensions/longdesc/manifest.json ('k') | ui/accessibility/extensions/longdesc/options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/extensions/longdesc/options.html
diff --git a/ui/accessibility/extensions/longdesc/options.html b/ui/accessibility/extensions/longdesc/options.html
new file mode 100644
index 0000000000000000000000000000000000000000..8cc2a9579113bbd994943baf12e691864f2b47fe
--- /dev/null
+++ b/ui/accessibility/extensions/longdesc/options.html
@@ -0,0 +1,11 @@
+<!doctype html>
+<html>
+<body>
+ <h1>Options</h1>
+ <br>
+ <label>
+ <input type="checkbox" id="border">Add border to elements with aria-describedat or longdesc attributes.
+ </label>
+ <script src="options.js"></script>
+</body>
+</html>
« no previous file with comments | « ui/accessibility/extensions/longdesc/manifest.json ('k') | ui/accessibility/extensions/longdesc/options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698