safari - webkit vs custom elements v2 -


  1. is webkit trying accomplish same thing custom elements v2 ?

    https://webkit.org/

    https://developers.google.com/web/fundamentals/getting-started/primers/customelements

  2. if safari ever support custom elements? apple dev's website claims will, reference 'webkit' , not 'custom elements'. makes me worried safari 10.1 still not run 'custom elements' programmed website. true or false?

https://developer.apple.com/library/content/releasenotes/general/whatsnewinsafari/articles/safari_10_1.html

  1. if safari never support custom elements, know of 'wrapper' or way write custom elements 1 source-code base, have website run on safari?

  2. why google chrome today (march 28,2017), supports custom elements, not render ipad, work fine when using browser mac?

is webkit trying accomplish same thing custom elements v2 ?

webkit, safari's web engine, trying implement custom elements v1.

if safari ever support custom elements?

yes, @ least autonomous custom elements. customized built-in elements you'll need polyfill (see below).

does know of 'wrapper' ?

there 2 polyfills availables.

why google chrome today [...] not render ipad ?

maybe version on chrome or os x old. maybe can update them.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -