diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-03 10:47:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 23:47:53 +0900 |
commit | f639481a733ab7e23d0302fa68eb723d428bb373 (patch) | |
tree | fee896c90bb09a8a35c293fb6ce3e55bfcbad4e6 | |
parent | 3224fae710c5287f61da7470993d56f956e47927 (diff) | |
download | translated-content-f639481a733ab7e23d0302fa68eb723d428bb373.tar.gz translated-content-f639481a733ab7e23d0302fa68eb723d428bb373.tar.bz2 translated-content-f639481a733ab7e23d0302fa68eb723d428bb373.zip |
remove link 'title' attributes that's just the 'href' (ja, part 5) (#1861)
50 files changed, 117 insertions, 117 deletions
diff --git a/files/ja/mdn/tools/kumascript/index.html b/files/ja/mdn/tools/kumascript/index.html index 2a2a5132d2..b74cc09822 100644 --- a/files/ja/mdn/tools/kumascript/index.html +++ b/files/ja/mdn/tools/kumascript/index.html @@ -77,7 +77,7 @@ Hello #2</pre> <p>このマクロからのデータは、テンプレートコード内で <code class="language-javascript">$0</code> 引数のオブジェクトとして利用できます (例えば、 <code>$0.Alpha</code>, <code>$0.Beta</code>, <code>$0.Foo</code>)。これにより、引数の単純なリストで実現することが難しい又は不可能な複雑なデータ構造を、マクロ引数で表すことができます。</p> -<p>なお、この引数の形はとても繊細です。 — 正確に <a href="http://json.org/" title="http://json.org/">JSON の構文</a>に従っていなければならず、間違いを犯しやすいエスケープ文字の要件が求められます (例えば、すべてのスラッシュをエスケープするなど)。疑わしい場合は、 <a href="http://jsonlint.com/" title="http://jsonlint.com/">JSON をバリデーターに掛けてみてください</a>。</p> +<p>なお、この引数の形はとても繊細です。 — 正確に <a href="http://json.org/" title="http://json.org/">JSON の構文</a>に従っていなければならず、間違いを犯しやすいエスケープ文字の要件が求められます (例えば、すべてのスラッシュをエスケープするなど)。疑わしい場合は、 <a href="http://jsonlint.com/">JSON をバリデーターに掛けてみてください</a>。</p> <h4 id="How_to_write_in_text" name="How_to_write_in_text">「\{{」を記述する方法</h4> @@ -202,7 +202,7 @@ Hello #2</pre> <h4 id="Built-in_methods" name="Built-in_methods">ビルトインメソッド</h4> -<p>This manually-maintained documentation is likely to fall out of date with the code. With that in mind, <a class="link-https" href="https://github.com/mdn/kumascript/blob/master/lib/kumascript/api.js#L175" title="https://github.com/mdn/kumascript/blob/master/lib/kumascript/api.js#L208">you can always check out the latest state of built-in APIs in the KumaScript source</a>. But here is a selection of useful methods exposed to templates:</p> +<p>This manually-maintained documentation is likely to fall out of date with the code. With that in mind, <a class="link-https" href="https://github.com/mdn/kumascript/blob/master/lib/kumascript/api.js#L175">you can always check out the latest state of built-in APIs in the KumaScript source</a>. But here is a selection of useful methods exposed to templates:</p> <dl> <dt><code class="language-javascript">md5(string)</code></dt> @@ -223,7 +223,7 @@ Hello #2</pre> <dt><code class="language-javascript">cacheFn(key, timeout, function_to_cache)</code></dt> <dd>Using the given key and cache entry lifetime, cache the results of the given function. Honors the value of <code>env.cache_control</code> to invalidate cache on <code>no-cache</code>, which can be sent by a logged-in user hitting shift-refresh.</dd> <dt><code class="language-javascript">request</code></dt> - <dd>Access to <a class="link-https" href="https://github.com/mikeal/request" title="https://github.com/mikeal/request"><code>mikeal/request</code></a>, a library for making HTTP requests. Using this module in KumaScript templates is not yet very friendly, so you may want to wrap usage in module APIs that simplify things.</dd> + <dd>Access to <a class="link-https" href="https://github.com/mikeal/request"><code>mikeal/request</code></a>, a library for making HTTP requests. Using this module in KumaScript templates is not yet very friendly, so you may want to wrap usage in module APIs that simplify things.</dd> <dt><code class="language-javascript">log.debug(string)</code></dt> <dd>Outputs a debug message into the script log on the page (i.e. the big red box that usually displays errors).</dd> </dl> diff --git a/files/ja/web/accessibility/an_overview_of_accessible_web_applications_and_widgets/index.html b/files/ja/web/accessibility/an_overview_of_accessible_web_applications_and_widgets/index.html index 5b176c9fb1..79d1db1860 100644 --- a/files/ja/web/accessibility/an_overview_of_accessible_web_applications_and_widgets/index.html +++ b/files/ja/web/accessibility/an_overview_of_accessible_web_applications_and_widgets/index.html @@ -41,7 +41,7 @@ translation_of: Web/Accessibility/An_overview_of_accessible_web_applications_and <h2 id="ARIA" name="ARIA">ARIA</h2> -<p>W3C の <a href="http://www.w3.org/WAI/" title="http://www.w3.org/WAI/">Web Accessibility Initiative</a> から生まれた <a href="http://www.w3.org/WAI/intro/aria.php" title="http://www.w3.org/WAI/intro/aria.php">WAI-ARIA</a> こと <strong>Accessible Rich Internet Applications</strong> 仕様は、スクリーンリーダーのような支援技術が必要とする、欠けているセマンティクスを追加する手段です。ARIA はマークアップに特別な属性を追加することで、開発者が自身のウィジェットをより詳しく説明することを可能にします。ARIA は動的な Web アプリケーションにおいて、標準の HTML タグとデスクトップスタイルのコントロールとの間にあるギャップを埋めるように設計されており、ほとんどのよく知られた UI ウィジェットの動作を示す役割や状態を与えます。</p> +<p>W3C の <a href="http://www.w3.org/WAI/">Web Accessibility Initiative</a> から生まれた <a href="http://www.w3.org/WAI/intro/aria.php" title="http://www.w3.org/WAI/intro/aria.php">WAI-ARIA</a> こと <strong>Accessible Rich Internet Applications</strong> 仕様は、スクリーンリーダーのような支援技術が必要とする、欠けているセマンティクスを追加する手段です。ARIA はマークアップに特別な属性を追加することで、開発者が自身のウィジェットをより詳しく説明することを可能にします。ARIA は動的な Web アプリケーションにおいて、標準の HTML タグとデスクトップスタイルのコントロールとの間にあるギャップを埋めるように設計されており、ほとんどのよく知られた UI ウィジェットの動作を示す役割や状態を与えます。</p> <p>ARIA 仕様書は 3 種類の属性に分けられています: ロール、ステート、プロパティです。ロールは HTML 4 において他の方法で利用できないウィジェット、例えばスライダー、メニューバー、タブ、ダイアログなどを説明します。プロパティはこれらのウィジェットの特徴、例えばドラッグ可能、必須の要素がある、関連づけられたポップアップがあるなどを説明します。ステートは要素について支援技術に伝える現在の対話状態、例えばビジー、無効、選択中、非可視などを説明します。</p> @@ -87,13 +87,13 @@ translation_of: Web/Accessibility/An_overview_of_accessible_web_applications_and <li><strong><code>aria-grabbed</code></strong>: ドラッグアンドドロップの操作で、オブジェクトが 'つかまれている' 状態を示します。</li> </ul> -<p>(ARIA のすべてのステートの一覧については、<a href="http://www.w3.org/TR/wai-aria/states_and_properties" title="http://www.w3.org/TR/wai-aria/states_and_properties">ARIA のステートとプロパティの一覧</a>をご覧ください。)</p> +<p>(ARIA のすべてのステートの一覧については、<a href="http://www.w3.org/TR/wai-aria/states_and_properties">ARIA のステートとプロパティの一覧</a>をご覧ください。)</p> <p>開発者は UI ウィジェット要素の状態を示すために ARIA のステートを使用して、ステートの変化に基づく視覚的外見の変更に (スクリプトを使用して要素のクラス名を変更するのではなく) CSS の属性セレクタを使用しましょう。</p> <p><em>注意: この例(</em><s><em><a class="external external-icon" href="http://www.oaa-accessibility.org/example/25/" rel="freelink">http://www.oaa-accessibility.org/example/25/</a></em></s><em>) はもう利用できません。状況が変わったので、W3C ARIA オーサリングプラクティスガイドの例</em> <em>(<a class="external external-icon" href="http://www.w3.org/TR/wai-aria-practices-1.1/examples/checkbox/checkbox-1/checkbox-1.html">www.w3.org/TR/wai-aria-practices-1.1/examples/checkbox/checkbox-1/checkbox-1.html</a>) を見てください。</em></p> -<p><s>Open Ajax Alliance の Web サイトに、<a href="http://www.oaa-accessibility.org/example/25/" title="http://www.oaa-accessibility.org/example/25/">ARIA のステートに基づく CSS 属性セレクタの例</a>があります。この例では、動的なメニューシステムによる WYSIWYG エディタのインターフェイスを示しています。フォントフェイススなどのメニューで現在選択されている項目は、他のアイテムと視覚的に区別されます。例の中で関係する部分を、以下で説明します。</s></p> +<p><s>Open Ajax Alliance の Web サイトに、<a href="http://www.oaa-accessibility.org/example/25/">ARIA のステートに基づく CSS 属性セレクタの例</a>があります。この例では、動的なメニューシステムによる WYSIWYG エディタのインターフェイスを示しています。フォントフェイススなどのメニューで現在選択されている項目は、他のアイテムと視覚的に区別されます。例の中で関係する部分を、以下で説明します。</s></p> <p><s>この例でメニュー用の HTML は、例 1a で示す形式になっています。7 行目と 13 行目で、メニュー項目の選択状態を表すために <strong><code>aria-checked</code></strong> プロパティを使用していることに注意してください。</s></p> @@ -103,7 +103,7 @@ translation_of: Web/Accessibility/An_overview_of_accessible_web_applications_and <p>コンテンツの可視性を変えるとき (例えば要素を隠したり表示したりする)、開発者は <strong><code>aria-hidden</code></strong> プロパティの値を変更するとよいでしょう。先に説明した手法を、<code>display:none</code> を使用して要素を視覚的に隠すという CSS を示すために使用しましょう。</p> -<p>Open Ajax Alliance の Web サイトに、<a href="http://www.oaa-accessibility.org/example/39/" title="http://www.oaa-accessibility.org/example/39/">可視性の制御に <strong><code>aria-hidden</code></strong> を使用するツールチップの例</a>があります。この例では、入力フィールドに関する指示を収めたツールチップを持つシンプルな Web フォームの例を示しています。例の中で関係する部分を、以下で説明します。</p> +<p>Open Ajax Alliance の Web サイトに、<a href="http://www.oaa-accessibility.org/example/39/">可視性の制御に <strong><code>aria-hidden</code></strong> を使用するツールチップの例</a>があります。この例では、入力フィールドに関する指示を収めたツールチップを持つシンプルな Web フォームの例を示しています。例の中で関係する部分を、以下で説明します。</p> <p>この例でツールチップ用の HTML は、例 2a で示す形式になっています。9 行目で <strong><code>aria-hidden</code></strong> を <code>true</code> に設定しています。</p> @@ -172,14 +172,14 @@ translation_of: Web/Accessibility/An_overview_of_accessible_web_applications_and <p>従って前出のタブウィジェットの例では、ユーザが Tab および Shift+Tab キーを使用してウィジェットのコンテナ (マークアップにおける <ol>) に出入りするナビゲーションを行えるとよいでしょう。キーボードのフォーカスがコンテナ内に入ったら、矢印キーで各々のタブ (<li> 要素) を行き来できるとよいでしょう。ここからは、プラットフォームによって慣習が異なります。Windows では、ユーザが矢印キーを押すと自動的に次のタブがアクティブ化されます。Mac OS X では、ユーザは次のタブをアクティブ化するために Enter またはスペースキーを押します。<a href="/ja/docs/Web/Accessibility/Keyboard-navigable_JavaScript_widgets" title="Accessibility/Keyboard-navigable JavaScript widgets">キーボードでナビゲーション可能な JavaScript ウィジェット</a>作成の包括的なチュートリアルで、このような動作を JavaScript で実装する方法を説明します。</p> -<p>デスクトップスタイルのキーボードナビゲーションの慣習に関する詳細として、包括的な <a class="external external-icon" href="http://access.aol.com/dhtml-style-guide-working-group/" title="http://dev.aol.com/dhtml_style_guide">DHTML style guide</a> があります。これは、ARIA がサポートする各種ウィジェットで動作すべきキーボードナビゲーションは何かの概要を示します。W3C でもさまざまなウィジェット向けのキーボードナビゲーションやショートカットの慣習を収めた、<a href="http://www.w3.org/WAI/PF/aria-practices/Overview.html" title="http://www.w3.org/WAI/PF/aria-practices/Overview.html">ARIA Best Practices</a> の有用なドキュメントを提供しています。</p> +<p>デスクトップスタイルのキーボードナビゲーションの慣習に関する詳細として、包括的な <a class="external external-icon" href="http://access.aol.com/dhtml-style-guide-working-group/" title="http://dev.aol.com/dhtml_style_guide">DHTML style guide</a> があります。これは、ARIA がサポートする各種ウィジェットで動作すべきキーボードナビゲーションは何かの概要を示します。W3C でもさまざまなウィジェット向けのキーボードナビゲーションやショートカットの慣習を収めた、<a href="http://www.w3.org/WAI/PF/aria-practices/Overview.html">ARIA Best Practices</a> の有用なドキュメントを提供しています。</p> <h2 id="See_also" name="See_also">関連情報</h2> <ul> <li><a href="/ja/docs/ARIA" title="ARIA">ARIA</a></li> <li><a href="/ja/docs/Web/Accessibility/ARIA/Web_applications_and_ARIA_FAQ" title="Web applications and ARIA FAQ">Web アプリケーションと ARIA の FAQ</a></li> - <li><a href="http://www.w3.org/TR/wai-aria/" title="http://www.w3.org/TR/wai-aria/">WAI-ARIA Specification</a></li> - <li><a href="http://www.w3.org/WAI/PF/aria-practices/Overview.html" title="http://www.w3.org/WAI/PF/aria-practices/Overview.html">WAI-ARIA Best Practices</a></li> - <li><a class="external external-icon" href="http://access.aol.com/dhtml-style-guide-working-group/" title="http://dev.aol.com/dhtml_style_guide">DHTML Style Guide</a></li> + <li><a href="http://www.w3.org/TR/wai-aria/">WAI-ARIA Specification</a></li> + <li><a href="http://www.w3.org/WAI/PF/aria-practices/Overview.html">WAI-ARIA Best Practices</a></li> + <li><a class="external external-icon" href="http://access.aol.com/dhtml-style-guide-working-group/">DHTML Style Guide</a></li> </ul> diff --git a/files/ja/web/accessibility/aria/aria_techniques/using_the_alert_role/index.html b/files/ja/web/accessibility/aria/aria_techniques/using_the_alert_role/index.html index 4e3afbf773..82207358d0 100644 --- a/files/ja/web/accessibility/aria/aria_techniques/using_the_alert_role/index.html +++ b/files/ja/web/accessibility/aria/aria_techniques/using_the_alert_role/index.html @@ -22,7 +22,7 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_alert_role <h3 id="説明">説明</h3> <div class="summary"> -<p><a class="external" href="https://www.w3.org/TR/wai-aria-1.1/#alert" title="http://www.w3.org/TR/wai-aria/roles#alert">alert</a> ロールの使用方法についての技術デモとブラウザおよび支援技術に及ぼす影響の説明。</p> +<p><a class="external" href="https://www.w3.org/TR/wai-aria-1.1/#alert">alert</a> ロールの使用方法についての技術デモとブラウザおよび支援技術に及ぼす影響の説明。</p> </div> <p>alert ロールは重要かつ一般に時間的制約のあるメッセージをユーザーへ伝えるために使用されます。このロールが要素へ追加されたとき、ブラウザはアクセシブルなアラートイベントをユーザーに向けて通知可能な支援技術製品へ送信します。 アラートロールはユーザの注意を即座に必要とする場合において最も便利です、例えば:</p> @@ -108,7 +108,7 @@ document.getElementById("expirationWarning").className = ""; </pre> <ul> <li><a class="external" href="http://www.oaa-accessibility.org/example/1/">Alert role example using an ARIA alert box</a></li> - <li><a class="external" href="http://www.oaa-accessibility.org/examplep/alertdialog1/" title="http://www.oaa-accessibility.org/examplep/alertdialog1/">Alert example using a modal ARIA dialog box</a></li> + <li><a class="external" href="http://www.oaa-accessibility.org/examplep/alertdialog1/">Alert example using a modal ARIA dialog box</a></li> </ul> <h3 id="注記">注記 </h3> @@ -122,7 +122,7 @@ document.getElementById("expirationWarning").className = ""; </pre> <h3 id="使用される_ARIA_属性">使用される ARIA 属性</h3> <ul> - <li><a class="external" href="https://www.w3.org/TR/wai-aria-1.1/#alert" title="http://www.w3.org/TR/wai-aria/roles#alert">alert</a></li> + <li><a class="external" href="https://www.w3.org/TR/wai-aria-1.1/#alert">alert</a></li> </ul> <h3 id="関連_ARIA_技術">関連 ARIA 技術</h3> @@ -139,7 +139,7 @@ document.getElementById("expirationWarning").className = ""; </pre> <h3 id="その他のリソース">その他のリソース</h3> <ul> - <li>ARIA Best Practices - Alert Role: <a class="external" href="http://www.w3.org/TR/wai-aria-practices/#alert" title="http://www.w3.org/TR/wai-aria-practices/#alert">http://www.w3.org/TR/wai-aria-practices/#alert</a></li> + <li>ARIA Best Practices - Alert Role: <a class="external" href="http://www.w3.org/TR/wai-aria-practices/#alert">http://www.w3.org/TR/wai-aria-practices/#alert</a></li> </ul> <p> </p> diff --git a/files/ja/web/accessibility/aria/aria_techniques/using_the_alertdialog_role/index.html b/files/ja/web/accessibility/aria/aria_techniques/using_the_alertdialog_role/index.html index 97ecd72b2b..4918b3265d 100644 --- a/files/ja/web/accessibility/aria/aria_techniques/using_the_alertdialog_role/index.html +++ b/files/ja/web/accessibility/aria/aria_techniques/using_the_alertdialog_role/index.html @@ -10,7 +10,7 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_alertdialog_rol <h3 id="Description" name="Description">説明</h3> <div class="summary"> -<p>このテクニックは、<code><a class="external" href="http://www.w3.org/TR/2009/WD-wai-aria-20091215/roles#alertdialog" title="http://www.w3.org/TR/2009/WD-wai-aria-20091215/roles#alertdialog">alertdialog</a></code> ロールの使用方法を示しています。</p> +<p>このテクニックは、<code><a class="external" href="http://www.w3.org/TR/2009/WD-wai-aria-20091215/roles#alertdialog">alertdialog</a></code> ロールの使用方法を示しています。</p> </div> <p><code>alertdialog</code> ロールは、ユーザーの即時の注意を要する緊急情報をユーザーに通知するために使用されます。 その名前が示すように、<code>alertdialog</code> は一種のダイアログです。 これは、「<a href="/ja/docs/Web/Accessibility/ARIA/Roles/dialog_role">ARIA: <code>dialog</code> ロール</a>」で提供されているほとんどの指示が <code>alertdialog</code> ロールにも適用できることを意味します。</p> @@ -65,9 +65,9 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_alertdialog_rol <h3 id="ARIA_attributes_used" name="ARIA_attributes_used">使用された ARIA 属性</h3> <ul> - <li><a class="external" href="https://www.w3.org/TR/wai-aria-1.1/#alertdialog" title="http://www.w3.org/TR/wai-aria/roles#dialog">alertdialog</a></li> - <li><a class="external" href="https://www.w3.org/TR/wai-aria-1.1/#aria-labelledby" title="http://www.w3.org/TR/wai-aria/states_and_properties#aria-labelledby">aria-labelledby</a></li> - <li><a class="external" href="https://www.w3.org/TR/wai-aria-1.1/#aria-describedby" title="http://www.w3.org/TR/wai-aria/states_and_properties#aria-describedby">aria-describedby</a></li> + <li><a class="external" href="https://www.w3.org/TR/wai-aria-1.1/#alertdialog">alertdialog</a></li> + <li><a class="external" href="https://www.w3.org/TR/wai-aria-1.1/#aria-labelledby">aria-labelledby</a></li> + <li><a class="external" href="https://www.w3.org/TR/wai-aria-1.1/#aria-describedby">aria-describedby</a></li> </ul> <h3 id="Related_ARIA_techniques" name="Related_ARIA_techniques">関連する ARIA 技術</h3> diff --git a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-invalid_attribute/index.html b/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-invalid_attribute/index.html index 60313d5874..f93a7c4fd0 100644 --- a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-invalid_attribute/index.html +++ b/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-invalid_attribute/index.html @@ -13,7 +13,7 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-invalid_at <h3 id="Description" name="Description">説明</h3> <div class="summary"> -<p>このテクニックは、<a class="external" href="http://www.w3.org/TR/wai-aria/#aria-invalid" rel="external" title="http://www.w3.org/TR/wai-aria/states_and_properties#aria-invalid"><code>aria-invalid</code></a> 属性を使用する方法を示しています。</p> +<p>このテクニックは、<a class="external" href="http://www.w3.org/TR/wai-aria/#aria-invalid" rel="external"><code>aria-invalid</code></a> 属性を使用する方法を示しています。</p> </div> <p><code>aria-invalid</code> 属性は、入力フィールドに入力された値がアプリケーションが予期している形式に準拠していないことを示すために使用されます。 これには、電子メールアドレスや電話番号などの形式が含まれます。 <code>aria-invalid</code> は、必須フィールドが入力されていないことを示すためにも使用できます。 属性は、検証処理の結果としてプログラムで設定する必要があります。</p> @@ -96,7 +96,7 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-invalid_at <h4 id="Working_Examples" name="Working_Examples">動作する例</h4> -<p><a class="external" href="http://www.oaa-accessibility.org/examplep/alert1/" title="http://www.oaa-accessibility.org/examplep/alert1/"><code>alert</code> ロールの例</a>(<code>aria-invalid</code> 属性を使用)</p> +<p><a class="external" href="http://www.oaa-accessibility.org/examplep/alert1/"><code>alert</code> ロールの例</a>(<code>aria-invalid</code> 属性を使用)</p> <h3 id="Notes" name="Notes">注</h3> @@ -123,6 +123,6 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-invalid_at <h3 id="Additional_resources" name="Additional_resources">その他のリソース</h3> <ul> - <li><a class="external" href="https://www.w3.org/TR/wai-aria-1.1/#aria-invalid" title="http://www.w3.org/TR/wai-aria/states_and_properties#aria-invalid">aria-invalid の WAI-ARIA 仕様</a>(英語)</li> - <li><a class="external" href="https://www.w3.org/TR/wai-aria-practices/#aria_lh_form" title="http://www.w3.org/TR/wai-aria-practices/#ariaform">フォームの WAI-ARIA オーサリングプラクティス</a>(英語)</li> + <li><a class="external" href="https://www.w3.org/TR/wai-aria-1.1/#aria-invalid">aria-invalid の WAI-ARIA 仕様</a>(英語)</li> + <li><a class="external" href="https://www.w3.org/TR/wai-aria-practices/#aria_lh_form">フォームの WAI-ARIA オーサリングプラクティス</a>(英語)</li> </ul> diff --git a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-label_attribute/index.html b/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-label_attribute/index.html index 241c58bf0c..c199bddbed 100644 --- a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-label_attribute/index.html +++ b/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-label_attribute/index.html @@ -6,7 +6,7 @@ tags: - Accessibility translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-label_attribute --- -<p><span class="seoSummary"><a class="external" href="https://www.w3.org/TR/wai-aria/#aria-label" rel="external" title="https://www.w3.org/TR/wai-aria/#aria-label"><code>aria-label</code></a> 属性は、現在の要素にラベル付けする文字列を定義するために使用されます。 これはテキストラベルが画面に表示されない場合に使用します。 要素にラベル付けする目に見えるテキストがある場合は、代わりに <code><a href="/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-labelledby_attribute">aria-labelledby</a></code> を使用します。</span></p> +<p><span class="seoSummary"><a class="external" href="https://www.w3.org/TR/wai-aria/#aria-label" rel="external"><code>aria-label</code></a> 属性は、現在の要素にラベル付けする文字列を定義するために使用されます。 これはテキストラベルが画面に表示されない場合に使用します。 要素にラベル付けする目に見えるテキストがある場合は、代わりに <code><a href="/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-labelledby_attribute">aria-labelledby</a></code> を使用します。</span></p> <p>この属性は、一般的な HTML 要素で使用できます。 ARIA の <code>role</code> が割り当てられている要素に限定されるものではありません。</p> @@ -57,5 +57,5 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-label_attr <h3 id="Additional_resources" name="Additional_resources">その他のリソース</h3> <ul> - <li><a class="external" href="https://www.w3.org/TR/wai-aria/#aria-label" title="https://www.w3.org/TR/wai-aria/#aria-label">aria-label の WAI-ARIA 仕様</a>(英語)</li> + <li><a class="external" href="https://www.w3.org/TR/wai-aria/#aria-label">aria-label の WAI-ARIA 仕様</a>(英語)</li> </ul> diff --git a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-labelledby_attribute/index.html b/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-labelledby_attribute/index.html index 2751fbd56e..b21c0e3ad7 100644 --- a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-labelledby_attribute/index.html +++ b/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-labelledby_attribute/index.html @@ -8,7 +8,7 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-labelledby --- <h3 id="Description" name="Description">説明</h3> -<p><span class="seoSummary"><a class="external" href="https://www.w3.org/TR/wai-aria/#aria-labelledby" rel="external" title="http://www.w3.org/TR/wai-aria/states_and_properties#aria-labelledby"><code>aria-labelledby</code></a> 属性には、入力要素、ウィジェット、グループなどのオブジェクトのラベルの要素の ID が含まれます。 属性は、オブジェクトとそのラベルの間の関係を確立します。 スクリーンリーダーなどの支援技術では、この属性を使用してドキュメント内のオブジェクトをカタログ化し、ユーザーがドキュメント間を移動できるようにします。 要素の ID がなければ、支援技術はオブジェクトをカタログ化できません。</span></p> +<p><span class="seoSummary"><a class="external" href="https://www.w3.org/TR/wai-aria/#aria-labelledby" rel="external"><code>aria-labelledby</code></a> 属性には、入力要素、ウィジェット、グループなどのオブジェクトのラベルの要素の ID が含まれます。 属性は、オブジェクトとそのラベルの間の関係を確立します。 スクリーンリーダーなどの支援技術では、この属性を使用してドキュメント内のオブジェクトをカタログ化し、ユーザーがドキュメント間を移動できるようにします。 要素の ID がなければ、支援技術はオブジェクトをカタログ化できません。</span></p> <p><code>aria-labelledby</code> は <code><a href="/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-describedby_attribute">aria-describedby</a></code> と非常によく似ています。 ラベルはオブジェクトに関する重要な情報を提供し、説明はユーザーが必要とする幅広い情報を提供します。</p> @@ -139,5 +139,5 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-labelledby <h3 id="Additional_resources" name="Additional_resources">その他のリソース</h3> <ul> - <li><a class="external" href="https://www.w3.org/TR/wai-aria/#aria-labelledby" title="http://www.w3.org/TR/wai-aria/states_and_properties#aria-labelledby">aria-labelledby の WAI-ARIA 仕様</a>(英語)</li> + <li><a class="external" href="https://www.w3.org/TR/wai-aria/#aria-labelledby">aria-labelledby の WAI-ARIA 仕様</a>(英語)</li> </ul> diff --git a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-orientation_attribute/index.html b/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-orientation_attribute/index.html index 5e8a0c4277..03c6496c1f 100644 --- a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-orientation_attribute/index.html +++ b/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-orientation_attribute/index.html @@ -7,7 +7,7 @@ tags: - Attribute translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-orientation_attribute --- -<p><span class="seoSummary"><a class="external" href="https://www.w3.org/TR/wai-aria/#aria-orientation" rel="external" title="https://www.w3.org/TR/wai-aria/#aria-orientation">aria-orientation</a> 属性は、要素が水平方向か垂直方向かを示すために使用されます。</span></p> +<p><span class="seoSummary"><a class="external" href="https://www.w3.org/TR/wai-aria/#aria-orientation" rel="external">aria-orientation</a> 属性は、要素が水平方向か垂直方向かを示すために使用されます。</span></p> <h3 id="Value" name="Value">値</h3> @@ -55,7 +55,7 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-orientatio <h4 id="Working_Examples" name="Working_Examples">動作する例</h4> <ul> - <li><a class="external" href="http://www.oaa-accessibility.org/examplep/slider1/" title="http://www.oaa-accessibility.org/examplep/slider1/">スライダーの例</a></li> + <li><a class="external" href="http://www.oaa-accessibility.org/examplep/slider1/">スライダーの例</a></li> </ul> <h3 id="Notes" name="Notes">注</h3> @@ -83,7 +83,7 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-orientatio <h3 id="Additional_resources" name="Additional_resources">その他のリソース</h3> <ul> - <li><a class="external" href="https://www.w3.org/TR/wai-aria/#aria-orientation" title="https://www.w3.org/TR/wai-aria/#aria-orientation">aria-orientation の WAI-ARIA 仕様</a>(英語)</li> + <li><a class="external" href="https://www.w3.org/TR/wai-aria/#aria-orientation">aria-orientation の WAI-ARIA 仕様</a>(英語)</li> </ul> <p> </p> diff --git a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-relevant_attribute/index.html b/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-relevant_attribute/index.html index f515cbb04b..b7db44a3a6 100644 --- a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-relevant_attribute/index.html +++ b/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-relevant_attribute/index.html @@ -7,7 +7,7 @@ tags: - ariaLive translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-relevant_attribute --- -<p><span class="seoSummary"><code><a class="external" href="https://www.w3.org/TR/wai-aria-1.1/#aria-relevant" rel="external" title="http://www.w3.org/TR/wai-aria/states_and_properties#aria-relevant">aria-relevant</a></code> 属性は、<code><a href="/ja/docs/Web/Accessibility/ARIA/ARIA_Live_Regions">aria-live</a></code> リージョンにどのような変更が生じたかを記述するために使用されるオプションの値で、関連性があり、アナウンスする必要があります。 関連性のない変更は、<code>aria-live</code> 属性が <code>off</code> に設定されている場合と同じように動作します。</span></p> +<p><span class="seoSummary"><code><a class="external" href="https://www.w3.org/TR/wai-aria-1.1/#aria-relevant" rel="external">aria-relevant</a></code> 属性は、<code><a href="/ja/docs/Web/Accessibility/ARIA/ARIA_Live_Regions">aria-live</a></code> リージョンにどのような変更が生じたかを記述するために使用されるオプションの値で、関連性があり、アナウンスする必要があります。 関連性のない変更は、<code>aria-live</code> 属性が <code>off</code> に設定されている場合と同じように動作します。</span></p> <p><code>aria-relevant</code> は、ウェブページにページを表示中に更新される可能性のあるコンテンツが含まれている場合によく使用されます。</p> @@ -27,5 +27,5 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-relevant_a <h3 id="Additional_resources" name="Additional_resources">その他のリソース</h3> <ul> - <li><a class="external" href="https://www.w3.org/TR/wai-aria-1.1/#aria-relevant" title="https://www.w3.org/TR/wai-aria/states_and_properties#aria-relevant">aria-relevant の WAI-ARIA 仕様</a>(英語)</li> + <li><a class="external" href="https://www.w3.org/TR/wai-aria-1.1/#aria-relevant">aria-relevant の WAI-ARIA 仕様</a>(英語)</li> </ul> diff --git a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-required_attribute/index.html b/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-required_attribute/index.html index d042420e74..1f69f16e2f 100644 --- a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-required_attribute/index.html +++ b/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-required_attribute/index.html @@ -8,7 +8,7 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-required_a --- <h3 id="Description" name="Description">Description</h3> -<p><span class="seoSummary"><a class="external" href="https://www.w3.org/TR/wai-aria/#aria-required" title="http://www.w3.org/TR/wai-aria/states_and_properties#aria-required"><code>aria-required</code></a> 属性は、フォームが送信される前に要素にユーザー入力が必要であることを示すために使用されます。 この属性は、一般的な HTML フォーム要素で使用できます。 ARIA の <code>role</code> が割り当てられている要素に限定されるものではありません。</span></p> +<p><span class="seoSummary"><a class="external" href="https://www.w3.org/TR/wai-aria/#aria-required"><code>aria-required</code></a> 属性は、フォームが送信される前に要素にユーザー入力が必要であることを示すために使用されます。 この属性は、一般的な HTML フォーム要素で使用できます。 ARIA の <code>role</code> が割り当てられている要素に限定されるものではありません。</span></p> <p>{{ HTMLVersionInline("5") }} には <code>required</code> 属性が追加されましたが、まだ HTML5 をサポートしていないユーザーエージェントには <code>aria-required</code> はまだ役立ちます。</p> @@ -44,7 +44,7 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-required_a <h4 id="Working_Examples" name="Working_Examples">動作する例</h4> -<p><a class="external" href="http://www.oaa-accessibility.org/examplep/tooltip1/" title="http://www.oaa-accessibility.org/examplep/tooltip1/">ツールチップの例</a>(<code>aria-required</code> 属性の使用を含む)</p> +<p><a class="external" href="http://www.oaa-accessibility.org/examplep/tooltip1/">ツールチップの例</a>(<code>aria-required</code> 属性の使用を含む)</p> <h3 id="Notes" name="Notes">注</h3> @@ -73,7 +73,7 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-required_a <h3 id="Additional_resources" name="Additional_resources">その他のリソース</h3> <ul> - <li><a class="external" href="https://www.w3.org/TR/WCAG20-TECHS/ARIA2.html" title="http://www.w3.org/TR/wai-aria/states_and_properties#aria-required">aria-required の WAI-ARIA 仕様</a>(英語)</li> - <li><a class="external" href="https://www.w3.org/TR/wai-aria-practices/#aria_lh_form" title="http://www.w3.org/TR/wai-aria-practices/#ariaform">フォームの WAI-ARIA オーサリングプラクティス</a>(英語)</li> + <li><a class="external" href="https://www.w3.org/TR/WCAG20-TECHS/ARIA2.html">aria-required の WAI-ARIA 仕様</a>(英語)</li> + <li><a class="external" href="https://www.w3.org/TR/wai-aria-practices/#aria_lh_form">フォームの WAI-ARIA オーサリングプラクティス</a>(英語)</li> <li>{{ HTMLVersionInline("5") }} における<a href="/ja/docs/Web/HTML/HTML5/Constraint_validation" title="Constraint validation">制約の検証</a></li> </ul> diff --git a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-valuemax_attribute/index.html b/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-valuemax_attribute/index.html index 3bd75a909c..131a8b50cd 100644 --- a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-valuemax_attribute/index.html +++ b/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-valuemax_attribute/index.html @@ -36,9 +36,9 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuemax_a <h4 id="Working_Examples" name="Working_Examples">動作する例</h4> <ul> - <li><a class="external" href="http://www.oaa-accessibility.org/examplep/progressbar1/" title="http://www.oaa-accessibility.org/examplep/progressbar1/">プログレスバーの例</a></li> - <li><a class="external" href="http://www.oaa-accessibility.org/examplep/slider1/" title="http://www.oaa-accessibility.org/examplep/slider1/">スライダーの例</a></li> - <li><a class="external" href="http://www.oaa-accessibility.org/examplep/spinbutton1/" title="http://www.oaa-accessibility.org/examplep/spinbutton1/">スピンボタンの例</a></li> + <li><a class="external" href="http://www.oaa-accessibility.org/examplep/progressbar1/">プログレスバーの例</a></li> + <li><a class="external" href="http://www.oaa-accessibility.org/examplep/slider1/">スライダーの例</a></li> + <li><a class="external" href="http://www.oaa-accessibility.org/examplep/spinbutton1/">スピンボタンの例</a></li> </ul> <h3 id="Notes" name="Notes">注 </h3> @@ -67,7 +67,7 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuemax_a <h3 id="Additional_resources" name="Additional_resources">その他のリソース</h3> <ul> - <li><a class="external" href="http://www.w3.org/TR/wai-aria/#aria-valuemax" title="http://www.w3.org/TR/wai-aria/states_and_properties#aria-valuemax">aria-valuemax の WAI-ARIA 仕様</a>(英語)</li> + <li><a class="external" href="http://www.w3.org/TR/wai-aria/#aria-valuemax">aria-valuemax の WAI-ARIA 仕様</a>(英語)</li> </ul> </div> </div> diff --git a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-valuemin_attribute/index.html b/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-valuemin_attribute/index.html index 566d21a2bf..96a4857b74 100644 --- a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-valuemin_attribute/index.html +++ b/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-valuemin_attribute/index.html @@ -6,7 +6,7 @@ tags: - Accessibility translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuemin_attribute --- -<p><span class="seoSummary"><code><a class="external" href="http://www.w3.org/TR/wai-aria/#aria-valuemin" rel="external" title="http://www.w3.org/TR/wai-aria/states_and_properties#aria-valuemin">aria-valuemin</a></code> 属性は、スライダー、スピンボタン、プログレスバーなどの範囲ウィジェットに許容される最小値を定義するために使用されます。 <code><a href="/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuenow_attribute">aria-valuenow</a></code> が既知の最大値と最小値を持つ場合、作成者は <code><a href="/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuemax_attribute">aria-valuemax</a></code> と <code>aria-valuemin</code> のプロパティを提供する<strong>べき</strong>です(SHOULD)。 <code>aria-valuemin</code> の値は <code>aria-valuemax</code> の値以下で<strong>なければならない</strong>(MUST)。</span></p> +<p><span class="seoSummary"><code><a class="external" href="http://www.w3.org/TR/wai-aria/#aria-valuemin" rel="external">aria-valuemin</a></code> 属性は、スライダー、スピンボタン、プログレスバーなどの範囲ウィジェットに許容される最小値を定義するために使用されます。 <code><a href="/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuenow_attribute">aria-valuenow</a></code> が既知の最大値と最小値を持つ場合、作成者は <code><a href="/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuemax_attribute">aria-valuemax</a></code> と <code>aria-valuemin</code> のプロパティを提供する<strong>べき</strong>です(SHOULD)。 <code>aria-valuemin</code> の値は <code>aria-valuemax</code> の値以下で<strong>なければならない</strong>(MUST)。</span></p> <p><code>aria-valuemin</code> は、<a href="/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_slider_role">スライダー</a>、<a href="/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_scrollbar_role">スクロールバー</a>、<a href="/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_spinbutton_role">スピンボタン</a>のロールの<strong>必須</strong>属性です。</p> @@ -32,9 +32,9 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuemin_a <h4 id="Working_Examples.3A" name="Working_Examples.3A">動作する例</h4> <ul> - <li><a class="external" href="http://www.oaa-accessibility.org/examplep/progressbar1/" title="http://www.oaa-accessibility.org/examplep/progressbar1/">プログレスバーの例</a></li> - <li><a class="external" href="http://www.oaa-accessibility.org/examplep/slider1/" title="http://www.oaa-accessibility.org/examplep/slider1/">スライダーの例</a></li> - <li><a class="external" href="http://www.oaa-accessibility.org/examplep/spinbutton1/" title="http://www.oaa-accessibility.org/examplep/spinbutton1/">スピンボタンの例</a></li> + <li><a class="external" href="http://www.oaa-accessibility.org/examplep/progressbar1/">プログレスバーの例</a></li> + <li><a class="external" href="http://www.oaa-accessibility.org/examplep/slider1/">スライダーの例</a></li> + <li><a class="external" href="http://www.oaa-accessibility.org/examplep/spinbutton1/">スピンボタンの例</a></li> </ul> <h3 id="Notes" name="Notes">注</h3> @@ -63,5 +63,5 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuemin_a <h3 id="Additional_resources" name="Additional_resources">その他のリソース</h3> <ul> - <li><a class="external" href="http://www.w3.org/TR/wai-aria/#aria-valuemin" title="http://www.w3.org/TR/wai-aria/states_and_properties#aria-valuemin">aria-valuemin の WAI-ARIA 仕様</a>(英語)</li> + <li><a class="external" href="http://www.w3.org/TR/wai-aria/#aria-valuemin">aria-valuemin の WAI-ARIA 仕様</a>(英語)</li> </ul> diff --git a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-valuenow_attribute/index.html b/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-valuenow_attribute/index.html index a074c74c7a..94ec9f7f50 100644 --- a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-valuenow_attribute/index.html +++ b/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-valuenow_attribute/index.html @@ -6,7 +6,7 @@ tags: - Accessibility translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuenow_attribute --- -<p><span class="seoSummary"><a class="external" href="http://www.w3.org/TR/wai-aria/#aria-valuenow" rel="external" title="http://www.w3.org/TR/wai-aria/states_and_properties#aria-valuenow">aria-valuenow</a> 属性は、スライダー、スピンボタン、プログレスバーなどの範囲ウィジェットの現在の値を定義するために使用されます。 現在の値がわからない場合は、<code>aria-valuenow</code> 属性を設定しないでください。 <code>aria-valuenow</code> に既知の最小値と最大値がある場合、作成者は <code><a href="/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuemin_attribute">aria-valuemin</a></code> 属性と <code><a href="/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuemax_attribute">aria-valuemax</a></code> 属性を設定するべきです。</span></p> +<p><span class="seoSummary"><a class="external" href="http://www.w3.org/TR/wai-aria/#aria-valuenow" rel="external">aria-valuenow</a> 属性は、スライダー、スピンボタン、プログレスバーなどの範囲ウィジェットの現在の値を定義するために使用されます。 現在の値がわからない場合は、<code>aria-valuenow</code> 属性を設定しないでください。 <code>aria-valuenow</code> に既知の最小値と最大値がある場合、作成者は <code><a href="/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuemin_attribute">aria-valuemin</a></code> 属性と <code><a href="/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuemax_attribute">aria-valuemax</a></code> 属性を設定するべきです。</span></p> <p>レンダリングされた値を数値として正確に表現できない場合、作成者は <code><a href="/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuetext_attribute">aria-valuetext</a></code> 属性を <code>aria-valuenow</code> と組み合わせて使用して、範囲の現在の値の使いやすい表現を提供する<strong>べき</strong>です(SHOULD)。 たとえば、スライダーのレンダリング値が<code>小</code>、<code>中</code>、<code>大</code>の場合があります。 この場合、<code>aria-valuenow</code> の値は 1 〜 3 の範囲で値空間内の各値の位置を示しますが、<code>aria-valuetext</code> は、<code>小</code>、<code>中</code>、<code>大</code>のいずれかの文字列になります。</p> @@ -36,9 +36,9 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuenow_a <h4 id="Working_Examples.3A" name="Working_Examples.3A">動作する例</h4> <ul> - <li><a class="external" href="http://www.oaa-accessibility.org/examplep/progressbar1/" title="http://www.oaa-accessibility.org/examplep/progressbar1/">プログレスバーの例</a></li> - <li><a class="external" href="http://www.oaa-accessibility.org/examplep/slider1/" title="http://www.oaa-accessibility.org/examplep/slider1/">スライダーの例</a></li> - <li><a class="external" href="http://www.oaa-accessibility.org/examplep/spinbutton1/" title="http://www.oaa-accessibility.org/examplep/spinbutton1/">スピンボタンの例</a></li> + <li><a class="external" href="http://www.oaa-accessibility.org/examplep/progressbar1/">プログレスバーの例</a></li> + <li><a class="external" href="http://www.oaa-accessibility.org/examplep/slider1/">スライダーの例</a></li> + <li><a class="external" href="http://www.oaa-accessibility.org/examplep/spinbutton1/">スピンボタンの例</a></li> </ul> <h3 id="Notes" name="Notes">注 </h3> @@ -67,7 +67,7 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuenow_a <h3 id="Additional_resources" name="Additional_resources">その他のリソース</h3> <ul> - <li><a class="external" href="http://www.w3.org/TR/wai-aria/#aria-valuenow" title="http://www.w3.org/TR/wai-aria/states_and_properties#aria-valuenow">aria-valuenow の WAI-ARIA 仕様</a>(英語)</li> + <li><a class="external" href="http://www.w3.org/TR/wai-aria/#aria-valuenow">aria-valuenow の WAI-ARIA 仕様</a>(英語)</li> </ul> <p> </p> diff --git a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-valuetext_attribute/index.html b/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-valuetext_attribute/index.html index 1563eecbc9..10f6fe3c0d 100644 --- a/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-valuetext_attribute/index.html +++ b/files/ja/web/accessibility/aria/aria_techniques/using_the_aria-valuetext_attribute/index.html @@ -7,7 +7,7 @@ tags: - Attribute translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuetext_attribute --- -<p><span class="seoSummary"><code><a class="external" href="http://www.w3.org/TR/wai-aria/#aria-valuetext" rel="external" title="http://www.w3.org/TR/wai-aria/states_and_properties#aria-valuetext">aria-valuetext</a></code> 属性は、プログレスバー、スピンボタン、スライダーなどの範囲ウィジェットの <code><a href="/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuenow_attribute">aria-valuenow</a></code> に対する人間が読める代替テキストを定義するために使用されます。</span></p> +<p><span class="seoSummary"><code><a class="external" href="http://www.w3.org/TR/wai-aria/#aria-valuetext" rel="external">aria-valuetext</a></code> 属性は、プログレスバー、スピンボタン、スライダーなどの範囲ウィジェットの <code><a href="/ja/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuenow_attribute">aria-valuenow</a></code> に対する人間が読める代替テキストを定義するために使用されます。</span></p> <p>作成者は、レンダリングされた値を数値として正確に表現できない場合にのみ、<code>aria-valuetext</code> 属性を設定する<strong>べき</strong>です(SHOULD)。 たとえば、スライダーのレンダリング値が<code>小</code>、<code>中</code>、<code>大</code>の場合があります。 この場合、<code>aria-valuenow</code> の値は 1 〜 3 の範囲で値空間内の各値の位置を示しますが、<code>aria-valuetext</code> は、<code>小</code>、<code>中</code>、<code>大</code>のいずれかの文字列になります。</p> @@ -58,7 +58,7 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-valuetext_ <h3 id="Additional_resources" name="Additional_resources">その他のリソース</h3> <ul> - <li><a class="external" href="http://www.w3.org/TR/wai-aria/#aria-valuetext" title="http://www.w3.org/TR/wai-aria/states_and_properties#aria-valuetext">aria-valuetext の WAI-ARIA 仕様</a>(英語)</li> + <li><a class="external" href="http://www.w3.org/TR/wai-aria/#aria-valuetext">aria-valuetext の WAI-ARIA 仕様</a>(英語)</li> </ul> <p> </p> diff --git a/files/ja/web/accessibility/aria/aria_techniques/using_the_progressbar_role/index.html b/files/ja/web/accessibility/aria/aria_techniques/using_the_progressbar_role/index.html index 5d69e27437..c043811284 100644 --- a/files/ja/web/accessibility/aria/aria_techniques/using_the_progressbar_role/index.html +++ b/files/ja/web/accessibility/aria/aria_techniques/using_the_progressbar_role/index.html @@ -56,11 +56,11 @@ translation_of: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_progressbar_rol <h2 id="ARIA_attributes_used" name="ARIA_attributes_used">使用された ARIA 属性</h2> <ul> - <li><a class="external" href="http://www.w3.org/TR/wai-aria/#progressbar" title="http://www.w3.org/TR/wai-aria/roles#progressbar">progressbar</a></li> - <li><a class="external" href="http://www.w3.org/TR/wai-aria/#aria-valuenow" title="http://www.w3.org/TR/wai-aria/states_and_properties#aria-valuenow">aria-valuenow</a></li> + <li><a class="external" href="http://www.w3.org/TR/wai-aria/#progressbar">progressbar</a></li> + <li><a class="external" href="http://www.w3.org/TR/wai-aria/#aria-valuenow">aria-valuenow</a></li> <li><a class="external" href="http://www.w3.org/TR/wai-aria/#aria-valuemin" title="ARIA techniques">aria-valuemin</a></li> - <li><a class="external" href="http://www.w3.org/TR/wai-aria/#aria-valuemax" title="http://www.w3.org/TR/wai-aria/states_and_properties#aria-valuemax">aria-valuemax</a></li> - <li><a class="external" href="http://www.w3.org/TR/wai-aria/#aria-valuetext" title="http://www.w3.org/TR/wai-aria/states_and_properties#aria-valuetext">aria-valuetext</a></li> + <li><a class="external" href="http://www.w3.org/TR/wai-aria/#aria-valuemax">aria-valuemax</a></li> + <li><a class="external" href="http://www.w3.org/TR/wai-aria/#aria-valuetext">aria-valuetext</a></li> </ul> <h2 id="Related_ARIA_techniques" name="Related_ARIA_techniques">関連する ARIA 技術</h2> diff --git a/files/ja/web/accessibility/aria/aria_techniques/using_the_slider_role/index.html b/files/ja/web/accessibility/aria/aria_techniques/using_the_slider_role/index.html index f8b1001d8e..dbe13c701e 100644 --- a/files/ja/web/accessibility/aria/aria_techniques/using_the_slider_role/index.html +++ b/files/ja/web/accessibility/aria/aria_techniques/using_the_slider_role/index.html @@ -101,7 +101,7 @@ var updateSlider = function (newValue) { <h3 id="Working_Examples" name="Working_Examples">動作する例</h3> <ul> - <li><a class="external" href="http://www.oaa-accessibility.org/examplep/slider1/" title="http://www.oaa-accessibility.org/examplep/slider1/">スライダーの例</a></li> + <li><a class="external" href="http://www.oaa-accessibility.org/examplep/slider1/">スライダーの例</a></li> </ul> <h2 id="Notes" name="Notes">注</h2> @@ -131,5 +131,5 @@ var updateSlider = function (newValue) { <h2 id="Additional_resources" name="Additional_resources">その他のリソース</h2> <ul> - <li><a class="external" href="https://www.w3.org/TR/wai-aria-1.1/#slider" title="http://www.w3.org/TR/wai-aria/roles#slider">slider ロールの WAI-ARIA 仕様</a>(英語)</li> + <li><a class="external" href="https://www.w3.org/TR/wai-aria-1.1/#slider">slider ロールの WAI-ARIA 仕様</a>(英語)</li> </ul> diff --git a/files/ja/web/accessibility/aria/forms/basic_form_hints/index.html b/files/ja/web/accessibility/aria/forms/basic_form_hints/index.html index f8fc0aea2c..965b3870d0 100644 --- a/files/ja/web/accessibility/aria/forms/basic_form_hints/index.html +++ b/files/ja/web/accessibility/aria/forms/basic_form_hints/index.html @@ -39,7 +39,7 @@ translation_of: Web/Accessibility/ARIA/forms/Basic_form_hints <h2 id="Labeling_with_ARIA" name="Labeling_with_ARIA">ARIA でラベルをつける</h2> -<p>HTML の {{HTMLElement("label")}} 要素はフォーム関連の要素にふさわしいのですが、多くのフォームコントロールは {{HTMLElement("div")}} や {{HTMLElement("span")}} を使用した、動的な JavaScript ウィジェットとして実装されています。W3C の <a href="http://www.w3.org/WAI/" title="http://www.w3.org/WAI/">Web Accessibility Initiative</a> から生まれた <a href="http://www.w3.org/WAI/intro/aria.php" title="http://www.w3.org/WAI/intro/aria.php">WAI-ARIA</a> こと <strong>Accessible Rich Internet Applications</strong> 仕様は、このような場合のために <a href="http://www.w3.org/TR/2010/WD-wai-aria-20100916/states_and_properties#aria-labelledby" title="http://www.w3.org/TR/2010/WD-wai-aria-20100916/states_and_properties#aria-labelledby"><strong>aria-labelledby</strong></a> 属性を用意しています。</p> +<p>HTML の {{HTMLElement("label")}} 要素はフォーム関連の要素にふさわしいのですが、多くのフォームコントロールは {{HTMLElement("div")}} や {{HTMLElement("span")}} を使用した、動的な JavaScript ウィジェットとして実装されています。W3C の <a href="http://www.w3.org/WAI/" title="http://www.w3.org/WAI/">Web Accessibility Initiative</a> から生まれた <a href="http://www.w3.org/WAI/intro/aria.php" title="http://www.w3.org/WAI/intro/aria.php">WAI-ARIA</a> こと <strong>Accessible Rich Internet Applications</strong> 仕様は、このような場合のために <a href="http://www.w3.org/TR/2010/WD-wai-aria-20100916/states_and_properties#aria-labelledby"><strong>aria-labelledby</strong></a> 属性を用意しています。</p> <p>以下の例では、順不同リストを使用して実装したラジオボタングループを示しています。3 行目で {{HTMLElement("li")}} 要素の <strong>aria-labelledby</strong> 属性に、1 行目の {{HTMLElement("h3")}} 要素の <strong>id</strong> である "rg1_label" を設定しており、h3 要素がラジオボタングループのラベルです。</p> @@ -62,7 +62,7 @@ translation_of: Web/Accessibility/ARIA/forms/Basic_form_hints <h2 id="Describing_with_ARIA" name="Describing_with_ARIA">ARIA で説明する</h2> -<p>フォームコントロールはラベルに加えて、説明文が結びつけられることがあります。ARIA には、説明文とコントロールを直接結びつけるための <a href="http://www.w3.org/TR/2010/WD-wai-aria-20100916/states_and_properties#aria-describedby" title="http://www.w3.org/TR/2010/WD-wai-aria-20100916/states_and_properties#aria-describedby"><strong>aria-describedby</strong></a> 属性があります。</p> +<p>フォームコントロールはラベルに加えて、説明文が結びつけられることがあります。ARIA には、説明文とコントロールを直接結びつけるための <a href="http://www.w3.org/TR/2010/WD-wai-aria-20100916/states_and_properties#aria-describedby"><strong>aria-describedby</strong></a> 属性があります。</p> <p>以下の例では別の {{HTMLElement("div")}} 要素内の文で説明されている、{{HTMLElement("button")}} 要素を示しています。{{HTMLElement("button")}} 要素の <strong>aria-describedby</strong> 属性は {{HTMLElement("div")}} 要素の <strong>id</strong> を参照しています。</p> @@ -79,8 +79,8 @@ translation_of: Web/Accessibility/ARIA/forms/Basic_form_hints <p>一般的に Web 開発者は、必須のフィールドや正しくないフィールドを示すために視覚的な方法を使用します。しかし、支援技術 (AT) は必ずしもその表示から情報を推測できるわけではありません。ARIA は、コントロールが必須あるいは正しくないことを示すための属性を用意しています:</p> <ul> - <li>フォーム要素は入力が必須であることを AT に示すために、<a href="http://www.w3.org/TR/2010/WD-wai-aria-20100916/states_and_properties#aria-required" title="http://www.w3.org/TR/2010/WD-wai-aria-20100916/states_and_properties#aria-required"><strong>aria-required</strong></a> プロパティを適用できます。</li> - <li>データフィールドに正しくないデータがあることを AT に知らせるために、プログラムで <a href="http://www.w3.org/TR/2010/WD-wai-aria-20100916/states_and_properties#aria-invalid" title="http://www.w3.org/TR/2010/WD-wai-aria-20100916/states_and_properties#aria-invalid"><strong>aria-invalid</strong></a> 状態を適用することで、ユーザは正しくないデータを入力したことを知ります。</li> + <li>フォーム要素は入力が必須であることを AT に示すために、<a href="http://www.w3.org/TR/2010/WD-wai-aria-20100916/states_and_properties#aria-required"><strong>aria-required</strong></a> プロパティを適用できます。</li> + <li>データフィールドに正しくないデータがあることを AT に知らせるために、プログラムで <a href="http://www.w3.org/TR/2010/WD-wai-aria-20100916/states_and_properties#aria-invalid"><strong>aria-invalid</strong></a> 状態を適用することで、ユーザは正しくないデータを入力したことを知ります。</li> </ul> <p>以下の例では、3 つのフィールドを持つシンプルなフォームを示しています。4 行目から 12 行目で、name および email フィールドは入力必須であることを示すために (ラベルの隣にアスタリスクを置くのに加えて) <strong>aria-required</strong> 属性を true に設定しています。2 番目の例は電子メールの形式を検証して、その結果に応じて email フィールド (HTML の 12 行目) の (要素を視覚的に変化させるのに加えて) <strong>aria-invalid</strong> 属性を設定する JavaScript コードスニペットです。</p> @@ -118,4 +118,4 @@ translation_of: Web/Accessibility/ARIA/forms/Basic_form_hints <div class="note">TBD: ひとつの記事にまとめるか、テクニックを分けるか、あるいはその両方を行うとよいでしょう。また ARIA のマークアップは、サーバサイドの検証の後に読み込まれたページ内のエラーメッセージにふさわしいのでしょうか?</div> -<p>フォームのアクセシビリティのために ARIA を使用する際のさらなるガイドラインについては、<a href="http://www.w3.org/TR/wai-aria-practices/" title="http://www.w3.org/TR/wai-aria-practices/">WAI-ARIA Authoring Practices</a> のドキュメントをご覧ください。</p> +<p>フォームのアクセシビリティのために ARIA を使用する際のさらなるガイドラインについては、<a href="http://www.w3.org/TR/wai-aria-practices/">WAI-ARIA Authoring Practices</a> のドキュメントをご覧ください。</p> diff --git a/files/ja/web/accessibility/aria/forms/index.html b/files/ja/web/accessibility/aria/forms/index.html index 06d28f5f8d..d7647fdcf0 100644 --- a/files/ja/web/accessibility/aria/forms/index.html +++ b/files/ja/web/accessibility/aria/forms/index.html @@ -14,4 +14,4 @@ translation_of: Web/Accessibility/ARIA/forms <li><a href="/ja/docs/Web/Accessibility/ARIA/forms/Multipart_labels" title="https://developer.mozilla.org/en/aria/forms/Multipart_labels">マルチパートのラベル</a>: 各々のラベル内で制御することにより、複雑なフォームラベルを実現します。</li> </ul> -<p>同様のコンテンツを多く扱っている、<a href="http://yaccessibilityblog.com/library/aria-invalid-form-inputs.html" title="http://yaccessibilityblog.com/library/aria-invalid-form-inputs.html">フォーム検証や ARIA に関する Yahoo! の記事</a>もご覧ください。</p> +<p>同様のコンテンツを多く扱っている、<a href="http://yaccessibilityblog.com/library/aria-invalid-form-inputs.html">フォーム検証や ARIA に関する Yahoo! の記事</a>もご覧ください。</p> diff --git a/files/ja/web/accessibility/aria/web_applications_and_aria_faq/index.html b/files/ja/web/accessibility/aria/web_applications_and_aria_faq/index.html index e6d6360ee1..3095371d6c 100644 --- a/files/ja/web/accessibility/aria/web_applications_and_aria_faq/index.html +++ b/files/ja/web/accessibility/aria/web_applications_and_aria_faq/index.html @@ -10,7 +10,7 @@ translation_of: Web/Accessibility/ARIA/Web_applications_and_ARIA_FAQ <h2 id="What_is_ARIA">ARIA とは何か</h2> <p>WAI-ARIA は、 -<a href="https://www.w3.org/">W3C</a> の <a href="https://www.w3.org/WAI/"">Web Accessibility Initiative</a> による、<a href="https://www.w3.org/WAI/intro/aria.php" title="http://www.w3.org/WAI/intro/aria.php">Accessible Rich Internet Applications</a> の仕様です。 ARIA はウェブアプリケーションやウィジェットを、画面リーダーや拡大鏡などの支援技術を使用するユーザーを含む幅広いユーザーに対して、よりアクセス可能にする手段を提供します。</p> +<a href="https://www.w3.org/">W3C</a> の <a href="https://www.w3.org/WAI/"">Web Accessibility Initiative</a> による、<a href="https://www.w3.org/WAI/intro/aria.php">Accessible Rich Internet Applications</a> の仕様です。 ARIA はウェブアプリケーションやウィジェットを、画面リーダーや拡大鏡などの支援技術を使用するユーザーを含む幅広いユーザーに対して、よりアクセス可能にする手段を提供します。</p> <p>ARIA はメニュー、スライダー、ツリー、ダイアログといった多くの一般的なユーザーインターフェイスの役割、状態、機能性を示す付加的な意味を与えます。また作者がページ上の目印、部分、グリッドを設定することを支援する、付加的な構造情報も与えます。ARIA は動的で JavaScript 駆動のアプリケーションやウィジェットを、さまざまなデスクトップベースの支援技術と対話可能にします。</p> diff --git a/files/ja/web/api/canvas_api/tutorial/basic_animations/index.html b/files/ja/web/api/canvas_api/tutorial/basic_animations/index.html index 7567f333bb..4d03ed4c36 100644 --- a/files/ja/web/api/canvas_api/tutorial/basic_animations/index.html +++ b/files/ja/web/api/canvas_api/tutorial/basic_animations/index.html @@ -229,7 +229,7 @@ window.requestAnimationFrame(clock);</pre> <h2 id="A_looping_panorama" name="A_looping_panorama">ループする風景</h2> -<p>この例は、左から右へ風景写真をスクロールさせます。Wikipedia から<a href="https://commons.wikimedia.org/wiki/File:Capitan_Meadows,_Yosemite_National_Park.jpg?uselang=ja" title="https://commons.wikimedia.org/wiki/File:Capitan_Meadows,_Yosemite_National_Park.jpg?uselang=ja">ヨセミテ国立公園の画像</a>を使いましたが、キャンバスよりも大きな任意の画像を使用できます。</p> +<p>この例は、左から右へ風景写真をスクロールさせます。Wikipedia から<a href="https://commons.wikimedia.org/wiki/File:Capitan_Meadows,_Yosemite_National_Park.jpg?uselang=ja">ヨセミテ国立公園の画像</a>を使いましたが、キャンバスよりも大きな任意の画像を使用できます。</p> <pre class="brush: js notranslate">var img = new Image(); diff --git a/files/ja/web/api/canvas_api/tutorial/drawing_shapes/index.html b/files/ja/web/api/canvas_api/tutorial/drawing_shapes/index.html index 366a5a2172..de474db81f 100644 --- a/files/ja/web/api/canvas_api/tutorial/drawing_shapes/index.html +++ b/files/ja/web/api/canvas_api/tutorial/drawing_shapes/index.html @@ -310,7 +310,7 @@ original_slug: Web/Guide/HTML/Canvas_tutorial/Drawing_shapes <h3 id="Bezier_and_quadratic_curves" name="Bezier_and_quadratic_curves">ベジェと二次曲線</h3> -<p>次に見ていく種類のパスは<a href="https://ja.wikipedia.org/wiki/ベジェ曲線" rel="external" title="http://en.wikipedia.org/wiki/B%C3%A9zier_curve">ベジェ曲線</a>です。三次および二次の種類が利用可能です。通常複雑な自然の図形を描くのに使われます。</p> +<p>次に見ていく種類のパスは<a href="https://ja.wikipedia.org/wiki/ベジェ曲線" rel="external">ベジェ曲線</a>です。三次および二次の種類が利用可能です。通常複雑な自然の図形を描くのに使われます。</p> <dl> <dt>{{domxref("CanvasRenderingContext2D.quadraticCurveTo", "quadraticCurveTo(cp1x, cp1y, x, y)")}}</dt> diff --git a/files/ja/web/api/canvas_api/tutorial/drawing_text/index.html b/files/ja/web/api/canvas_api/tutorial/drawing_text/index.html index 7c54e98c02..e8a8393634 100644 --- a/files/ja/web/api/canvas_api/tutorial/drawing_text/index.html +++ b/files/ja/web/api/canvas_api/tutorial/drawing_text/index.html @@ -79,7 +79,7 @@ original_slug: Drawing_text_using_a_canvas <p>以前に CSS を扱ったことがあれば、これらのプロパティも見慣れているでしょう。</p> -<p>以下は <a href="http://www.whatwg.org/" title="http://www.whatwg.org/">WHATWG</a> 提供の、<code>textBaseline</code> 属性によってサポートされている様々なベースラインを示した図です。<img alt="The top of the em square is +<p>以下は <a href="http://www.whatwg.org/">WHATWG</a> 提供の、<code>textBaseline</code> 属性によってサポートされている様々なベースラインを示した図です。<img alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is diff --git a/files/ja/web/api/canvasrenderingcontext2d/index.html b/files/ja/web/api/canvasrenderingcontext2d/index.html index 9addd50e3a..ddcdacd714 100644 --- a/files/ja/web/api/canvasrenderingcontext2d/index.html +++ b/files/ja/web/api/canvasrenderingcontext2d/index.html @@ -383,7 +383,7 @@ ctx.stroke(); <dl> <dt>{{non-standard_inline}} <code>CanvasRenderingContext2D.msFillRule</code></dt> - <dd>The <a class="external" href="http://cairographics.org/manual/cairo-cairo-t.html#cairo-fill-rule-t" title="http://cairographics.org/manual/cairo-cairo-t.html#cairo-fill-rule-t">fill rule</a> to use. This must be one of <code>evenodd</code> or <code>nonzero</code> (default).</dd> + <dd>The <a class="external" href="http://cairographics.org/manual/cairo-cairo-t.html#cairo-fill-rule-t">fill rule</a> to use. This must be one of <code>evenodd</code> or <code>nonzero</code> (default).</dd> </dl> <h2 id="仕様">仕様</h2> diff --git a/files/ja/web/api/css_object_model/managing_screen_orientation/index.html b/files/ja/web/api/css_object_model/managing_screen_orientation/index.html index 18c09fd233..e70e964880 100644 --- a/files/ja/web/api/css_object_model/managing_screen_orientation/index.html +++ b/files/ja/web/api/css_object_model/managing_screen_orientation/index.html @@ -171,5 +171,5 @@ li { <li>{{domxref("Screen.unlockOrientation()")}}</li> <li>{{domxref("Screen.onorientationchange")}}</li> <li><a href="/ja/docs/CSS/Media_queries#orientation" title="CSS/Media queries#orientation">orientation メディアクエリ</a></li> - <li><a class="external" href="http://hacks.mozilla.org/2009/06/media-queries/" title="http://hacks.mozilla.org/2009/06/media-queries/">A short introduction to media queries in Firefox 3.5</a></li> + <li><a class="external" href="http://hacks.mozilla.org/2009/06/media-queries/">A short introduction to media queries in Firefox 3.5</a></li> </ul> diff --git a/files/ja/web/api/delaynode/index.html b/files/ja/web/api/delaynode/index.html index 321e4fee40..dedae1c659 100644 --- a/files/ja/web/api/delaynode/index.html +++ b/files/ja/web/api/delaynode/index.html @@ -6,7 +6,7 @@ translation_of: Web/API/DelayNode <p>{{ APIRef("Web Audio API") }}</p> <div> -<p><code>DelayNode</code> は <a href="http://en.wikipedia.org/wiki/Digital_delay_line" title="http://en.wikipedia.org/wiki/Digital_delay_line">delay-line</a> を表す {{domxref("AudioNode")}} の一種で、入力されたデータを指定された時間遅延して、出力します。<code>DelayNode</code> の入力と出力は常に 1つで、入力のチャンネル数と出力のチャンネル数は同じです。</p> +<p><code>DelayNode</code> は <a href="http://en.wikipedia.org/wiki/Digital_delay_line">delay-line</a> を表す {{domxref("AudioNode")}} の一種で、入力されたデータを指定された時間遅延して、出力します。<code>DelayNode</code> の入力と出力は常に 1つで、入力のチャンネル数と出力のチャンネル数は同じです。</p> </div> <p><img alt="The DelayNode acts as a delay-line, here with a value of 1s." src="https://mdn.mozillademos.org/files/9711/WebAudioDelayNode.png" style="height: 116px; width: 774px;"></p> diff --git a/files/ja/web/api/file_and_directory_entries_api/introduction/index.html b/files/ja/web/api/file_and_directory_entries_api/introduction/index.html index 134ac21270..44fdb4c217 100644 --- a/files/ja/web/api/file_and_directory_entries_api/introduction/index.html +++ b/files/ja/web/api/file_and_directory_entries_api/introduction/index.html @@ -169,7 +169,7 @@ translation_of: Web/API/File_and_Directory_Entries_API/Introduction <p>An origin is the domain, application layer protocol, and port of a URL of the document where the script is being executed. Each origin has its own associated set of file systems.</p> -<p>The security boundary imposed on file system prevents applications from accessing data with a different origin. This protects private data by preventing access and deletion. For example, while an app or a page in <a href="http://www.example.com/app/" rel="external" title="http://www.example.com/app/">http://www.example.com/app/</a> can access files from <a href="http://www.example.com/dir/" rel="external" title="http://www.example.com/dir/">http://www.example.com/dir/</a>, because they have the same origin, it cannot retrieve files from <a href="http://www.example.com:8080/dir/" rel="external" title="http://www.example.com:8080/dir/">http://www.example.com:8080/dir/</a> (different port) or <a href="https://www.example.com/dir/" rel="external">https://www.example.com/dir/</a> (different protocol).</p> +<p>The security boundary imposed on file system prevents applications from accessing data with a different origin. This protects private data by preventing access and deletion. For example, while an app or a page in <a href="http://www.example.com/app/" rel="external" title="http://www.example.com/app/">http://www.example.com/app/</a> can access files from <a href="http://www.example.com/dir/" rel="external" title="http://www.example.com/dir/">http://www.example.com/dir/</a>, because they have the same origin, it cannot retrieve files from <a href="http://www.example.com:8080/dir/" rel="external">http://www.example.com:8080/dir/</a> (different port) or <a href="https://www.example.com/dir/" rel="external">https://www.example.com/dir/</a> (different protocol).</p> <h3 id="execute" name="execute">The File and Directory Entries API does not let you create and rename executable files</h3> diff --git a/files/ja/web/api/file_handle_api/index.html b/files/ja/web/api/file_handle_api/index.html index 68a8318739..6dd05a2578 100644 --- a/files/ja/web/api/file_handle_api/index.html +++ b/files/ja/web/api/file_handle_api/index.html @@ -218,7 +218,7 @@ writing.onerror = function () { <h3 id="FileWriter_と_API_が異なるのはなぜですか?">FileWriter と API が異なるのはなぜですか?</h3> -<p>The <a href="http://dev.w3.org/2009/dap/file-system/file-writer.html" title="http://dev.w3.org/2009/dap/file-system/file-writer.html">FileWriter specification</a> defines FileWriters, objects aiming at representing editable files. <a href="http://lists.w3.org/Archives/Public/public-webapps/2012JanMar/0886.html">Discussions on public-webapps</a> led to the conclusion that the API would behave poorly in the case of different entities writing concurrently to the same file. The outcome of this discussion is the FileHandle API with its LockedFile and transaction mechanism.</p> +<p>The <a href="http://dev.w3.org/2009/dap/file-system/file-writer.html">FileWriter specification</a> defines FileWriters, objects aiming at representing editable files. <a href="http://lists.w3.org/Archives/Public/public-webapps/2012JanMar/0886.html">Discussions on public-webapps</a> led to the conclusion that the API would behave poorly in the case of different entities writing concurrently to the same file. The outcome of this discussion is the FileHandle API with its LockedFile and transaction mechanism.</p> <h3 id="Browser_Compatibility" name="Browser_Compatibility">仕様書</h3> diff --git a/files/ja/web/api/htmlinputelement/multiple/index.html b/files/ja/web/api/htmlinputelement/multiple/index.html index a95fa672b3..ac49c3954f 100644 --- a/files/ja/web/api/htmlinputelement/multiple/index.html +++ b/files/ja/web/api/htmlinputelement/multiple/index.html @@ -28,11 +28,11 @@ if (fileInput.multiple == true) { <ul> <li><a href="/en/DOM/FileList" title="en/DOM/FileList">FileList</a></li> - <li><a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=523771" title="https://bugzilla.mozilla.org/show_bug.cgi?id=523771">Bug 523771</a> - <span class="bz_default_hidden" id="summary_alias_container" style="display: inline;"> <span id="short_desc_nonedit_display">Support <input type=file multiple></span> </span></li> + <li><a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=523771">Bug 523771</a> - <span class="bz_default_hidden" id="summary_alias_container" style="display: inline;"> <span id="short_desc_nonedit_display">Support <input type=file multiple></span> </span></li> </ul> <h2 id="仕様">仕様</h2> <ul> - <li><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-multiple" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-multiple">The multiple attribute</a> (HTML 5 working draft)</li> + <li><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-multiple">The multiple attribute</a> (HTML 5 working draft)</li> </ul> diff --git a/files/ja/web/api/htmlscriptelement/index.html b/files/ja/web/api/htmlscriptelement/index.html index cc3f219a83..353a47d8c2 100644 --- a/files/ja/web/api/htmlscriptelement/index.html +++ b/files/ja/web/api/htmlscriptelement/index.html @@ -53,7 +53,7 @@ translation_of: Web/API/HTMLScriptElement <p>これら2つの属性値を用いて選択可能な3つのモードがあります.<code>async</code>属性があれば,スクリプトは可能な限り非同期的に実行されます.<code>async</code>属性が無く<code>defer</code>属性があれば. スクリプトはページのパースが完了した時点で実行されます.両方の属性があれば,スクリプトはユーザーエージェントによるページのパース完了を待つこと無く,フェッチ後,直ちに実行されます.</p> - <div class="note"><strong>注記:</strong> これらの属性の正確な処理の詳細は,大部分が歴史的な理由により,幾分複雑でHTMLの様々な局面に関連しています.従って,実装の要件は,仕様の至る所に散らばっている必要性によります.<a href="http://www.w3.org/html/wg/drafts/html/master/scripting-1.html#prepare-a-script" title="http://www.w3.org/html/wg/drafts/html/master/scripting-1.html#prepare-a-script">These algorithms</a> describe the core of this processing, but these algorithms reference and are referenced by the parsing rules for {{ HTMLElement("script") }} <a href="http://www.w3.org/html/wg/drafts/html/master/syntax.html#scriptTag" title="http://www.w3.org/html/wg/drafts/html/master/syntax.html#scriptTag">start</a> and <a href="http://www.w3.org/html/wg/drafts/html/master/syntax.html#scriptEndTag" title="http://www.w3.org/html/wg/drafts/html/master/syntax.html#scriptEndTag">end</a> tags in HTML, <a href="http://www.w3.org/html/wg/drafts/html/master/syntax.html#scriptForeignEndTag" title="http://www.w3.org/html/wg/drafts/html/master/syntax.html#scriptForeignEndTag">in foreign content</a>, and <a href="http://www.w3.org/html/wg/drafts/html/master/the-xhtml-syntax.html#scriptTagXML" title="http://www.w3.org/html/wg/drafts/html/master/the-xhtml-syntax.html#scriptTagXML">in XML</a>, the rules for the <a href="/en-US/docs/DOM/document.write" title="/en-US/docs/DOM/document.write"><code>document.write()</code></a> method, the handling of <a href="http://www.w3.org/html/wg/drafts/html/master/webappapis.html#scripting">scripting</a>, etc.</div> + <div class="note"><strong>注記:</strong> これらの属性の正確な処理の詳細は,大部分が歴史的な理由により,幾分複雑でHTMLの様々な局面に関連しています.従って,実装の要件は,仕様の至る所に散らばっている必要性によります.<a href="http://www.w3.org/html/wg/drafts/html/master/scripting-1.html#prepare-a-script" title="http://www.w3.org/html/wg/drafts/html/master/scripting-1.html#prepare-a-script">These algorithms</a> describe the core of this processing, but these algorithms reference and are referenced by the parsing rules for {{ HTMLElement("script") }} <a href="http://www.w3.org/html/wg/drafts/html/master/syntax.html#scriptTag" title="http://www.w3.org/html/wg/drafts/html/master/syntax.html#scriptTag">start</a> and <a href="http://www.w3.org/html/wg/drafts/html/master/syntax.html#scriptEndTag" title="http://www.w3.org/html/wg/drafts/html/master/syntax.html#scriptEndTag">end</a> tags in HTML, <a href="http://www.w3.org/html/wg/drafts/html/master/syntax.html#scriptForeignEndTag" title="http://www.w3.org/html/wg/drafts/html/master/syntax.html#scriptForeignEndTag">in foreign content</a>, and <a href="http://www.w3.org/html/wg/drafts/html/master/the-xhtml-syntax.html#scriptTagXML">in XML</a>, the rules for the <a href="/en-US/docs/DOM/document.write" title="/en-US/docs/DOM/document.write"><code>document.write()</code></a> method, the handling of <a href="http://www.w3.org/html/wg/drafts/html/master/webappapis.html#scripting">scripting</a>, etc.</div> <p>The <code>defer</code> attribute may be specified even if the <code>async</code> attribute is specified, to cause legacy Web browsers that only support <code>defer</code> (and not <code>async</code>) to fall back to the <code>defer</code> behavior instead of the synchronous blocking behavior that is the default.</p> </td> diff --git a/files/ja/web/api/htmltablerowelement/rowindex/index.html b/files/ja/web/api/htmltablerowelement/rowindex/index.html index 87d900ba04..11dfe0d3f0 100644 --- a/files/ja/web/api/htmltablerowelement/rowindex/index.html +++ b/files/ja/web/api/htmltablerowelement/rowindex/index.html @@ -54,4 +54,4 @@ for(var x = 0, xLength = rows.length; x < xLength; x++) { <h2 id="Compatibility" name="Compatibility">互換性</h2> -<p>Quirksmode.org の <a href="http://www.quirksmode.org/dom/w3c_html.html#t317" title="http://www.quirksmode.org/dom/w3c_html.html#t317">rowIndex browser compatibility</a> を参照して下さい。</p> +<p>Quirksmode.org の <a href="http://www.quirksmode.org/dom/w3c_html.html#t317">rowIndex browser compatibility</a> を参照して下さい。</p> diff --git a/files/ja/web/api/node/clonenode/index.html b/files/ja/web/api/node/clonenode/index.html index e3c46da707..db00fc7a61 100644 --- a/files/ja/web/api/node/clonenode/index.html +++ b/files/ja/web/api/node/clonenode/index.html @@ -58,5 +58,5 @@ var p_prime = p.cloneNode(true); <ul> <li>{{Spec("http://w3.org/TR/DOM-Level-2-Core/core.html#ID-3A0ED0A4","DOM Level 2 Core: cloneNode","REC")}}</li> <li>{{Spec("http://w3.org/TR/DOM-Level-3-Core/core.html#ID-3A0ED0A4","DOM Level 3 Core: cloneNode","REC")}}</li> - <li><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-node-clonenode" title="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-node-clonenode">DOM4: cloneNode</a> (草案)</li> + <li><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-node-clonenode">DOM4: cloneNode</a> (草案)</li> </ul> diff --git a/files/ja/web/api/server-sent_events/index.html b/files/ja/web/api/server-sent_events/index.html index ab17626629..33922c16f4 100644 --- a/files/ja/web/api/server-sent_events/index.html +++ b/files/ja/web/api/server-sent_events/index.html @@ -129,7 +129,7 @@ translation_of: Web/API/Server-sent_events <ul> <li>Remy Sharp による <a class="link-https" href="https://github.com/remy/polyfills/blob/master/EventSource.js">EventSource のポリフィル</a></li> - <li>Yaffle による <a class="link-https" href="https://github.com/Yaffle/EventSource" title="https://github.com/Yaffle/EventSource">EventSource のポリフィル</a></li> + <li>Yaffle による <a class="link-https" href="https://github.com/Yaffle/EventSource">EventSource のポリフィル</a></li> <li>Rick Waldron による <a class="link-https" href="https://github.com/rwldrn/jquery.eventsource">jquery プラグイン</a></li> <li>intercooler.js <a href="http://intercoolerjs.org/docs.html#sse">declarative SSE support</a></li> </ul> @@ -145,7 +145,7 @@ translation_of: Web/API/Server-sent_events <h3 id="Other_resources" name="Other_resources">その他のリソース</h3> <ul> - <li>Server-sent events を使用した <a href="http://hacks.mozilla.org/2011/06/a-wall-powered-by-eventsource-and-server-sent-events/" title="http://hacks.mozilla.org/2011/06/a-wall-powered-by-eventsource-and-server-sent-events/">Twitter のようなアプリケーション</a>。<a class="link-https" href="https://github.com/mozilla/webowonder-demos/tree/master/demos/friends%20timeline" title="https://github.com/mozilla/webowonder-demos/tree/master/demos/friends timeline">コードは Github にあります</a>。</li> - <li><a href="http://dsheiko.com/weblog/html5-and-server-sent-events" title="http://dsheiko.com/weblog/html5-and-server-sent-events">HTML5 and Server-sent events</a></li> - <li><a href="http://rajudasa.blogspot.in/2012/05/html5-server-sent-events-using-aspnet.html" title="http://rajudasa.blogspot.in/2012/05/html5-server-sent-events-using-aspnet.html">Server-sent events using Asp.Net</a></li> + <li>Server-sent events を使用した <a href="http://hacks.mozilla.org/2011/06/a-wall-powered-by-eventsource-and-server-sent-events/" title="http://hacks.mozilla.org/2011/06/a-wall-powered-by-eventsource-and-server-sent-events/">Twitter のようなアプリケーション</a>。<a class="link-https" href="https://github.com/mozilla/webowonder-demos/tree/master/demos/friends%20timeline">コードは Github にあります</a>。</li> + <li><a href="http://dsheiko.com/weblog/html5-and-server-sent-events">HTML5 and Server-sent events</a></li> + <li><a href="http://rajudasa.blogspot.in/2012/05/html5-server-sent-events-using-aspnet.html">Server-sent events using Asp.Net</a></li> </ul> diff --git a/files/ja/web/api/storageevent/index.html b/files/ja/web/api/storageevent/index.html index 320c98b633..719529746d 100644 --- a/files/ja/web/api/storageevent/index.html +++ b/files/ja/web/api/storageevent/index.html @@ -104,5 +104,5 @@ translation_of: Web/API/StorageEvent <h2 id="See_also" name="See_also">関連情報</h2> <ul> - <li><a href="http://dev.w3.org/html5/webstorage/#the-storage-event" title="http://dev.w3.org/html5/webstorage/#the-storage-event">仕様書</a></li> + <li><a href="http://dev.w3.org/html5/webstorage/#the-storage-event">仕様書</a></li> </ul> diff --git a/files/ja/web/api/touchlist/length/index.html b/files/ja/web/api/touchlist/length/index.html index 9f8be4df0e..2ff2f4db94 100644 --- a/files/ja/web/api/touchlist/length/index.html +++ b/files/ja/web/api/touchlist/length/index.html @@ -20,5 +20,5 @@ translation_of: Web/API/TouchList/length </ul> <h2 id="Specification" name="Specification">仕様</h2> <ul> - <li><a href="http://www.w3.org/TR/touch-events/" title="http://www.w3.org/TR/touch-events/">Touch Events Specification</a></li> + <li><a href="http://www.w3.org/TR/touch-events/">Touch Events Specification</a></li> </ul> diff --git a/files/ja/web/api/web_audio_api/index.html b/files/ja/web/api/web_audio_api/index.html index c42b6cf5f9..051718c187 100644 --- a/files/ja/web/api/web_audio_api/index.html +++ b/files/ja/web/api/web_audio_api/index.html @@ -117,7 +117,7 @@ translation_of: Web/API/Web_Audio_API <dt>{{domxref("ConvolverNode")}}</dt> <dd><code><strong>Convolver</strong></code><strong><code>Node</code></strong> は<span style="line-height: 1.5;">{{domxref("AudioNode")}} の一種で、Audiobuffer に対して線形畳み込みを行います。リバーブの実現に利用されます。</span></dd> <dt>{{domxref("DelayNode")}}</dt> - <dd><strong><code>DelayNode</code></strong> は {{domxref("AudioNode")}} の一種で、<a href="http://en.wikipedia.org/wiki/Digital_delay_line" title="http://en.wikipedia.org/wiki/Digital_delay_line">delay-line</a> を表します。入力された音声を、遅らせて出力します。</dd> + <dd><strong><code>DelayNode</code></strong> は {{domxref("AudioNode")}} の一種で、<a href="http://en.wikipedia.org/wiki/Digital_delay_line">delay-line</a> を表します。入力された音声を、遅らせて出力します。</dd> <dt>{{domxref("DynamicsCompressorNode")}}</dt> <dd><strong><code>DynamicsCompressorNode</code></strong> はコンプレッサとして働きます。大きな音の音量を絞ることで、複数の音を同時に再生した時に起きがちな、音のクリッピングや歪みを回避します。</dd> <dt>{{domxref("GainNode")}}</dt> @@ -274,8 +274,8 @@ translation_of: Web/API/Web_Audio_API <li><a href="/ja/docs/Web/API/Web_Audio_API/Visualizations_with_Web_Audio_API">Web Audio API による視覚化</a></li> <li><a href="/ja/docs/Web/API/Web_Audio_API/Web_audio_spatialisation_basics">Web audio spatialisation basics</a></li> <li><a href="/ja/docs/Web/API/Web_Audio_API/Controlling_multiple_parameters_with_ConstantSourceNode">Controlling multiple parameters with ConstantSourceNode</a></li> - <li><a href="http://www.html5rocks.com/tutorials/webaudio/positional_audio/" title="http://www.html5rocks.com/tutorials/webaudio/positional_audio/">Mixing Positional Audio and WebGL</a></li> - <li><a href="http://www.html5rocks.com/tutorials/webaudio/games/" title="http://www.html5rocks.com/tutorials/webaudio/games/">Developing Game Audio with the Web Audio API</a></li> + <li><a href="http://www.html5rocks.com/tutorials/webaudio/positional_audio/">Mixing Positional Audio and WebGL</a></li> + <li><a href="http://www.html5rocks.com/tutorials/webaudio/games/">Developing Game Audio with the Web Audio API</a></li> <li><a href="/ja/docs/Web/API/Web_Audio_API/Porting_webkitAudioContext_code_to_standards_based_AudioContext" title="/ja/docs/Web_Audio_API/Porting_webkitAudioContext_code_to_standards_based_AudioContext">Porting webkitAudioContext code to standards based AudioContext</a></li> </ul> diff --git a/files/ja/web/api/web_storage_api/using_the_web_storage_api/index.html b/files/ja/web/api/web_storage_api/using_the_web_storage_api/index.html index 6a83126541..bc01e7d0cd 100644 --- a/files/ja/web/api/web_storage_api/using_the_web_storage_api/index.html +++ b/files/ja/web/api/web_storage_api/using_the_web_storage_api/index.html @@ -215,7 +215,7 @@ imageForm.onchange = populateStorage;</pre> </div> </div> -<p>すべてのブラウザーで、ローカルストレージおよびセッションストレージが受け入れる容量は異なります。<a href="http://dev-test.nemikor.com/web-storage/support-test/" title="http://dev-test.nemikor.com/web-storage/support-test/">さまざまなブラウザーのストレージ容量を報告しているページ</a>があります。</p> +<p>すべてのブラウザーで、ローカルストレージおよびセッションストレージが受け入れる容量は異なります。<a href="http://dev-test.nemikor.com/web-storage/support-test/">さまざまなブラウザーのストレージ容量を報告しているページ</a>があります。</p> <h2 id="See_also" name="See_also">関連情報</h2> diff --git a/files/ja/web/api/webgl_api/tutorial/getting_started_with_webgl/index.html b/files/ja/web/api/webgl_api/tutorial/getting_started_with_webgl/index.html index 62008c23d5..f3822e9b4c 100644 --- a/files/ja/web/api/webgl_api/tutorial/getting_started_with_webgl/index.html +++ b/files/ja/web/api/webgl_api/tutorial/getting_started_with_webgl/index.html @@ -7,7 +7,7 @@ tags: translation_of: Web/API/WebGL_API/Tutorial/Getting_started_with_WebGL --- <p>{{WebGLSidebar("Tutorial")}} {{Next("Web/API/WebGL_API/Tutorial/Adding_2D_content_to_a_WebGL_context")}}<br> - <a href="http://www.khronos.org/webgl/">WebGL</a> をサポートするブラウザーでは、プラグインを使用することなく HTML <a href="/ja/docs/Web/API/Canvas_API"><code>canvas</code></a> 内で 3D グラフィックスをレンダリングするための、<a href="http://www.khronos.org/opengles/" title="http://www.khronos.org/opengles/">OpenGL ES</a> 2.0 に基づく API をウェブコンテンツで使用できます。WebGL のプログラムは JavaScript で記述する制御コードと、コンピュータの Graphics Processing Unit (GPU) で実行する特殊効果コード (シェーダーコード) で構成されます。WebGL 要素は他の HTML 要素と混ぜられ、他のページ部品やページの背景と合成されます。</p> + <a href="http://www.khronos.org/webgl/">WebGL</a> をサポートするブラウザーでは、プラグインを使用することなく HTML <a href="/ja/docs/Web/API/Canvas_API"><code>canvas</code></a> 内で 3D グラフィックスをレンダリングするための、<a href="http://www.khronos.org/opengles/">OpenGL ES</a> 2.0 に基づく API をウェブコンテンツで使用できます。WebGL のプログラムは JavaScript で記述する制御コードと、コンピュータの Graphics Processing Unit (GPU) で実行する特殊効果コード (シェーダーコード) で構成されます。WebGL 要素は他の HTML 要素と混ぜられ、他のページ部品やページの背景と合成されます。</p> <p>この記事では、WebGL の基礎を紹介します。ここでは、3D グラフィックスに関する数学的な知識を理解していることを前提とします。よって、OpenGL そのものの説明は行いません。</p> diff --git a/files/ja/web/api/webgl_api/tutorial/index.html b/files/ja/web/api/webgl_api/tutorial/index.html index e382ae0e4c..c3b2800bcb 100644 --- a/files/ja/web/api/webgl_api/tutorial/index.html +++ b/files/ja/web/api/webgl_api/tutorial/index.html @@ -11,7 +11,7 @@ translation_of: Web/API/WebGL_API/Tutorial <div>{{WebGLSidebar}}</div> <div class="summary"> -<p><a href="http://www.khronos.org/webgl/">WebGL</a> は互換性があるブラウザで、プラグインを使用することなく HTML {{HTMLElement("canvas")}} 内で 3D グラフィックスをレンダリングするための、<a href="http://www.khronos.org/opengles/" title="http://www.khronos.org/opengles/">OpenGL ES</a> 2.0 に基づく API を Web コンテンツで使用できるようにします。WebGL のプログラムは JavaScript で記述する制御コードと、コンピュータの Graphics Processing Unit (GPU) で実行する特殊効果コード (シェーダーコード) で構成されます。WebGL 要素は他の HTML 要素と混ぜられ、他のページ部品やページの背景と合成されます。</p> +<p><a href="http://www.khronos.org/webgl/">WebGL</a> は互換性があるブラウザで、プラグインを使用することなく HTML {{HTMLElement("canvas")}} 内で 3D グラフィックスをレンダリングするための、<a href="http://www.khronos.org/opengles/">OpenGL ES</a> 2.0 に基づく API を Web コンテンツで使用できるようにします。WebGL のプログラムは JavaScript で記述する制御コードと、コンピュータの Graphics Processing Unit (GPU) で実行する特殊効果コード (シェーダーコード) で構成されます。WebGL 要素は他の HTML 要素と混ぜられ、他のページ部品やページの背景と合成されます。</p> </div> <p><span class="seoSummary">このチュートリアルでは WebGL グラフィックスを描画するために <code><canvas></code> を使用する方法について、基礎から説明します。ここで提供するサンプルは WebGL で何ができるかの明確な見解をもたらし、また独自のコンテンツを構築し始められるようにするコード部品も提供します。</span></p> diff --git a/files/ja/web/api/webgl_api/tutorial/lighting_in_webgl/index.html b/files/ja/web/api/webgl_api/tutorial/lighting_in_webgl/index.html index d124dc7cb2..c33042c8ae 100644 --- a/files/ja/web/api/webgl_api/tutorial/lighting_in_webgl/index.html +++ b/files/ja/web/api/webgl_api/tutorial/lighting_in_webgl/index.html @@ -12,7 +12,7 @@ translation_of: Web/API/WebGL_API/Tutorial/Lighting_in_WebGL <h2 id="Simulating_lighting_and_shading_in_3D" name="Simulating_lighting_and_shading_in_3D">3D のライティングとシェーディングをシミュレートする</h2> -<p>3D グラフィックにおけるシミュレートされたライティングの理論に詳しく触れるのはこの記事の範囲を大きく超えますが、その働きを知るのに役立ちます。ここでは深く触れませんので詳しくは、よく使われるライティングモデルについて解説している Wikipedia の <a href="http://en.wikipedia.org/wiki/Phong_shading" title="http://en.wikipedia.org/wiki/Phong_shading">Phong shading</a> (<a class="external" href="http://ja.wikipedia.org/wiki/%E3%83%95%E3%82%A9%E3%83%B3%E3%82%B7%E3%82%A7%E3%83%BC%E3%83%87%E3%82%A3%E3%83%B3%E3%82%B0">日本語版</a>) の記事をご覧ください。</p> +<p>3D グラフィックにおけるシミュレートされたライティングの理論に詳しく触れるのはこの記事の範囲を大きく超えますが、その働きを知るのに役立ちます。ここでは深く触れませんので詳しくは、よく使われるライティングモデルについて解説している Wikipedia の <a href="http://en.wikipedia.org/wiki/Phong_shading">Phong shading</a> (<a class="external" href="http://ja.wikipedia.org/wiki/%E3%83%95%E3%82%A9%E3%83%B3%E3%82%B7%E3%82%A7%E3%83%BC%E3%83%87%E3%82%A3%E3%83%B3%E3%82%B0">日本語版</a>) の記事をご覧ください。</p> <p>ライティングには 3 種類の基本タイプがあります。</p> diff --git a/files/ja/web/api/webgl_api/tutorial/using_textures_in_webgl/index.html b/files/ja/web/api/webgl_api/tutorial/using_textures_in_webgl/index.html index 27d410bbe7..50f3da9982 100644 --- a/files/ja/web/api/webgl_api/tutorial/using_textures_in_webgl/index.html +++ b/files/ja/web/api/webgl_api/tutorial/using_textures_in_webgl/index.html @@ -190,7 +190,7 @@ gl.texParameteri(gl.TEXTURE_2D, gl.TEXTURE_WRAP_T, gl.CLAMP_TO_EDGE);</pre> <p>WebGL のテクスチャの読み込みは、クロスドメインアクセス制御に従います。コンテンツで他のドメインからテクスチャを読み込むためには、CORS で許可を得なければなりません。CORS について詳しくは、<a href="/ja/docs/HTTP_access_control" title="HTTP access control">HTTP access control</a> をご覧ください。</p> -<p>CORS で許可された画像を WebGL のテクスチャとして使用する方法の説明を <a href="http://hacks.mozilla.org/2011/11/using-cors-to-load-webgl-textures-from-cross-domain-images/" title="http://hacks.mozilla.org/2011/11/using-cors-to-load-webgl-textures-from-cross-domain-images/">こちらの hacks.mozilla.org の記事</a> に掲載していますので、<a href="http://people.mozilla.org/~bjacob/webgltexture-cors-js.html">サンプル</a> と合わせてご覧ください。</p> +<p>CORS で許可された画像を WebGL のテクスチャとして使用する方法の説明を <a href="http://hacks.mozilla.org/2011/11/using-cors-to-load-webgl-textures-from-cross-domain-images/">こちらの hacks.mozilla.org の記事</a> に掲載していますので、<a href="http://people.mozilla.org/~bjacob/webgltexture-cors-js.html">サンプル</a> と合わせてご覧ください。</p> <div class="note"> <p><strong>注記:</strong> WebGL テクスチャ向けの CORS サポートと、画像要素の <code>crossOrigin</code> 属性は {{Gecko("8.0")}} で実装されました。</p> diff --git a/files/ja/web/javascript/about_javascript/index.html b/files/ja/web/javascript/about_javascript/index.html index 56893807e3..35c95f358d 100644 --- a/files/ja/web/javascript/about_javascript/index.html +++ b/files/ja/web/javascript/about_javascript/index.html @@ -11,13 +11,13 @@ translation_of: Web/JavaScript/About_JavaScript <h2 id="What_is_JavaScript" name="What_is_JavaScript">JavaScript とは何か?</h2> -<p><strong>JavaScript</strong><sup>®</sup> (よく <strong>JS</strong> と略されます) は<a href="https://ja.wikipedia.org/wiki/%E7%AC%AC%E4%B8%80%E7%B4%9A%E9%96%A2%E6%95%B0" title="https://ja.wikipedia.org/wiki/%E7%AC%AC%E4%B8%80%E7%B4%9A%E9%96%A2%E6%95%B0">第一級関数</a>を持つ軽量、インタプリタ方式、オブジェクト指向の言語です。Web ページ向けのスクリプティング言語としてもっとも知られていますが、<a href="https://ja.wikipedia.org/wiki/JavaScript#Uses_outside_web_pages">ブラウザ以外の多くの環境でも使用されています</a>。JavaScript は<a href="https://ja.wikipedia.org/wiki/%E3%83%97%E3%83%AD%E3%83%88%E3%82%BF%E3%82%A4%E3%83%97%E3%83%99%E3%83%BC%E3%82%B9" title="プロトタイプベース">プロトタイプベース</a>の動的なスクリプティング言語であり、オブジェクト指向、命令型、関数型のプログラミング方式をサポートします。</p> +<p><strong>JavaScript</strong><sup>®</sup> (よく <strong>JS</strong> と略されます) は<a href="https://ja.wikipedia.org/wiki/%E7%AC%AC%E4%B8%80%E7%B4%9A%E9%96%A2%E6%95%B0">第一級関数</a>を持つ軽量、インタプリタ方式、オブジェクト指向の言語です。Web ページ向けのスクリプティング言語としてもっとも知られていますが、<a href="https://ja.wikipedia.org/wiki/JavaScript#Uses_outside_web_pages">ブラウザ以外の多くの環境でも使用されています</a>。JavaScript は<a href="https://ja.wikipedia.org/wiki/%E3%83%97%E3%83%AD%E3%83%88%E3%82%BF%E3%82%A4%E3%83%97%E3%83%99%E3%83%BC%E3%82%B9" title="プロトタイプベース">プロトタイプベース</a>の動的なスクリプティング言語であり、オブジェクト指向、命令型、関数型のプログラミング方式をサポートします。</p> <p>JavaScript は Web のクライアントサイドで実行され、イベントが発生したら Web ページがどのようにふるまうかを設計およびプログラムするために使用できます。JavaScript は学習が容易かつ強力なスクリプティング言語であり、Web ページの動作を制御するために広く使用されています。</p> <p>よくある誤解に反して、<strong>JavaScript は <em>"インタープリット可能な Java" ではありません</em></strong>。一言で言えば、JavaScript は <a href="/ja/docs/Web/JavaScript/Guide/Details_of_the_Object_Model#Class-Based_vs._Prototype-Based_Languages" title="JavaScript/Guide/Details_of_the_Object_Model#Class-Based_vs._Prototype-Based_Languages">プロトタイプベース</a>のオブジェクト構文をサポートした動的なスクリプティング言語です。基本的な構文はこの言語を習得するのに必要な新しい概念を減らすために、Java と C++ の両方にわざと似せてあり、<code>if</code> 文、<code>for</code>、<code>while</code> ループと <code>switch</code>、<code>try ... catch</code> ブロックなどの言語要素はそれらの言語と同じように (あるいはそれに近い) 働きます。</p> -<p>JavaScript は <a href="http://en.wikipedia.org/wiki/Procedural_programming" title="http://en.wikipedia.org/wiki/Procedural_programming">手続き型 (procedural) 言語</a> (<a href="http://ja.wikipedia.org/wiki/%E6%89%8B%E7%B6%9A%E3%81%8D%E5%9E%8B%E3%83%97%E3%83%AD%E3%82%B0%E3%83%A9%E3%83%9F%E3%83%B3%E3%82%B0" title="http://ja.wikipedia.org/wiki/%E6%89%8B%E7%B6%9A%E3%81%8D%E5%9E%8B%E3%83%97%E3%83%AD%E3%82%B0%E3%83%A9%E3%83%9F%E3%83%B3%E3%82%B0">日本語訳</a>) と<a href="/ja/docs/Web/JavaScript/Introduction_to_Object-Oriented_JavaScript" title="https://developer.mozilla.org/en-US/docs/Introduction_to_Object-Oriented_JavaScript">オブジェクト指向 (object oriented) 言語</a>の両方として機能することができます。JavaScript では、C++ や Java のようなコンパイラ型言語において一般的な構文クラス定義と反対に、オブジェクトは<strong>実行時に</strong>メソッドとプロパティをそれ以外の空のオブジェクトに加えることでプログラム上に作成されます。一度オブジェクトが構築されると、そのオブジェクトは同じようなオブジェクトを作成するための青写真 (あるいはプロトタイプ) として使われます。</p> +<p>JavaScript は <a href="http://en.wikipedia.org/wiki/Procedural_programming" title="http://en.wikipedia.org/wiki/Procedural_programming">手続き型 (procedural) 言語</a> (<a href="http://ja.wikipedia.org/wiki/%E6%89%8B%E7%B6%9A%E3%81%8D%E5%9E%8B%E3%83%97%E3%83%AD%E3%82%B0%E3%83%A9%E3%83%9F%E3%83%B3%E3%82%B0">日本語訳</a>) と<a href="/ja/docs/Web/JavaScript/Introduction_to_Object-Oriented_JavaScript" title="https://developer.mozilla.org/en-US/docs/Introduction_to_Object-Oriented_JavaScript">オブジェクト指向 (object oriented) 言語</a>の両方として機能することができます。JavaScript では、C++ や Java のようなコンパイラ型言語において一般的な構文クラス定義と反対に、オブジェクトは<strong>実行時に</strong>メソッドとプロパティをそれ以外の空のオブジェクトに加えることでプログラム上に作成されます。一度オブジェクトが構築されると、そのオブジェクトは同じようなオブジェクトを作成するための青写真 (あるいはプロトタイプ) として使われます。</p> <p>JavaScript の動的な性質は、実行時のオブジェクト構築、可変の引数リスト、関数変数、(<code><a href="/ja/docs/Web/JavaScript/Reference/Global_Objects/eval" title="JavaScript/Reference/Global_Functions/eval">eval</a></code> による) 動的スクリプト生成、(<code>for ... in</code> による) オブジェクトの内部参照、あるいはソースコード復元 (JavaScript のプログラムは関数本体をソーステキストに逆コンパイルできる) を含んでいます。</p> @@ -32,10 +32,10 @@ translation_of: Web/JavaScript/About_JavaScript <p>上記の実装の他にも、以下のような人気の JavaScript エンジンがあります。</p> <ul> - <li>Google の <a href="https://code.google.com/p/v8/" title="https://code.google.com/p/v8/">V8</a>。これは Google Chrome ブラウザや最近のバージョンの Opera ブラウザが使用しています。また、<a href="http://nodejs.org">Node.js</a> もこのエンジンを使用しています。</li> - <li>Safari (Apple) などの WebKit ブラウザで使われている <a href="https://www.webkit.org/projects/javascript/index.html" title="https://www.webkit.org/projects/javascript/index.html">JavaScriptCore</a> (SquirrelFish/Nitro)</li> - <li>過去のバージョンの Opera の <a href="http://my.opera.com/ODIN/blog/carakan-faq" title="http://my.opera.com/ODIN/blog/carakan-faq">Carakan</a></li> - <li>Internet Explorer で使われている <a href="https://ja.wikipedia.org/wiki/Chakra" title="https://ja.wikipedia.org/wiki/Chakra">Chakra</a> エンジン (ただし、実装している言語は商標の問題を避けるため、公式には "JScript" と呼ばれています)</li> + <li>Google の <a href="https://code.google.com/p/v8/">V8</a>。これは Google Chrome ブラウザや最近のバージョンの Opera ブラウザが使用しています。また、<a href="http://nodejs.org">Node.js</a> もこのエンジンを使用しています。</li> + <li>Safari (Apple) などの WebKit ブラウザで使われている <a href="https://www.webkit.org/projects/javascript/index.html">JavaScriptCore</a> (SquirrelFish/Nitro)</li> + <li>過去のバージョンの Opera の <a href="http://my.opera.com/ODIN/blog/carakan-faq">Carakan</a></li> + <li>Internet Explorer で使われている <a href="https://ja.wikipedia.org/wiki/Chakra">Chakra</a> エンジン (ただし、実装している言語は商標の問題を避けるため、公式には "JScript" と呼ばれています)</li> </ul> <p>Mozilla の各 JavaScript エンジンは、アプリケーション開発者がソフトウェアに JavaScript を統合するために使用できる公開 API を公開しています。JavaScript をサポートした最も一般的なホスト環境はウェブブラウザです。ウェブブラウザは主に <a href="http://www.w3.org/DOM/">DOM</a> の JavaScript への実装を担当する '<strong>ホストオブジェクト</strong>' を作成するのに公開 API を使っています。</p> diff --git a/files/ja/web/javascript/closures/index.html b/files/ja/web/javascript/closures/index.html index e163ea07ac..8a4e6c0684 100644 --- a/files/ja/web/javascript/closures/index.html +++ b/files/ja/web/javascript/closures/index.html @@ -32,7 +32,7 @@ init();</pre> <p><code>init()</code> 関数はローカル変数 <code>name</code> を作成し、それから関数 <code>displayName()</code> を定義しています。<code>displayName()</code> は <code>init()</code> の中で定義されている内部関数で、その関数本体の内部でしか利用できません。<code>displayName()</code> 自体はローカル変数を持っていませんが、外側の関数で宣言された変数にアクセスできるので、<code>displayName()</code> では親関数 <code>init()</code> で宣言された変数 <code>name</code> を使用できます。しかし、 <code>displayName()</code> に同じローカル変数があればそれが使われます。</p> -<p>コードを <a href="http://jsfiddle.net/xAFs9/3/" title="http://jsfiddle.net/xAFs9/">JSFiddle で実行</a>して、<code>displayName()</code> 関数の <code>alert()</code> 文が、親関数で定義された <code>name</code> 変数の値を表示するのを確認してください。これは<em>レキシカルスコープ</em>、つまり関数がネストされている時にパーサーが変数名を解決する方法を示す例です。<em>レキシカル</em>という言葉の触れるところは、変数のスコープはソースコード内の位置によって決定され、ネストされた関数は外側のスコープで宣言された変数にアクセスすることができます。</p> +<p>コードを <a href="http://jsfiddle.net/xAFs9/3/">JSFiddle で実行</a>して、<code>displayName()</code> 関数の <code>alert()</code> 文が、親関数で定義された <code>name</code> 変数の値を表示するのを確認してください。これは<em>レキシカルスコープ</em>、つまり関数がネストされている時にパーサーが変数名を解決する方法を示す例です。<em>レキシカル</em>という言葉の触れるところは、変数のスコープはソースコード内の位置によって決定され、ネストされた関数は外側のスコープで宣言された変数にアクセスすることができます。</p> <h2 id="Closure" name="Closure">クロージャ</h2> @@ -134,7 +134,7 @@ document.getElementById('size-16').onclick = size16;</pre> <p>JavaScript にはこういった機能は組み込まれていませんが、クロージャを使うとプライベートメソッドを模倣する事ができます。プライベートメソッドはコードへのアクセスを制限するのに役立つだけではなく、コードのパブリックインターフェイスが不要なメソッドでいっぱいになるのを防ぐため、グローバル名前空間を管理するのに非常に有効です。</p> -<p><a href="http://www.google.com/search?q=javascript+module+pattern" title="http://www.google.com/search?q=javascript+module+pattern">モジュールパターン</a>としても知られる、クロージャを使って、プライベートな関数と変数にアクセスできるパブリック関数を定義するにはこのようにします。</p> +<p><a href="http://www.google.com/search?q=javascript+module+pattern">モジュールパターン</a>としても知られる、クロージャを使って、プライベートな関数と変数にアクセスできるパブリック関数を定義するにはこのようにします。</p> <pre class="brush: js notranslate">var counter = (function() { var privateCounter = 0; diff --git a/files/ja/web/javascript/eventloop/index.html b/files/ja/web/javascript/eventloop/index.html index 4af2e87fba..a4b43d4e8a 100644 --- a/files/ja/web/javascript/eventloop/index.html +++ b/files/ja/web/javascript/eventloop/index.html @@ -75,4 +75,4 @@ console.log(bar(7)); // returns 42 <p>イベントループモデルの非常に興味深い特性は、他の多くの言語とは異なり、JavaScriptは決してブロックしないことです。I/Oの取り扱いは、通常、イベントとコールバックを介して行われます。そのため、アプリケーションは<a href="/docs/Web/API/IndexedDB_API" title="/docs/IndexedDB">IndexedDB</a>のクエリや<a href="/docs/Web/API/XMLHttpRequest" title="/docs/DOM/XMLHttpRequest">XHR</a>リクエストが返るのを待っている時も、ユーザ入力のような他のことを処理することができます。</p> -<p><code>alert</code>か同期XHRのようにレガシーな例外が存在しますが、それらを避けることは良い慣習とされています。<a href="http://stackoverflow.com/questions/2734025/is-javascript-guaranteed-to-be-single-threaded/2734311#2734311" title="http://stackoverflow.com/questions/2734025/is-javascript-guaranteed-to-be-single-threaded/2734311#2734311">例外に対する例外は存在する</a>ことに気をつけてください(と言っても、たいていは他の何かというよりはむしろ実装のバグですが)。</p> +<p><code>alert</code>か同期XHRのようにレガシーな例外が存在しますが、それらを避けることは良い慣習とされています。<a href="http://stackoverflow.com/questions/2734025/is-javascript-guaranteed-to-be-single-threaded/2734311#2734311">例外に対する例外は存在する</a>ことに気をつけてください(と言っても、たいていは他の何かというよりはむしろ実装のバグですが)。</p> diff --git a/files/ja/web/javascript/language_resources/index.html b/files/ja/web/javascript/language_resources/index.html index 2060018601..79eeabf18d 100644 --- a/files/ja/web/javascript/language_resources/index.html +++ b/files/ja/web/javascript/language_resources/index.html @@ -10,7 +10,7 @@ translation_of: Web/JavaScript/Language_Resources --- <div>{{JsSidebar}}</div> -<p><strong>ECMAScript</strong> は <a href="/ja/docs/JavaScript">JavaScript</a> の基礎を成すスクリプト言語です。ECMAScript は標準化団体 <a href="http://www.ecma-international.org/" title="http://www.ecma-international.org/">ECMA International</a> によって <strong>ECMA-262 および ECMA-402 specifications</strong> として標準化されています。次のような ECMAScript 標準が承認済みおよび策定中です:</p> +<p><strong>ECMAScript</strong> は <a href="/ja/docs/JavaScript">JavaScript</a> の基礎を成すスクリプト言語です。ECMAScript は標準化団体 <a href="http://www.ecma-international.org/">ECMA International</a> によって <strong>ECMA-262 および ECMA-402 specifications</strong> として標準化されています。次のような ECMAScript 標準が承認済みおよび策定中です:</p> <table class="standard-table"> <thead> @@ -133,9 +133,9 @@ translation_of: Web/JavaScript/Language_Resources <p><strong>ES.Next</strong> は、執筆時点での次のバージョンを表す動的な名前です。 ES.Next 機能は、定義により仕様がまだ確定していないため、より正確には提案と呼ばれています。</p> -<p>ECMAScript の歴史に関する詳しい情報は <a href="http://en.wikipedia.org/wiki/ECMAScript" title="http://en.wikipedia.org/wiki/ECMAScript">Wikipedia の ECMAScript の記事</a>を参照してください。</p> +<p>ECMAScript の歴史に関する詳しい情報は <a href="http://en.wikipedia.org/wiki/ECMAScript">Wikipedia の ECMAScript の記事</a>を参照してください。</p> -<p>"Harmony" というコードネームが付けられた次の改訂版や ECMAScript Internationalization API 仕様への作業は、<a href="http://www.ecmascript.org/community.php" title="http://www.ecmascript.org/community.php">ecmascript.org</a> からリンクされた公開 wiki や <a class="link-https" href="https://mail.mozilla.org/listinfo/es-discuss" title="https://mail.mozilla.org/listinfo/es-discuss">es-discuss メーリングリスト</a> を通じて参加したり追跡することができます。</p> +<p>"Harmony" というコードネームが付けられた次の改訂版や ECMAScript Internationalization API 仕様への作業は、<a href="http://www.ecmascript.org/community.php" title="http://www.ecmascript.org/community.php">ecmascript.org</a> からリンクされた公開 wiki や <a class="link-https" href="https://mail.mozilla.org/listinfo/es-discuss">es-discuss メーリングリスト</a> を通じて参加したり追跡することができます。</p> <h2 id="Implementations" name="Implementations">実装</h2> @@ -143,12 +143,12 @@ translation_of: Web/JavaScript/Language_Resources <li><a href="/ja/docs/SpiderMonkey" title="SpiderMonkey">SpiderMonkey</a> - Firefox などの Mozilla 製品で使われている JavaScript エンジン</li> <li><a href="/ja/docs/Rhino" title="Rhino">Rhino</a> - Java で書かれた JavaScript エンジン</li> <li><a href="/ja/docs/Tamarin" title="Tamarin">Tamarin</a> - ActionScript 仮想マシン (Adobe® Flash® Player で使われている)</li> - <li><a href="http://en.wikipedia.org/wiki/List_of_ECMAScript_engines" title="http://en.wikipedia.org/wiki/List_of_ECMAScript_engines">その他の実装</a> (Wikipedia)</li> + <li><a href="http://en.wikipedia.org/wiki/List_of_ECMAScript_engines">その他の実装</a> (Wikipedia)</li> </ul> <h2 id="See_also" name="See_also">関連情報</h2> <ul> - <li><a href="http://brendaneich.com/" title="http://brendaneich.com/">ブレンダン・アイク (Brendan Eich) のブログ</a>。ブレンダンは JavaScript と JS エンジン SpiderMonkey の作者であり、現在もこの言語を発展させるべく ECMA ワーキンググループとともに活動しています。</li> - <li><a href="http://dmitrysoshnikov.com/" title="http://dmitrysoshnikov.com/">Dmitry Soshnikov による ECMA-262 Edition 3 と 5 の分析</a></li> + <li><a href="http://brendaneich.com/">ブレンダン・アイク (Brendan Eich) のブログ</a>。ブレンダンは JavaScript と JS エンジン SpiderMonkey の作者であり、現在もこの言語を発展させるべく ECMA ワーキンググループとともに活動しています。</li> + <li><a href="http://dmitrysoshnikov.com/">Dmitry Soshnikov による ECMA-262 Edition 3 と 5 の分析</a></li> </ul> diff --git a/files/ja/web/javascript/reference/functions/arguments/callee/index.html b/files/ja/web/javascript/reference/functions/arguments/callee/index.html index 4da6aef9bf..57ce3fcab0 100644 --- a/files/ja/web/javascript/reference/functions/arguments/callee/index.html +++ b/files/ja/web/javascript/reference/functions/arguments/callee/index.html @@ -23,7 +23,7 @@ translation_of: Web/JavaScript/Reference/Functions/arguments/callee <h3 id="Why_was_arguments.callee_removed_from_ES5_strict_mode">なぜ <code>arguments.callee</code> は ES5 strict モードで削除されたのか</h3> -<p>(<a href="http://stackoverflow.com/a/235760/578288" title="http://stackoverflow.com/a/235760/578288">olliej による Stack Overflow の回答</a>によれば)</p> +<p>(<a href="http://stackoverflow.com/a/235760/578288">olliej による Stack Overflow の回答</a>によれば)</p> <p>古いバージョンの JavaScript では名前付きの関数式が利用できず、このため再帰の関数式を作成することができませんでした。</p> diff --git a/files/ja/web/javascript/reference/functions/default_parameters/index.html b/files/ja/web/javascript/reference/functions/default_parameters/index.html index 2b66df55a5..6e362bd32b 100644 --- a/files/ja/web/javascript/reference/functions/default_parameters/index.html +++ b/files/ja/web/javascript/reference/functions/default_parameters/index.html @@ -219,5 +219,5 @@ f() // 6</pre> <h2 id="See_also" name="See_also">関連情報</h2> <ul> - <li><a class="external" href="http://wiki.ecmascript.org/doku.php?id=harmony:parameter_default_values" rel="external" title="http://wiki.ecmascript.org/doku.php?id=harmony:parameter_default_values">Original proposal at ecmascript.org</a></li> + <li><a class="external" href="http://wiki.ecmascript.org/doku.php?id=harmony:parameter_default_values" rel="external">Original proposal at ecmascript.org</a></li> </ul> diff --git a/files/ja/web/javascript/reference/strict_mode/index.html b/files/ja/web/javascript/reference/strict_mode/index.html index 353aae3501..c24a489769 100644 --- a/files/ja/web/javascript/reference/strict_mode/index.html +++ b/files/ja/web/javascript/reference/strict_mode/index.html @@ -357,11 +357,11 @@ function baz() { // kosher <h2 id="See_also" name="See_also">関連情報</h2> <ul> - <li><a class="external" href="http://whereswalden.com/2010/09/08/new-es5-strict-mode-support-now-with-poison-pills/" title="http://whereswalden.com/2010/09/08/new-es5-strict-mode-support-now-with-poison-pills/">Where's Walden? » New ES5 strict mode support: now with poison pills!</a></li> - <li><a class="external" href="http://whereswalden.com/2011/01/24/new-es5-strict-mode-requirement-function-statements-not-at-top-level-of-a-program-or-function-are-prohibited/" title="http://whereswalden.com/2011/01/24/new-es5-strict-mode-requirement-function-statements-not-at-top-level-of-a-program-or-function-are-prohibited/">Where's Walden? » New ES5 strict mode requirement: function statements not at top level of a program or function are prohibited</a></li> - <li><a class="external" href="http://whereswalden.com/2011/01/10/new-es5-strict-mode-support-new-vars-created-by-strict-mode-eval-code-are-local-to-that-code-only/" title="http://whereswalden.com/2011/01/10/new-es5-strict-mode-support-new-vars-created-by-strict-mode-eval-code-are-local-to-that-code-only/">Where's Walden? » New ES5 strict mode support: new vars created by strict mode eval code are local to that code only</a></li> + <li><a class="external" href="http://whereswalden.com/2010/09/08/new-es5-strict-mode-support-now-with-poison-pills/">Where's Walden? » New ES5 strict mode support: now with poison pills!</a></li> + <li><a class="external" href="http://whereswalden.com/2011/01/24/new-es5-strict-mode-requirement-function-statements-not-at-top-level-of-a-program-or-function-are-prohibited/">Where's Walden? » New ES5 strict mode requirement: function statements not at top level of a program or function are prohibited</a></li> + <li><a class="external" href="http://whereswalden.com/2011/01/10/new-es5-strict-mode-support-new-vars-created-by-strict-mode-eval-code-are-local-to-that-code-only/">Where's Walden? » New ES5 strict mode support: new vars created by strict mode eval code are local to that code only</a></li> <li><a href="http://qnimate.com/javascript-strict-mode-in-nutshell/">JavaScript "use strict" tutorial for beginners.</a></li> - <li><a class="external" href="http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/" title="http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/">John Resig - ECMAScript 5 Strict Mode, JSON, and More</a></li> + <li><a class="external" href="http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/">John Resig - ECMAScript 5 Strict Mode, JSON, and More</a></li> <li><a class="external" href="http://dmitrysoshnikov.com/ecmascript/es5-chapter-2-strict-mode/">ECMA-262-5 in detail. Chapter 2. Strict Mode.</a></li> <li><a class="external" href="http://kangax.github.io/compat-table/es5/#Strict_mode">Strict mode compatibility table</a></li> <li><a href="/ja/docs/Web/JavaScript/Reference/Strict_mode/Transitioning_to_strict_mode">Transitioning to strict mode</a></li> diff --git a/files/ja/web/javascript/typed_arrays/index.html b/files/ja/web/javascript/typed_arrays/index.html index dd6819be56..405641b9b3 100644 --- a/files/ja/web/javascript/typed_arrays/index.html +++ b/files/ja/web/javascript/typed_arrays/index.html @@ -225,7 +225,7 @@ let amountDueView = new Float32Array(buffer, 20, 1);</pre> <p>例えば、合計金額には <code>amountDueView[0]</code> でアクセスできます。</p> -<div class="note"><strong>注記:</strong> C 構造体における<a href="http://en.wikipedia.org/wiki/Data_structure_alignment" title="http://en.wikipedia.org/wiki/Data_structure_alignment">データ構造の配置</a>は機種依存です。これらのデータ埋め込みの違いに注意および配慮してください。</div> +<div class="note"><strong>注記:</strong> C 構造体における<a href="http://en.wikipedia.org/wiki/Data_structure_alignment">データ構造の配置</a>は機種依存です。これらのデータ埋め込みの違いに注意および配慮してください。</div> <h3 id="Conversion_to_normal_arrays" name="Conversion_to_normal_arrays">通常の配列に転換する</h3> diff --git a/files/ja/web/mathml/authoring/index.html b/files/ja/web/mathml/authoring/index.html index 65d2a7fcb8..3546ad1808 100644 --- a/files/ja/web/mathml/authoring/index.html +++ b/files/ja/web/mathml/authoring/index.html @@ -189,7 +189,7 @@ m|math { ... </pre> -<p><a href="https://math.etsu.edu/LaTeXMathML/" title="http://math.etsu.edu/LaTeXMathML/">LaTeXMathML</a> is a similar script that allows to parse more LaTeX commands. The installation is similar: copy <a href="https://math.etsu.edu/LaTeXMathML/LaTeXMathML.js">LaTeXMathML.js</a> and <a href="https://math.etsu.edu/LaTeXMathML/LaTeXMathML.standardarticle.css">LaTeXMathML.standardarticle.css</a>, add links in the header of your document and the LaTeX content of your Web page marked by the "LaTeX" class will be automatically parsed and converted to HTML+MathML:</p> +<p><a href="https://math.etsu.edu/LaTeXMathML/">LaTeXMathML</a> is a similar script that allows to parse more LaTeX commands. The installation is similar: copy <a href="https://math.etsu.edu/LaTeXMathML/LaTeXMathML.js">LaTeXMathML.js</a> and <a href="https://math.etsu.edu/LaTeXMathML/LaTeXMathML.standardarticle.css">LaTeXMathML.standardarticle.css</a>, add links in the header of your document and the LaTeX content of your Web page marked by the "LaTeX" class will be automatically parsed and converted to HTML+MathML:</p> <pre class="brush: html notranslate"><span><<span class="start-tag">head</span>></span> <span>... diff --git a/files/ja/web/media/dash_adaptive_streaming_for_html_5_video/index.html b/files/ja/web/media/dash_adaptive_streaming_for_html_5_video/index.html index 871d4ef8d2..517c96c23b 100644 --- a/files/ja/web/media/dash_adaptive_streaming_for_html_5_video/index.html +++ b/files/ja/web/media/dash_adaptive_streaming_for_html_5_video/index.html @@ -88,8 +88,8 @@ ffmpeg -i in.video -c:v libvpx-vp9 -keyint_min 150 -g 150 -tile-columns 4 -frame <h2 id="Links" name="Links">リンク</h2> -<p><a href="http://wiki.webmproject.org/adaptive-streaming/webm-dash-specification" title="http://wiki.webmproject.org/adaptive-streaming/webm-dash-specification">WebM DASH Specification at The WebM Project</a></p> +<p><a href="http://wiki.webmproject.org/adaptive-streaming/webm-dash-specification">WebM DASH Specification at The WebM Project</a></p> -<p><a href="http://dashif.org/" title="http://dashif.org/">DASH Industry Forum</a></p> +<p><a href="http://dashif.org/">DASH Industry Forum</a></p> <p><a href="http://wiki.webmproject.org/adaptive-streaming/instructions-to-playback-adaptive-webm-using-dash">WebM project description of how to create DASH files with FFMPEG</a></p> |