search for: queryselector

Displaying 5 results from an estimated 5 matches for "queryselector".

2008 Mar 21
3
getElementsByClassName
...ion is how do I properly use the native browser implementation? Do I need to change my code? I''m having a difficult time finding examples on this. Why is this deprecated instead of incorporated into prototype? Or did I answer my own question... Also, I want to utilize the new document.querySelector. Has some one implemented this inside prototype and I don''t have to change anything to take advantage of it? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to...
2017 Nov 11
0
Wine release 2.21
...mshtml: Expose IEventTarget to scripts. mshtml/tests: Added script IE9+ event tests. mshtml: Introduce variant_bool helper. mshtml: Added IDOMEvent::get_defaultPrevented implementation. mshtml: Use variant_bool helper where appropriate. mshtml: Added IDocumentSelector::querySelector implementation. mshtml: Merge hlink.c into persist.c. Józef Kucia (28): wined3d: Add ARB_draw_indirect extension. wined3d: Factor out acquire_graphics_pipeline_resources(). wined3d: Implement indirect draws. d3d11: Implement d3d11_immediate_context_DrawInstancedIndire...
2019 Mar 29
0
Wine release 4.5
...tRects implementation. mshtml: Add IHTMLRectCollection implementation. mshtml: Alloc proper BSTR size in return_nscstr. mshtml: Add IHTMLDocument7::createElementNS implementation. mshtml: Add IHTMLDOMNode3::get_namespaceURI implementation. mshtml: Add IElementSelector::querySelector implementation. mshtml: Support SVG element style. mshtml: Move detach_document_node call to HTMLDocumentNode_unlink. mshtml: Implement IHTMLElement6::msMatchesSelector. Jon Doron (1): kernel32: Make GetEnvironmentStringsW returns a copy of the environment. Józef Kucia (39...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...Gecko: navigator.userAgent.indexOf('Gecko') > -1 && + navigator.userAgent.indexOf('KHTML') === -1, MobileSafari: !!navigator.userAgent.match(/Apple.*Mobile.*Safari/) }, BrowserFeatures: { XPath: !!document.evaluate, + SelectorsAPI: !!document.querySelector, ElementExtensions: !!window.HTMLElement, SpecificElementExtensions: - document.createElement('div').__proto__ && - document.createElement('div').__proto__ !== - document.createElement('form').__proto__ + document.createElement('di...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server