diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 11:33:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 11:33:49 -0400 |
commit | 4c9408f79ed6ccf2b81c4cfaf73cb34cf4d25eb4 (patch) | |
tree | 0450d8e183c235b7ce07e9c34be2220e6ae1eab2 /files/es/web/api/document | |
parent | a0187295debbfe75d4409f360ba7e0ff765ca2f3 (diff) | |
download | translated-content-4c9408f79ed6ccf2b81c4cfaf73cb34cf4d25eb4.tar.gz translated-content-4c9408f79ed6ccf2b81c4cfaf73cb34cf4d25eb4.tar.bz2 translated-content-4c9408f79ed6ccf2b81c4cfaf73cb34cf4d25eb4.zip |
Remove link title attributes thats just the href es (#1737)
* remove link 'title' attributes that's just the 'href' (es)
* a couple more
Diffstat (limited to 'files/es/web/api/document')
-rw-r--r-- | files/es/web/api/document/clear/index.html | 2 | ||||
-rw-r--r-- | files/es/web/api/document/createevent/index.html | 2 | ||||
-rw-r--r-- | files/es/web/api/document/defaultview/index.html | 2 | ||||
-rw-r--r-- | files/es/web/api/document/getelementsbyclassname/index.html | 2 | ||||
-rw-r--r-- | files/es/web/api/document/getelementsbyname/index.html | 2 | ||||
-rw-r--r-- | files/es/web/api/document/head/index.html | 2 | ||||
-rw-r--r-- | files/es/web/api/document/index.html | 2 | ||||
-rw-r--r-- | files/es/web/api/document/keyup_event/index.html | 2 | ||||
-rw-r--r-- | files/es/web/api/document/queryselector/index.html | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/files/es/web/api/document/clear/index.html b/files/es/web/api/document/clear/index.html index 6208e48885..025cba97d4 100644 --- a/files/es/web/api/document/clear/index.html +++ b/files/es/web/api/document/clear/index.html @@ -27,5 +27,5 @@ translation_of: Web/API/Document/clear <h2 id="Especificación">Especificación</h2> <ul> - <li><a class="external" href="http://www.whatwg.org/html/#dom-document-clear" title="http://www.whatwg.org/html/#dom-document-clear">HTML5</a></li> + <li><a class="external" href="http://www.whatwg.org/html/#dom-document-clear">HTML5</a></li> </ul> diff --git a/files/es/web/api/document/createevent/index.html b/files/es/web/api/document/createevent/index.html index 69c2e36b5c..1e7cb6ebd3 100644 --- a/files/es/web/api/document/createevent/index.html +++ b/files/es/web/api/document/createevent/index.html @@ -32,5 +32,5 @@ original_slug: Web/API/Event/createEvent <h3 id="Especificación">Especificación</h3> <ul> - <li><a class="external" href="http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-document" title="http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-document">DOM Level 2 Events</a></li> + <li><a class="external" href="http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-document">DOM Level 2 Events</a></li> </ul> diff --git a/files/es/web/api/document/defaultview/index.html b/files/es/web/api/document/defaultview/index.html index e2b44cdd71..0dec5be150 100644 --- a/files/es/web/api/document/defaultview/index.html +++ b/files/es/web/api/document/defaultview/index.html @@ -31,5 +31,5 @@ translation_of: Web/API/Document/defaultView <ul> <li><a href="/en-US/docs/HTML/HTML5" title="HTML/HTML5">HTML5: defaultView</a></li> <li><a class="external" href="http://www.w3.org/TR/DOM-Level-2-Views/views.html#Views-DocumentView-defaultView">DOM Level 2 Views: defaultView</a></li> - <li><a class="external" href="http://www.w3.org/TR/DOM-Level-3-Views/" title="http://www.w3.org/TR/DOM-Level-3-Views/">DOM Level 3 Views</a> (Actualmente en desarrolo como "Working Group Note" en W3C y aún no está implementado)</li> + <li><a class="external" href="http://www.w3.org/TR/DOM-Level-3-Views/">DOM Level 3 Views</a> (Actualmente en desarrolo como "Working Group Note" en W3C y aún no está implementado)</li> </ul> diff --git a/files/es/web/api/document/getelementsbyclassname/index.html b/files/es/web/api/document/getelementsbyclassname/index.html index b3a7179e4d..f328abd5fb 100644 --- a/files/es/web/api/document/getelementsbyclassname/index.html +++ b/files/es/web/api/document/getelementsbyclassname/index.html @@ -92,5 +92,5 @@ var testDivs = Array.prototype.filter.call(testElements, function(testElement){ <h2 id="Specification" name="Specification">Especifiación</h2> <ul> - <li><a href="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-document-getelementsbyclassname" title="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-document-getelementsbyclassname"><span class="external">W3C: getElementsByClassName</span></a></li> + <li><a href="https://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-document-getelementsbyclassname"><span class="external">W3C: getElementsByClassName</span></a></li> </ul> diff --git a/files/es/web/api/document/getelementsbyname/index.html b/files/es/web/api/document/getelementsbyname/index.html index 50350fe0ec..7c33d75d6e 100644 --- a/files/es/web/api/document/getelementsbyname/index.html +++ b/files/es/web/api/document/getelementsbyname/index.html @@ -47,7 +47,7 @@ console.log(up_forms[0].tagName); // returns "FORM" <ul> <li><a href="http://www.w3.org/TR/DOM-Level-2-HTML/">DOM Level 2 HTML: getElementsByName</a></li> - <li><a href="http://www.whatwg.org/html/#dom-document-getelementsbyname" title="http://www.whatwg.org/html/">HTML5: getElementsByName</a></li> + <li><a href="http://www.whatwg.org/html/#dom-document-getelementsbyname">HTML5: getElementsByName</a></li> </ul> <h2 id="Especificaciones">Especificaciones</h2> diff --git a/files/es/web/api/document/head/index.html b/files/es/web/api/document/head/index.html index a135b5cf3e..54812bba7e 100644 --- a/files/es/web/api/document/head/index.html +++ b/files/es/web/api/document/head/index.html @@ -79,5 +79,5 @@ alert( document.head === document.querySelector("head") ); // true <h2 id="Specification" name="Specification">Especificación</h2> <ul> - <li><a href="http://www.w3.org/TR/html5/dom.html#dom-tree-accessors" title="http://www.w3.org/TR/html5/dom.html#dom-document-head">HTML5: DOM Tree Accessors</a></li> + <li><a href="http://www.w3.org/TR/html5/dom.html#dom-tree-accessors">HTML5: DOM Tree Accessors</a></li> </ul> diff --git a/files/es/web/api/document/index.html b/files/es/web/api/document/index.html index dc4e69cabe..78d3ef618a 100644 --- a/files/es/web/api/document/index.html +++ b/files/es/web/api/document/index.html @@ -378,7 +378,7 @@ translation_of: Web/API/Document <dl> <dt>{{domxref("document.fileSize")}}* {{non-standard_inline}} {{obsolete_inline}}</dt> - <dd>Returns size in bytes of the document. Starting with Internet Explorer 11, that property is no longer supported. See <a href="http://msdn.microsoft.com/en-us/library/ms533752%28v=VS.85%29.aspx" title="http://msdn.microsoft.com/en-us/library/ms533752%28v=VS.85%29.aspx">MSDN</a>.</dd> + <dd>Returns size in bytes of the document. Starting with Internet Explorer 11, that property is no longer supported. See <a href="http://msdn.microsoft.com/en-us/library/ms533752%28v=VS.85%29.aspx">MSDN</a>.</dd> <dt><span style="font-weight: normal; line-height: 1.5;">Internet Explorer does not support all methods from the <code>Node</code> interface in the <code>Document</code> interface:</span></dt> </dl> diff --git a/files/es/web/api/document/keyup_event/index.html b/files/es/web/api/document/keyup_event/index.html index 350629e9ab..75aa235cef 100644 --- a/files/es/web/api/document/keyup_event/index.html +++ b/files/es/web/api/document/keyup_event/index.html @@ -11,7 +11,7 @@ translation_of: Web/API/Document/keyup_event <dt style="float: left; text-align: right; width: 120px;">Specification</dt> <dd style="margin: 0 0 0 120px;"><a class="external" href="http://www.w3.org/TR/DOM-Level-3-Events/#event-type-keyup">DOM L3</a></dd> <dt style="float: left; text-align: right; width: 120px;">Interface</dt> - <dd style="margin: 0 0 0 120px;"><a href="http://developer.mozilla.org/en-US/docs/DOM/KeyboardEvent" title="http://en-US/docs/DOM/KeyboardEvent">KeyboardEvent</a></dd> + <dd style="margin: 0 0 0 120px;"><a href="http://developer.mozilla.org/en-US/docs/DOM/KeyboardEvent">KeyboardEvent</a></dd> <dt style="float: left; text-align: right; width: 120px;">Bubbles</dt> <dd style="margin: 0 0 0 120px;">Si</dd> <dt style="float: left; text-align: right; width: 120px;">Cancelable</dt> diff --git a/files/es/web/api/document/queryselector/index.html b/files/es/web/api/document/queryselector/index.html index b442ba5bbb..65e631baf2 100644 --- a/files/es/web/api/document/queryselector/index.html +++ b/files/es/web/api/document/queryselector/index.html @@ -123,7 +123,7 @@ translation_of: Web/API/Document/querySelector <h2 id="Specification" name="Specification">Especificaciones</h2> <ul> - <li><a class="external" href="http://www.w3.org/TR/selectors-api/" title="http://www.w3.org/TR/selectors-api/">Selectors API</a></li> + <li><a class="external" href="http://www.w3.org/TR/selectors-api/">Selectors API</a></li> </ul> <h2 id="See_also" name="See_also">Vea también</h2> |