Skip to content

Commit

Permalink
Convert spec table in CSS properties (from t to z) (#6265)
Browse files Browse the repository at this point in the history
* Convert spec table in CSS properties (from t to z)

* Remove duplicate {{cssinfo}}
  • Loading branch information
teoli2003 authored Jun 23, 2021
1 parent 4d4db6d commit 8f68c9b
Show file tree
Hide file tree
Showing 78 changed files with 78 additions and 1,460 deletions.
17 changes: 1 addition & 16 deletions files/en-us/web/css/tab-size/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,22 +92,7 @@ <h4 id="Result">Result</h4>

<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('CSS3 Text', '#tab-size-property', 'tab-size')}}</td>
<td>{{Spec2('CSS3 Text')}}</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/css/table-layout/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,7 @@ <h4 id="Result">Result</h4>

<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('CSS2.1', 'tables.html#width-layout', 'table-layout')}}</td>
<td>{{Spec2('CSS2.1')}}</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/css/text-align-last/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,22 +84,7 @@ <h4 id="Results">Results</h4>

<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('CSS3 Text', '#text-align-last-property', 'text-align-last')}}</td>
<td>{{Spec2('CSS3 Text')}}</td>
<td>Initial definition</td>
</tr>
</tbody>
</table>
{{Specifications}}

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

Expand Down
37 changes: 1 addition & 36 deletions files/en-us/web/css/text-align/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,42 +160,7 @@ <h4 id="Result_3">Result</h4>

<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('CSS Logical Properties', '#text-align', 'text-align')}}</td>
<td>{{Spec2('CSS Logical Properties')}}</td>
<td>No changes</td>
</tr>
<tr>
<td>{{SpecName('CSS4 Text', '#alignment', 'text-align')}}</td>
<td>{{Spec2('CSS4 Text')}}</td>
<td>Added the <code>&lt;string&gt;</code> value.</td>
</tr>
<tr>
<td>{{SpecName('CSS3 Text', '#text-align-property', 'text-align')}}</td>
<td>{{Spec2('CSS3 Text')}}</td>
<td>Added the <code>start</code>, <code>end</code>, and <code>match-parent</code> values. Changed the unnamed initial value to <code>start</code> (which it was).</td>
</tr>
<tr>
<td>{{SpecName('CSS2.1', 'text.html#alignment-prop', 'text-align')}}</td>
<td>{{Spec2('CSS2.1')}}</td>
<td>No changes</td>
</tr>
<tr>
<td>{{SpecName('CSS1', '#text-align', 'text-align')}}</td>
<td>{{Spec2('CSS1')}}</td>
<td>Initial definition</td>
</tr>
</tbody>
</table>
{{Specifications}}

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

Expand Down
22 changes: 1 addition & 21 deletions files/en-us/web/css/text-combine-upright/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,27 +98,7 @@ <h4 id="Results_2">Results</h4>

<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("CSS4 Writing Modes", "#propdef-text-combine-upright", "text-combine-upright")}}</td>
<td>{{Spec2("CSS4 Writing Modes")}}</td>
<td>Add <code>digits</code> value</td>
</tr>
<tr>
<td>{{SpecName("CSS3 Writing Modes", "#propdef-text-combine-upright", "text-combine-upright")}}</td>
<td>{{Spec2("CSS3 Writing Modes")}}</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/css/text-decoration-color/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,22 +93,7 @@ <h3 id="Basic_example">Basic example</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('CSS3 Text Decoration', '#text-decoration-color-property', 'text-decoration-color') }}</td>
<td>{{ Spec2('CSS3 Text Decoration') }}</td>
<td>Initial definition. The {{cssxref("text-decoration")}} property is now a shorthand to define multiple related properties.</td>
</tr>
</tbody>
</table>
{{Specifications}}

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

Expand Down
17 changes: 1 addition & 16 deletions files/en-us/web/css/text-decoration-line/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,22 +83,7 @@ <h3 id="Basic_example">Basic example</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('CSS3 Text Decoration', '#text-decoration-line-property', 'text-decoration-line')}}</td>
<td>{{Spec2('CSS3 Text Decoration')}}</td>
<td>Initial definition. The {{cssxref("text-decoration")}} property is now a shorthand to define multiple related properties.</td>
</tr>
</tbody>
</table>
{{Specifications}}

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

