Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web/api 以下を md へ一括変換 4 #7904

Merged
merged 3 commits into from
Aug 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions files/ja/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3180,9 +3180,7 @@
/ja/docs/Web/API/CSSStyleSheet.insertRule /ja/docs/Web/API/CSSStyleSheet/insertRule
/ja/docs/Web/API/CSS_Painting_API/ガイド /ja/docs/Web/API/CSS_Painting_API/Guide
/ja/docs/Web/API/CSS_Typed_Object_Model_API /ja/docs/Web/API/CSS_Object_Model#CSS_Typed_Object_Model
/ja/docs/Web/API/CanvasRenderingContext2D.clearHitRegions /ja/docs/Web/API/CanvasRenderingContext2D/clearHitRegions
/ja/docs/Web/API/CanvasRenderingContext2D.drawFocusIfNeeded /ja/docs/Web/API/CanvasRenderingContext2D/drawFocusIfNeeded
/ja/docs/Web/API/CanvasRenderingContext2D.removeHitRegion /ja/docs/Web/API/CanvasRenderingContext2D/removeHitRegion
/ja/docs/Web/API/Canvas_API/Drawing_graphics_with_canvas /ja/docs/Web/API/Canvas_API/Tutorial
/ja/docs/Web/API/CloseEvent/initCloseEvent /ja/docs/conflicting/Web/API/CloseEvent
/ja/docs/Web/API/Console.error /ja/docs/Web/API/Console/error
Expand Down
52 changes: 0 additions & 52 deletions files/ja/web/api/animationevent/elapsedtime/index.html

This file was deleted.

39 changes: 39 additions & 0 deletions files/ja/web/api/animationevent/elapsedtime/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: AnimationEvent.elapsedTime
slug: Web/API/AnimationEvent/elapsedTime
tags:
- API
- AnimationEvent
- CSSOM
- Experimental
- Property
- Reference
- Web Animations
- プロパティ
translation_of: Web/API/AnimationEvent/elapsedTime
---
{{SeeCompatTable}}{{ apiref("Web Animations API") }}

**`AnimationEvent.elapsedTime`** は読み取り専用のプロパティで、アニメーションが開始されてからの秒数を `float` 型で表します。このイベントが発生したとき、アニメーションが停止した場合を除いて常に設定されます。 {{domxref("HTMLElement/animationstart_event", "animationstart")}} イベントにおいては `elapsedTime` は `0.0` になりますが、 {{cssxref("animation-delay")}} が負の値の場合は、このイベントは `elapsedTime` が `(-1 * `_待ち時間_`)` であるときに発生します。.

## 構文

```
time = AnimationEvent.elapsedTime
```

## 仕様書

| 仕様書 | 状態 | 備考 |
| ------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------- | -------- |
| {{ SpecName('CSS3 Animations', '#dom-animationevent-elapsedtime', 'AnimationEvent.elapsedTime') }} | {{ Spec2('CSS3 Animations')}} | 初回定義 |

## ブラウザーの互換性

{{Compat("api.AnimationEvent.elapsedTime")}}

## 関連情報

- [CSS アニメーションの使用](/ja/docs/Web/CSS/CSS_Animations/Using_CSS_animations)
- アニメーションに関する CSS プロパティとアット規則: {{cssxref("animation")}}, {{cssxref("animation-delay")}}, {{cssxref("animation-direction")}}, {{cssxref("animation-duration")}}, {{cssxref("animation-fill-mode")}}, {{cssxref("animation-iteration-count")}}, {{cssxref("animation-name")}}, {{cssxref("animation-play-state")}}, {{cssxref("animation-timing-function")}}, {{cssxref("@keyframes")}}.
- 所属先の {{domxref("AnimationEvent")}} インターフェイス
77 changes: 0 additions & 77 deletions files/ja/web/api/animationevent/index.html

This file was deleted.

56 changes: 56 additions & 0 deletions files/ja/web/api/animationevent/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
title: AnimationEvent
slug: Web/API/AnimationEvent
tags:
- API
- CSS アニメーション
- Experimental
- Interface
- Reference
- Web Animations
- インターフェイス
translation_of: Web/API/AnimationEvent
---
{{SeeCompatTable}}{{APIRef("Web Animations API")}}

**`AnimationEvent`** インターフェイスは、[アニメーション](/ja/docs/Web/CSS/CSS_Animations/Using_CSS_animations)に関する情報を提供するイベントを表します。

{{InheritanceDiagram}}

## コンストラクター

- {{domxref("AnimationEvent.AnimationEvent", "AnimationEvent()")}}
- : 指定された引数で `AnimationEvent` イベントを生成します。

## プロパティ

_親の {{domxref("Event")}} から継承されるプロパティもあります_。

- {{domxref("AnimationEvent.animationName")}} {{readonlyInline}}
- : {{domxref("DOMString")}} で、この変化に関連付けられた {{cssxref("animation-name")}} CSS プロパティの値を含みます。
- {{domxref("AnimationEvent.elapsedTime")}} {{readonlyInline}}
- : `float` 値で、アニメーションが実行された時間の長さを秒単位で表し、イベントが発生したときは、アニメーションが停止していた時間は除外されます。 `animationstart` イベントでは、 `elapsedTime` は、ふつう `0.0` となりますが、 {{cssxref("animation-delay")}} が負の値であった場合は例外で、この場合はイベントは `elapsedTime` に `(-1 * delay)` が入った状態でイベントが発生します。
- {{domxref("AnimationEvent.pseudoElement")}} {{readonlyInline}}
- : {{domxref("DOMString")}} で、 `'::'` で始まり、アニメーションが実行される [疑似要素](/ja/docs/Web/CSS/Pseudo-elements) の名前が入ります。このアニメーションが疑似要素ではなく要素で実行されている場合は、空文字列 `''` になります。

## メソッド

_親の {{domxref("Event")}} から継承されるメソッドもあります_。

- {{domxref("AnimationEvent.initAnimationEvent()")}} {{non-standard_inline}}{{deprecated_inline}}
- : 非推奨の {{domxref("Document.createEvent()", "Document.createEvent(\"AnimationEvent\")")}} メソッドを使用して作成された `AnimationEvent` を初期化します。

## 仕様書

| 仕様書 | 状態 | 備考 |
| -------------------------------------------------------------------------------------------------------- | ------------------------------------ | -------- |
| {{SpecName("CSS3 Animations", "#interface-animationevent", "AnimationEvent")}} | {{Spec2("CSS3 Animations")}} | 初回定義 |

## ブラウザーの対応

{{Compat("api.AnimationEvent")}}

## 関連情報

- [CSS アニメーションの使用](/ja/docs/Web/CSS/CSS_Animations/Using_CSS_animations)
- アニメーションに関する CSS プロパティとアット規則: {{cssxref("animation")}}, {{cssxref("animation-delay")}}, {{cssxref("animation-direction")}}, {{cssxref("animation-duration")}}, {{cssxref("animation-fill-mode")}}, {{cssxref("animation-iteration-count")}}, {{cssxref("animation-name")}}, {{cssxref("animation-play-state")}}, {{cssxref("animation-timing-function")}}, {{cssxref("@keyframes")}}.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
title: ByteLengthQueuingStrategy.ByteLengthQueuingStrategy()
slug: Web/API/ByteLengthQueuingStrategy/ByteLengthQueuingStrategy
tags:
- API
- ByteLengthQueuingStrategy
- Constructor
- Experimental
- Reference
- Streams
translation_of: Web/API/ByteLengthQueuingStrategy/ByteLengthQueuingStrategy
---
{{SeeCompatTable}}{{APIRef("Streams")}}

**`ByteLengthQueuingStrategy()`** コンストラクターは、`ByteLengthQueuingStrategy` オブジェクトのインスタンスを作成して返します。

## 構文

```
var byteLengthQueuingStrategy = new ByteLengthQueuingStrategy({highWaterMark});
```

### パラメーター

- {highWaterMark}
- : `highWaterMark` プロパティを含むオブジェクト。 これは、バックプレッシャーが適用される前に内部キューに含めることができるチャンクの総数を定義する負でない整数です。

### 戻り値

{{domxref("ByteLengthQueuingStrategy")}} オブジェクトのインスタンス。

### 例外

なし。

## 例

```js
const queuingStrategy = new ByteLengthQueuingStrategy({ highWaterMark: 1 });

const readableStream = new ReadableStream({
start(controller) {
...
},
pull(controller) {
...
},
cancel(err) {
console.log("stream error:", err);
}
}, queuingStrategy);

var size = queuingStrategy.size(chunk);
```

## 仕様

| 仕様 | 状態 | コメント |
| ------------------------------------------------------------------------------------------------ | ---------------------------- | -------- |
| {{SpecName("Streams","#blqs-constructor","ByteLengthQueuingStrategy()")}} | {{Spec2('Streams')}} | 初期定義 |

## ブラウザーの互換性

{{Compat("api.ByteLengthQueuingStrategy.ByteLengthQueuingStrategy")}}
Loading