Commit e360f1d5 by Greg Price

Merge pull request #950 from edx/gprice/dialog-role

Add ARIA dialog role to Markdown editor dialogs
parents 1a5176c9 67053fee
......@@ -1063,6 +1063,7 @@
// The main dialog box.
dialog = doc.createElement("div");
dialog.setAttribute("role", "dialog");
dialog.className = "wmd-prompt-dialog";
dialog.style.padding = "10px;";
dialog.style.position = "fixed";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment