From 20c7fd773df964681f7dd9d7a305293abd5a04ad Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 27 Jul 2021 14:15:05 -0400 Subject: remove link 'title' attributes that's just the 'href' (ru, part 3) (#1746) --- .../how_to_build_custom_form_controls/index.html | 2 +- files/ru/web/api/beforeunloadevent/index.html | 2 +- files/ru/web/api/datatransfer/index.html | 2 +- files/ru/web/api/document/compatmode/index.html | 2 +- .../api/document/getelementsbyclassname/index.html | 2 +- .../api/document/getelementsbytagname/index.html | 2 +- files/ru/web/api/document/index.html | 2 +- files/ru/web/api/document/writeln/index.html | 2 +- .../index.html | 2 +- files/ru/web/api/element/attributes/index.html | 2 +- files/ru/web/api/element/classlist/index.html | 2 +- .../ru/web/api/element/queryselectorall/index.html | 2 +- files/ru/web/api/element/scrolltop/index.html | 2 +- files/ru/web/api/element/setattribute/index.html | 2 +- .../api/eventtarget/addeventlistener/index.html | 2 +- .../using_files_from_web_applications/index.html | 4 +-- .../web/api/globaleventhandlers/onload/index.html | 2 +- files/ru/web/api/htmlcollection/index.html | 4 +-- .../api/indexeddb_api/using_indexeddb/index.html | 6 ++-- files/ru/web/api/navigation_timing_api/index.html | 2 +- files/ru/web/api/nodelist/index.html | 2 +- .../structured_clone_algorithm/index.html | 4 +-- files/ru/web/api/webgl_api/index.html | 10 +++--- .../index.html | 4 +-- .../tutorial/getting_started_with_webgl/index.html | 2 +- files/ru/web/api/webgl_api/tutorial/index.html | 2 +- files/ru/web/api/websocket/index.html | 2 +- files/ru/web/api/websockets_api/index.html | 6 ++-- files/ru/web/api/xmlhttprequest/index.html | 2 +- .../xmlhttprequest/using_xmlhttprequest/index.html | 8 ++--- files/ru/web/css/background-size/index.html | 2 +- .../the_stacking_context/index.html | 2 +- files/ru/web/css/reference/index.html | 2 +- files/ru/web/html/attributes/index.html | 2 +- files/ru/web/html/element/a/index.html | 4 +-- files/ru/web/html/element/form/index.html | 6 ++-- files/ru/web/html/element/index.html | 2 +- files/ru/web/html/element/tfoot/index.html | 4 +-- .../html/quirks_mode_and_standards_mode/index.html | 2 +- .../list_of_default_accept_values/index.html | 8 ++--- files/ru/web/http/headers/index.html | 42 +++++++++++----------- files/ru/web/http/index.html | 2 +- files/ru/web/mathml/authoring/index.html | 2 +- files/ru/web/mathml/element/index.html | 2 +- .../ru/web/security/same-origin_policy/index.html | 4 +-- 45 files changed, 88 insertions(+), 88 deletions(-) (limited to 'files/ru') diff --git a/files/ru/learn/forms/how_to_build_custom_form_controls/index.html b/files/ru/learn/forms/how_to_build_custom_form_controls/index.html index 4d256c623b..9c987273c5 100644 --- a/files/ru/learn/forms/how_to_build_custom_form_controls/index.html +++ b/files/ru/learn/forms/how_to_build_custom_form_controls/index.html @@ -413,7 +413,7 @@ original_slug: Learn/HTML/Forms/How_to_build_custom_form_widgets

В коде который мы собираемся написать, для выполнения всех необходимых действий мы будем использовать стандартный DOM API. Однако, хотя поддержка DOM API в браузерах стала гораздо лучше, все ещё есть нюансы с устраевшеними браузерами  (особенно со старым добрым Internet Explorer).

-

Чтобы избежать неприятностей с устаревшими браузерами есть два способа: использовать отдельный фреймворк такой как jQuery, $dom, prototype, Dojo, YUI, и т.п., или самостоятельно реализовать недостающие функции которые вам нужны (что можно легко сделать через условную загрузку, например используя библиотеку yepnope).

+

Чтобы избежать неприятностей с устаревшими браузерами есть два способа: использовать отдельный фреймворк такой как jQuery, $dom, prototype, Dojo, YUI, и т.п., или самостоятельно реализовать недостающие функции которые вам нужны (что можно легко сделать через условную загрузку, например используя библиотеку yepnope).

Мы планируем использовать следующие функции (от самых рискованных до самых безопасных):

