| commit | 4e83c20aacf7d5b4deddf638da54239fe9a7bfdb | [log] [tgz] |
|---|---|---|
| author | dbeam <dbeam@chromium.org> | Thu Jul 07 17:59:33 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 07 18:02:17 2016 |
| tree | 054b1ff892f06dc18c4ebd04a262309c17459b39 | |
| parent | 88f0912daa629d9f0f68b5b0b67c42e3f2fabc7a [diff] |
HTMLDialogElement#showModal() should ignore unfocusable elements with [autofocus] """ Let control be the first non-inert *focusable* area in subject's control group whose DOM anchor has an autofocus attribute specified. """ https://html.spec.whatwg.org/multipage/forms.html#dialog-focusing-steps R=falken@chromium.org BUG=626041 Review-Url: https://codereview.chromium.org/2125893003 Cr-Commit-Position: refs/heads/master@{#404177}