aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/webkit/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
commit1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch)
tree0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/glossary/webkit/index.html
parent4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff)
downloadtranslated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip
initial commit
Diffstat (limited to 'files/es/glossary/webkit/index.html')
-rw-r--r--files/es/glossary/webkit/index.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/files/es/glossary/webkit/index.html b/files/es/glossary/webkit/index.html
new file mode 100644
index 0000000000..d22e8889d6
--- /dev/null
+++ b/files/es/glossary/webkit/index.html
@@ -0,0 +1,32 @@
+---
+title: WebKit
+slug: Glossary/WebKit
+tags:
+ - Glosario
+ - HTML
+ - Intro
+ - LGPL
+ - Navegador
+ - Web
+ - WebKit
+translation_of: Glossary/WebKit
+---
+<p><em>WebKit</em> es un <em>framework </em>(marco o interfaz) que proporciona páginas web "bien formadas" basadas es su lenguaje de marcado. El principal navegador que utiliza este framework es <a href="/es/docs/Glossary/Apple_Safari">Safari</a>, aunque también lo hacen muchos otros navegadores web para dispositivos móviles (debido a que WebKit es muy portable y customizable).</p>
+
+<p>WebKit comenzó como una copia del KHTML de KDE y sus librerías KJS, pero desde entonces ha habido una gran multitud de particulares y empresas que han contribuido en su desarrollo (incluyendo KDE, Apple, Google, y Nokia).</p>
+
+<p>WebKit es una marca registrada de Apple, y es distribuido bajo la licencia BSD. Por otro lado, dos de sus más importantes componentes están bajo la licencia <a href="/es/docs/Glossary/LGPL">LGPL</a>: la libería de renderizado HTML de <strong>WebCore</strong> y el motor <strong>JavaScriptCore</strong>.</p>
+
+<h2 id="Para_saber_más...">Para saber más...</h2>
+
+<h3 id="Cultura_General" style="line-height: 24px;">Cultura General</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "WebKit")}} en Wikipedia</li>
+</ul>
+
+<h3 id="Referencia_técnica">Referencia técnica</h3>
+
+<ul>
+ <li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Webkit_Extensions">WebKit CSS extensions</a></li>
+</ul>