From b3400a41e5ff084784e4557bb07c0a351a34d477 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 2 Aug 2021 22:42:50 -0400 Subject: remove link 'title' attributes that's just the 'href' (ja, part 4) (#1851) --- files/ja/web/api/window/index.html | 2 +- files/ja/web/api/window/navigator/index.html | 2 +- files/ja/web/api/window/requestanimationframe/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ja/web/api/window') diff --git a/files/ja/web/api/window/index.html b/files/ja/web/api/window/index.html index 196afe6084..1e6d4779e7 100644 --- a/files/ja/web/api/window/index.html +++ b/files/ja/web/api/window/index.html @@ -33,7 +33,7 @@ translation_of: Web/API/Window
{{domxref("DOMParser")}}
-
DOMParser は文字列で保存された XML や HTML ソースを解析して、 DOM Document に変換できます。 DOMParserDOM Parsing and Serialization で定められています。
+
DOMParser は文字列で保存された XML や HTML ソースを解析して、 DOM Document に変換できます。 DOMParserDOM Parsing and Serialization で定められています。
{{domxref("Image")}}
{{domxref("HTMLImageElement")}} を生成します。
{{domxref("Option")}}
diff --git a/files/ja/web/api/window/navigator/index.html b/files/ja/web/api/window/navigator/index.html index d5bee820cd..4e03c32fde 100644 --- a/files/ja/web/api/window/navigator/index.html +++ b/files/ja/web/api/window/navigator/index.html @@ -106,7 +106,7 @@ translation_of: Web/API/Window/navigator

仕様

関連情報

diff --git a/files/ja/web/api/window/requestanimationframe/index.html b/files/ja/web/api/window/requestanimationframe/index.html index aa3eee230c..4c1b3bede1 100644 --- a/files/ja/web/api/window/requestanimationframe/index.html +++ b/files/ja/web/api/window/requestanimationframe/index.html @@ -105,6 +105,6 @@ window.requestAnimationFrame(step);
  • requestAnimationFrame for smart animating - ブログ投稿
  • Animating with javascript: from setInterval to requestAnimationFrame - ブログ投稿
  • Using PC Hardware more efficiently in HTML5: New Web Performance APIs, Part 1 - ブログ投稿
  • -
  • TestUFO: Test your web browser for requestAnimationFrame() Timing Deviations
  • +
  • TestUFO: Test your web browser for requestAnimationFrame() Timing Deviations
  • Paul Irish: requestAnimationFrame API: now with sub-millisecond precision
  • -- cgit v1.2.3-54-g00ecf