aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/de/mozilla/firefox/releases/28/index.html116
-rw-r--r--files/de/mozilla/firefox/releases/56/index.html12
-rw-r--r--files/de/mozilla/firefox/releases/57/index.html10
-rw-r--r--files/de/mozilla/firefox/releases/58/index.html14
-rw-r--r--files/de/web/api/worker/index.html2
-rw-r--r--files/es/mozilla/firefox/releases/50/index.html6
-rw-r--r--files/es/mozilla/firefox/releases/57/index.html11
-rw-r--r--files/es/mozilla/firefox/releases/66/index.html6
-rw-r--r--files/es/web/api/geolocation_api/index.html4
-rw-r--r--files/es/web/css/inset-block-end/index.html4
-rw-r--r--files/es/web/css/inset-block-start/index.html4
-rw-r--r--files/es/web/css/inset-inline-end/index.html4
-rw-r--r--files/es/web/css/inset-inline-start/index.html4
13 files changed, 2 insertions, 195 deletions
diff --git a/files/de/mozilla/firefox/releases/28/index.html b/files/de/mozilla/firefox/releases/28/index.html
deleted file mode 100644
index 64f7d7796e..0000000000
--- a/files/de/mozilla/firefox/releases/28/index.html
+++ /dev/null
@@ -1,116 +0,0 @@
----
-title: Firefox 28 for developers
-slug: Mozilla/Firefox/Releases/28
-translation_of: Mozilla/Firefox/Releases/28
----
-<div>{{FirefoxSidebar}}</div>
-
-<p>Firefox 28 wurde am 18. März 2014 veröffentlicht. Dieser Artikel listet wichtige Änderungen, die sowohl für Webentwickler, als auch für Firefox-, Gecko- und AddOn-Entwickler nützlich sind.</p>
-
-<h2 id="Änderungen_für_Web-Entwickler">Änderungen für Web-Entwickler</h2>
-
-<h3 id="Developer_Tools">Developer Tools</h3>
-
-<ul>
- <li>Die {{domxref("console.exception")}} Eigenschaft wurde hinzugefügt ({{bug("922214")}}).</li>
- <li>Die {{domxref("console.assert")}} Eigenschaft wurde hinzugefügt ({{bug("760193")}}).</li>
- <li>App Manager: ein neuer Manifest-Texteditor wurde hinzugefügt.</li>
- <li>App-Manager: die Toolbox für die Fehlersuche von Apps ist jetzt in die Benutzeroberfläche des App Managers integriert.</li>
- <li>Web-Konsole: ein "split console"-Modus wurde hinzugefügt - drücken Sie die Abbruchtaste, um die Konsole in anderen Tools schnell zu öffnen.</li>
- <li>Web-Konsole: ein dunkles Theme wurde für den Output hinzugefügt.</li>
- <li>Fehlersuche: lesbares minifiziertes JavaScript.</li>
- <li>Fehlersuche: einfach den Mauszeiger über eine Variable bewegen oder diese anklicken, um ein Popup für den derzeitigen Wert anzuzeigen.</li>
- <li>Inspector: ein Farbwähler und diverse Tooltips wurden der Regel-Ansicht hinzugefügt.</li>
- <li>Browser Toolbox: erlaubt AddOn- und Platformentwicklern die Benutzung von fast allen Entwickler-Tools während der Erfassung des Browsers.</li>
-</ul>
-
-<p>Mehr Einzelheiten in <a href="https://hacks.mozilla.org/2013/12/split-console-pretty-print-minified-js-and-more-firefox-developer-tools-episode-28/" title="Split console, pretty-print minified JS and more – Firefox Developer Tools Episode 28">diesem Beitrag</a>.</p>
-
-<h3 id="CSS">CSS</h3>
-
-<ul>
- <li>Support for multi-line <a href="/en-US/docs/Web/Guide/CSS/Flexible_boxes">flexbox</a> has been added ({{bug("939901")}}).</li>
- <li><span id="summary_alias_container"><span id="short_desc_nonedit_display">Longhand East Asian <a href="/en-US/docs/Web/CSS/list-style-type">counter styles</a></span></span> have been implemented ({{bug("934072")}}).</li>
- <li><span id="summary_alias_container"><span id="short_desc_nonedit_display">Experimental support for the {{cssxref("background-blend-mode")}} property has been added, but is disabled by default</span></span> ({{bug("841601")}}).</li>
- <li>The <code>none</code> value has been added to {{cssxref("font-variant-ligatures")}} ({{bug("913264")}}).</li>
- <li>Support for the {{cssxref(":hover")}} user action pseudo-class on pseudo-elements has been implemented ({{bug("922669")}}).</li>
-</ul>
-
-<h3 id="HTML">HTML</h3>
-
-<ul>
- <li><code>&lt;input type=color&gt;</code> and <code>&lt;input type=number&gt;</code> have been implemented, disabled by default.</li>
-</ul>
-
-<h3 id="JavaScript">JavaScript</h3>
-
-<ul>
- <li><a href="/en-US/docs/Web/JavaScript/ECMAScript_6_support_in_Mozilla" title="/en-US/docs/Web/JavaScript/ECMAScript_6_support_in_Mozilla">ECMAScript 2015</a> implementation continues:
-
- <ul>
- <li>New <code>Array</code> methods have been implemented: {{jsxref("Array.prototype.entries()")}} and {{jsxref("Array.prototype.keys()")}} ({{bug("894658")}}).</li>
- </ul>
- </li>
- <li>A bug causing that {{jsxref("Object.getOwnPropertyNames()")}} did not see unresolved properties of {{jsxref("Error")}} objects has been fixed ({{bug("724768")}}).</li>
-</ul>
-
-<h3 id="InterfacesAPIsDOM">Interfaces/APIs/DOM</h3>
-
-<ul>
- <li><span id="summary_alias_container"><span id="short_desc_nonedit_display"><code>HTMLVideoElement.canPlayType('video/webm')</code> now reports <code>maybe</code>.</span></span> ({{bug("884275")}}).</li>
- <li>The {{domxref("DocumentFragment.getElementById()")}} method has been implemented. E.g. <code>document.createDocumentFragment().getElementById()</code> ({{bug("933193")}}).</li>
- <li>The {{domxref("KeyboardEvent.repeat")}} attribute has been implemented ({{bug("600117")}}).</li>
- <li>The {{domxref("File")}} constructor, e.g. <code>new File(["foo"], "foo.txt")</code> has been implemented. ({{bug("819900")}}).</li>
- <li>The {{domxref("NavigatorPlugins.plugins", "navigator.plugins")}} is no more enumerable, for privacy reasons ({{bug(757726)}}).</li>
- <li>The two attributes {{domxref("Window.screenX")}} and {{domxref("Window.screenY")}} now return CSS pixels (and no more device pixels) ({{bug(943668)}}).</li>
- <li>The two methods {{domxref("CanvasRenderingContext2D.drawSystemFocusRing()")}} and {{domxref("CanvasRenderingContext2D.drawCustomFocusRing()")}} have been implemented. The preference <code>canvas.focusring.enabled</code> must be set to <code>true</code> to activate both ({{bug(540456)}}).</li>
- <li>The <code>willReadFrequently</code> context attribute for "<code>2d</code>" canvas contexts has been implemented (see {{domxref("HTMLCanvasElement.getContext()")}}) ({{bug(884226)}}).</li>
- <li>The following attributes and methods of {{domxref("NavigatorID")}} have been implemented on {{domxref("WorkerNavigator")}} to allow their use in workers: {{domxref("NavigatorID.appCodeName", "appCodeName")}}, {{domxref("NavigatorID.product", "product")}}, and {{domxref("NavigatorID.taintEnabled", "taintEnabled()")}} ({{bug(925847)}}).</li>
- <li>The {{domxref("NonDocumentTypeChildNode.previousElementSibling" , "previousElementSibling")}} and {domxref("NonDocumentTypeChildNode.nextElementSibling" , "nextElementSibling")}} properties has been removed from {{domxref("DocumentType")}}, because of compatibility problems ({{bug(932501)}}).</li>
-</ul>
-
-<h3 id="MathML">MathML</h3>
-
-<ul>
- <li>Support of <span id="summary_alias_container"><span id="short_desc_nonedit_display">the </span></span><code>mathvariant</code> attribute has been added ({{bug("114365")}}).</li>
-</ul>
-
-<h3 id="SVG">SVG</h3>
-
-<p><em>No change.</em></p>
-
-<h3 id="AudioVideo">Audio/Video</h3>
-
-<ul>
- <li><span id="summary_alias_container"><span id="short_desc_nonedit_display">Opus in WebM</span></span> is now supported ({{bug("887978")}}).</li>
- <li><span id="summary_alias_container"><span id="short_desc_nonedit_display">The VP9 video decoder</span></span> is now supported ({{bug("833023")}}).</li>
-</ul>
-
-<h3 id="Network">Network</h3>
-
-<ul>
- <li>Support of <code>SPDY/2</code> has been removed.</li>
-</ul>
-
-<h2 id="Changes_for_addon_and_Mozilla_developers">Changes for addon and Mozilla developers</h2>
-
-<ul>
- <li>The interface of <a href="/en-US/docs/Mozilla/JavaScript_code_modules/DeferredTask.jsm">DeferredTask.jsm</a> has been changed, and the <code>isPending()</code>, <code>start()</code>, <code>flush()</code>, and <code>cancel()</code> methods have been removed ({{bug("940408")}}).</li>
-</ul>
-
-<h2 id="Security">Security</h2>
-
-<ul>
- <li>CSP was not enforced in sandboxed iframes. This has been fixed ({{bug(886164)}}).</li>
- <li>The CSP 1.1 experimental <code>script-nonce</code> directive has been implemented. The preference <code>security.csp.experimentalEnabled</code> should be set to <code>true</code> to enable this functionality ({{bug(855326)}}).</li>
-</ul>
-
-<h2 id="See_also">See also</h2>
-
-<ul>
- <li><a href="https://www.fxsitecompat.com/en-US/versions/28/">Site Compatibility for Firefox 28</a></li>
-</ul>
-
-<h3 id="Older_versions">Older versions</h3>
-
-<p>{{Firefox_for_developers('27')}}</p>
diff --git a/files/de/mozilla/firefox/releases/56/index.html b/files/de/mozilla/firefox/releases/56/index.html
index 0158450bdc..a6e25068e5 100644
--- a/files/de/mozilla/firefox/releases/56/index.html
+++ b/files/de/mozilla/firefox/releases/56/index.html
@@ -6,7 +6,6 @@ translation_of: Mozilla/Firefox/Releases/56
<div>{{FirefoxSidebar}}</div><article class="text-content" id="wikiArticle">
<p>Dieser Artikel enthält Informationen über die Änderungen in Firefox 56, die Entwickler betreffen. Firefox 56 ist die aktuelle <a href="https://www.mozilla.org/en-US/firefox/channel/desktop/#beta">Beta-Version von Firefox</a> und wird am <a href="https://wiki.mozilla.org/RapidRelease/Calendar#Future_branch_dates">26. September 2017</a> veröffentlicht werden</p>
-<article class="text-content" id="wikiArticle">
<h2 id="Änderungen_für_Web-Entwickler">Änderungen für Web-Entwickler</h2>
<h3 id="Entwicklerwerkzeuge">Entwicklerwerkzeuge</h3>
@@ -106,17 +105,6 @@ translation_of: Mozilla/Firefox/Releases/56
<p><em>Keine Änderungen.</em></p>
-<h2 id="Siehe_auch">Siehe auch</h2>
-
-<ul>
- <li><a href="https://www.fxsitecompat.com/en-US/versions/56">Standortkompatibilität für Firefox 56</a></li>
-</ul>
-</article>
-
-<ul>
-</ul>
-
<h2 id="Ältere_Versionen">Ältere Versionen</h2>
<p>{{Firefox_for_developers(55)}},</p>
-</article>
diff --git a/files/de/mozilla/firefox/releases/57/index.html b/files/de/mozilla/firefox/releases/57/index.html
index dccbe85dea..595c0b696d 100644
--- a/files/de/mozilla/firefox/releases/57/index.html
+++ b/files/de/mozilla/firefox/releases/57/index.html
@@ -7,7 +7,6 @@ translation_of: Mozilla/Firefox/Releases/57
<p>Dieser Artikel enthält Informationen über die Änderungen in Firefox 57, die Entwicklern nützlich sind. Firefox 57 ist die aktuelle <a href="https://www.mozilla.org/en-US/firefox/channel/desktop/#nightly">Nightly-Version von Firefox</a> und wird am <a href="https://wiki.mozilla.org/RapidRelease/Calendar#Future_branch_dates">14. November 2017</a> veröffentlicht werden.</p>
-<article class="text-content" id="wikiArticle">
<h2 id="Firefox_57_Firefox_Quantum">Firefox 57 = Firefox Quantum</h2>
<p>Firefox 57 wurde Quantum genannt, weil dies der passendste Name für "Stabilität, Performance, etc." ist.</p>
@@ -84,15 +83,6 @@ translation_of: Mozilla/Firefox/Releases/57
<p><em>Keine Änderungen.</em></p>
-<h2 id="Siehe_auch">Siehe auch</h2>
-
-<ul>
- <li><a href="https://www.fxsitecompat.com/en-US/versions/57">Standortkompatibilität für Firefox 57</a></li>
-</ul>
-</article>
-
-<ul>
-</ul>
<h2 id="Ältere_Versionen">Ältere Versionen</h2>
diff --git a/files/de/mozilla/firefox/releases/58/index.html b/files/de/mozilla/firefox/releases/58/index.html
index ba03bbbc43..144c2d6703 100644
--- a/files/de/mozilla/firefox/releases/58/index.html
+++ b/files/de/mozilla/firefox/releases/58/index.html
@@ -3,10 +3,9 @@ title: Firefox 58 for developers
slug: Mozilla/Firefox/Releases/58
translation_of: Mozilla/Firefox/Releases/58
---
-<div>{{FirefoxSidebar}}</div><article class="text-content" id="wikiArticle">
+<div>{{FirefoxSidebar}}</div>
<p class="summary">Dieser Artikel enthält Informationen zu den Änderungen in Firefox 58, die sich auf Entwickler auswirken. Firefox 58 ist die aktuelle <a href="https://www.mozilla.org/en-US/firefox/channel/desktop/#beta">Beta-Version von Firefox</a> und wird am <a href="https://wiki.mozilla.org/RapidRelease/Calendar#Future_branch_dates">16. Januar 2018</a> ausgeliefert.</p>
-<article class="text-content" id="wikiArticle">
<h2 id="Änderungen_für_Web_Entwickler">Änderungen für Web Entwickler</h2>
<h3 id="Developer_Tools">Developer Tools</h3>
@@ -170,17 +169,6 @@ translation_of: Mozilla/Firefox/Releases/58
<p><em>Keine Änderungen.</em></p>
-<h2 id="Siehe_auch">Siehe auch</h2>
-
-<ul>
- <li><a href="https://www.fxsitecompat.com/en-US/versions/58">Site Compatibility for Firefox 58</a></li>
-</ul>
-</article>
-
-<ul>
-</ul>
-
<h2 id="Ältere_Versionen">Ältere Versionen</h2>
<p>{{Firefox_for_developers(57)}}</p>
-</article>
diff --git a/files/de/web/api/worker/index.html b/files/de/web/api/worker/index.html
index c886d5cf9f..98b09f1bf0 100644
--- a/files/de/web/api/worker/index.html
+++ b/files/de/web/api/worker/index.html
@@ -179,7 +179,7 @@ first.onchange = function() {
<h3 id="Cross-origin_worker_error_behaviour">Cross-origin worker error behaviour</h3>
-<p>In früheren Browserversionen kam es zu einem <code>SecurityError</code> bei dem Versuch ein Script für einen cross-origin worker zu laden. In neueren Browsern wird, aufgrund einer Änderung der Spezifikation, stattdessen ein {{event("error")}} Event erzeugt. Mehr über den Umgang mit solchen Fehlern ist hier zu finden: <a href="https://www.fxsitecompat.com/en-CA/docs/2016/loading-cross-origin-worker-now-fires-error-event-instead-of-throwing-worker-in-sandboxed-iframe-no-longer-allowed/">Loading cross-origin worker now fires error event instead of throwing; worker in sandboxed iframe no longer allowed</a>.</p>
+<p>In früheren Browserversionen kam es zu einem <code>SecurityError</code> bei dem Versuch ein Script für einen cross-origin worker zu laden. In neueren Browsern wird, aufgrund einer Änderung der Spezifikation, stattdessen ein {{event("error")}} Event erzeugt.</p>
<h2 id="See_also">See also</h2>
diff --git a/files/es/mozilla/firefox/releases/50/index.html b/files/es/mozilla/firefox/releases/50/index.html
index bac952686e..7635c07698 100644
--- a/files/es/mozilla/firefox/releases/50/index.html
+++ b/files/es/mozilla/firefox/releases/50/index.html
@@ -192,12 +192,6 @@ translation_of: Mozilla/Firefox/Releases/50
<li>The <code>HTMLInputElement.directory</code> property, part of the <a href="https://wicg.github.io/directory-upload/proposal.html">Directory Upload API</a> proposal, has been renamed to <code>allowdirs</code> ({{bug(1288681)}}). This property is hidden behind a preference.</li>
</ul>
-<h2 id="Ver_también">Ver también</h2>
-
-<ul>
- <li><a href="https://www.fxsitecompat.com/en-US/versions/50">Compatibilidad de sitios para Firefox 50</a></li>
-</ul>
-
<h2 id="Versiones_anteriores">Versiones anteriores</h2>
<p>{{Firefox_for_developers(49)}}</p>
diff --git a/files/es/mozilla/firefox/releases/57/index.html b/files/es/mozilla/firefox/releases/57/index.html
index 557684e1fa..babda1fe34 100644
--- a/files/es/mozilla/firefox/releases/57/index.html
+++ b/files/es/mozilla/firefox/releases/57/index.html
@@ -19,7 +19,6 @@ translation_of: Mozilla/Firefox/Releases/57
<p><a href="https://hacks.mozilla.org/2017/08/inside-a-super-fast-css-engine-quantum-css-aka-stylo/">El nuevo procesador de CSS en paralelo de Firefox</a> ―también denominado <strong>Quantum CSS</strong> o <strong>Stylo</strong>― está activado de manera predeterminada en Firefox 57 para escritorio; las versiones para móviles darán el salto en el futuro. Los programadores no deberían notar ninguna diferencia importante, aparte de la amplia gama de mejoras de rendimiento. Sin embargo, existen algunas diferencias menores de funcionalidad en Stylo, las cuales se han implementado para corregir comportamientos no estándares de Gecko que habrían de desaparecer. Informaremos de esas diferencias en las páginas de referencia y en las notas de publicación según proceda (véanse {{anch("Notas sobre Quantum CSS")}}).</p>
-<article class="text-content" id="wikiArticle">
<h2 id="Cambios_para_programadores_web">Cambios para programadores web</h2>
<h3 id="Herramientas_de_desarrollo">Herramientas de desarrollo</h3>
@@ -284,16 +283,6 @@ translation_of: Mozilla/Firefox/Releases/57
</li>
</ul>
-<h2 id="Véase_también">Véase también</h2>
-
-<ul>
- <li><a href="https://www.fxsitecompat.com/en-US/versions/57">Compatibilidad de sitios con Firefox 57</a></li>
-</ul>
-</article>
-
-<ul>
-</ul>
-
<h2 id="Versiones_anteriores"> Versiones anteriores</h2>
<p>{{Firefox_for_developers(56)}}</p>
diff --git a/files/es/mozilla/firefox/releases/66/index.html b/files/es/mozilla/firefox/releases/66/index.html
index 1231c4e85a..a8877c014b 100644
--- a/files/es/mozilla/firefox/releases/66/index.html
+++ b/files/es/mozilla/firefox/releases/66/index.html
@@ -151,12 +151,6 @@ translation_of: Mozilla/Firefox/Releases/66
<p><em>Sin cambios.</em></p>
-<h2 id="Véase_también_la">Véase también la</h2>
-
-<ul>
- <li><a href="https://www.fxsitecompat.com/en-CA/versions/66/">Compatibilidad del sitio para Firefox 66</a></li>
-</ul>
-
<h2 id="Versiones_anteriores">Versiones anteriores</h2>
<p>{{Firefox_for_developers(65)}}</p>
diff --git a/files/es/web/api/geolocation_api/index.html b/files/es/web/api/geolocation_api/index.html
index 6f54c10663..ab82a16e56 100644
--- a/files/es/web/api/geolocation_api/index.html
+++ b/files/es/web/api/geolocation_api/index.html
@@ -27,10 +27,6 @@ original_slug: WebAPI/Using_geolocation
}
</pre>
-<div class="blockIndicator note">
-<p>Nota: En Firefox 24 y versiones anteriores, <code>"geolocation" in navigator</code> siempre retornaba <code>true</code> incluso si la API se encontraba deshabilitada. Esto ha sido corregido en <a href="https://www.fxsitecompat.com/en-CA/versions/25/">Firefox 25</a> para cumplir con la especificación.  ({{bug(884921)}}).</p>
-</div>
-
<h3 id="Obtención_de_la_ubicación_actual">Obtención de la ubicación actual</h3>
<p><span lang="es"><span class="hps">Para</span> <span class="hps">obtener la ubicación</span> <span class="hps">actual del usuario</span><span>, puede llamar a</span><span class="atn hps">l método </span></span>{{domxref("window.navigator.geolocation.getCurrentPosition()","getCurrentPosition()")}}<span lang="es"><span class="hps">.</span></span></p>
diff --git a/files/es/web/css/inset-block-end/index.html b/files/es/web/css/inset-block-end/index.html
index 2e271314ea..9320680ff5 100644
--- a/files/es/web/css/inset-block-end/index.html
+++ b/files/es/web/css/inset-block-end/index.html
@@ -7,10 +7,6 @@ translation_of: Web/CSS/inset-block-end
<p>La propiedad de <a href="/en-US/docs/Web/CSS" title="CSS">CSS</a><span class="seoSummary"> <strong><code>inset-block-end</code></strong> define el desplazamiento de final de bloque lógico de un elemento, que se asigna a una inserción física en función del modo de escritura, la direccionalidad y la orientación del texto del elemento. Corresponde a la propiedad {{cssxref ("top")}}, {{cssxref ("right")}}, {{cssxref ("bottom")}}, o {{cssxref ("left")}} dependiendo de la propiedad en los valores definidos para {{cssxref ("modo de escritura")}}, {{cssxref ("dirección")}} y {{cssxref ("orientación de texto")}}.</span></p>
-<div class="note">
-<p><strong>Note</strong>: Antes de Firefox 63 esta propiedad fue implementada como offset-block-end. <a href="https://www.fxsitecompat.com/en-CA/docs/2018/offset-logical-properties-have-been-renamed-to-inset/">Firefox 63 actualizó el nombre de esta propiedad.</a> para que coincida con un cambio en la especificación.</p>
-</div>
-
<pre class="brush:css no-line-numbers">/* &lt;length&gt; values */
inset-block-end: 3px;
inset-block-end: 2.4em;
diff --git a/files/es/web/css/inset-block-start/index.html b/files/es/web/css/inset-block-start/index.html
index 696ed32a3d..002a86585a 100644
--- a/files/es/web/css/inset-block-start/index.html
+++ b/files/es/web/css/inset-block-start/index.html
@@ -7,10 +7,6 @@ translation_of: Web/CSS/inset-block-start
<p>La propiedad de <a href="/en-US/docs/Web/CSS" title="CSS">CSS</a><span class="seoSummary"> <strong><code>inset-block-start</code></strong> define el desplazamiento de inicio de bloque lógico de un elemento, que se asigna a una inserción física en función del modo de escritura, la direccionalidad y la orientación del texto del elemento. Corresponde a la propiedad {{cssxref ("top")}}, {{cssxref ("right")}}, {{cssxref ("bottom")}}, o {{cssxref ("left")}} dependiendo de la propiedad en los valores definidos para {{cssxref ("modo de escritura")}}, {{cssxref ("dirección")}} y {{cssxref ("orientación de texto")}}.</span></p>
-<div class="note">
-<p><strong>Nota</strong>: Antes de Firefox 63 esta propiedad fue implementada como offset-block-start. <a href="https://www.fxsitecompat.com/en-CA/docs/2018/offset-logical-properties-have-been-renamed-to-inset/" rel="noopener">Firefox 63 actualizó el nombre de esta propiedad.</a> para que coincida con un cambio en la especificación.</p>
-</div>
-
<pre class="brush:css no-line-numbers">/* &lt;length&gt; values */
inset-block-start: 3px;
inset-block-start: 2.4em;
diff --git a/files/es/web/css/inset-inline-end/index.html b/files/es/web/css/inset-inline-end/index.html
index 81e9b14188..ec30795449 100644
--- a/files/es/web/css/inset-inline-end/index.html
+++ b/files/es/web/css/inset-inline-end/index.html
@@ -7,10 +7,6 @@ translation_of: Web/CSS/inset-inline-end
<p>La propiedad de <a href="/en-US/docs/Web/CSS" title="CSS">CSS</a><span class="seoSummary"> <strong><code>inset-inline-end</code></strong> define la inserción final lógica en línea de un elemento, que se asigna a una inserción física en función del modo de escritura, la direccionalidad y la orientación del texto del elemento. Corresponde a la propiedad {{cssxref ("top")}}, {{cssxref ("right")}}, {{cssxref ("bottom")}}, o {{cssxref ("left")}} dependiendo de la propiedad en los valores definidos para {{cssxref ("modo de escritura")}}, {{cssxref ("dirección")}} y {{cssxref ("orientación de texto")}}.</span></p>
-<div class="note">
-<p><strong>Nota</strong>: Antes de Firefox 63 esta propiedad fue implementada como offset-inline-end. <a href="https://www.fxsitecompat.com/en-CA/docs/2018/offset-logical-properties-have-been-renamed-to-inset/" rel="noopener">Firefox 63 actualizó el nombre de esta propiedad.</a> para que coincida con un cambio en la especificación.</p>
-</div>
-
<pre class="brush:css no-line-numbers">/* &lt;length&gt; values */
inset-inline-end: 3px;
inset-inline-end: 2.4em;
diff --git a/files/es/web/css/inset-inline-start/index.html b/files/es/web/css/inset-inline-start/index.html
index 0f4b93b8e7..aaa210034e 100644
--- a/files/es/web/css/inset-inline-start/index.html
+++ b/files/es/web/css/inset-inline-start/index.html
@@ -7,10 +7,6 @@ translation_of: Web/CSS/inset-inline-start
<p>La propiedad de <a href="/en-US/docs/Web/CSS" title="CSS">CSS</a><span class="seoSummary"> <strong><code>inset-inline-start</code></strong> define la inserción de inicio en línea lógica de un elemento, que se asigna a un desplazamiento físico en función del modo de escritura, la direccionalidad y la orientación del texto del elemento. Corresponde a la propiedad {{cssxref("top")}}, {{cssxref("right")}}, {{cssxref("bottom")}}, o {{cssxref("left")}} dependiendo de la propiedad en los valores definidos para </span>{{cssxref("writing-mode")}}, {{cssxref("direction")}}, y {{cssxref("text-orientation")}}.</p>
-<div class="note">
-<p><strong>Nota</strong>: Antes de Firefox 63 esta propiedad fue implementada como offset-inline-start. <a href="https://www.fxsitecompat.com/en-CA/docs/2018/offset-logical-properties-have-been-renamed-to-inset/" rel="noopener">Firefox 63 actualizó el nombre de esta propiedad.</a> para que coincida con un cambio en la especificación.</p>
-</div>
-
<pre class="brush:css no-line-numbers">/* &lt;length&gt; values */
inset-inline-start: 3px;
inset-inline-start: 2.4em;