Skip to content

Commit

Permalink
「ブラウザーの互換性」の表記を統一
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Aug 19, 2022
1 parent d83491b commit 2448cb0
Show file tree
Hide file tree
Showing 44 changed files with 44 additions and 44 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ document.addEventListener('afterscriptexecute', finished, true);

- [HTML5](http://www.whatwg.org/specs/web-apps/current-work/#the-script-element)

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.onafterscriptexecute")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/alinkcolor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ Mozilla Firefox では、このプロパティの既定値は赤 (16 進で `#ee

[Gecko](/ja/docs/Mozilla/Gecko)`alinkColor`/`:active` および {{Cssxref(":focus")}} の両方に対応しています。 Internet Explorer 6 および 7 は [HTML アンカー (\<a>) リンク](/ja/docs/Web/HTML/Element/a)には `alinkColor`/`:active` のみに対応しており、 `:focus` は Gecko と同様に動作します。 IE は `:focus` には対応していません。

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.alinkColor")}}
2 changes: 1 addition & 1 deletion files/ja/web/api/document/applets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ my_java_app = document.applets[1];
| {{SpecName('HTML WHATWG', '#dom-document-applets', 'Document.applets')}} | {{ Spec2('HTML WHATWG') }} | 廃止 |
| {{SpecName('DOM2 HTML', 'html.html#ID-85113862', 'Document.applets')}} | {{ Spec2('DOM2 Events') }} | 初回定義 |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.applets")}}
2 changes: 1 addition & 1 deletion files/ja/web/api/document/caretpositionfrompoint/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ window.onload = function (){
| ---------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | ------------------- |
| {{SpecName('CSSOM View','#dom-document-caretpositionfrompoint','caretPositionFromPoint()')}} | {{Spec2('CSSOM View')}} | Initial definition. |

## ブラウザー実装状況
## ブラウザーの互換性

{{Compat("api.DocumentOrShadowRoot.caretPositionFromPoint")}}
2 changes: 1 addition & 1 deletion files/ja/web/api/document/clear/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ document.clear();

- [HTML5](http://www.whatwg.org/html/#dom-document-clear)

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.clear")}}
2 changes: 1 addition & 1 deletion files/ja/web/api/document/close/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ document.close();
| {{SpecName("HTML WHATWG", "#dom-document-close", "document.close()")}} | {{Spec2("HTML WHATWG")}} | |
| {{SpecName("DOM2 HTML", "html.html#ID-98948567", "document.close()")}} | {{Spec2("DOM2 HTML")}} | |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.close")}}
2 changes: 1 addition & 1 deletion files/ja/web/api/document/contenttype/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ contentType = document.contentType;
| -------------------------------------------------------------------------------------------------------- | -------------------------------- | -------- |
| {{SpecName('DOM WHATWG', '#dom-document-contenttype', 'Document.contentType')}} | {{Spec2('DOM WHATWG')}} | 初回定義 |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.contentType")}}
2 changes: 1 addition & 1 deletion files/ja/web/api/document/createexpression/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ xpathExpr = document.createExpression(xpathText, namespaceURLMapper);

{{DOMxRef("XPathExpression")}}

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.createExpression")}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ console.log(new XMLSerializer().serializeToString(doc));
| {{SpecName('DOM2 Core', 'core.html#ID-135944439', 'createProcessingInstruction()')}} | {{Spec2('DOM2 Core')}} | 変更なし |
| {{SpecName('DOM1', 'level-one-core.html#ID-135944439', 'createProcessingInstruction()')}} | {{Spec2('DOM1')}} | 初回定義 |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.createProcessingInstruction")}}
2 changes: 1 addition & 1 deletion files/ja/web/api/document/createtextnode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ function addTextNode(text) {
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------- | ---- |
| {{SpecName('DOM WHATWG', '#dom-document-createtextnode', 'Document: createTextNode')}} | {{Spec2('DOM WHATWG')}} | |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.createTextNode")}}
2 changes: 1 addition & 1 deletion files/ja/web/api/document/doctype/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ DOM レベル 2 では、文書型宣言の編集に対応していません。
| ------------------------------------------------------------------------------------------------ | -------------------------------- | ---- |
| {{SpecName('DOM WHATWG', '#dom-document-doctype', 'Document: doctype')}} | {{Spec2('DOM WHATWG')}} | |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.doctype")}}
2 changes: 1 addition & 1 deletion files/ja/web/api/document/documenturiobject/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ if (uriObj.schemeIs('http')) {

どの仕様にも属しません。

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.documentURIObject")}}
2 changes: 1 addition & 1 deletion files/ja/web/api/document/embeds/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ nodeList = document.embeds
| -------------------------------------------------------------------------------------------- | ------------------------------------ | ---- |
| {{SpecName('HTML WHATWG', '#dom-document-embeds', 'Document.embeds')}} | {{ Spec2('HTML WHATWG') }} | |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.embeds")}}
2 changes: 1 addition & 1 deletion files/ja/web/api/document/fgcolor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ Mozilla Firefox ではこのプロパティの既定値は黒 (16 進数で `#00

他の代替手段として `document.body.text` がありますが、上記の CSS による代替手段が設置されたため [HTML 4.01 で非推奨](http://www.w3.org/TR/html401/struct/global.html#adef-text)となっています。

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.fgColor")}}
2 changes: 1 addition & 1 deletion files/ja/web/api/document/forms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ var selectFormElement = document.forms[index].elements[index];
| {{SpecName('HTML WHATWG', '#dom-document-forms', 'Document.forms')}} | {{ Spec2('HTML WHATWG') }} | |
| {{SpecName('DOM2 HTML', 'html.html#ID-1689064', 'Document.forms')}} | {{ Spec2('DOM2 Events') }} | 初回定義 |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.forms")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/fullscreen/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function isDocumentInFullScreenMode() {
| -------------------------------------------------------------------------------------------------------- | -------------------------------- | ------------------------------- |
| {{SpecName("Fullscreen", "#dom-document-fullscreen", "Document.fullscreen")}} | {{Spec2("Fullscreen")}} | 初回定義 (廃止プロパティとして) |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.fullscreen")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/fullscreenelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function isVideoInFullscreen() {
| ------------------------------------------------------------------------------------------------------------------------ | -------------------------------- | -------- |
| {{SpecName("Fullscreen", "#dom-document-fullscreenelement", "Document.fullscreenElement")}} | {{Spec2("Fullscreen")}} | 初回定義 |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.DocumentOrShadowRoot.fullscreenElement")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/fullscreenenabled/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function requestFullScreen() {
| ------------------------------------------------------------------------------------------------------------------------ | -------------------------------- | -------- |
| {{SpecName("Fullscreen", "#dom-document-fullscreenenabled", "Document.fullscreenEnabled")}} | {{Spec2("Fullscreen")}} | 初回定義 |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.fullscreenEnabled")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/getelementsbyname/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var elements = document.getElementsByName(name);
| {{SpecName('HTML WHATWG', '#dom-document-getelementsbyname', "Document.getElementsByName()")}} | {{ Spec2('HTML WHATWG') }} | |
| {{SpecName("DOM2 HTML", "html.html#ID-71555259", "Document.getElementsByName()")}} | {{Spec2("DOM2 HTML")}} | 初回定義 |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.getElementsByName")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/hasfocus/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ setInterval(checkPageFocus, 300);
| ---------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | -------- |
| {{SpecName('HTML WHATWG', 'interaction.html#dom-document-hasfocus', 'Document.hasFocus()')}} | {{Spec2('HTML WHATWG')}} | 初回定義 |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.hasFocus")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/head/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var objRef = document.head;
| {{SpecName('HTML5 W3C','dom.html#dom-document-head','Document.head')}} | {{Spec2('HTML5 W3C')}} | |
| {{SpecName('HTML WHATWG','dom.html#dom-document-head','Document.head')}} | {{Spec2('HTML WHATWG')}} | 初回定義 |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.head")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/linkcolor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ HTML5

`Document.linkColor`[DOM Level 2 HTML で非推奨になりました](http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-26809268)

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.linkColor")}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ para.addEventListener('pointerdown', (event) => {
| ------------------------------------------------------------------------------------ | ------------------------------------ |
| {{SpecName('Pointer Events', '#the-lostpointercapture-event')}} | {{Spec2('Pointer Events')}} |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.lostpointercapture_event")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ embedArrayObj = document.plugins
| ------------------------------------------------------------------------------------------------ | ------------------------------------ | ---- |
| {{SpecName('HTML WHATWG', '#dom-document-plugins', 'Document.plugins')}} | {{ Spec2('HTML WHATWG') }} | |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.plugins")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/pointercancel_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ document.onpointercancel = (event) => {
| ---------------------------------------------------------------------------- | ------------------------------------ |
| {{SpecName('Pointer Events', '#the-pointercancel-event')}} | {{Spec2('Pointer Events')}} |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.pointercancel_event")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/pointerdown_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ document.onpointerdown = (event) => {
| ---------------------------------------------------------------------------- | ------------------------------------ |
| {{SpecName('Pointer Events', '#the-pointerdown-event')}} | {{Spec2('Pointer Events')}} |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.pointerdown_event")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/pointerenter_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ document.onpointerenter = (event) => {
| ---------------------------------------------------------------------------- | ------------------------------------ |
| {{SpecName('Pointer Events', '#the-pointerenter-event')}} | {{Spec2('Pointer Events')}} |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.pointerenter_event")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/pointerleave_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ document.onpointerleave = (event) => {
| ---------------------------------------------------------------------------- | ------------------------------------ |
| {{SpecName('Pointer Events', '#the-pointerleave-event')}} | {{Spec2('Pointer Events')}} |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.pointerleave_event")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/pointerlockchange_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ document.onpointerlockchange = (event) => {
| -------------------------------------------------------------------------------------------------------- | -------------------------------- |
| {{SpecName('Pointer Lock', '#pointerlockchange-and-pointerlockerror-events')}} | {{Spec2('Pointer Lock')}} |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.pointerlockchange_event")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/pointerlockerror_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ document.onpointerlockerror = (event) => {
| -------------------------------------------------------------------------------------------------------- | -------------------------------- |
| {{SpecName('Pointer Lock', '#pointerlockchange-and-pointerlockerror-events')}} | {{Spec2('Pointer Lock')}} |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.pointerlockerror_event")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/pointermove_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ document.onpointermove = (event) => {
| ---------------------------------------------------------------------------- | ------------------------------------ |
| {{SpecName('Pointer Events', '#the-pointermove-event')}} | {{Spec2('Pointer Events')}} |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.pointermove_event")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/pointerout_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ document.onpointerout = (event) => {
| ------------------------------------------------------------------------ | ------------------------------------ |
| {{SpecName('Pointer Events', '#the-pointerout-event')}} | {{Spec2('Pointer Events')}} |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.pointerout_event")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/pointerover_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ document.onpointerover = (event) => {
| ---------------------------------------------------------------------------- | ------------------------------------ |
| {{SpecName('Pointer Events', '#the-pointerover-event')}} | {{Spec2('Pointer Events')}} |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.pointerover_event")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/pointerup_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ document.onpointerup = (event) => {
| ------------------------------------------------------------------------ | ------------------------------------ |
| {{SpecName('Pointer Events', '#the-pointerup-event')}} | {{Spec2('Pointer Events')}} |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.pointerup_event")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/releasecapture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ releaseCapture()

Internet Explorer の実装に基づく。

## ブラウザーの対応
## ブラウザーの互換性

{{Compat}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/scripts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ if (scripts.length) {
| ------------------------------------------------------------------------------------------------ | ------------------------------------ | ---- |
| {{SpecName('HTML WHATWG', '#dom-document-scripts', 'Document.scripts')}} | {{ Spec2('HTML WHATWG') }} | |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.scripts")}}
2 changes: 1 addition & 1 deletion files/ja/web/api/document/scroll_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ window.addEventListener('scroll', function(e) {
| ---------------------------------------------------------------- | -------------------------------- |
| {{SpecName('CSSOM View', '#scrolling-events')}} | {{Spec2('CSSOM View')}} |

## ブラウザー実装状況
## ブラウザーの互換性

{{Compat("api.Document.scroll_event")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/scrollingelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ scrollElm.scrollTop = 0;
| -------------------------------------------------------------------------------------------------------- | -------------------------------- | ------------------ |
| {{SpecName('CSSOM View','#dom-document-scrollingelement','scrollingElement')}} | {{Spec2('CSSOM View')}} | Initial definition |

## ブラウザー実装状況
## ブラウザーの互換性

{{Compat("api.Document.scrollingElement")}}
2 changes: 1 addition & 1 deletion files/ja/web/api/document/stylesheets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ function getStyleSheet(unique_title) {
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | -------- |
| {{SpecName('Shadow DOM','#extensions-to-the-documentorshadowroot-mixin','DocumentOrShadowRoot')}} | {{Spec2('Shadow DOM')}} | 初回定義 |

## ブラウザー実装状況
## ブラウザーの互換性

{{Compat("api.DocumentOrShadowRoot.styleSheets")}}
2 changes: 1 addition & 1 deletion files/ja/web/api/document/touchcancel_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ translation_of: Web/API/Document/touchcancel_event

これらのイベントのコード例は、指定のページ「[タッチイベント](/ja/docs/Web/API/Touch_events)」で利用できます。

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.touchcancel_event")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/touchend_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ translation_of: Web/API/Document/touchend_event

これらのイベントのコード例は、指定のページ「[タッチイベント](/ja/docs/Web/API/Touch_events)」で利用できます。

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.touchend_event")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/touchstart_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ translation_of: Web/API/Document/touchstart_event

これらのイベントのコード例は、指定のページ「[タッチイベント](/ja/docs/Web/API/Touch_events)」で利用できます。

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.touchstart_event")}}

Expand Down
2 changes: 1 addition & 1 deletion files/ja/web/api/document/vlinkcolor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ document.vlinkColor = color
- 推奨される代替方法は、 HTML の {{HtmlElement("a")}} 要素において CSS で {{ Cssxref(":visited") }} 擬似クラスの色を設定または取得する方法です (例えば `a:visited {color:red;}`)。
- 他の代替方法に `document.body.vLink` がありますが、これは [HTML 4.01 で非推奨](http://www.w3.org/TR/html401/struct/global.html#adef-vlink)となり、 CSS で代替されました。

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.vlinkColor")}}
2 changes: 1 addition & 1 deletion files/ja/web/api/document/writeln/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ document.writeln("<p>パスワードを入力してください:</p>");
| {{SpecName("HTML WHATWG", "#dom-document-writeln", "document.writeln()")}} | {{Spec2("HTML WHATWG")}} | |
| {{SpecName("DOM2 HTML", "html.html#ID-35318390", "document.writeln()")}} | {{Spec2("DOM2 HTML")}} | |

## ブラウザーの対応
## ブラウザーの互換性

{{Compat("api.Document.writeln")}}

0 comments on commit 2448cb0

Please sign in to comment.