Skip to content

Commit

Permalink
Remove old spec macro - Web/API/A-C
Browse files Browse the repository at this point in the history
  • Loading branch information
YujiSoftware authored and mfuji09 committed Nov 28, 2022
1 parent 13eb5b3 commit 2dcdd38
Show file tree
Hide file tree
Showing 109 changed files with 112 additions and 350 deletions.
4 changes: 1 addition & 3 deletions files/ja/web/api/abortsignal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ GitHub で完全に動作する例を見ることができます — [abort-api]

## 仕様

| 仕様書 | ステータス | コメント |
| ---------------------------------------------------------------------------------------- | -------------------------------- | -------- |
| {{SpecName('DOM WHATWG', '#interface-AbortSignal', 'AbortSignal')}} | {{Spec2('DOM WHATWG')}} | 初回定義 |
{{Specifications}}

## ブラウザの実装状況

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/analysernode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,7 @@ function draw() {

## Specifications

| Specification | Status | Comment |
| ---------------------------------------------------------------------------------------------------- | ------------------------------------ | ------- |
| {{SpecName('Web Audio API', '#the-analysernode-interface', 'AnalyserNode')}} | {{Spec2('Web Audio API')}} | |
{{Specifications}}

## Browser compatibility

Expand Down
6 changes: 1 addition & 5 deletions files/ja/web/api/atob/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ const decodedData = window.atob(encodedData); // 文字列をデコード

## 仕様書

| 仕様書 | 状態 | 備考 |
| ---------------------------------------------------------------------------------------------------- | -------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| {{SpecName('HTML WHATWG', '#dom-atob', 'WindowOrWorkerGlobalScope.atob()')}} | {{Spec2('HTML WHATWG')}} | 最新の仕様で、メソッドを `WindowOrWorkerGlobalScope` ミックスインに移動。 |
| {{SpecName('HTML5.1', '#dom-windowbase64-atob', 'WindowBase64.atob()')}} | {{Spec2('HTML5.1')}} | {{SpecName("HTML WHATWG")}} のスナップショット、変更なし。 |
| {{SpecName("HTML5 W3C", "#dom-windowbase64-atob", "WindowBase64.atob()")}} | {{Spec2('HTML5 W3C')}} | {{SpecName("HTML WHATWG")}} のスナップショット。 `WindowBase64` の作成 (以前の対象だったプロパティ)。 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
6 changes: 2 additions & 4 deletions files/ja/web/api/audiocontext/audiocontext/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ var audioContext = new AudioContext(options)

なし。

**仕様**
## 仕様

| 仕様 | 状態 | コメント |
| ------------------------------------------------------------------------------------ | ------------------------------------ | ------------------- |
| {{SpecName('Web Audio API','#AudioContext','AudioContext()')}} | {{Spec2('Web Audio API')}} | Initial definition. |
{{Specifications}}

## ブラウザー互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/audiocontext/close/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ stopBtn.onclick = function() {

## 仕様

| Specification | Status | Comment |
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------ | ------- |
| {{SpecName('Web Audio API', '#widl-AudioContext-close-Promise-void', 'close()')}} | {{Spec2('Web Audio API')}} | |
{{Specifications}}

## ブラウザ互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ gainNode.connect(audioCtx.destination);
## 仕様

| 仕様 | 状態 | コメント |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | -------- |
| {{SpecName('Web Audio API', '#widl-AudioContext-createMediaElementSource-MediaElementAudioSourceNode-HTMLMediaElement-mediaElement', 'createMediaElementSource()')}} | {{Spec2('Web Audio API')}} | |
{{Specifications}}

## ブラウザの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ var destination = audioCtx.createMediaStreamDestination();
## 仕様

| 仕様書 | 策定状況 | コメント |
| -------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | -------- |
| {{SpecName('Web Audio API', '#dom-audiocontext-createmediastreamdestination', 'createMediaStreamDestination()')}} | {{Spec2('Web Audio API')}} | |
{{Specifications}}

## ブラウザー互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ pre.innerHTML = myScript.innerHTML;
## 仕様

| Specification | Status | Comment |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | ------- |
| {{SpecName('Web Audio API', '#widl-AudioContext-createMediaStreamSource-MediaStreamAudioSourceNode-MediaStream-mediaStream', 'createMediaStreamSource()')}} | {{Spec2('Web Audio API')}} | |
{{Specifications}}

## ブラウザ互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/audiocontext/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ var finish = audioCtx.destination;

## 仕様

| 仕様書 | 策定状況 | コメント |
| ------------------------------------------------------------------------------------ | ------------------------------------ | -------- |
| {{SpecName('Web Audio API', '#AudioContext', 'AudioContext')}} | {{Spec2('Web Audio API')}} | |
{{Specifications}}

## ブラウザーの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/audiocontext/resume/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ susresBtn.onclick = function() {

## 仕様

| Specification | Status | Comment |
| ------------------------------------------------------------------------------------------------ | ------------------------------------ | ------- |
| {{SpecName('Web Audio API', '#dom-baseaudiocontext-resume', 'resume()')}} | {{Spec2('Web Audio API')}} | |
{{Specifications}}

## ブラウザ互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/audiocontext/suspend/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ susresBtn.onclick = function() {

## 仕様

| Specification | Status | Comment |
| ---------------------------------------------------------------------------------------------------------------- | ------------------------------------ | ------- |
| {{SpecName('Web Audio API', '#widl-AudioContext-suspend-Promise-void', 'close()')}} | {{Spec2('Web Audio API')}} | |
{{Specifications}}

## ブラウザ互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/audiodestinationnode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ gainNode.connect(audioCtx.destination);

## 仕様

| Specification | Status | Comment |
| ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | ------- |
| {{SpecName('Web Audio API', '#the-audiodestinationnode-interface', 'AudioDestinationNode')}} | {{Spec2('Web Audio API')}} | |
{{Specifications}}

## ブラウザ互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ gainNode.connect(audioCtx.destination);

## 使用

| Specification | Status | Comment |
| ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | ------- |
| {{SpecName('Web Audio API', '#widl-AudioDestinationNode-maxChannelCount', 'maxChannelCount')}} | {{Spec2('Web Audio API')}} | |
{{Specifications}}

## ブラウザ互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/audionode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ oscillator.channelCount;

## 使用

| Specification | Status | Comment |
| -------------------------------------------------------------------------------------------- | ------------------------------------ | ------- |
| {{SpecName('Web Audio API', '#the-audionode-interface', 'AudioNode')}} | {{Spec2('Web Audio API')}} | |
{{Specifications}}

## ブラウザ互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/audioparam/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ biquadFilter.gain.value = 25;

## Specifications

| Specification | Status | Comment |
| ---------------------------------------------------------------------------- | ------------------------------------ | ------- |
| {{SpecName('Web Audio API', '#AudioParam', 'AudioParam')}} | {{Spec2('Web Audio API')}} | |
{{Specifications}}

## Browser compatibility

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/audiotracklist/addtrack_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ videoElement.audioTracks.onaddtrack = (event) => {

## 仕様

| 仕様 | 状態 |
| ---------------------------------------------------------------------------------------------------- | -------------------------------- |
| {{SpecName('HTML WHATWG', 'media.html#event-media-addtrack', 'addtrack')}} | {{Spec2('HTML WHATWG')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/audiotracklist/change_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ toggleTrackButton.addEventListener('click', () => {

## 仕様書

| 仕様書 | 状態 |
| -------------------------------------------------------------------------------------------- | -------------------------------- |
| {{SpecName('HTML WHATWG', 'media.html#event-media-change', 'change')}} | {{Spec2('HTML WHATWG')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
5 changes: 1 addition & 4 deletions files/ja/web/api/audiotracklist/gettrackbyid/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ function disableCharacter(videoElem, characterName) {

## 仕様

| 仕様 | 状態 | コメント |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------- | -------- |
| {{SpecName('HTML WHATWG', '#dom-audiotracklist-gettrackbyid', 'AudioTrackList.getTrackById()')}} | {{Spec2('HTML WHATWG')}} | |
| {{SpecName('HTML5 W3C', 'embedded-content-0.html#dom-audiotracklist-getTrackById', 'AudioTrackList.getTrackById()')}} | {{Spec2('HTML5 W3C')}} | |
{{Specifications}}

## ブラウザーの互換性

Expand Down
5 changes: 1 addition & 4 deletions files/ja/web/api/audiotracklist/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ function updateTrackCount(event) {

## 仕様書

| 仕様書 | 状態 | 備考 |
| ---------------------------------------------------------------------------------------------------------------- | -------------------------------- | ---- |
| {{SpecName('HTML WHATWG', 'media.html#audiotracklist', 'AudioTrackList')}} | {{Spec2('HTML WHATWG')}} | |
| {{SpecName('HTML5 W3C', 'embedded-content-0.html#audiotracklist', 'AudioTrackList')}} | {{Spec2('HTML5 W3C')}} | |
{{Specifications}}

## ブラウザーの互換性

Expand Down
5 changes: 1 addition & 4 deletions files/ja/web/api/audiotracklist/length/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ if (videoElem.audioTracks) {

## 仕様

| 仕様 | 状態 | コメント |
| ---------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | -------- |
| {{SpecName('HTML WHATWG', 'media.html#dom-audiotracklist-length', 'AudioTrackList.length')}} | {{Spec2('HTML WHATWG')}} | |
| {{SpecName('HTML5 W3C', 'embedded-content-0.html#dom-audiotracklist-length', 'AudioTrackList.length')}} | {{Spec2('HTML5 W3C')}} | |
{{Specifications}}

## ブラウザーの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/audiotracklist/removetrack_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ videoElement.audioTracks.onremovetrack = (event) => {

## 仕様

| 仕様 | 状態 |
| ------------------------------------------------------------------------------------------------------------ | -------------------------------- |
| {{SpecName('HTML WHATWG', 'media.html#event-media-removetrack', 'removetrack')}} | {{Spec2('HTML WHATWG')}} |
{{Specifications}}

## ブラウザーの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/authenticatorassertionresponse/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ navigator.credentials.get({ "publicKey": options })

## 仕様書

| 仕様書 | 状態 | 備考 |
| ------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------- | -------- |
| {{SpecName('WebAuthn', '#iface-authenticatorassertionresponse', 'AuthenticatorAssertionResponse interface')}} | {{Spec2('WebAuthn')}} | 初回定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/authenticatorattestationresponse/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ navigator.credentials.create({ publicKey })

## 仕様書

| 仕様書 | 状態 | 備考 |
| -------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName('WebAuthn','#authenticatorattestationresponse', 'AuthenticatorAttestationResponse interface')}} | {{Spec2('WebAuthn')}} | 初回定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/authenticatorresponse/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ navigator.credentials.create({ publicKey })

## 仕様書

| 仕様書 | 状態 | 備考 |
| ---------------------------------------------------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName('WebAuthn','#authenticatorresponse', 'AuthenticatorResponse interface')}} | {{Spec2('WebAuthn')}} | 初回定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/battery_status_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ navigator.getBattery().then(function(battery) {

## 仕様書

| 仕様書 | 状態 | 備考 |
| ------------------------------------ | -------------------------------- | -------- |
| {{SpecName("Battery API")}} | {{Spec2("Battery API")}} | 初回定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/blob/arraybuffer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ Blob のデータをバイナリ形式で含む {{domxref("ArrayBuffer")}} で

## 仕様

| 仕様書 | ステータス | コメント |
| ------------------------------------------------------------------------------------------------ | ---------------------------- | -------- |
| {{SpecName("File API", "#dom-blob-arraybuffer", "Blob.arrayBuffer()")}} | {{Spec2("File API")}} | |
{{Specifications}}

## ブラウザの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/blob/blob/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ var oMyBlob = new Blob(aFileParts, {type : 'text/html'}); // blob

## 仕様

| 仕様書 | 状態 | 備考 |
| ------------------------------------------------------------------------ | ---------------------------- | -------- |
| {{SpecName('File API', '#constructorBlob', 'Blob()')}} | {{Spec2('File API')}} | 初回定義 |
{{Specifications}}

## ブラウザの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/blob/size/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ for (var i = 0; i < files.length; i++) {

## 仕様

| 仕様書 | ステータス | コメント |
| -------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName('File API', '#dfn-size', 'Blob.size')}} | {{Spec2('File API')}} | 初期定義 |
{{Specifications}}

## ブラウザの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/blob/slice/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ var newBlob = blob.slice(start, end, contentType);

## 仕様

| 仕様 | ステータス | コメント |
| ------------------------------------------------------------------------ | ---------------------------- | ---------- |
| {{SpecName("File API", "#dfn-slice", "Blob.slice()")}} | {{Spec2("File API")}} | 初期定義。 |
{{Specifications}}

## ブラウザの実装状況

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/blob/stream/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ var stream = blob.stream();

## 仕様

| 仕様書 | ステータス | コメント |
| -------------------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName("File API", "#dom-blob-stream", "Blob.stream()")}} | {{Spec2("File API")}} | |
{{Specifications}}

## ブラウザの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/blob/text/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ Blob のデータをテキスト文字列として含む {{domxref("USVString")}

## 仕様

| 仕様書 | ステータス | コメント |
| ---------------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName("File API", "#dom-blob-text", "Blob.text()")}} | {{Spec2("File API")}} | |
{{Specifications}}

## ブラウザの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/blob/type/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ for (i = 0; i < files.length; i++) {

## 仕様

| 仕様書 | ステータス | コメント |
| -------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName('File API', '#dfn-type', 'Blob.type')}} | {{Spec2('File API')}} | 初期定義 |
{{Specifications}}

## ブラウザの互換性

Expand Down
Loading

0 comments on commit 2dcdd38

Please sign in to comment.