Commit 67053fee by Greg Price

Add ARIA dialog role to Markdown editor dialogs

parent 049aa3bb
......@@ -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