Re: [webkit-dev] "highlighting" a frame

2012-07-17 Thread Simon Fraser
Lean suggested earlier. >> >> >> Patrick East >> patri...@bsquare.com >> >> From: Elliott Sprehn [mailto:espr...@google.com] >> Sent: Monday, July 16, 2012 12:54 PM >> To: Patrick East >> Cc: webkit-dev@lists.webkit.org >> Subject: Re

Re: [webkit-dev] "highlighting" a frame

2012-07-17 Thread Simon Fraser
t > Cc: webkit-dev@lists.webkit.org > Subject: Re: [webkit-dev] "highlighting" a frame > > You'll want outline not border for this. > > > From: wjmacl...@google.com [mailto:wjmacl...@google.com] On Behalf Of W. > James MacLean > Sent: Wednesday, July 11, 2012 1

Re: [webkit-dev] "highlighting" a frame

2012-07-17 Thread Patrick East
Re: [webkit-dev] "highlighting" a frame You'll want outline not border for this. From: wjmacl...@google.com [mailto:wjmacl...@google.com] On Behalf Of W. James MacLean Sent: Wednesday, July 11, 2012 1:09 PM To: Patrick East Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] "hi

Re: [webkit-dev] "highlighting" a frame

2012-07-11 Thread W. James MacLean
If you're just looking to draw a border, will the focus rings mechanism suffice? On Tue, Jul 10, 2012 at 1:37 AM, Patrick East wrote: > Hello, > > We are working on a custom build of WebKit that will "highlight" a frame > when the mouse moves over it (the intent is to have it draw a border ar

[webkit-dev] "highlighting" a frame

2012-07-09 Thread Patrick East
Hello, We are working on a custom build of WebKit that will "highlight" a frame when the mouse moves over it (the intent is to have it draw a border around it for use with a custom input device). We have tried modifying the webcore html.css file adding in a :hover selector for frame and iframe