<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Web Component by Irisel Cortez</title>
      <link>https://padlet.com/cortezirisel/jqneon6l3s5q</link>
      <description>Informática </description>
      <language>en-us</language>
      <pubDate>2018-05-13 23:27:40 UTC</pubDate>
      <lastBuildDate>2018-05-14 00:31:57 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>*WEB COMPONENT</title>
         <author>cortezirisel</author>
         <link>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260285606</link>
         <description><![CDATA[<div>consiste en distintas tecnologías independientes como en widgets de interfaz de usuario reusables que son creados usando tecnología Web abierta. </div>]]></description>
         <enclosure url="" />
         <pubDate>2018-05-13 23:31:19 UTC</pubDate>
         <guid>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260285606</guid>
      </item>
      <item>
         <title>*CONSISTE...</title>
         <author>cortezirisel</author>
         <link>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260286011</link>
         <description><![CDATA[<div>En cuatro tecnologías:</div><ul><li>Custom Elements</li><li>HTML Template</li><li>Shadow Dom</li><li>HTML imports</li></ul>]]></description>
         <enclosure url="https://testingbaires.com/wp-content/uploads/2015/11/web_components.png" />
         <pubDate>2018-05-13 23:34:59 UTC</pubDate>
         <guid>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260286011</guid>
      </item>
      <item>
         <title>2. TEMPLATES </title>
         <author>cortezirisel</author>
         <link>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260286565</link>
         <description><![CDATA[<div>Nos permite definir un código HTML preparado para ser usado cuando sea necesario pero que no se activa hasta ese momento, para el navegador <em>no existe</em>.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-05-13 23:39:32 UTC</pubDate>
         <guid>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260286565</guid>
      </item>
      <item>
         <title>1. CUSTOM ELEMENTS-ETIQUETAS PERSONALIZADAS </title>
         <author>cortezirisel</author>
         <link>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260286873</link>
         <description><![CDATA[<div>Ahora cualquiera puede crear su propia etiqueta y marcar de forma más semántica y sencilla lo que de otro modo sería, muy probablemente, una <em>sopa de divs</em>. Te pondré el ejemplo que he visto más veces: un mapa de Google.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-05-13 23:42:00 UTC</pubDate>
         <guid>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260286873</guid>
      </item>
      <item>
         <title>3. SHADOW DOM</title>
         <author>cortezirisel</author>
         <link>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260287200</link>
         <description><![CDATA[<div>Al hablar de las etiquetas personalizadas afirmaba que la Programación Orientada a Objetos llegaba a HTML, y no sólo lo hacía por la posibilidad de extender elementos sino porque ahora también es posible la <strong>encapsulación</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-05-13 23:44:25 UTC</pubDate>
         <guid>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260287200</guid>
      </item>
      <item>
         <title>*Problema</title>
         <author>cortezirisel</author>
         <link>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260287402</link>
         <description><![CDATA[<div>Si sigues alguna <em>corriente</em> de CSS tipo OOCSS o similares, por lo que empleas preferentemente selectores de clase, sin prácticamente selectores descendentes</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-05-13 23:46:09 UTC</pubDate>
         <guid>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260287402</guid>
      </item>
      <item>
         <title>*Solución</title>
         <author>cortezirisel</author>
         <link>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260287644</link>
         <description><![CDATA[<div>En el primer caso, podrías combinar una hoja de estilos con la otra, con la tranquilidad de saber que no habrá conflictos entre ellas, al estar limitadas por el <em>shadow boundary</em></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-05-13 23:48:18 UTC</pubDate>
         <guid>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260287644</guid>
      </item>
      <item>
         <title>4. HTML IMPORTS </title>
         <author>cortezirisel</author>
         <link>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260288334</link>
         <description><![CDATA[<div>es una herramienta para incluir documentos HTML y componentes web de fuentes externas sin necesidad de utilizar peticiones AJAX y métodos similares.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-05-13 23:54:36 UTC</pubDate>
         <guid>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260288334</guid>
      </item>
      <item>
         <title>*SOPORTE DEL NAVEGADOR </title>
         <author>cortezirisel</author>
         <link>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260288762</link>
         <description><![CDATA[<div>Las plantillas HTML tienen soporte en Google Chrome, Mozilla<a href="https://es.wikipedia.org/wiki/Mozilla_Firefox"> </a>Firefox, Edge<a href="https://es.wikipedia.org/wiki/Microsoft_Edge"> </a>de Microsoft, Safari y Ópera.​<br>La compatibilidad con la versión inicial de elementos personalizados y Shadow DOM, conocida como "v0", está presente en algunos navegadores basados en Blink como Google Chrome y Opera, y en Mozilla Firefox <a href="https://es.wikipedia.org/wiki/Mozilla_Firefox"><br></a><br></div>]]></description>
         <enclosure url="https://mdn.mozillademos.org/files/10145/enable-wc.png" />
         <pubDate>2018-05-13 23:58:19 UTC</pubDate>
         <guid>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260288762</guid>
      </item>
      <item>
         <title>HISTORIA </title>
         <author>cortezirisel</author>
         <link>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260290195</link>
         <description><![CDATA[<div>Los componentes web fueron introducidos por Alex Russell en la conferencia Fronteers Conference de 2011.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-05-14 00:09:32 UTC</pubDate>
         <guid>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260290195</guid>
      </item>
      <item>
         <title>*PARA QUE SE UTILIZAN </title>
         <author>cortezirisel</author>
         <link>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260291081</link>
         <description><![CDATA[<div>ya hemos visto que podemos usarlos para encapsular el uso de APIs de JavaScript externas como Google Maps y para extender el comportamiento de elementos nativos.<br>Otro uso es el de añadir marcado semántico o incluso contenido</div>]]></description>
         <enclosure url="http://library.gxtechnical.com/gxdlsp/pub/GeneXus/Internet/Docum/ReleaseNotes/7.5/WebComponents_files/image002.jpg" />
         <pubDate>2018-05-14 00:15:34 UTC</pubDate>
         <guid>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260291081</guid>
      </item>
      <item>
         <title>*COMO USARLO</title>
         <author>cortezirisel</author>
         <link>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260291259</link>
         <description><![CDATA[<div>Para poder empezar a usar un Web Component, sólo tenemos que importarlo desde la cabecera o etiqueta head de la página que lo vaya a usar mediante la siguiente etiqueta:<br><br>&lt;link rel="import" href="ejemplo-componente.html"&gt;</div>]]></description>
         <enclosure url="https://pbs.twimg.com/media/C5N8xVZXUAAvNgb.jpg:large" />
         <pubDate>2018-05-14 00:16:58 UTC</pubDate>
         <guid>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260291259</guid>
      </item>
      <item>
         <title>*SOPORTE </title>
         <author>cortezirisel</author>
         <link>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260291635</link>
         <description><![CDATA[<div>Actualmente, no todos los navegadores soportan todas las tecnologías necesarias para que funcionen, sin embargo hay tres frameworks que, mediante polyfills, permiten hacerlos interoperables entre todos los navegadores, son:<br>-POLYMER<br>-X-TAG<br>-BOSONIC</div>]]></description>
         <enclosure url="http://frontendlabs.io/wp-content/uploads/2014/07/WebComponentsPolymer.png" />
         <pubDate>2018-05-14 00:19:30 UTC</pubDate>
         <guid>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260291635</guid>
      </item>
      <item>
         <title>INDEXABILIDAD </title>
         <author>cortezirisel</author>
         <link>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260292981</link>
         <description><![CDATA[<div><br>Los Web Components necesitan ejecutar JavaScript para casi todas las tecnologías que utilizan, pero aparentemente Google está mejorando la indexación mediante la ejecución de JavaScript, permitiendo que los Web Components sean indexados.</div>]]></description>
         <enclosure url="http://www.elblogdejesule.com/wp-content/uploads/2014/09/la-indexabilidad-web-1024x819.jpg" />
         <pubDate>2018-05-14 00:28:41 UTC</pubDate>
         <guid>https://padlet.com/cortezirisel/jqneon6l3s5q/wish/260292981</guid>
      </item>
   </channel>
</rss>
