Bug 119724
Summary: | Canvas focus outline should match style in html.css | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Canvas | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | dino, enrica, hyatt, simon.fraser, thorton |
Priority: | P2 | Keywords: | BlinkMergeCandidate |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
Perhaps we want to merge https://chromium.googlesource.com/chromium/blink/+/c546f38701339139bb7f7e8480bb369543dce4ec
The default style of an element isn't quite right. The style that
most elements get by default when focused is defined in html.css.
There's no easy way to access this, so this change hardcodes
the values and adds a comment.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |