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

Replace spec table with {{specifications}} for api/t* #6046

Merged
merged 1 commit into from
Jun 17, 2021
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 @@ -28,20 +28,7 @@ <h3 id="Value">Value</h3>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
<tbody>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
<tr>
<td>{{SpecName('Long Tasks','#dom-taskattributiontiming-containerid','containerId')}}</td>
<td>{{Spec2('Long Tasks')}}</td>
<td>Initial definition.</td>
</tr>
</tbody>
</table>
{{Specifications}}

<h2 id="Browser_compatibility">Browser compatibility</h2>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,7 @@ <h3 id="Value">Value</h3>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
<tbody>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
<tr>
<td>{{SpecName('Long Tasks','#dom-taskattributiontiming-containername','containerName')}}</td>
<td>{{Spec2('Long Tasks')}}</td>
<td>Initial definition.</td>
</tr>
</tbody>
</table>
{{Specifications}}

<h2 id="Browser_compatibility">Browser compatibility</h2>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,7 @@ <h3 id="Value">Value</h3>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
<tbody>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
<tr>
<td>{{SpecName('Long Tasks','#dom-taskattributiontiming-containersrc','containerSrc')}}</td>
<td>{{Spec2('Long Tasks')}}</td>
<td>Initial definition.</td>
</tr>
</tbody>
</table>
{{Specifications}}

<h2 id="Browser_compatibility">Browser compatibility</h2>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,7 @@ <h3 id="Value">Value</h3>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
<tbody>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
<tr>
<td>{{SpecName('Long Tasks','#dom-taskattributiontiming-containertype','containerType')}}</td>
<td>{{Spec2('Long Tasks')}}</td>
<td>Initial definition.</td>
</tr>
</tbody>
</table>
{{Specifications}}

<h2 id="Browser_compatibility">Browser compatibility</h2>

Expand Down
15 changes: 1 addition & 14 deletions files/en-us/web/api/taskattributiontiming/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,7 @@ <h2 id="Properties">Properties</h2>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
<tbody>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
<tr>
<td>{{SpecName('Long Tasks','#sec-TaskAttributionTiming','TaskAttributionTiming')}}</td>
<td>{{Spec2('Long Tasks')}}</td>
<td>Initial definition.</td>
</tr>
</tbody>
</table>
{{Specifications}}

<h2 id="Browser_compatibility">Browser compatibility</h2>

Expand Down
15 changes: 1 addition & 14 deletions files/en-us/web/api/text/assignedslot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,7 @@ <h3 id="Value">Value</h3>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
<tbody>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
<tr>
<td>{{SpecName('DOM WHATWG','#dom-slotable-assignedslot','assignedSlot')}}</td>
<td>{{Spec2('DOM WHATWG')}}</td>
<td></td>
</tr>
</tbody>
</table>
{{Specifications}}

<h2 id="Browser_compatibility">Browser compatibility</h2>

Expand Down
36 changes: 1 addition & 35 deletions files/en-us/web/api/text/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,41 +55,7 @@ <h2 id="Methods_2">Methods</h2>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
<thead>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName('DOM WHATWG', '#text', 'Text')}}</td>
<td>{{Spec2('DOM WHATWG')}}</td>
<td>Removed the <code>isElementContentWhitespace</code> property.<br>
Removed the <code>replaceWholeText()</code> method.<br>
Added the <code>Text()</code> constructor.<br>
Added the <code>assignedSlot</code> property.</td>
</tr>
<tr>
<td>{{SpecName('DOM3 Core', 'core.html#ID-1312295772', 'Text')}}</td>
<td>{{Spec2('DOM3 Core')}}</td>
<td>Added the <code>isElementContentWhitespace</code> and <code>wholeText</code> properties.<br>
Added the <code>replaceWholeText()</code> method.</td>
</tr>
<tr>
<td>{{SpecName('DOM2 Core', 'core.html#ID-1312295772', 'Text')}}</td>
<td>{{Spec2('DOM2 Core')}}</td>
<td>No change from {{SpecName('DOM1')}}.</td>
</tr>
<tr>
<td>{{SpecName('DOM1', 'level-one-core.html#ID-1312295772', 'Text')}}</td>
<td>{{Spec2('DOM1')}}</td>
<td>Initial definition.</td>
</tr>
</tbody>
</table>
{{Specifications}}

<h2 id="Browser_compatibility">Browser compatibility</h2>

Expand Down
15 changes: 1 addition & 14 deletions files/en-us/web/api/text/replacewholetext/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,7 @@ <h2 id="Example">Example</h2>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
<tbody>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
<tr>
<td>{{SpecName('DOM3 Core', 'core.html#ID-1312295772', 'Text')}}</td>
<td>{{Spec2('DOM3 Core')}}</td>
<td>Initial definition.</td>
</tr>
</tbody>
</table>
{{Specifications}}

<h2 id="Browser_compatibility">Browser compatibility</h2>

