Re: Callback when an event handler has been added to a custom element

2015-11-07 Thread Mitar
his feels like leaking internal implementation details to the outside. Mitar -- http://mitar.tnode.com/ https://twitter.com/mitar_m

Callback when an event handler has been added to a custom element

2015-11-05 Thread Mitar
a callback when an event handler is added. So I am suggesting that there should be a callback every time an event listener is added to a custom element (and possibly one when removed). Mitar -- http://mitar.tnode.com/ https://twitter.com/mitar_m

Re: Browser search API

2014-03-24 Thread Mitar
Hi! Great! No problem then. I was just unsure. Don't yet know how things go here. I completely understand that there is a lot of work. Thanks Mitar On Thu, Mar 13, 2014 at 10:44 AM, Tab Atkins Jr. jackalm...@gmail.com wrote: On Thu, Mar 13, 2014 at 8:17 AM, Marcos Caceres w...@marcosc.com

Re: Browser search API

2014-03-12 Thread Mitar
Hi! There was no reply. :-( Mitar On Mon, Feb 24, 2014 at 8:37 AM, Marcos Caceres w...@marcosc.com wrote: On Sunday, February 23, 2014 at 8:53 AM, Mitar wrote: Hi! After a bit of delay, I posted a followup to the WHATWG mailing list: http://lists.whatwg.org/htdig.cgi/whatwg

Re: Browser search API

2014-02-23 Thread Mitar
Hi! After a bit of delay, I posted a followup to the WHATWG mailing list: http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2014-February/042100.html Mitar On Thu, Dec 5, 2013 at 9:19 PM, Marcos Caceres w...@marcosc.com wrote: On Friday, December 6, 2013 at 7:38 AM, Mitar wrote: Hi

Re: Browser search API

2013-12-05 Thread Mitar
. So OK, how can one proceed to get such event standardized. ;-) Mitar On Thu, Dec 5, 2013 at 7:31 AM, Mounir Lamouri mou...@lamouri.fr wrote: On Thu, Dec 5, 2013, at 2:08, Mitar wrote: But I agree, that requires some more changes. For example, currently it is not really possible to style how

Re: Browser search API

2013-12-04 Thread Mitar
has been selected by the user, not searched. Mitar -- http://mitar.tnode.com/ https://twitter.com/mitar_m

Re: Browser search API

2013-12-02 Thread Mitar
just an entry in the menu which opens possibly specialized search interface for that particular mobile device. Mitar It could look like: window.document.addEventListener('findinpage', function(e) { e.preventDefault(); var find = createFindInPageUI(); find.focus(); }); -- Mounir

Browser search API

2013-11-30 Thread Mitar
was cleared or closed. Where should I turn to to propose such a standard? Mitar -- http://mitar.tnode.com/ https://twitter.com/mitar_m