Expand Down
17 changes: 1 addition & 16 deletions files/en-us/web/css/text-decoration-skip-ink/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,22 +88,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("CSS4 Text Decoration", "#text-decoration-skip-ink-property", "text-decoration-skip-ink")}}</td>
<td>{{Spec2("CSS4 Text Decoration")}}</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/css/text-decoration-skip/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,22 +92,7 @@ <h4 id="Result">Result</h4>

<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("CSS4 Text Decoration", "#text-decoration-skipping", "text-decoration-skip")}}</td>
<td>{{Spec2("CSS4 Text Decoration")}}</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/css/text-decoration-style/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,7 @@ <h4 id="Results">Results</h4>

<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('CSS3 Text Decoration', '#text-decoration-style-property', 'text-decoration-style') }}</td>
<td>{{ Spec2('CSS3 Text Decoration') }}</td>
<td>Initial definition. The {{cssxref("text-decoration")}} property is now a shorthand to define multiple related properties.</td>
</tr>
</tbody>
</table>
{{Specifications}}

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

Expand Down
17 changes: 1 addition & 16 deletions files/en-us/web/css/text-decoration-thickness/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,22 +92,7 @@ <h4 id="Results">Results</h4>

<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('CSS4 Text Decoration', '#text-decoration-width-property', 'text-decoration-width')}}</td>
<td>{{Spec2('CSS4 Text Decoration')}}</td>
<td>Initial definition.</td>
</tr>
</tbody>
</table>
{{Specifications}}

<div class="notecard note">
<p><strong>Note</strong>: The property used to be called <code>text-decoration-width</code>, but was updated in 2019 to <code>text-decoration-thickness</code>.</p>
Expand Down
32 changes: 1 addition & 31 deletions files/en-us/web/css/text-decoration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,37 +113,7 @@ <h3 id="Demonstration_of_text-decoration_values">Demonstration of text-decoratio

<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('CSS4 Text Decoration')}}</td>
<td>{{Spec2('CSS4 Text Decoration')}}</td>
<td>Adds {{cssxref("text-decoration-thickness")}}; note that this isn't yet officially part of the shorthand — this is as yet unspecified.</td>
</tr>
<tr>
<td>{{SpecName('CSS3 Text Decoration', '#text-decoration-property', 'text-decoration')}}</td>
<td>{{Spec2('CSS3 Text Decoration')}}</td>
<td>Transformed into a shorthand property. Added support for the value of {{cssxref('text-decoration-style')}}.</td>
</tr>
<tr>
<td>{{SpecName('CSS2.1', 'text.html#lining-striking-props', 'text-decoration')}}</td>
<td>{{Spec2('CSS2.1')}}</td>
<td>No significant changes.</td>
</tr>
<tr>
<td>{{SpecName('CSS1', '#text-decoration', 'text-decoration')}}</td>
<td>{{Spec2('CSS1')}}</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/css/text-emphasis-color/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,22 +75,7 @@ <h4 id="Result">Result</h4>

<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('CSS3 Text Decoration', '#text-emphasis-color-property', 'text-emphasis')}}</td>
<td>{{Spec2('CSS3 Text Decoration')}}</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/css/text-emphasis-position/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,22 +124,7 @@ <h3 id="Preferring_emphasis_marks_over_ruby">Preferring emphasis marks over ruby

<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('CSS3 Text Decoration', '#text-emphasis-position-property', 'text-emphasis')}}</td>
<td>{{Spec2('CSS3 Text Decoration')}}</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/css/text-emphasis-style/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,22 +83,7 @@ <h3 id="Basic_example">Basic example</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('CSS3 Text Decoration', '#text-emphasis-style-property', 'text-emphasis')}}</td>
<td>{{Spec2('CSS3 Text Decoration')}}</td>
<td>Initial definition</td>
</tr>
</tbody>
</table>
{{Specifications}}

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

Expand Down
Loading

0 comments on commit 8f68c9b

Please sign in to comment.