[webkit-dev] hovers and mouseovers

2007-12-28 Thread Leon Scroggins
Does anyone know how to differentiate between mouseovers/hovers that simply
change the appearance of an element (such as an underline or a color change)
and those that add new content (such as popping down a dropdown menu)?  The
iPhone developers seem to have figured it out, since they treat them
differently.

-- 
This message is the property of Leon Scroggins and contains information
which may be privileged or confidential.  It is meant only for the intended
recipients and/or their authorized agents.  If you believe you have received
this message in error, please notify us immediately by return e-mail, and
destroy any printed or electronic copies of this message.  Any unauthorized
use, dissemination, disclosure, or copying of this message or the
information contained in it, is strictly prohibited and may be unlawful.
 Thank you.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] hovers and mouseovers

2007-12-28 Thread ~:'' ありがとうございました。

Leon,

could you expand on your query?

making an element visible changes it's appearance, though I almost  
understand what you mean.


how do you mean treat them differently?

cheers

Jonathan Chetwynd
Accessibility Consultant on Media Literacy and the Internet



On 28 Dec 2007, at 17:14, Leon Scroggins wrote:

Does anyone know how to differentiate between mouseovers/hovers that  
simply change the appearance of an element (such as an underline or a  
color change) and those that add new content (such as popping down a  
dropdown menu)?  The iPhone developers seem to have figured it out,  
since they treat them differently.


--
This message is the property of Leon Scroggins and contains  
information which may be privileged or confidential.  It is meant  
only for the intended recipients and/or their authorized agents.  If  
you believe you have received this message in error, please notify us  
immediately by return e-mail, and destroy any printed or electronic  
copies of this message.  Any unauthorized use, dissemination,  
disclosure, or copying of this message or the information contained  
in it, is strictly prohibited and may be unlawful.  Thank you.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Cancel non-terminating JavaScriptCore JSEvaluate()?

2007-12-28 Thread Dan Waylonis

Hi,

If I send some non-terminating code (e.g., while(1);) to JSEvaluate(),  
is there a way to have a watchdog thread/timer notice that  
JSEvaluate() is not terminating (after some amount of time) and cancel  
the code evaluation?


I seem to remember reading that Safari3 has something like this.

Thanks,
Dan
-
Dan Waylonis[EMAIL PROTECTED]
nekotech SOFTWARE
http://www.nekotech.com
650.964.2490 Voice / Fax



___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev