Re: [webkit-dev] image maps to be focused via tab

2008-11-17 Thread browserwk
Darin Adler 写道: > On Nov 14, 2008, at 12:24 AM, browserwk wrote: > >> Before list, i assume html page have only one and (also one >> ) tag, but also they are bounded. >> >> In order to focus navigate via tab, i did follow things. >> 1 to identify , tag >> I can get the or node from >> Document::

Re: [webkit-dev] image maps to be focused via tab

2008-11-14 Thread Rob Burns
Hi Maciej, On Nov 14, 2008, at 5:07 PM, Maciej Stachowiak wrote: On Nov 14, 2008, at 2:48 PM, Rob Burns wrote: On Nov 14, 2008, at 4:01 PM, Maciej Stachowiak wrote: One particularly wrong aspect of the original assumption is that in practice, a single and all its s can be used by mul

Re: [webkit-dev] image maps to be focused via tab

2008-11-14 Thread Rob Burns
Hi Maciej, On Nov 14, 2008, at 5:19 PM, Maciej Stachowiak wrote: On Nov 14, 2008, at 3:14 PM, Rob Burns wrote: Hi Maciej, On Nov 14, 2008, at 5:07 PM, Maciej Stachowiak wrote: On Nov 14, 2008, at 2:48 PM, Rob Burns wrote: On Nov 14, 2008, at 4:01 PM, Maciej Stachowiak wrote: One pa

Re: [webkit-dev] image maps to be focused via tab

2008-11-14 Thread Maciej Stachowiak
On Nov 14, 2008, at 3:14 PM, Rob Burns wrote: Hi Maciej, On Nov 14, 2008, at 5:07 PM, Maciej Stachowiak wrote: On Nov 14, 2008, at 2:48 PM, Rob Burns wrote: On Nov 14, 2008, at 4:01 PM, Maciej Stachowiak wrote: One particularly wrong aspect of the original assumption is that in pract

Re: [webkit-dev] image maps to be focused via tab

2008-11-14 Thread Rob Burns
Hi Maciej, On Nov 14, 2008, at 5:07 PM, Maciej Stachowiak wrote: On Nov 14, 2008, at 2:48 PM, Rob Burns wrote: On Nov 14, 2008, at 4:01 PM, Maciej Stachowiak wrote: One particularly wrong aspect of the original assumption is that in practice, a single and all its s can be used by mul

Re: [webkit-dev] image maps to be focused via tab

2008-11-14 Thread Maciej Stachowiak
On Nov 14, 2008, at 2:48 PM, Rob Burns wrote: On Nov 14, 2008, at 4:01 PM, Maciej Stachowiak wrote: One particularly wrong aspect of the original assumption is that in practice, a single and all its s can be used by multiple elements. So representing focus of individual image map act

Re: [webkit-dev] image maps to be focused via tab

2008-11-14 Thread Rob Burns
On Nov 14, 2008, at 4:01 PM, Maciej Stachowiak wrote: On Nov 14, 2008, at 9:15 AM, Darin Adler wrote: On Nov 14, 2008, at 12:24 AM, browserwk wrote: Before list, i assume html page have only one and (also one ) tag, but also they are bounded. In order to focus navigate via tab, i did f

Re: [webkit-dev] image maps to be focused via tab

2008-11-14 Thread Maciej Stachowiak
On Nov 14, 2008, at 9:15 AM, Darin Adler wrote: On Nov 14, 2008, at 12:24 AM, browserwk wrote: Before list, i assume html page have only one and (also one ) tag, but also they are bounded. In order to focus navigate via tab, i did follow things. 1 to identify , tag I can get the or node

Re: [webkit-dev] image maps to be focused via tab

2008-11-14 Thread Darin Adler
On Nov 14, 2008, at 12:24 AM, browserwk wrote: Before list, i assume html page have only one and (also one ) tag, but also they are bounded. In order to focus navigate via tab, i did follow things. 1 to identify , tag I can get the or node from Document::nextFocusableNode Document::previousF

Re: [webkit-dev] image maps to be focused via tab

2008-11-14 Thread browserwk
Darin Adler 写道: > On Nov 6, 2008, at 5:28 PM, browser webkit wrote: > >> In msie/firefox, image map can be TAB focused with outline rendered, >> but not under webkit based browser. >> >> So, i start to modify code for test. I found have a mapMouseEvent() >> function in HTMLMapElement.cpp, then if i

Re: [webkit-dev] image maps to be focused via tab

2008-11-09 Thread Darin Adler
On Nov 6, 2008, at 5:28 PM, browser webkit wrote: In msie/firefox, image map can be TAB focused with outline rendered, but not under webkit based browser. So, i start to modify code for test. I found have a mapMouseEvent() function in HTMLMapElement.cpp, then if i want to implement the TAB

[webkit-dev] image maps to be focused via tab

2008-11-06 Thread browser webkit
hi, all I'm trying to work with GTK+WebKit to rendering for my application.But, i'm having some prolems. In msie/firefox, image map can be TAB focused with outline rendered, but not under webkit based browser. So, i start to modify code for test. I found have a mapMouseEvent() function in HTMLMa