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

Clean up flaws and indents of SVG/attributes/a #2731

Merged
merged 1 commit into from
Mar 15, 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
60 changes: 30 additions & 30 deletions files/en-us/web/svg/attribute/accent-height/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,39 +18,39 @@ <h2 id="font-face">font-face</h2>
<p>For {{SVGElement("font-face")}}, <code>accent-height</code> defines the distance from the origin to the top of accent characters, measured by a distance within the font coordinate system.</p>

<table class="properties">
<tbody>
<tr>
<th scope="row">Value</th>
<td><a href="/en-US/docs/Web/SVG/Content_type#Number">&lt;number&gt;</a></td>
</tr>
<tr>
<th scope="row">Default value</th>
<td>Value of {{SVGAttr("ascent")}}</td>
</tr>
<tr>
<th scope="row">Animatable</th>
<td>No</td>
</tr>
</tbody>
<tbody>
<tr>
<th scope="row">Value</th>
<td><a href="/en-US/docs/Web/SVG/Content_type#number">&lt;number&gt;</a></td>
</tr>
<tr>
<th scope="row">Default value</th>
<td>Value of {{SVGAttr("ascent")}}</td>
</tr>
<tr>
<th scope="row">Animatable</th>
<td>No</td>
</tr>
</tbody>
</table>

<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("SVG1.1", "fonts.html#FontFaceElementAccentHeightAttribute", "accent-height")}}</td>
<td>{{Spec2("SVG1.1")}}</td>
<td>Initial definition</td>
</tr>
</tbody>
<thead>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName("SVG1.1", "fonts.html#FontFaceElementAccentHeightAttribute", "accent-height")}}</td>
<td>{{Spec2("SVG1.1")}}</td>
<td>Initial definition</td>
</tr>
</tbody>
</table>

<h2 id="Browser_compatibility">Browser compatibility</h2>
Expand All @@ -60,6 +60,6 @@ <h2 id="Browser_compatibility">Browser compatibility</h2>
<h2 id="See_also">See also</h2>

<ul>
<li>{{SVGAttr("cap-height")}}</li>
<li>{{SVGAttr("x-height")}}</li>
<li>{{SVGAttr("cap-height")}}</li>
<li>{{SVGAttr("x-height")}}</li>
</ul>
76 changes: 38 additions & 38 deletions files/en-us/web/svg/attribute/accumulate/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@
<h2 id="Usage_notes">Usage notes</h2>

<table class="properties">
<tbody>
<tr>
<th scope="row">Value</th>
<td><code>none</code> | <code>sum</code></td>
</tr>
<tr>
<th scope="row">Default value</th>
<td><code>none</code></td>
</tr>
<tr>
<th scope="row">Animatable</th>
<td>No</td>
</tr>
</tbody>
<tbody>
<tr>
<th scope="row">Value</th>
<td><code>none</code> | <code>sum</code></td>
</tr>
<tr>
<th scope="row">Default value</th>
<td><code>none</code></td>
</tr>
<tr>
<th scope="row">Animatable</th>
<td>No</td>
</tr>
</tbody>
</table>

<dl>
<dt><code>sum</code></dt>
<dd>Specifies that each repeat iteration after the first builds upon the last value of the previous iteration.</dd>
<dt><code>none</code></dt>
<dd>Specifies that repeat iterations are not cumulative.</dd>
<dt><code>sum</code></dt>
<dd>Specifies that each repeat iteration after the first builds upon the last value of the previous iteration.</dd>
<dt><code>none</code></dt>
<dd>Specifies that repeat iterations are not cumulative.</dd>
</dl>