Expand Down
32 changes: 1 addition & 31 deletions files/en-us/web/api/text/splittext/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,37 +83,7 @@ <h3 id="Result">Result</h3>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
<thead>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName('DOM WHATWG', '#dom-text-splittext', 'Text.splitText')}}</td>
<td>{{Spec2('DOM WHATWG')}}</td>
<td>No change from {{SpecName('DOM3 Core')}}.</td>
</tr>
<tr>
<td>{{SpecName('DOM3 Core', 'core.html#ID-38853C1D', 'Text.splitText')}}</td>
<td>{{Spec2('DOM3 Core')}}</td>
<td>No change from {{SpecName('DOM2 Core')}}.</td>
</tr>
<tr>
<td>{{SpecName('DOM2 Core', 'core.html#ID-38853C1D', 'Text.splitText')}}</td>
<td>{{Spec2('DOM2 Core')}}</td>
<td>No change from {{SpecName('DOM1')}}.</td>
</tr>
<tr>
<td>{{SpecName('DOM1', 'level-one-core.html#ID-38853C1D', 'Text.splitText')}}</td>
<td>{{Spec2('DOM1')}}</td>
<td>Initial definition.</td>
</tr>
</tbody>
</table>
{{Specifications}}

<h2 id="Browser_compatibility">Browser compatibility</h2>

Expand Down
15 changes: 1 addition & 14 deletions files/en-us/web/api/text/text/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,7 @@ <h2 id="Example">Example</h2>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
<tbody>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
<tr>
<td>{{SpecName('DOM WHATWG', '#dom-text-text', 'Text()')}}</td>
<td>{{Spec2('DOM WHATWG')}}</td>
<td>Initial definition.</td>
</tr>
</tbody>
</table>
{{Specifications}}

<h2 id="Browser_compatibility">Browser compatibility</h2>

Expand Down
20 changes: 1 addition & 19 deletions files/en-us/web/api/text/wholetext/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,25 +69,7 @@ <h2 id="Example">Notes and example</h2>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
<tbody>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
<tr>
<td>{{SpecName('DOM WHATWG', '#dom-text-wholetext', 'Text.wholeText')}}</td>
<td>{{Spec2('DOM WHATWG')}}</td>
<td>No significant change.</td>
</tr>
<tr>
<td>{{SpecName('DOM3 Core', 'core.html#Text3-wholeText', 'Text.wholeText')}}</td>
<td>{{Spec2('DOM3 Core')}}</td>
<td>Initial definition.</td>
</tr>
</tbody>
</table>
{{Specifications}}

<h2 id="Browser_compatibility">Browser compatibility</h2>

Expand Down
15 changes: 1 addition & 14 deletions files/en-us/web/api/textdecoder/decode/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,7 @@ <h3 id="Result">Result</h3>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
<tbody>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
<tr>
<td>{{SpecName("Encoding", "#dom-textdecoder-decode", "TextDecoder.decode()")}}</td>
<td>{{Spec2("Encoding")}}</td>
<td>Initial definition.</td>
</tr>
</tbody>
</table>
{{Specifications}}

<h2 id="Browser_compatibility">Browser compatibility</h2>

Expand Down
16 changes: 1 addition & 15 deletions files/en-us/web/api/textdecoder/encoding/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,7 @@ <h2 id="Syntax">Syntax</h2>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
<tbody>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
<tr>
<td>{{SpecName('Encoding', '#dom-textdecoder-encoding', 'TextDecoder.encoding')}}
</td>
<td>{{Spec2('Encoding')}}</td>
<td>Initial definition.</td>
</tr>
</tbody>
</table>
{{Specifications}}

<h2 id="Browser_compatibility">Browser compatibility</h2>

Expand Down
17 changes: 1 addition & 16 deletions files/en-us/web/api/textdecoder/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,22 +78,7 @@ <h2 id="Methods">Methods</h2>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
<thead>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName("Encoding", "#interface-textdecoder", "TextDecoder")}}</td>
<td>{{Spec2("Encoding")}}</td>
<td>Initial definition.</td>
</tr>
</tbody>
</table>
{{Specifications}}

<h2 id="Browser_compatibility">Browser compatibility</h2>

Expand Down
15 changes: 1 addition & 14 deletions files/en-us/web/api/textdecoder/textdecoder/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,7 @@ <h2 id="Example">Example</h2>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
<tbody>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
<tr>
<td>{{SpecName('Encoding', '#dom-textdecoder', 'TextDecoder()')}}</td>
<td>{{Spec2('Encoding')}}</td>
<td>Initial definition.</td>
</tr>
</tbody>
</table>
{{Specifications}}

<h2 id="Browser_compatibility">Browser compatibility</h2>

Expand Down
15 changes: 1 addition & 14 deletions files/en-us/web/api/textdecoderstream/encoding/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,7 @@ <h2 id="Examples">Examples</h2>

<h2 id="Specifications">Specifications</h2>

<table class="standard-table">
<tbody>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
<tr>
<td>{{SpecName("Encoding", "#dom-textdecoder-encoding", "TextDecoderStream.encoding")}}</td>
<td>{{Spec2("Encoding")}}</td>
<td>Initial definition.</td>
</tr>
</tbody>
</table>
{{Specifications}}


<h2 id="Browser_compatibility">Browser compatibility</h2>
Expand Down
Loading