diff --git a/files/ru/web/api/beforeunloadevent/index.html b/files/ru/web/api/beforeunloadevent/index.html index 7f1d4b9089..e7be7cb740 100644 --- a/files/ru/web/api/beforeunloadevent/index.html +++ b/files/ru/web/api/beforeunloadevent/index.html @@ -67,5 +67,5 @@ window.addEventListener("beforeunload", function( event ) {
  • {{Event("load")}}
  • {{Event("beforeunload")}}
  • {{Event("unload")}}
  • -
  • Выгрузка Документов - Запрос на выгрузку документа 
  • +
  • Выгрузка Документов - Запрос на выгрузку документа 
  • diff --git a/files/ru/web/api/datatransfer/index.html b/files/ru/web/api/datatransfer/index.html index b0efee3b51..65781c32f6 100644 --- a/files/ru/web/api/datatransfer/index.html +++ b/files/ru/web/api/datatransfer/index.html @@ -141,7 +141,7 @@ translation_of: Web/API/DataTransfer

    Данный пример демонстрирует перетаскивание файлов в окно браузера:

    -

    http://jsfiddle.net/9C2EF/

    +

    http://jsfiddle.net/9C2EF/

    types

    diff --git a/files/ru/web/api/document/compatmode/index.html b/files/ru/web/api/document/compatmode/index.html index f8a48a4ca2..36fe63bce9 100644 --- a/files/ru/web/api/document/compatmode/index.html +++ b/files/ru/web/api/document/compatmode/index.html @@ -46,5 +46,5 @@ translation_of: Web/API/Document/compatMode

    Спецификации

    diff --git a/files/ru/web/api/document/getelementsbyclassname/index.html b/files/ru/web/api/document/getelementsbyclassname/index.html index d4a6b01857..9c4e32585c 100644 --- a/files/ru/web/api/document/getelementsbyclassname/index.html +++ b/files/ru/web/api/document/getelementsbyclassname/index.html @@ -75,5 +75,5 @@ var testDivs = Array.prototype.filter.call(testElements, function(testElement){

    Спецификация

    diff --git a/files/ru/web/api/document/getelementsbytagname/index.html b/files/ru/web/api/document/getelementsbytagname/index.html index ddca594e65..d042549ab2 100644 --- a/files/ru/web/api/document/getelementsbytagname/index.html +++ b/files/ru/web/api/document/getelementsbytagname/index.html @@ -23,7 +23,7 @@ translation_of: Web/API/Document/getElementsByTagName
  • name строка представляющая собой имя элемента. Специальная строка "*" позволяет получить все элементы.
  • -
    Примечание: Последняя W3C спецификация говорит что elements является HTMLCollection; между тем, данный метод возвращает {{domxref("NodeList")}} в WebKit браузерах. См. {{bug(14869)}} для большей информации.
    +
    Примечание: Последняя W3C спецификация говорит что elements является HTMLCollection; между тем, данный метод возвращает {{domxref("NodeList")}} в WebKit браузерах. См. {{bug(14869)}} для большей информации.

    Примеры

    diff --git a/files/ru/web/api/document/index.html b/files/ru/web/api/document/index.html index 73ec10c7b4..ef7162302c 100644 --- a/files/ru/web/api/document/index.html +++ b/files/ru/web/api/document/index.html @@ -391,7 +391,7 @@ translation_of: Web/API/Document
    {{domxref("document.fileSize")}}* {{non-standard_inline}} {{obsolete_inline}}
    -
    Returns size in bytes of the document. Starting with Internet Explorer 11, that property is no longer supported. See MSDN.
    +
    Returns size in bytes of the document. Starting with Internet Explorer 11, that property is no longer supported. See MSDN.
    Internet Explorer does not support all methods from the Node interface in the Document interface:
    diff --git a/files/ru/web/api/document/writeln/index.html b/files/ru/web/api/document/writeln/index.html index 0f1db604d6..adc4669261 100644 --- a/files/ru/web/api/document/writeln/index.html +++ b/files/ru/web/api/document/writeln/index.html @@ -27,7 +27,7 @@ translation_of: Web/API/Document/writeln

    document.writeln тоже самое, что document.write но добавляет знак новой строки.

    -
    Примечание: document.writeln (как и document.write) не работает с XHTML документами (вы получите ошибку "Operation is not supported" (NS_ERROR_DOM_NOT_SUPPORTED_ERR) в консоли ошибок). Происходит это, если открыть локальный файл с расширением .xhtml или документ с MIME типом application/xhtml+xml. Больше информации доступно на W3C XHTML FAQ.
    +
    Примечание: document.writeln (как и document.write) не работает с XHTML документами (вы получите ошибку "Operation is not supported" (NS_ERROR_DOM_NOT_SUPPORTED_ERR) в консоли ошибок). Происходит это, если открыть локальный файл с расширением .xhtml или документ с MIME типом application/xhtml+xml. Больше информации доступно на W3C XHTML FAQ.

    Спецификации

    diff --git a/files/ru/web/api/document_object_model/locating_dom_elements_using_selectors/index.html b/files/ru/web/api/document_object_model/locating_dom_elements_using_selectors/index.html index fcf0e9351a..6cbbb30e19 100644 --- a/files/ru/web/api/document_object_model/locating_dom_elements_using_selectors/index.html +++ b/files/ru/web/api/document_object_model/locating_dom_elements_using_selectors/index.html @@ -42,7 +42,7 @@ original_slug: DOM/DOM_Reference/Locating_DOM_elements_using_selectors

    See also