Index: third_party/polymer/components/paper-dialog-behavior/README.md |
diff --git a/third_party/polymer/components/paper-dialog-behavior/README.md b/third_party/polymer/components/paper-dialog-behavior/README.md |
index ba8acc409134997b2f212379b745caa4a23f52d8..c3c52980feb203ce8bf436082e9091d689f2f8fa 100644 |
--- a/third_party/polymer/components/paper-dialog-behavior/README.md |
+++ b/third_party/polymer/components/paper-dialog-behavior/README.md |
@@ -48,7 +48,7 @@ to include `confirmed: true`. |
This element has `role="dialog"` by default. Depending on the context, it may be more appropriate |
to override this attribute with `role="alertdialog"`. |
-If `modal` is set, the element will set `aria-modal` and prevent the focus from exiting the element. |
+If `modal` is set, the element will prevent the focus from exiting the element. |
It will also ensure that focus remains in the dialog. |