<p>This attribute is ignored if the target attribute value does not support addition, or if the animation element does not repeat.</p>
Expand All @@ -48,29 +48,29 @@ <h2 id="Usage_notes">Usage notes</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("SVG Animations 2", "#AccumulateAttribute", "accumulate")}}</td>
<td>{{Spec2("SVG Animations 2")}}</td>
<td>No change</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "animate.html#AccumulateAttribute", "accumulate")}}</td>
<td>{{Spec2("SVG1.1")}}</td>
<td>Initial definition</td>
</tr>
</tbody>
<thead>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName("SVG Animations 2", "#AccumulateAttribute", "accumulate")}}</td>
<td>{{Spec2("SVG Animations 2")}}</td>
<td>No change</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "animate.html#AccumulateAttribute", "accumulate")}}</td>
<td>{{Spec2("SVG1.1")}}</td>
<td>Initial definition</td>
</tr>
</tbody>
</table>

<h2 id="See_also">See also</h2>

<ul>
<li><a href="https://www.w3.org/TR/2001/REC-smil-animation-20010904/#AccumulateAttribute">SMIL Animation specification</a></li>
<li><a href="https://www.w3.org/TR/2001/REC-smil-animation-20010904/#AccumulateAttribute">SMIL Animation specification</a></li>
</ul>
76 changes: 38 additions & 38 deletions files/en-us/web/svg/attribute/additive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,55 +18,55 @@
<h2 id="Usage_notes">Usage notes</h2>

<table class="properties">
<tbody>
<tr>
<th scope="row">Value</th>
<td><code>replace</code> | <code>sum</code></td>
</tr>
<tr>
<th scope="row">Default value</th>
<td><code>replace</code></td>
</tr>
<tr>
<th scope="row">Animatable</th>
<td>No</td>
</tr>
</tbody>
<tbody>
<tr>
<th scope="row">Value</th>
<td><code>replace</code> | <code>sum</code></td>
</tr>
<tr>
<th scope="row">Default value</th>
<td><code>replace</code></td>
</tr>
<tr>
<th scope="row">Animatable</th>
<td>No</td>
</tr>
</tbody>
</table>

<dl>
<dt>sum</dt>
<dd>Specifies that the animation will add to the underlying value of the attribute and other lower priority animations.</dd>
<dt>replace</dt>
<dd>Specifies that the animation will override the underlying value of the attribute and other lower priority animations. This is the default, however the behavior is also affected by the animation value attributes {{SVGAttr("by")}} and {{SVGAttr("to")}}, as described in <a href="https://www.w3.org/TR/2001/REC-smil-animation-20010904/#FromToByAndAdditive">SMIL Animation: How from, to and by attributes affect additive behavior</a>.</dd>
<dt>sum</dt>
<dd>Specifies that the animation will add to the underlying value of the attribute and other lower priority animations.</dd>
<dt>replace</dt>
<dd>Specifies that the animation will override the underlying value of the attribute and other lower priority animations. This is the default, however the behavior is also affected by the animation value attributes {{SVGAttr("by")}} and {{SVGAttr("to")}}, as described in <a href="https://www.w3.org/TR/2001/REC-smil-animation-20010904/#FromToByAndAdditive">SMIL Animation: How from, to and by attributes affect additive behavior</a>.</dd>
</dl>

<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("SVG Animations 2", "#AdditiveAttribute", "additive")}}</td>
<td>{{Spec2("SVG Animations 2")}}</td>
<td>No change</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "animate.html#AdditiveAttribute", "additive")}}</td>
<td>{{Spec2("SVG1.1")}}</td>
<td>Initial definition</td>
</tr>
</tbody>
<thead>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName("SVG Animations 2", "#AdditiveAttribute", "additive")}}</td>
<td>{{Spec2("SVG Animations 2")}}</td>
<td>No change</td>
</tr>
<tr>
<td>{{SpecName("SVG1.1", "animate.html#AdditiveAttribute", "additive")}}</td>
<td>{{Spec2("SVG1.1")}}</td>
<td>Initial definition</td>
</tr>
</tbody>
</table>

<h2 id="See_also">See also</h2>

<ul>
<li><a href="https://www.w3.org/TR/2001/REC-smil-animation-20010904/#AdditiveAttribute">SMIL Animation specification</a></li>
<li><a href="https://www.w3.org/TR/2001/REC-smil-animation-20010904/#AdditiveAttribute">SMIL Animation specification</a></li>
</ul>
Loading