Re: [webkit-dev] -moz-user-focus in webkit?

2008-05-13 Thread David Hyatt
It isn't really appropriate for CSS to dictate focusability.  This was  
really a mistake in Mozilla (that I am partially responsible for).


(Editability in CSS Is a similar mistake we made in the WebKit code as  
well that should also be fixed.)


dave
([EMAIL PROTECTED])

On May 13, 2008, at 11:02 AM, Maciej Stachowiak wrote:



On May 13, 2008, at 5:08 AM, Johan Lund wrote:


Is there something equivalent to -moz-user-focus in webkit?


In WebKit trunk, you can use the tabIndex attribute on any element  
to add focusability, but I do not think there is a way through CSS,  
or a way to remove focusability.


Regards,
Maciej

___
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


Re: [webkit-dev] -moz-user-focus in webkit?

2008-05-13 Thread Maciej Stachowiak


On May 13, 2008, at 5:08 AM, Johan Lund wrote:


Is there something equivalent to -moz-user-focus in webkit?


In WebKit trunk, you can use the tabIndex attribute on any element to  
add focusability, but I do not think there is a way through CSS, or a  
way to remove focusability.


Regards,
Maciej

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