diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:08:35 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:08:35 +0100 |
commit | 9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f (patch) | |
tree | 3eabcb7c51657ecbaf7acb8e9de10af73e86d96c /files/ja/web | |
parent | 6ef1fa4618e08426b874529619a66adbd3d1fcf0 (diff) | |
download | translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.gz translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.bz2 translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.zip |
unslug ja: modify
Diffstat (limited to 'files/ja/web')
97 files changed, 195 insertions, 98 deletions
diff --git a/files/ja/web/accessibility/aria/roles/button_role/index.html b/files/ja/web/accessibility/aria/roles/button_role/index.html index b17fe32b00..ab1f5d308f 100644 --- a/files/ja/web/accessibility/aria/roles/button_role/index.html +++ b/files/ja/web/accessibility/aria/roles/button_role/index.html @@ -1,11 +1,12 @@ --- title: ボタンロールの使用 -slug: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_button_role +slug: Web/Accessibility/ARIA/Roles/button_role tags: - ARIA - Accessibility - NeedsContent translation_of: Web/Accessibility/ARIA/Roles/button_role +original_slug: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_button_role --- <p><strong><a href="https://www.w3.org/TR/wai-aria/roles#button">ボタン</a></strong>ロールはユーザーが操作した際にレスポンスをトリガーするクリック可能な要素に使用されなければなりません。<code>role="button"</code> だけで、どんな要素 (例えば {{HTMLElement("p")}}、{{HTMLElement("span")}} や {{HTMLElement("div")}}) でもボタンコントロールとしてスクリーンリーダーへ認識させることができます。さらにこのロールは、トグルボタンを作るために <code>aria-pressed</code> と組み合わせて使うことが出来ます。</p> diff --git a/files/ja/web/accessibility/aria/roles/checkbox_role/index.html b/files/ja/web/accessibility/aria/roles/checkbox_role/index.html index 13f3fa4b10..4f2033cd86 100644 --- a/files/ja/web/accessibility/aria/roles/checkbox_role/index.html +++ b/files/ja/web/accessibility/aria/roles/checkbox_role/index.html @@ -1,6 +1,6 @@ --- title: チェックボックスロールの使用 -slug: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_checkbox_role +slug: Web/Accessibility/ARIA/Roles/checkbox_role tags: - ARIA - Accessibility @@ -8,6 +8,7 @@ tags: - Role(2) - Rôle translation_of: Web/Accessibility/ARIA/Roles/checkbox_role +original_slug: Web/Accessibility/ARIA/ARIA_Techniques/Using_the_checkbox_role --- <p><span class="seoSummary"><a class="external" href="http://www.w3.org/TR/wai-aria/roles#checkbox" title="http://www.w3.org/TR/wai-aria/roles#checkbox">チェックボックス</a>ロールはチェック可能なインタラクティブなコントロールに使用されます。もし要素が <code>role="checkbox"</code> を使っていたら 、支援技術へチェックボックスのステートを公開するために<code>aria-checked</code> 属性も持つ必要があります。ネイティブHTMLのチェックボックスフォームコントロールが2つののみ( "checked" もしくは "not checked" )をもてる一方で、<code>role=checkbox</code> 要素は <code>aria-checked</code> を通して3つのステートを公開できます:</span></p> diff --git a/files/ja/web/accessibility/faq/index.html b/files/ja/web/accessibility/faq/index.html index 75086f73e4..883497abb2 100644 --- a/files/ja/web/accessibility/faq/index.html +++ b/files/ja/web/accessibility/faq/index.html @@ -1,9 +1,10 @@ --- title: Accessibility FAQ -slug: Web/Accessibility/Accessibility_FAQ +slug: Web/Accessibility/FAQ tags: - Accessibility translation_of: Web/Accessibility/FAQ +original_slug: Web/Accessibility/Accessibility_FAQ --- <p><b>Mozilla のアクセシビリティについて、どこから始めたらよいですか?</b><br> <a class="external" href="http://www.mozilla.org/access/">Mozilla Accessibility Project</a><br> diff --git a/files/ja/web/api/ambient_light_events/index.html b/files/ja/web/api/ambient_light_events/index.html index be70ad2612..c39d45a614 100644 --- a/files/ja/web/api/ambient_light_events/index.html +++ b/files/ja/web/api/ambient_light_events/index.html @@ -1,9 +1,10 @@ --- title: Ambient Light Events -slug: WebAPI/Using_Light_Events +slug: Web/API/Ambient_Light_Events tags: - Ambient Light translation_of: Web/API/Ambient_Light_Events +original_slug: WebAPI/Using_Light_Events --- <div>{{DefaultAPISidebar("Ambient Light Events")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/audioscheduledsourcenode/onended/index.html b/files/ja/web/api/audioscheduledsourcenode/onended/index.html index 22f8b05ba3..3e291b09be 100644 --- a/files/ja/web/api/audioscheduledsourcenode/onended/index.html +++ b/files/ja/web/api/audioscheduledsourcenode/onended/index.html @@ -1,8 +1,9 @@ --- title: AudioBufferSourceNode.onended -slug: Web/API/AudioBufferSourceNode/onended +slug: Web/API/AudioScheduledSourceNode/onended translation_of: Web/API/AudioScheduledSourceNode/onended translation_of_original: Web/API/AudioBufferSourceNode/onended +original_slug: Web/API/AudioBufferSourceNode/onended --- <p>{{ APIRef("AudioBufferSourceNode") }}</p> diff --git a/files/ja/web/api/audioscheduledsourcenode/stop/index.html b/files/ja/web/api/audioscheduledsourcenode/stop/index.html index 2163d86379..84520cc56e 100644 --- a/files/ja/web/api/audioscheduledsourcenode/stop/index.html +++ b/files/ja/web/api/audioscheduledsourcenode/stop/index.html @@ -1,8 +1,9 @@ --- title: AudioBufferSourceNode.stop() -slug: Web/API/AudioBufferSourceNode/stop +slug: Web/API/AudioScheduledSourceNode/stop translation_of: Web/API/AudioScheduledSourceNode/stop translation_of_original: Web/API/AudioBufferSourceNode/stop +original_slug: Web/API/AudioBufferSourceNode/stop --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/baseaudiocontext/createanalyser/index.html b/files/ja/web/api/baseaudiocontext/createanalyser/index.html index c186d1029c..7b1d6c46a2 100644 --- a/files/ja/web/api/baseaudiocontext/createanalyser/index.html +++ b/files/ja/web/api/baseaudiocontext/createanalyser/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.createAnalyser() -slug: Web/API/AudioContext/createAnalyser +slug: Web/API/BaseAudioContext/createAnalyser translation_of: Web/API/BaseAudioContext/createAnalyser +original_slug: Web/API/AudioContext/createAnalyser --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/baseaudiocontext/createbiquadfilter/index.html b/files/ja/web/api/baseaudiocontext/createbiquadfilter/index.html index 136557bea5..d68e65eb0f 100644 --- a/files/ja/web/api/baseaudiocontext/createbiquadfilter/index.html +++ b/files/ja/web/api/baseaudiocontext/createbiquadfilter/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.createBiquadFilter() -slug: Web/API/AudioContext/createBiquadFilter +slug: Web/API/BaseAudioContext/createBiquadFilter translation_of: Web/API/BaseAudioContext/createBiquadFilter +original_slug: Web/API/AudioContext/createBiquadFilter --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/baseaudiocontext/createbuffer/index.html b/files/ja/web/api/baseaudiocontext/createbuffer/index.html index e94a5a18be..744608d51f 100644 --- a/files/ja/web/api/baseaudiocontext/createbuffer/index.html +++ b/files/ja/web/api/baseaudiocontext/createbuffer/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.createBuffer() -slug: Web/API/AudioContext/createBuffer +slug: Web/API/BaseAudioContext/createBuffer translation_of: Web/API/BaseAudioContext/createBuffer +original_slug: Web/API/AudioContext/createBuffer --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/baseaudiocontext/createbuffersource/index.html b/files/ja/web/api/baseaudiocontext/createbuffersource/index.html index 24f65061c6..476712bf23 100644 --- a/files/ja/web/api/baseaudiocontext/createbuffersource/index.html +++ b/files/ja/web/api/baseaudiocontext/createbuffersource/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.createBufferSource() -slug: Web/API/AudioContext/createBufferSource +slug: Web/API/BaseAudioContext/createBufferSource translation_of: Web/API/BaseAudioContext/createBufferSource +original_slug: Web/API/AudioContext/createBufferSource --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/baseaudiocontext/createchannelmerger/index.html b/files/ja/web/api/baseaudiocontext/createchannelmerger/index.html index e79b116642..72c3520501 100644 --- a/files/ja/web/api/baseaudiocontext/createchannelmerger/index.html +++ b/files/ja/web/api/baseaudiocontext/createchannelmerger/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.createChannelMerger() -slug: Web/API/AudioContext/createChannelMerger +slug: Web/API/BaseAudioContext/createChannelMerger translation_of: Web/API/BaseAudioContext/createChannelMerger +original_slug: Web/API/AudioContext/createChannelMerger --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/baseaudiocontext/createchannelsplitter/index.html b/files/ja/web/api/baseaudiocontext/createchannelsplitter/index.html index 07444c49d0..683b1d6b86 100644 --- a/files/ja/web/api/baseaudiocontext/createchannelsplitter/index.html +++ b/files/ja/web/api/baseaudiocontext/createchannelsplitter/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.createChannelSplitter() -slug: Web/API/AudioContext/createChannelSplitter +slug: Web/API/BaseAudioContext/createChannelSplitter translation_of: Web/API/BaseAudioContext/createChannelSplitter +original_slug: Web/API/AudioContext/createChannelSplitter --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/baseaudiocontext/createconvolver/index.html b/files/ja/web/api/baseaudiocontext/createconvolver/index.html index ae5acf59c8..6f83873946 100644 --- a/files/ja/web/api/baseaudiocontext/createconvolver/index.html +++ b/files/ja/web/api/baseaudiocontext/createconvolver/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.createConvolver() -slug: Web/API/AudioContext/createConvolver +slug: Web/API/BaseAudioContext/createConvolver translation_of: Web/API/BaseAudioContext/createConvolver +original_slug: Web/API/AudioContext/createConvolver --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/baseaudiocontext/createdelay/index.html b/files/ja/web/api/baseaudiocontext/createdelay/index.html index 709a8a375b..db924ce003 100644 --- a/files/ja/web/api/baseaudiocontext/createdelay/index.html +++ b/files/ja/web/api/baseaudiocontext/createdelay/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.createDelay() -slug: Web/API/AudioContext/createDelay +slug: Web/API/BaseAudioContext/createDelay translation_of: Web/API/BaseAudioContext/createDelay +original_slug: Web/API/AudioContext/createDelay --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/baseaudiocontext/createdynamicscompressor/index.html b/files/ja/web/api/baseaudiocontext/createdynamicscompressor/index.html index 2fa5ca43ed..79a121e81a 100644 --- a/files/ja/web/api/baseaudiocontext/createdynamicscompressor/index.html +++ b/files/ja/web/api/baseaudiocontext/createdynamicscompressor/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.createDynamicsCompressor() -slug: Web/API/AudioContext/createDynamicsCompressor +slug: Web/API/BaseAudioContext/createDynamicsCompressor translation_of: Web/API/BaseAudioContext/createDynamicsCompressor +original_slug: Web/API/AudioContext/createDynamicsCompressor --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/baseaudiocontext/creategain/index.html b/files/ja/web/api/baseaudiocontext/creategain/index.html index c536a0621c..1e90ad3353 100644 --- a/files/ja/web/api/baseaudiocontext/creategain/index.html +++ b/files/ja/web/api/baseaudiocontext/creategain/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.createGain() -slug: Web/API/AudioContext/createGain +slug: Web/API/BaseAudioContext/createGain translation_of: Web/API/BaseAudioContext/createGain +original_slug: Web/API/AudioContext/createGain --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/baseaudiocontext/createoscillator/index.html b/files/ja/web/api/baseaudiocontext/createoscillator/index.html index e971400f5d..bf67d2b942 100644 --- a/files/ja/web/api/baseaudiocontext/createoscillator/index.html +++ b/files/ja/web/api/baseaudiocontext/createoscillator/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.createOscillator() -slug: Web/API/AudioContext/createOscillator +slug: Web/API/BaseAudioContext/createOscillator translation_of: Web/API/BaseAudioContext/createOscillator +original_slug: Web/API/AudioContext/createOscillator --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/baseaudiocontext/createpanner/index.html b/files/ja/web/api/baseaudiocontext/createpanner/index.html index 1b30c60a03..61699d2197 100644 --- a/files/ja/web/api/baseaudiocontext/createpanner/index.html +++ b/files/ja/web/api/baseaudiocontext/createpanner/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.createPanner() -slug: Web/API/AudioContext/createPanner +slug: Web/API/BaseAudioContext/createPanner translation_of: Web/API/BaseAudioContext/createPanner +original_slug: Web/API/AudioContext/createPanner --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/baseaudiocontext/createperiodicwave/index.html b/files/ja/web/api/baseaudiocontext/createperiodicwave/index.html index 825a1a8de5..6f7a6b7977 100644 --- a/files/ja/web/api/baseaudiocontext/createperiodicwave/index.html +++ b/files/ja/web/api/baseaudiocontext/createperiodicwave/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.createPeriodicWave() -slug: Web/API/AudioContext/createPeriodicWave +slug: Web/API/BaseAudioContext/createPeriodicWave translation_of: Web/API/BaseAudioContext/createPeriodicWave +original_slug: Web/API/AudioContext/createPeriodicWave --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/baseaudiocontext/createscriptprocessor/index.html b/files/ja/web/api/baseaudiocontext/createscriptprocessor/index.html index d3c80ae2cb..1542a7fe82 100644 --- a/files/ja/web/api/baseaudiocontext/createscriptprocessor/index.html +++ b/files/ja/web/api/baseaudiocontext/createscriptprocessor/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.createScriptProcessor() -slug: Web/API/AudioContext/createScriptProcessor +slug: Web/API/BaseAudioContext/createScriptProcessor translation_of: Web/API/BaseAudioContext/createScriptProcessor +original_slug: Web/API/AudioContext/createScriptProcessor --- <p>{{ APIRef("AudioContext") }}</p> <div class="summary"> diff --git a/files/ja/web/api/baseaudiocontext/createstereopanner/index.html b/files/ja/web/api/baseaudiocontext/createstereopanner/index.html index c77689aa90..e002857bcd 100644 --- a/files/ja/web/api/baseaudiocontext/createstereopanner/index.html +++ b/files/ja/web/api/baseaudiocontext/createstereopanner/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.createStereoPanner() -slug: Web/API/AudioContext/createStereoPanner +slug: Web/API/BaseAudioContext/createStereoPanner translation_of: Web/API/BaseAudioContext/createStereoPanner +original_slug: Web/API/AudioContext/createStereoPanner --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/baseaudiocontext/currenttime/index.html b/files/ja/web/api/baseaudiocontext/currenttime/index.html index 0d2a92b3ea..451b8b4233 100644 --- a/files/ja/web/api/baseaudiocontext/currenttime/index.html +++ b/files/ja/web/api/baseaudiocontext/currenttime/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.currentTime -slug: Web/API/AudioContext/currentTime +slug: Web/API/BaseAudioContext/currentTime translation_of: Web/API/BaseAudioContext/currentTime +original_slug: Web/API/AudioContext/currentTime --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/baseaudiocontext/decodeaudiodata/index.html b/files/ja/web/api/baseaudiocontext/decodeaudiodata/index.html index db9c106e52..3e8428a4d8 100644 --- a/files/ja/web/api/baseaudiocontext/decodeaudiodata/index.html +++ b/files/ja/web/api/baseaudiocontext/decodeaudiodata/index.html @@ -1,6 +1,6 @@ --- title: AudioContext.decodeAudioData() -slug: Web/API/AudioContext/decodeAudioData +slug: Web/API/BaseAudioContext/decodeAudioData tags: - API - Audio @@ -11,6 +11,7 @@ tags: - Web Audio API - decodeAudioData translation_of: Web/API/BaseAudioContext/decodeAudioData +original_slug: Web/API/AudioContext/decodeAudioData --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/baseaudiocontext/destination/index.html b/files/ja/web/api/baseaudiocontext/destination/index.html index f93e8682f1..13eacd6c11 100644 --- a/files/ja/web/api/baseaudiocontext/destination/index.html +++ b/files/ja/web/api/baseaudiocontext/destination/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.destination -slug: Web/API/AudioContext/destination +slug: Web/API/BaseAudioContext/destination translation_of: Web/API/BaseAudioContext/destination +original_slug: Web/API/AudioContext/destination --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/baseaudiocontext/listener/index.html b/files/ja/web/api/baseaudiocontext/listener/index.html index 7b4f394727..46002b801d 100644 --- a/files/ja/web/api/baseaudiocontext/listener/index.html +++ b/files/ja/web/api/baseaudiocontext/listener/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.listener -slug: Web/API/AudioContext/listener +slug: Web/API/BaseAudioContext/listener translation_of: Web/API/BaseAudioContext/listener +original_slug: Web/API/AudioContext/listener --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/baseaudiocontext/onstatechange/index.html b/files/ja/web/api/baseaudiocontext/onstatechange/index.html index 5ce3ecaf26..74261915c2 100644 --- a/files/ja/web/api/baseaudiocontext/onstatechange/index.html +++ b/files/ja/web/api/baseaudiocontext/onstatechange/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.onstatechange -slug: Web/API/AudioContext/onstatechange +slug: Web/API/BaseAudioContext/onstatechange translation_of: Web/API/BaseAudioContext/onstatechange +original_slug: Web/API/AudioContext/onstatechange --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/baseaudiocontext/samplerate/index.html b/files/ja/web/api/baseaudiocontext/samplerate/index.html index 8715d8ae39..ba2ab158e8 100644 --- a/files/ja/web/api/baseaudiocontext/samplerate/index.html +++ b/files/ja/web/api/baseaudiocontext/samplerate/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.sampleRate -slug: Web/API/AudioContext/sampleRate +slug: Web/API/BaseAudioContext/sampleRate translation_of: Web/API/BaseAudioContext/sampleRate +original_slug: Web/API/AudioContext/sampleRate --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/baseaudiocontext/state/index.html b/files/ja/web/api/baseaudiocontext/state/index.html index a19d03f9af..a0307dedf6 100644 --- a/files/ja/web/api/baseaudiocontext/state/index.html +++ b/files/ja/web/api/baseaudiocontext/state/index.html @@ -1,7 +1,8 @@ --- title: AudioContext.state -slug: Web/API/AudioContext/state +slug: Web/API/BaseAudioContext/state translation_of: Web/API/BaseAudioContext/state +original_slug: Web/API/AudioContext/state --- <p>{{ APIRef("Web Audio API") }}</p> diff --git a/files/ja/web/api/canvas_api/tutorial/advanced_animations/index.html b/files/ja/web/api/canvas_api/tutorial/advanced_animations/index.html index d8cf43a362..c30d28749b 100644 --- a/files/ja/web/api/canvas_api/tutorial/advanced_animations/index.html +++ b/files/ja/web/api/canvas_api/tutorial/advanced_animations/index.html @@ -1,11 +1,12 @@ --- title: 高度なアニメーション -slug: Web/Guide/HTML/Canvas_tutorial/Advanced_animations +slug: Web/API/Canvas_API/Tutorial/Advanced_animations tags: - Canvas - Graphics - Tutorial translation_of: Web/API/Canvas_API/Tutorial/Advanced_animations +original_slug: Web/Guide/HTML/Canvas_tutorial/Advanced_animations --- <div>{{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Basic_animations", "Web/API/Canvas_API/Tutorial/Pixel_manipulation_with_canvas")}}</div> diff --git a/files/ja/web/api/canvas_api/tutorial/applying_styles_and_colors/index.html b/files/ja/web/api/canvas_api/tutorial/applying_styles_and_colors/index.html index c23a5e1ce1..b712ab8f22 100644 --- a/files/ja/web/api/canvas_api/tutorial/applying_styles_and_colors/index.html +++ b/files/ja/web/api/canvas_api/tutorial/applying_styles_and_colors/index.html @@ -1,7 +1,8 @@ --- title: スタイルと色を適用する -slug: Web/Guide/HTML/Canvas_tutorial/Applying_styles_and_colors +slug: Web/API/Canvas_API/Tutorial/Applying_styles_and_colors translation_of: Web/API/Canvas_API/Tutorial/Applying_styles_and_colors +original_slug: Web/Guide/HTML/Canvas_tutorial/Applying_styles_and_colors --- <div>{{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Drawing_shapes", "Web/API/Canvas_API/Tutorial/Drawing_text")}}</div> 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 1690518a7d..7567f333bb 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 @@ -1,6 +1,6 @@ --- title: Basic animations -slug: Web/Guide/HTML/Canvas_tutorial/Basic_animations +slug: Web/API/Canvas_API/Tutorial/Basic_animations tags: - Canvas - Graphics @@ -9,6 +9,7 @@ tags: - Intermediate - Tutorial translation_of: Web/API/Canvas_API/Tutorial/Basic_animations +original_slug: Web/Guide/HTML/Canvas_tutorial/Basic_animations --- <div>{{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Compositing", "Web/API/Canvas_API/Tutorial/Advanced_animations")}}</div> diff --git a/files/ja/web/api/canvas_api/tutorial/basic_usage/index.html b/files/ja/web/api/canvas_api/tutorial/basic_usage/index.html index c9bc6c17f4..b258301bff 100644 --- a/files/ja/web/api/canvas_api/tutorial/basic_usage/index.html +++ b/files/ja/web/api/canvas_api/tutorial/basic_usage/index.html @@ -1,7 +1,8 @@ --- title: Basic usage of canvas -slug: Web/Guide/HTML/Canvas_tutorial/Basic_usage +slug: Web/API/Canvas_API/Tutorial/Basic_usage translation_of: Web/API/Canvas_API/Tutorial/Basic_usage +original_slug: Web/Guide/HTML/Canvas_tutorial/Basic_usage --- <div>{{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial", "Web/API/Canvas_API/Tutorial/Drawing_shapes")}}</div> 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 99e2c55b69..366a5a2172 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 @@ -1,6 +1,6 @@ --- title: canvas に図形を描く -slug: Web/Guide/HTML/Canvas_tutorial/Drawing_shapes +slug: Web/API/Canvas_API/Tutorial/Drawing_shapes tags: - Canvas - Graphics @@ -10,6 +10,7 @@ tags: - Intermediate - Tutorial translation_of: Web/API/Canvas_API/Tutorial/Drawing_shapes +original_slug: Web/Guide/HTML/Canvas_tutorial/Drawing_shapes --- <div>{{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Basic_usage", "Web/API/Canvas_API/Tutorial/Applying_styles_and_colors")}}</div> 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 d99101e457..7c54e98c02 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 @@ -1,12 +1,13 @@ --- title: 文字を描く -slug: Drawing_text_using_a_canvas +slug: Web/API/Canvas_API/Tutorial/Drawing_text tags: - Canvas - Graphics - Intermediate - Tutorial translation_of: Web/API/Canvas_API/Tutorial/Drawing_text +original_slug: Drawing_text_using_a_canvas --- <div>{{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Applying_styles_and_colors", "Web/API/Canvas_API/Tutorial/Using_images")}}</div> diff --git a/files/ja/web/api/canvas_api/tutorial/finale/index.html b/files/ja/web/api/canvas_api/tutorial/finale/index.html index e28beb611e..735c71c693 100644 --- a/files/ja/web/api/canvas_api/tutorial/finale/index.html +++ b/files/ja/web/api/canvas_api/tutorial/finale/index.html @@ -1,11 +1,12 @@ --- title: 最後に -slug: Web/Guide/HTML/Canvas_tutorial/Finale +slug: Web/API/Canvas_API/Tutorial/Finale tags: - キャンバス - グラウフィックス - チュートリアル translation_of: Web/API/Canvas_API/Tutorial/Finale +original_slug: Web/Guide/HTML/Canvas_tutorial/Finale --- <div>{{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Optimizing_canvas")}}</div> diff --git a/files/ja/web/api/canvas_api/tutorial/optimizing_canvas/index.html b/files/ja/web/api/canvas_api/tutorial/optimizing_canvas/index.html index 0975cec653..2ba341d8a4 100644 --- a/files/ja/web/api/canvas_api/tutorial/optimizing_canvas/index.html +++ b/files/ja/web/api/canvas_api/tutorial/optimizing_canvas/index.html @@ -1,6 +1,6 @@ --- title: canvas の最適化 -slug: Web/Guide/HTML/Canvas_tutorial/Optimizing_canvas +slug: Web/API/Canvas_API/Tutorial/Optimizing_canvas tags: - Advanced - Canvas @@ -9,6 +9,7 @@ tags: - HTML5 - Tutorial translation_of: Web/API/Canvas_API/Tutorial/Optimizing_canvas +original_slug: Web/Guide/HTML/Canvas_tutorial/Optimizing_canvas --- <div>{{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Hit_regions_and_accessibility", "Web/API/Canvas_API/Tutorial/Finale")}}</div> diff --git a/files/ja/web/api/canvas_api/tutorial/pixel_manipulation_with_canvas/index.html b/files/ja/web/api/canvas_api/tutorial/pixel_manipulation_with_canvas/index.html index 33e9ef3e21..c70700660d 100644 --- a/files/ja/web/api/canvas_api/tutorial/pixel_manipulation_with_canvas/index.html +++ b/files/ja/web/api/canvas_api/tutorial/pixel_manipulation_with_canvas/index.html @@ -1,12 +1,13 @@ --- title: Canvas とピクセル操作 -slug: Web/Guide/HTML/Canvas_tutorial/Pixel_manipulation_with_canvas +slug: Web/API/Canvas_API/Tutorial/Pixel_manipulation_with_canvas tags: - Canvas - Graphics - Intermediate - Tutorial translation_of: Web/API/Canvas_API/Tutorial/Pixel_manipulation_with_canvas +original_slug: Web/Guide/HTML/Canvas_tutorial/Pixel_manipulation_with_canvas --- <div>{{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Advanced_animations", "Web/API/Canvas_API/Tutorial/Hit_regions_and_accessibility")}}</div> diff --git a/files/ja/web/api/canvas_api/tutorial/transformations/index.html b/files/ja/web/api/canvas_api/tutorial/transformations/index.html index 066b5d2b84..005734eb2c 100644 --- a/files/ja/web/api/canvas_api/tutorial/transformations/index.html +++ b/files/ja/web/api/canvas_api/tutorial/transformations/index.html @@ -1,6 +1,6 @@ --- title: Transformations -slug: Web/Guide/HTML/Canvas_tutorial/Transformations +slug: Web/API/Canvas_API/Tutorial/Transformations tags: - Canvas - Graphics @@ -10,6 +10,7 @@ tags: - Intermediate - Web translation_of: Web/API/Canvas_API/Tutorial/Transformations +original_slug: Web/Guide/HTML/Canvas_tutorial/Transformations --- <div>{{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Using_images", "Web/API/Canvas_API/Tutorial/Compositing")}}</div> diff --git a/files/ja/web/api/canvas_api/tutorial/using_images/index.html b/files/ja/web/api/canvas_api/tutorial/using_images/index.html index 588a662e5b..bc2940554a 100644 --- a/files/ja/web/api/canvas_api/tutorial/using_images/index.html +++ b/files/ja/web/api/canvas_api/tutorial/using_images/index.html @@ -1,6 +1,6 @@ --- title: 画像を使う -slug: Web/Guide/HTML/Canvas_tutorial/Using_images +slug: Web/API/Canvas_API/Tutorial/Using_images tags: - Advanced - Canvas @@ -8,6 +8,7 @@ tags: - HTML - Tutorial translation_of: Web/API/Canvas_API/Tutorial/Using_images +original_slug: Web/Guide/HTML/Canvas_tutorial/Using_images --- <div>{{CanvasSidebar}} {{PreviousNext("Web/API/Canvas_API/Tutorial/Drawing_text", "Web/API/Canvas_API/Tutorial/Transformations" )}}</div> diff --git a/files/ja/web/api/css_painting_api/guide/index.html b/files/ja/web/api/css_painting_api/guide/index.html index af90696aac..f14b77bd82 100644 --- a/files/ja/web/api/css_painting_api/guide/index.html +++ b/files/ja/web/api/css_painting_api/guide/index.html @@ -1,6 +1,6 @@ --- title: CSS Painting APIを使用する -slug: Web/API/CSS_Painting_API/ガイド +slug: Web/API/CSS_Painting_API/Guide tags: - CSS - CSS Paint API @@ -8,6 +8,7 @@ tags: - Houdini - Learn translation_of: Web/API/CSS_Painting_API/Guide +original_slug: Web/API/CSS_Painting_API/ガイド --- <p>CSS Paint API を用いると開発者がプログラムで画像を定義できます。CSS の <code><a href="/ja/docs/Web/CSS/background-image">background-image</a></code>, <code><a href="/ja/docs/Web/CSS/border-image-source">border-image</a></code>, <code><a href="/ja/docs/Web/CSS/mask-image">mask-image</a></code> など CSS 画像を呼び出せる場所ならどこでも使用できるように設計されています。</p> diff --git a/files/ja/web/api/devicemotioneventacceleration/index.html b/files/ja/web/api/devicemotioneventacceleration/index.html index 982499c4a8..d1a2b5f8fc 100644 --- a/files/ja/web/api/devicemotioneventacceleration/index.html +++ b/files/ja/web/api/devicemotioneventacceleration/index.html @@ -1,6 +1,6 @@ --- title: DeviceAcceleration -slug: Web/API/DeviceAcceleration +slug: Web/API/DeviceMotionEventAcceleration tags: - API - Device @@ -11,6 +11,7 @@ tags: - events translation_of: Web/API/DeviceMotionEventAcceleration translation_of_original: Web/API/DeviceAcceleration +original_slug: Web/API/DeviceAcceleration --- <div>{{ ApiRef("Device Orientation Events") }}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/documentorshadowroot/activeelement/index.html b/files/ja/web/api/documentorshadowroot/activeelement/index.html index 31c1b2bc7f..5fe59cbae6 100644 --- a/files/ja/web/api/documentorshadowroot/activeelement/index.html +++ b/files/ja/web/api/documentorshadowroot/activeelement/index.html @@ -1,6 +1,6 @@ --- title: document.activeElement -slug: Web/API/Document/activeElement +slug: Web/API/DocumentOrShadowRoot/activeElement tags: - DOM - Focus @@ -10,6 +10,7 @@ tags: - 要更新 translation_of: Web/API/DocumentOrShadowRoot/activeElement translation_of_original: Web/API/Document/activeElement +original_slug: Web/API/Document/activeElement --- <div>{{ApiRef}}</div> diff --git a/files/ja/web/api/documentorshadowroot/elementfrompoint/index.html b/files/ja/web/api/documentorshadowroot/elementfrompoint/index.html index a24f1ce63a..e041d4592d 100644 --- a/files/ja/web/api/documentorshadowroot/elementfrompoint/index.html +++ b/files/ja/web/api/documentorshadowroot/elementfrompoint/index.html @@ -1,12 +1,13 @@ --- title: document.elementFromPoint -slug: Web/API/Document/elementFromPoint +slug: Web/API/DocumentOrShadowRoot/elementFromPoint tags: - DOM - Gecko - Gecko DOM Reference translation_of: Web/API/DocumentOrShadowRoot/elementFromPoint translation_of_original: Web/API/Document/elementFromPoint +original_slug: Web/API/Document/elementFromPoint --- <div> {{ApiRef()}} {{Fx_minversion_header(3)}}</div> diff --git a/files/ja/web/api/documentorshadowroot/getanimations/index.html b/files/ja/web/api/documentorshadowroot/getanimations/index.html index eeb45f404e..83900d4b9f 100644 --- a/files/ja/web/api/documentorshadowroot/getanimations/index.html +++ b/files/ja/web/api/documentorshadowroot/getanimations/index.html @@ -1,6 +1,6 @@ --- title: Document.getAnimations() -slug: Web/API/Document/getAnimations +slug: Web/API/DocumentOrShadowRoot/getAnimations tags: - API - Animation @@ -17,6 +17,7 @@ tags: - waapi - web animations api translation_of: Web/API/DocumentOrShadowRoot/getAnimations +original_slug: Web/API/Document/getAnimations --- <p>{{ SeeCompatTable() }}{{APIRef("Web Animations")}}</p> diff --git a/files/ja/web/api/dommatrix/index.html b/files/ja/web/api/dommatrix/index.html index 756a3c4cb2..be865799a6 100644 --- a/files/ja/web/api/dommatrix/index.html +++ b/files/ja/web/api/dommatrix/index.html @@ -1,12 +1,13 @@ --- title: CSSMatrix -slug: Web/API/CSSMatrix +slug: Web/API/DOMMatrix tags: - API - NeedsBrowserCompatibility - Reference translation_of: Web/API/DOMMatrix translation_of_original: Web/API/CSSMatrix +original_slug: Web/API/CSSMatrix --- <div>{{APIRef("CSSOM")}}{{Non-standard_header}}</div> diff --git a/files/ja/web/api/gamepad_api/using_the_gamepad_api/index.html b/files/ja/web/api/gamepad_api/using_the_gamepad_api/index.html index 1cd391adb2..5b950b6035 100644 --- a/files/ja/web/api/gamepad_api/using_the_gamepad_api/index.html +++ b/files/ja/web/api/gamepad_api/using_the_gamepad_api/index.html @@ -1,6 +1,6 @@ --- title: ゲームパッド API の使用 -slug: Web/Guide/API/Gamepad +slug: Web/API/Gamepad_API/Using_the_Gamepad_API tags: - API - Advanced @@ -8,6 +8,7 @@ tags: - Games - Guide translation_of: Web/API/Gamepad_API/Using_the_Gamepad_API +original_slug: Web/Guide/API/Gamepad --- <p>{{DefaultAPISidebar("Gamepad API")}}</p> diff --git a/files/ja/web/api/globaleventhandlers/onreset/index.html b/files/ja/web/api/globaleventhandlers/onreset/index.html index c9862667e8..49f0c3e805 100644 --- a/files/ja/web/api/globaleventhandlers/onreset/index.html +++ b/files/ja/web/api/globaleventhandlers/onreset/index.html @@ -1,12 +1,13 @@ --- title: window.onreset -slug: Web/API/Window/onreset +slug: Web/API/GlobalEventHandlers/onreset tags: - DOM - Gecko - Gecko DOM Reference - Window translation_of: Web/API/GlobalEventHandlers/onreset +original_slug: Web/API/Window/onreset --- <div> {{ApiRef}}</div> diff --git a/files/ja/web/api/globaleventhandlers/onresize/index.html b/files/ja/web/api/globaleventhandlers/onresize/index.html index db2b2bbae9..d15adf20c3 100644 --- a/files/ja/web/api/globaleventhandlers/onresize/index.html +++ b/files/ja/web/api/globaleventhandlers/onresize/index.html @@ -1,12 +1,13 @@ --- title: window.onresize -slug: Web/API/Window/onresize +slug: Web/API/GlobalEventHandlers/onresize tags: - DOM - Gecko - Property - Window translation_of: Web/API/GlobalEventHandlers/onresize +original_slug: Web/API/Window/onresize --- <p>{{ ApiRef() }}</p> diff --git a/files/ja/web/api/globaleventhandlers/onselectionchange/index.html b/files/ja/web/api/globaleventhandlers/onselectionchange/index.html index 9793bde3fa..baccd28825 100644 --- a/files/ja/web/api/globaleventhandlers/onselectionchange/index.html +++ b/files/ja/web/api/globaleventhandlers/onselectionchange/index.html @@ -1,6 +1,6 @@ --- title: Document.onselectionchange -slug: Web/API/Document/onselectionchange +slug: Web/API/GlobalEventHandlers/onselectionchange tags: - API - Document @@ -10,6 +10,7 @@ tags: - プロパティ translation_of: Web/API/GlobalEventHandlers/onselectionchange translation_of_original: Web/API/Document/onselectionchange +original_slug: Web/API/Document/onselectionchange --- <div>{{ApiRef('DOM')}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/html_drag_and_drop_api/drag_operations/index.html b/files/ja/web/api/html_drag_and_drop_api/drag_operations/index.html index 4739714e52..ac63917900 100644 --- a/files/ja/web/api/html_drag_and_drop_api/drag_operations/index.html +++ b/files/ja/web/api/html_drag_and_drop_api/drag_operations/index.html @@ -1,6 +1,6 @@ --- title: ドラッグ操作 -slug: DragDrop/Drag_Operations +slug: Web/API/HTML_Drag_and_Drop_API/Drag_operations tags: - Advanced - Guide @@ -9,6 +9,7 @@ tags: - XUL - ドラッグ&ドロップ translation_of: Web/API/HTML_Drag_and_Drop_API/Drag_operations +original_slug: DragDrop/Drag_Operations --- <p>{{DefaultAPISidebar("HTML Drag and Drop API")}}</p> diff --git a/files/ja/web/api/html_drag_and_drop_api/multiple_items/index.html b/files/ja/web/api/html_drag_and_drop_api/multiple_items/index.html index aadaeb095d..4e2e10318a 100644 --- a/files/ja/web/api/html_drag_and_drop_api/multiple_items/index.html +++ b/files/ja/web/api/html_drag_and_drop_api/multiple_items/index.html @@ -1,7 +1,8 @@ --- title: 複数の項目のドラッグ&ドロップ -slug: DragDrop/Dragging_and_Dropping_Multiple_Items +slug: Web/API/HTML_Drag_and_Drop_API/Multiple_items translation_of: Web/API/HTML_Drag_and_Drop_API/Multiple_items +original_slug: DragDrop/Dragging_and_Dropping_Multiple_Items --- <p>{{ Fx_minversion_header(3.5) }} Mozillaはいくつかの非標準の機能によって、複数の項目のドラッグをサポートしています。それらの機能は<a class="internal" href="/Ja/DragDrop/DataTransfer#types.28.29" title="Ja/DragDrop/DataTransfer#types.28.29">types</a>プロパティや<a class="internal" href="/Ja/DragDrop/DataTransfer#getData.28.29" title="Ja/DragDrop/DataTransfer#getData.28.29">getData</a>、<a class="internal" href="/Ja/DragDrop/DataTransfer#setData.28.29" title="Ja/DragDrop/DataTransfer#setData.28.29">setData</a>、<a class="internal" href="/Ja/DragDrop/DataTransfer#clearData.28.29" title="Ja/DragDrop/DataTransfer#clearData.28.29">clearData</a>の各メソッドに酷似していますが、データの取得や変更、削除の際などに項目のインデックスを追加の引数として要求します。</p> <p><a class="internal" href="/Ja/DragDrop/DataTransfer#mozSetDataAt.28.29" title="Ja/DragDrop/DataTransfer#mozSetDataAt.28.29">mozSetDataAt</a>を使うと、<code>dragstart</code>イベントで複数の項目を登録することができます。これは<a class="internal" href="/Ja/DragDrop/DataTransfer#setData.28.29" title="Ja/DragDrop/DataTransfer#setData.28.29">setData</a>メソッドとよく似た働きをします。</p> diff --git a/files/ja/web/api/html_drag_and_drop_api/recommended_drag_types/index.html b/files/ja/web/api/html_drag_and_drop_api/recommended_drag_types/index.html index eb8487d158..ba6fbd27e3 100644 --- a/files/ja/web/api/html_drag_and_drop_api/recommended_drag_types/index.html +++ b/files/ja/web/api/html_drag_and_drop_api/recommended_drag_types/index.html @@ -1,10 +1,11 @@ --- title: 推奨されるドラッグのデータ型 -slug: DragDrop/Recommended_Drag_Types +slug: Web/API/HTML_Drag_and_Drop_API/Recommended_drag_types tags: - Guide - drag and drop translation_of: Web/API/HTML_Drag_and_Drop_API/Recommended_drag_types +original_slug: DragDrop/Recommended_Drag_Types --- <p>{{DefaultAPISidebar("HTML Drag and Drop API")}}</p> diff --git a/files/ja/web/api/htmlelement/accesskey/index.html b/files/ja/web/api/htmlelement/accesskey/index.html index 82738c792f..17933c4dbe 100644 --- a/files/ja/web/api/htmlelement/accesskey/index.html +++ b/files/ja/web/api/htmlelement/accesskey/index.html @@ -1,8 +1,9 @@ --- title: Element.accessKey -slug: Web/API/Element/accessKey +slug: Web/API/HTMLElement/accessKey translation_of: Web/API/HTMLElement/accessKey translation_of_original: Web/API/Element/accessKey +original_slug: Web/API/Element/accessKey --- <div>{{APIRef("DOM")}}</div> diff --git a/files/ja/web/api/installtrigger/index.html b/files/ja/web/api/installtrigger/index.html index 6b2353e403..3d7d296908 100644 --- a/files/ja/web/api/installtrigger/index.html +++ b/files/ja/web/api/installtrigger/index.html @@ -1,6 +1,7 @@ --- title: InstallTrigger オブジェクト -slug: XPInstall_API_Reference/InstallTrigger_Object +slug: Web/API/InstallTrigger +original_slug: XPInstall_API_Reference/InstallTrigger_Object --- <p> </p> <h2 id="InstallTrigger" name="InstallTrigger">InstallTrigger</h2> diff --git a/files/ja/web/api/page_visibility_api/index.html b/files/ja/web/api/page_visibility_api/index.html index 524153a17e..2069bebc7e 100644 --- a/files/ja/web/api/page_visibility_api/index.html +++ b/files/ja/web/api/page_visibility_api/index.html @@ -1,11 +1,12 @@ --- title: Page Visibility API -slug: Web/Guide/User_experience/Using_the_Page_Visibility_API +slug: Web/API/Page_Visibility_API tags: - DOM - Intermediate - Tutorials translation_of: Web/API/Page_Visibility_API +original_slug: Web/Guide/User_experience/Using_the_Page_Visibility_API --- <div>{{DefaultAPISidebar("Page Visibility API")}}</div> diff --git a/files/ja/web/api/proximity_events/index.html b/files/ja/web/api/proximity_events/index.html index 633d2a7cfb..c7e3894219 100644 --- a/files/ja/web/api/proximity_events/index.html +++ b/files/ja/web/api/proximity_events/index.html @@ -1,12 +1,13 @@ --- title: Proximity Events -slug: WebAPI/Proximity +slug: Web/API/Proximity_Events tags: - API - Experimental - Proximity Events - Reference translation_of: Web/API/Proximity_Events +original_slug: WebAPI/Proximity --- <p>{{DefaultAPISidebar("Proximity Events")}}{{ SeeCompatTable }}</p> diff --git a/files/ja/web/api/vibration_api/index.html b/files/ja/web/api/vibration_api/index.html index 49ab486128..9677602c01 100644 --- a/files/ja/web/api/vibration_api/index.html +++ b/files/ja/web/api/vibration_api/index.html @@ -1,12 +1,13 @@ --- title: Vibration API -slug: Web/Guide/API/Vibration +slug: Web/API/Vibration_API tags: - API - Beginner - Mobile - Vibration translation_of: Web/API/Vibration_API +original_slug: Web/Guide/API/Vibration --- <div>{{DefaultAPISidebar("Vibration API")}}</div> diff --git a/files/ja/web/api/vrdisplay/cancelanimationframe/index.html b/files/ja/web/api/vrdisplay/cancelanimationframe/index.html index 51d0f31164..769c0e0530 100644 --- a/files/ja/web/api/vrdisplay/cancelanimationframe/index.html +++ b/files/ja/web/api/vrdisplay/cancelanimationframe/index.html @@ -1,7 +1,8 @@ --- title: VRDisplay.cancelAnimationFrame() -slug: Web/API/VRDevice/cancelAnimationFrame +slug: Web/API/VRDisplay/cancelAnimationFrame translation_of: Web/API/VRDisplay/cancelAnimationFrame +original_slug: Web/API/VRDevice/cancelAnimationFrame --- <div>{{APIRef("WebVR API")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/vrdisplay/capabilities/index.html b/files/ja/web/api/vrdisplay/capabilities/index.html index 8aa2d49549..7560a834b4 100644 --- a/files/ja/web/api/vrdisplay/capabilities/index.html +++ b/files/ja/web/api/vrdisplay/capabilities/index.html @@ -1,6 +1,6 @@ --- title: VRDisplay.capabilities -slug: Web/API/VRDevice/capabilities +slug: Web/API/VRDisplay/capabilities tags: - API - Experimental @@ -12,6 +12,7 @@ tags: - WebVR - capabilities translation_of: Web/API/VRDisplay/capabilities +original_slug: Web/API/VRDevice/capabilities --- <div>{{APIRef("WebVR API")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/vrdisplay/depthfar/index.html b/files/ja/web/api/vrdisplay/depthfar/index.html index dc1c8a44e2..829c1c2bd2 100644 --- a/files/ja/web/api/vrdisplay/depthfar/index.html +++ b/files/ja/web/api/vrdisplay/depthfar/index.html @@ -1,7 +1,8 @@ --- title: VRDisplay.depthFar -slug: Web/API/VRDevice/depthFar +slug: Web/API/VRDisplay/depthFar translation_of: Web/API/VRDisplay/depthFar +original_slug: Web/API/VRDevice/depthFar --- <div>{{APIRef("WebVR API")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/vrdisplay/depthnear/index.html b/files/ja/web/api/vrdisplay/depthnear/index.html index bbb4e9f739..fd4b5e8dea 100644 --- a/files/ja/web/api/vrdisplay/depthnear/index.html +++ b/files/ja/web/api/vrdisplay/depthnear/index.html @@ -1,7 +1,8 @@ --- title: VRDisplay.depthNear -slug: Web/API/VRDevice/depthNear +slug: Web/API/VRDisplay/depthNear translation_of: Web/API/VRDisplay/depthNear +original_slug: Web/API/VRDevice/depthNear --- <div>{{APIRef("WebVR API")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/vrdisplay/displayid/index.html b/files/ja/web/api/vrdisplay/displayid/index.html index 8b1dd9b244..01f67295bd 100644 --- a/files/ja/web/api/vrdisplay/displayid/index.html +++ b/files/ja/web/api/vrdisplay/displayid/index.html @@ -1,6 +1,6 @@ --- title: VRDisplay.displayId -slug: Web/API/VRDevice/displayId +slug: Web/API/VRDisplay/displayId tags: - API - Experimental @@ -12,6 +12,7 @@ tags: - WebVR - displayId translation_of: Web/API/VRDisplay/displayId +original_slug: Web/API/VRDevice/displayId --- <div>{{APIRef("WebVR API")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/vrdisplay/geteyeparameters/index.html b/files/ja/web/api/vrdisplay/geteyeparameters/index.html index 1f7240d523..f5900d9e3b 100644 --- a/files/ja/web/api/vrdisplay/geteyeparameters/index.html +++ b/files/ja/web/api/vrdisplay/geteyeparameters/index.html @@ -1,7 +1,8 @@ --- title: VRDisplay.getEyeParameters() -slug: Web/API/VRDevice/getEyeParameters +slug: Web/API/VRDisplay/getEyeParameters translation_of: Web/API/VRDisplay/getEyeParameters +original_slug: Web/API/VRDevice/getEyeParameters --- <div>{{APIRef("WebVR API")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/vrdisplay/getimmediatepose/index.html b/files/ja/web/api/vrdisplay/getimmediatepose/index.html index c0a11c9363..9842a4fe7f 100644 --- a/files/ja/web/api/vrdisplay/getimmediatepose/index.html +++ b/files/ja/web/api/vrdisplay/getimmediatepose/index.html @@ -1,7 +1,8 @@ --- title: VRDisplay.getImmediatePose() -slug: Web/API/VRDevice/getImmediatePose +slug: Web/API/VRDisplay/getImmediatePose translation_of: Web/API/VRDisplay/getImmediatePose +original_slug: Web/API/VRDevice/getImmediatePose --- <div>{{APIRef("WebVR API")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/vrdisplay/getlayers/index.html b/files/ja/web/api/vrdisplay/getlayers/index.html index 01062a2e52..53781e7821 100644 --- a/files/ja/web/api/vrdisplay/getlayers/index.html +++ b/files/ja/web/api/vrdisplay/getlayers/index.html @@ -1,7 +1,8 @@ --- title: VRDisplay.getLayers() -slug: Web/API/VRDevice/getLayers +slug: Web/API/VRDisplay/getLayers translation_of: Web/API/VRDisplay/getLayers +original_slug: Web/API/VRDevice/getLayers --- <div>{{APIRef("WebVR API")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/vrdisplay/getpose/index.html b/files/ja/web/api/vrdisplay/getpose/index.html index d0457edd10..f1fba5af7a 100644 --- a/files/ja/web/api/vrdisplay/getpose/index.html +++ b/files/ja/web/api/vrdisplay/getpose/index.html @@ -1,7 +1,8 @@ --- title: VRDisplay.getPose() -slug: Web/API/VRDevice/getPose +slug: Web/API/VRDisplay/getPose translation_of: Web/API/VRDisplay/getPose +original_slug: Web/API/VRDevice/getPose --- <div>{{APIRef("WebVR API")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/vrdisplay/index.html b/files/ja/web/api/vrdisplay/index.html index 7bf154bccf..22b9f888ac 100644 --- a/files/ja/web/api/vrdisplay/index.html +++ b/files/ja/web/api/vrdisplay/index.html @@ -1,6 +1,6 @@ --- title: VRDisplay -slug: Web/API/VRDevice +slug: Web/API/VRDisplay tags: - API - DOM @@ -13,6 +13,7 @@ tags: - Virtual Reality - WebVR translation_of: Web/API/VRDisplay +original_slug: Web/API/VRDevice --- <div>{{APIRef("WebVR API")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/vrdisplay/isconnected/index.html b/files/ja/web/api/vrdisplay/isconnected/index.html index c8739dc720..438930026a 100644 --- a/files/ja/web/api/vrdisplay/isconnected/index.html +++ b/files/ja/web/api/vrdisplay/isconnected/index.html @@ -1,7 +1,8 @@ --- title: VRdisplay.isConnected -slug: Web/API/VRDevice/isConnected +slug: Web/API/VRDisplay/isConnected translation_of: Web/API/VRDisplay/isConnected +original_slug: Web/API/VRDevice/isConnected --- <div>{{APIRef("WebVR API")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/vrdisplay/ispresenting/index.html b/files/ja/web/api/vrdisplay/ispresenting/index.html index 4fe6132069..11db56a915 100644 --- a/files/ja/web/api/vrdisplay/ispresenting/index.html +++ b/files/ja/web/api/vrdisplay/ispresenting/index.html @@ -1,7 +1,8 @@ --- title: VRDisplay.isPresenting -slug: Web/API/VRDevice/isPresenting +slug: Web/API/VRDisplay/isPresenting translation_of: Web/API/VRDisplay/isPresenting +original_slug: Web/API/VRDevice/isPresenting --- <div>{{APIRef("WebVR API")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/vrdisplay/requestanimationframe/index.html b/files/ja/web/api/vrdisplay/requestanimationframe/index.html index 0865966016..f754ad21db 100644 --- a/files/ja/web/api/vrdisplay/requestanimationframe/index.html +++ b/files/ja/web/api/vrdisplay/requestanimationframe/index.html @@ -1,7 +1,8 @@ --- title: VRDisplay.requestAnimationFrame() -slug: Web/API/VRDevice/requestAnimationFrame +slug: Web/API/VRDisplay/requestAnimationFrame translation_of: Web/API/VRDisplay/requestAnimationFrame +original_slug: Web/API/VRDevice/requestAnimationFrame --- <div>{{APIRef("WebVR API")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/vrdisplay/requestpresent/index.html b/files/ja/web/api/vrdisplay/requestpresent/index.html index 3429a3e6a8..bb58377832 100644 --- a/files/ja/web/api/vrdisplay/requestpresent/index.html +++ b/files/ja/web/api/vrdisplay/requestpresent/index.html @@ -1,10 +1,11 @@ --- title: VRDisplay.requestPresent() -slug: Web/API/VRDevice/requestPresent +slug: Web/API/VRDisplay/requestPresent tags: - API - Experimental translation_of: Web/API/VRDisplay/requestPresent +original_slug: Web/API/VRDevice/requestPresent --- <div>{{APIRef("WebVR API")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/vrdisplay/resetpose/index.html b/files/ja/web/api/vrdisplay/resetpose/index.html index ae067cf0db..762afca88b 100644 --- a/files/ja/web/api/vrdisplay/resetpose/index.html +++ b/files/ja/web/api/vrdisplay/resetpose/index.html @@ -1,7 +1,8 @@ --- title: VRDevice.resetPose() -slug: Web/API/VRDevice/resetPose +slug: Web/API/VRDisplay/resetPose translation_of: Web/API/VRDisplay/resetPose +original_slug: Web/API/VRDevice/resetPose --- <div>{{APIRef("WebVR API")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/vrdisplay/stageparameters/index.html b/files/ja/web/api/vrdisplay/stageparameters/index.html index dcd10d86b6..7f9327ccc2 100644 --- a/files/ja/web/api/vrdisplay/stageparameters/index.html +++ b/files/ja/web/api/vrdisplay/stageparameters/index.html @@ -1,7 +1,8 @@ --- title: VRDisplay.stageParameters -slug: Web/API/VRDevice/stageParameters +slug: Web/API/VRDisplay/stageParameters translation_of: Web/API/VRDisplay/stageParameters +original_slug: Web/API/VRDevice/stageParameters --- <div>{{APIRef("WebVR API")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/vrdisplay/submitframe/index.html b/files/ja/web/api/vrdisplay/submitframe/index.html index 28eea26910..c6ccb09a85 100644 --- a/files/ja/web/api/vrdisplay/submitframe/index.html +++ b/files/ja/web/api/vrdisplay/submitframe/index.html @@ -1,7 +1,8 @@ --- title: VRDisplay.submitFrame() -slug: Web/API/VRDevice/submitFrame +slug: Web/API/VRDisplay/submitFrame translation_of: Web/API/VRDisplay/submitFrame +original_slug: Web/API/VRDevice/submitFrame --- <div>{{APIRef("WebVR API")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/vrlayerinit/index.html b/files/ja/web/api/vrlayerinit/index.html index b0edd0d577..31c567d459 100644 --- a/files/ja/web/api/vrlayerinit/index.html +++ b/files/ja/web/api/vrlayerinit/index.html @@ -1,7 +1,8 @@ --- title: VRLayer -slug: Web/API/VRLayer +slug: Web/API/VRLayerInit translation_of: Web/API/VRLayerInit +original_slug: Web/API/VRLayer --- <div>{{APIRef("WebVR API")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/vrlayerinit/rightbounds/index.html b/files/ja/web/api/vrlayerinit/rightbounds/index.html index 944013d6d7..681861967f 100644 --- a/files/ja/web/api/vrlayerinit/rightbounds/index.html +++ b/files/ja/web/api/vrlayerinit/rightbounds/index.html @@ -1,6 +1,6 @@ --- title: VRLayerInit.rightBounds -slug: Web/API/VRLayer/rightBounds +slug: Web/API/VRLayerInit/rightBounds tags: - API - Experimental @@ -12,6 +12,7 @@ tags: - WebVR - rightBounds translation_of: Web/API/VRLayerInit/rightBounds +original_slug: Web/API/VRLayer/rightBounds --- <div>{{APIRef("WebVR API")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/vrlayerinit/source/index.html b/files/ja/web/api/vrlayerinit/source/index.html index 94ab4eaa39..df33e3c9fd 100644 --- a/files/ja/web/api/vrlayerinit/source/index.html +++ b/files/ja/web/api/vrlayerinit/source/index.html @@ -1,6 +1,6 @@ --- title: VRLayerInit.source -slug: Web/API/VRLayer/source +slug: Web/API/VRLayerInit/source tags: - API - Experimental @@ -12,6 +12,7 @@ tags: - WebVR - source translation_of: Web/API/VRLayerInit/source +original_slug: Web/API/VRLayer/source --- <div>{{APIRef("WebVR API")}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/window/onappinstalled/index.html b/files/ja/web/api/window/onappinstalled/index.html index 40c22b7cec..f59a7a86fb 100644 --- a/files/ja/web/api/window/onappinstalled/index.html +++ b/files/ja/web/api/window/onappinstalled/index.html @@ -1,6 +1,6 @@ --- title: Window.onappinstalled -slug: Web/API/Window/oninstall +slug: Web/API/Window/onappinstalled tags: - API - Event Handler @@ -9,6 +9,7 @@ tags: - Window - web manifest translation_of: Web/API/Window/onappinstalled +original_slug: Web/API/Window/oninstall --- <div>{{APIRef}}</div> diff --git a/files/ja/web/api/window/opener/index.html b/files/ja/web/api/window/opener/index.html index c1f7152c9c..32ea2bcad0 100644 --- a/files/ja/web/api/window/opener/index.html +++ b/files/ja/web/api/window/opener/index.html @@ -1,12 +1,13 @@ --- title: window.opener -slug: Web/API/window.opener +slug: Web/API/Window/opener tags: - DOM - DOM_0 - Gecko - Window translation_of: Web/API/Window/opener +original_slug: Web/API/window.opener --- <div>{{ApiRef}}</div> diff --git a/files/ja/web/api/window/stop/index.html b/files/ja/web/api/window/stop/index.html index a32bbd359a..7b634653ce 100644 --- a/files/ja/web/api/window/stop/index.html +++ b/files/ja/web/api/window/stop/index.html @@ -1,12 +1,13 @@ --- title: window.stop -slug: Web/API/window.stop +slug: Web/API/Window/stop tags: - API - DOM - Gecko - HTML DOM translation_of: Web/API/Window/stop +original_slug: Web/API/window.stop --- <div>{{ApiRef}}</div> diff --git a/files/ja/web/api/windoweventhandlers/onafterprint/index.html b/files/ja/web/api/windoweventhandlers/onafterprint/index.html index 162c81e8c6..8850542176 100644 --- a/files/ja/web/api/windoweventhandlers/onafterprint/index.html +++ b/files/ja/web/api/windoweventhandlers/onafterprint/index.html @@ -1,6 +1,6 @@ --- title: WindowEventHandlers.onafterprint -slug: Web/API/Window/onafterprint +slug: Web/API/WindowEventHandlers/onafterprint tags: - API - DOM @@ -11,6 +11,7 @@ tags: - WindowEventHandlers - printing translation_of: Web/API/WindowEventHandlers/onafterprint +original_slug: Web/API/Window/onafterprint --- <div>{{ApiRef}}</div> diff --git a/files/ja/web/api/windoworworkerglobalscope/atob/index.html b/files/ja/web/api/windoworworkerglobalscope/atob/index.html index e36c89b054..349515ead9 100644 --- a/files/ja/web/api/windoworworkerglobalscope/atob/index.html +++ b/files/ja/web/api/windoworworkerglobalscope/atob/index.html @@ -1,6 +1,6 @@ --- title: WindowOrWorkerGlobalScope.atob() -slug: Web/API/WindowBase64/atob +slug: Web/API/WindowOrWorkerGlobalScope/atob tags: - API - HTML DOM @@ -9,6 +9,7 @@ tags: - WindowOrWorkerGlobalScope - atob translation_of: Web/API/WindowOrWorkerGlobalScope/atob +original_slug: Web/API/WindowBase64/atob --- <p>{{APIRef("HTML DOM")}}</p> diff --git a/files/ja/web/api/windoworworkerglobalscope/caches/index.html b/files/ja/web/api/windoworworkerglobalscope/caches/index.html index 5d4002bd19..89583bbda5 100644 --- a/files/ja/web/api/windoworworkerglobalscope/caches/index.html +++ b/files/ja/web/api/windoworworkerglobalscope/caches/index.html @@ -1,6 +1,6 @@ --- title: WorkerGlobalScope.caches -slug: Web/API/WorkerGlobalScope/caches +slug: Web/API/WindowOrWorkerGlobalScope/caches tags: - API - Experimental @@ -12,6 +12,7 @@ tags: - Window - WindowOrWorkerGlobalScope translation_of: Web/API/WindowOrWorkerGlobalScope/caches +original_slug: Web/API/WorkerGlobalScope/caches --- <div>{{APIRef()}}{{SeeCompatTable}}</div> diff --git a/files/ja/web/api/windoworworkerglobalscope/clearinterval/index.html b/files/ja/web/api/windoworworkerglobalscope/clearinterval/index.html index ceb7c2ebbe..d2fb3b244f 100644 --- a/files/ja/web/api/windoworworkerglobalscope/clearinterval/index.html +++ b/files/ja/web/api/windoworworkerglobalscope/clearinterval/index.html @@ -1,6 +1,6 @@ --- title: window.clearInterval -slug: Web/API/WindowTimers/clearInterval +slug: Web/API/WindowOrWorkerGlobalScope/clearInterval tags: - DOM - DOM_0 @@ -8,6 +8,7 @@ tags: - JavaScript timers - Window translation_of: Web/API/WindowOrWorkerGlobalScope/clearInterval +original_slug: Web/API/WindowTimers/clearInterval --- <div>{{ApiRef}}</div> diff --git a/files/ja/web/api/xmldocument/async/index.html b/files/ja/web/api/xmldocument/async/index.html index 00d0b0724c..ae0047ae09 100644 --- a/files/ja/web/api/xmldocument/async/index.html +++ b/files/ja/web/api/xmldocument/async/index.html @@ -1,6 +1,6 @@ --- title: XMLDocument.async -slug: Web/API/Document/async +slug: Web/API/XMLDocument/async tags: - API - DOM @@ -12,6 +12,7 @@ tags: - Reference - async translation_of: Web/API/XMLDocument/async +original_slug: Web/API/Document/async --- <p>{{APIRef("DOM")}}{{Non-standard_header}}{{Deprecated_header}}</p> diff --git a/files/ja/web/api/xmlserializer/index.html b/files/ja/web/api/xmlserializer/index.html index 685fdcc100..48bd19f8e5 100644 --- a/files/ja/web/api/xmlserializer/index.html +++ b/files/ja/web/api/xmlserializer/index.html @@ -1,6 +1,6 @@ --- title: XMLSerializer -slug: XMLSerializer +slug: Web/API/XMLSerializer tags: - Converting - DOM Parsing @@ -13,6 +13,7 @@ tags: - XML Serializer - conversion translation_of: Web/API/XMLSerializer +original_slug: XMLSerializer --- <div>{{APIRef("XMLSerializer")}}</div> diff --git a/files/ja/web/css/@media/-ms-high-contrast/index.html b/files/ja/web/css/@media/-ms-high-contrast/index.html index f98c01bc68..e45b3279fa 100644 --- a/files/ja/web/css/@media/-ms-high-contrast/index.html +++ b/files/ja/web/css/@media/-ms-high-contrast/index.html @@ -1,6 +1,6 @@ --- title: '-ms-high-contrast' -slug: Web/CSS/-ms-high-contrast +slug: Web/CSS/@media/-ms-high-contrast tags: - '@media' - CSS @@ -9,6 +9,7 @@ tags: - メディア特性 - 標準外 translation_of: Web/CSS/@media/-ms-high-contrast +original_slug: Web/CSS/-ms-high-contrast --- <div>{{CSSRef}}{{Non-standard_header}}</div> diff --git a/files/ja/web/css/@media/aural/index.html b/files/ja/web/css/@media/aural/index.html index ac66215e3c..df3fc07e2c 100644 --- a/files/ja/web/css/@media/aural/index.html +++ b/files/ja/web/css/@media/aural/index.html @@ -1,11 +1,12 @@ --- title: aural -slug: Web/CSS/aural +slug: Web/CSS/@media/aural tags: - CSS - リファレンス - 非推奨 translation_of: Web/CSS/@media/aural +original_slug: Web/CSS/aural --- <div>{{CSSRef}} {{deprecated_header}} {{obsolete_header("6.0")}}</div> diff --git a/files/ja/web/css/_colon_autofill/index.html b/files/ja/web/css/_colon_autofill/index.html index 2e8ba6c793..fb2d418258 100644 --- a/files/ja/web/css/_colon_autofill/index.html +++ b/files/ja/web/css/_colon_autofill/index.html @@ -1,12 +1,13 @@ --- title: ':-webkit-autofill' -slug: 'Web/CSS/:-webkit-autofill' +slug: Web/CSS/:autofill tags: - CSS - Non-standard - Reference - 擬似クラス -translation_of: 'Web/CSS/:-webkit-autofill' +translation_of: Web/CSS/:-webkit-autofill +original_slug: Web/CSS/:-webkit-autofill --- <div>{{CSSRef}}{{Non-standard_header}}</div> diff --git a/files/ja/web/css/css_backgrounds_and_borders/resizing_background_images/index.html b/files/ja/web/css/css_backgrounds_and_borders/resizing_background_images/index.html index dde72afbab..cb3f131200 100644 --- a/files/ja/web/css/css_backgrounds_and_borders/resizing_background_images/index.html +++ b/files/ja/web/css/css_backgrounds_and_borders/resizing_background_images/index.html @@ -1,6 +1,6 @@ --- title: 背景画像の拡大縮小 -slug: Web/CSS/CSS_Backgrounds_and_Borders/Scaling_background_images +slug: Web/CSS/CSS_Backgrounds_and_Borders/Resizing_background_images tags: - CSS - CSS Background @@ -16,6 +16,7 @@ tags: - resize - width translation_of: Web/CSS/CSS_Backgrounds_and_Borders/Resizing_background_images +original_slug: Web/CSS/CSS_Backgrounds_and_Borders/Scaling_background_images --- <div>{{cssref}}</div> diff --git a/files/ja/web/guide/writing_forward-compatible_websites/index.html b/files/ja/web/guide/writing_forward-compatible_websites/index.html index aa0e54539d..61e42582bd 100644 --- a/files/ja/web/guide/writing_forward-compatible_websites/index.html +++ b/files/ja/web/guide/writing_forward-compatible_websites/index.html @@ -1,6 +1,6 @@ --- title: Writing forward-compatible websites -slug: Web_Development/Writing_forward-compatible_websites +slug: Web/Guide/Writing_forward-compatible_websites tags: - CSS - Compatibility @@ -9,6 +9,7 @@ tags: - JavaScript - Web Development translation_of: Web/Guide/Writing_forward-compatible_websites +original_slug: Web_Development/Writing_forward-compatible_websites --- <p>このページでは、新しいバージョンのブラウザが公開されても壊れることのない Web サイトを記述する方法を説明します。<br> <br> diff --git a/files/ja/web/http/proxy_servers_and_tunneling/proxy_auto-configuration_pac_file/index.html b/files/ja/web/http/proxy_servers_and_tunneling/proxy_auto-configuration_pac_file/index.html index ccd6c1125f..b3554ba005 100644 --- a/files/ja/web/http/proxy_servers_and_tunneling/proxy_auto-configuration_pac_file/index.html +++ b/files/ja/web/http/proxy_servers_and_tunneling/proxy_auto-configuration_pac_file/index.html @@ -1,12 +1,13 @@ --- title: プロキシ自動設定ファイル -slug: Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_(PAC)_file +slug: Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file tags: - Necko - Networking - PAC - Proxy translation_of: Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_(PAC)_file +original_slug: Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_(PAC)_file --- <div>{{HTTPSidebar}}</div> diff --git a/files/ja/web/http/public_key_pinning/index.html b/files/ja/web/http/public_key_pinning/index.html index 4741133a6b..12637f86b2 100644 --- a/files/ja/web/http/public_key_pinning/index.html +++ b/files/ja/web/http/public_key_pinning/index.html @@ -1,6 +1,6 @@ --- title: HTTP Public Key Pinning (HPKP) -slug: Web/Security/Public_Key_Pinning +slug: Web/HTTP/Public_Key_Pinning tags: - Deprecated - Guide @@ -9,6 +9,7 @@ tags: - Obsolete - Security translation_of: Web/HTTP/Public_Key_Pinning +original_slug: Web/Security/Public_Key_Pinning --- <p>{{HTTPSidebar}}{{deprecated_header}}</p> diff --git a/files/ja/web/javascript/reference/global_objects/atomics/notify/index.html b/files/ja/web/javascript/reference/global_objects/atomics/notify/index.html index be17a5f891..9595b04f3d 100644 --- a/files/ja/web/javascript/reference/global_objects/atomics/notify/index.html +++ b/files/ja/web/javascript/reference/global_objects/atomics/notify/index.html @@ -1,7 +1,8 @@ --- title: Atomics.wake() -slug: Web/JavaScript/Reference/Global_Objects/Atomics/wake +slug: Web/JavaScript/Reference/Global_Objects/Atomics/notify translation_of: Web/JavaScript/Reference/Global_Objects/Atomics/notify +original_slug: Web/JavaScript/Reference/Global_Objects/Atomics/wake --- <div>{{JSRef}} {{SeeCompatTable}}</div> diff --git a/files/ja/web/opensearch/index.html b/files/ja/web/opensearch/index.html index 91cf05bed8..513a69ead8 100644 --- a/files/ja/web/opensearch/index.html +++ b/files/ja/web/opensearch/index.html @@ -1,10 +1,11 @@ --- title: Creating OpenSearch plugins for Firefox -slug: Creating_OpenSearch_plugins_for_Firefox +slug: Web/OpenSearch tags: - Add-ons - Search plugins translation_of: Web/OpenSearch +original_slug: Creating_OpenSearch_plugins_for_Firefox --- <h2 id="OpenSearch" name="OpenSearch">OpenSearch</h2> <p><a href="/ja/Firefox_2_for_developers" title="ja/Firefox_2_for_developers">Firefox 2</a> は検索プラグインとして <a class="external" href="http://opensearch.org/">OpenSearch</a> 記述フォーマットをサポートしています。<a class="external" href="http://www.opensearch.org/Specifications/OpenSearch/1.1#OpenSearch_description_document">OpenSearch 記述シンタックス</a>を使ったプラグインは IE 7 と Firefox で互換性があります。このため、ウェブでの利用で推奨されたフォーマットです。</p> diff --git a/files/ja/web/svg/svg_1.1_support_in_firefox/index.html b/files/ja/web/svg/svg_1.1_support_in_firefox/index.html index 7dcb1173e2..f17b4e82f6 100644 --- a/files/ja/web/svg/svg_1.1_support_in_firefox/index.html +++ b/files/ja/web/svg/svg_1.1_support_in_firefox/index.html @@ -1,8 +1,9 @@ --- title: Mozilla SVG Status -slug: Mozilla_SVG_Status +slug: Web/SVG/SVG_1.1_Support_in_Firefox tags: - SVG +original_slug: Mozilla_SVG_Status --- <div class="note"> <p>この文書は現在の開発バージョン ("trunk") の Mozilla <a href="ja/SVG">SVG</a> の現状を取り扱っています。もし Firefox 2 の SVG 機能に関する情報をお探しの場合、<a href="ja/SVG_in_Firefox">別のページ</a> に情報があります。 diff --git a/files/ja/web/xpath/introduction_to_using_xpath_in_javascript/index.html b/files/ja/web/xpath/introduction_to_using_xpath_in_javascript/index.html index c73f0a1a51..822fe73fa4 100644 --- a/files/ja/web/xpath/introduction_to_using_xpath_in_javascript/index.html +++ b/files/ja/web/xpath/introduction_to_using_xpath_in_javascript/index.html @@ -1,6 +1,6 @@ --- title: Introduction to using XPath in JavaScript -slug: Introduction_to_using_XPath_in_JavaScript +slug: Web/XPath/Introduction_to_using_XPath_in_JavaScript tags: - Add-ons - DOM @@ -10,6 +10,7 @@ tags: - XML - XPath - XSLT +original_slug: Introduction_to_using_XPath_in_JavaScript --- <p>この文書では拡張機能や Web サイトから JavaScript 内で <a href="ja/XPath">XPath</a> を使うためのインターフェースについて解説します。Mozilla は <a class="external" href="http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html">DOM 3 XPath</a> のかなりの部分を実装しており、HTML 文書と XML 文書の双方に対して XPath 式を実行することができます。</p> |