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

Remove old spec macro - Web/API/R-T (ja) #10106

Merged
merged 1 commit into from
Nov 28, 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
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ var request = readableByteStreamController.byobRequest;

## 仕様

| 仕様 | 状態 | コメント |
| -------------------------------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName("Streams","#rbs-controller-byob-request","byobRequest")}} | {{Spec2('Streams')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ readableByteStreamController.close();

## 仕様

| 仕様 | 状態 | コメント |
| ---------------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName("Streams","#rbs-controller-close","close()")}} | {{Spec2('Streams')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ var desiredSize = readableByteStreamController.desiredSize;

## 仕様

| 仕様 | 状態 | コメント |
| -------------------------------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName("Streams","#rbs-controller-desired-size","desiredSize")}} | {{Spec2('Streams')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ readableByteStreamController.enqueue(chunk);

## 仕様

| 仕様 | 状態 | コメント |
| -------------------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName("Streams","#rbs-controller-enqueue","enqueue()")}} | {{Spec2('Streams')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ readableByteStreamController.error(e);

## 仕様

| 仕様 | 状態 | コメント |
| ---------------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName("Streams","#rbs-controller-error","error()")}} | {{Spec2('Streams')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/readablebytestreamcontroller/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ slug: Web/API/ReadableByteStreamController

## 仕様

| 仕様 | 状態 | コメント |
| -------------------------------------------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName('Streams','#rbs-controller-class','ReadableByteStreamController')}} | {{Spec2('Streams')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

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

## 仕様

| 仕様 | 状態 | コメント |
| ---------------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName("Streams","#byob-reader-cancel","cancel()")}} | {{Spec2('Streams')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/readablestreambyobreader/closed/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ var closed = readableStreamBYOBReader.closed;

## 仕様

| 仕様 | 状態 | コメント |
| ------------------------------------------------------------------------ | ---------------------------- | -------- |
| {{SpecName("Streams","#byob-reader-closed","closed")}} | {{Spec2('Streams')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/readablestreambyobreader/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ slug: Web/API/ReadableStreamBYOBReader

## 仕様

| 仕様 | 状態 | コメント |
| ------------------------------------------------------------------------------------------------ | ---------------------------- | -------- |
| {{SpecName('Streams','#byob-reader-class','ReadableStreamBYOBReader')}} | {{Spec2('Streams')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

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

## 仕様

| 仕様 | 状態 | コメント |
| -------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName("Streams","#byob-reader-read","read()")}} | {{Spec2('Streams')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ var readableStreamBYOBReader = new ReadableStreamBYOBReader(stream);

## 仕様

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

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ readableStreamBYOBReader.releaseLock();

## 仕様

| 仕様 | 状態 | コメント |
| ---------------------------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName("Streams","#byob-reader-release-lock","releaseLock()")}} | {{Spec2('Streams')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ const stream = new ReadableStream({

## 仕様

| 仕様 | 状態 | コメント |
| ------------------------------------------------------------------------------------ | ---------------------------- | -------- |
| {{SpecName("Streams","#rs-default-controller-close","close()")}} | {{Spec2('Streams')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ var desiredSize = readableStreamDefaultController.desiredSize;

## 仕様

| 仕様 | 状態 | コメント |
| ---------------------------------------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName("Streams","#rs-default-controller-desired-size","desiredSize")}} | {{Spec2('Streams')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ const stream = new ReadableStream({

## 仕様

| 仕様 | 状態 | コメント |
| -------------------------------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName("Streams","#rs-default-controller-enqueue","enqueue()")}} | {{Spec2('Streams')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ readableStreamDefaultController.error(e);

## 仕様

| 仕様 | 状態 | コメント |
| ------------------------------------------------------------------------------------ | ---------------------------- | -------- |
| {{SpecName("Streams","#rs-default-controller-error","error()")}} | {{Spec2('Streams')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/readablestreamdefaultcontroller/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ const stream = new ReadableStream({

## 仕様

| 仕様 | 状態 | コメント |
| -------------------------------------------------------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName('Streams','#rs-default-controller-class','ReadableStreamDefaultController')}} | {{Spec2('Streams')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ function fetchStream() {

## 仕様

| 仕様 | 状態 | コメント |
| -------------------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName("Streams","#default-reader-cancel","cancel()")}} | {{Spec2('Streams')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ reader.closed.then(() => {

## 仕様

| 仕様 | 状態 | コメント |
| ---------------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName("Streams","#default-reader-closed","closed")}} | {{Spec2('Streams')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/readablestreamdefaultreader/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ fetch("https://www.example.org/").then((response) => {

## 仕様

| 仕様 | 状態 | コメント |
| -------------------------------------------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName('Streams','#default-reader-class','ReadableStreamDefaultReader')}} | {{Spec2('Streams')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,7 @@ for await (let line of makeTextFileLineIterator(urlOfFile)) {

## 仕様

| 仕様 | 状態 | コメント |
| ------------------------------------------------------------------------ | ---------------------------- | -------- |
| {{SpecName("Streams","#default-reader-read","read()")}} | {{Spec2('Streams')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ function fetchStream() {

## 仕様

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

## ブラウザーの互換性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ function fetchStream() {

## 仕様

| 仕様 | 状態 | コメント |
| -------------------------------------------------------------------------------------------- | ---------------------------- | -------- |
| {{SpecName("Streams","#default-reader-release-lock","releaseLock()")}} | {{Spec2('Streams')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

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

## 仕様

| Specification | Status | Comment |
| ------------------------------------------------------------------------------------------------ | -------------------------------- | ---------------------- |
| {{ SpecName('WebRTC 1.0', '#idl-def-RTCDataChannel', 'RTCDataChannel') }} | {{ Spec2('WebRTC 1.0') }} | Initial specification. |
{{Specifications}}

## ブラウザー互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/rtcdatachannelevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ pc.ondatachannel = function( ev ) {

## 仕様

| Specification | Status | Comment |
| ---------------------------------------------------------------------------------------------------------------- | -------------------------------- | ------------------- |
| {{ SpecName('WebRTC 1.0', '#idl-def-RTCDataChannelEvent', 'RTCDataChannelEvent') }} | {{Spec2('WebRTC 1.0')}} | Initial definition. |
{{Specifications}}

## ブラウザ互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/rtcpeerconnectioniceevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ pc.onicecandidate = function( ev ) {

## 仕様

| Specification | Status | Comment |
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | ------------------- |
| {{ SpecName('WebRTC 1.0', '#idl-def-RTCPeerConnectionIceEvent', 'RTCPeerConnectionIceEvent') }} | {{Spec2('WebRTC 1.0')}} | Initial definition. |
{{Specifications}}

## ブラウザ互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/rtcsessiondescription/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ signalingChannel.onmessage = function (evt) {

## 仕様策定状況

| 仕様書 | 策定状況 | コメント |
| ---------------------------------------------------------------------------------------------------------------- | -------------------------------- | -------- |
| {{ SpecName('WebRTC 1.0', '#rtcsessiondescription-class', 'RTCSessionDescription') }} | {{Spec2('WebRTC 1.0')}} | 初回定義 |
{{Specifications}}

## ブラウザーの対応

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/serviceworker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ if ('serviceWorker' in navigator) {

## 仕様

| 仕様書 | 策定状況 | コメント |
| ------------------------------------------------------------------------------------------------ | ------------------------------------ | -------- |
| {{SpecName('Service Workers', '#service-worker-obj', 'ServiceWorker')}} | {{Spec2('Service Workers')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/serviceworker/state/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ if (serviceWorker) {

## 仕様

| 仕様書 | 策定状況 | コメント |
| ---------------------------------------------------------------------------------------------------- | ------------------------------------ | -------- |
| {{SpecName('Service Workers', '#service-worker-state-attribute', 'state')}} | {{Spec2('Service Workers')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

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

## 仕様

| 仕様 | 状況 | コメント |
| -------------------------------------------------------------------------------- | -------------------------------- | ------------------------------------------------- |
| {{SpecName('HTML WHATWG', "#sharedworker", "SharedWorker")}} | {{Spec2('HTML WHATWG')}} | {{SpecName("Web Workers")}} との差分なし |
{{Specifications}}

## ブラウザ互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/sharedworker/port/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ myWorker.port.start();

## 仕様

| 仕様 | ステータス | コメント |
| -------------------------------------------------------------------------------------------------------- | -------------------------------- | -------- |
| {{SpecName('HTML WHATWG', "#dom-sharedworker-port", "AbstractWorker.onerror")}} | {{Spec2('HTML WHATWG')}} | |
{{Specifications}}

## ブラウザー実装状況

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/sourcebuffer/abort/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ Nick Desaulnier の [bufferWhenNeeded デモ](https://github.com/nickdesaulniers

## 仕様

| 仕様 | 状態 | コメント |
| ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ | -------- |
| {{SpecName('Media Source Extensions', '#idl-def-sourcebuffer-abort()', 'abort()')}} | {{Spec2('Media Source Extensions')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/sourcebuffer/appendbuffer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ sourceBuffer.appendBuffer(source);

## 仕様

| 仕様 | 状態 | コメント |
| ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------ | -------- |
| {{SpecName('Media Source Extensions', '#idl-def-sourcebuffer-appendbuffer(buffersource)', 'appendBuffer()')}} | {{Spec2('Media Source Extensions')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/sourcebuffer/appendwindowend/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ sourceBuffer.appendWindowEnd = 120.0;

## 仕様

| 仕様 | 状態 | コメント |
| ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------ | -------- |
| {{SpecName('Media Source Extensions', '#idl-def-sourcebuffer-appendwindowend', 'appendWindowEnd')}} | {{Spec2('Media Source Extensions')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/sourcebuffer/appendwindowstart/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ sourceBuffer.appendWindowStart = 2.0;

## 仕様

| 仕様 | 状態 | コメント |
| ---------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ | -------- |
| {{SpecName('Media Source Extensions', '#idl-def-sourcebuffer-appendwindowstart', 'appendWindowStart')}} | {{Spec2('Media Source Extensions')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
4 changes: 1 addition & 3 deletions files/ja/web/api/sourcebuffer/audiotracks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ var myAudioTracks = sourceBuffer.audioTracks;

## 仕様

| 仕様 | 状態 | コメント |
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------ | -------- |
| {{SpecName('Media Source Extensions', '#idl-def-sourcebuffer-audiotracks', 'audioTracks')}} | {{Spec2('Media Source Extensions')}} | 初期定義 |
{{Specifications}}

## ブラウザーの互換性

Expand Down
Loading