Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web Audio API, OMG
Message
From
01/02/2014 11:28:10
 
 
To
01/02/2014 11:17:10
General information
Forum:
Javascript
Category:
Other
Miscellaneous
Thread ID:
01592796
Message ID:
01592856
Views:
30
>>I took a quick look at the relevant jquery function. There is quite a bit of code in there - but it catches possibly obscure things which you'd have to do every time you used GetElementById(). For example:
					// Check parentNode to catch when Blackberry 4.6 returns
>>					// nodes that are no longer in the document #6963
>>					if ( elem && elem.parentNode ) {
>>						// Inject the element directly into the jQuery object
>>						this.length = 1;
>>						this[0] = elem;
>>					}
>
>
>Yeah, Since my apps don't work if the browser doesn't support Web Audio API, I have the luxury of designing for HTML5 only and thus the vast majority of browser quirks are none of my concern :-).

>My heart goes out to web designers that have to support Internet Explorer

Hmm. I'm also working on a 'HTML5 only' site at the moment (needs GeoLocation) but I'm not going to assume that there are no quirks on some browsers.
And are you saying your not going to support IE when it gets Web Audio API - IE9,10 & 11 combined have ~30% of the market ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform