Skip to content

Commit c868bbd

Browse files
committed
[css-variables] markup tweak
1 parent 7e99616 commit c868bbd

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

css-variables/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h2 id="introduction" data-level="1"><span class="secno">1 </span>
149149
<p> This specification defines an open-ended set of properties called <a data-autolink="link" href="#custom-property">custom properties</a>,
150150
which are used to define <a data-autolink="link" href="#cascading-variable">variables</a>.
151151

152-
</p><table class="propdef"><tbody><tr><th>Name:</th><td><dfn id="var-">var-*</dfn></td></tr><tr><th>Values:</th><td>[ <a data-autolink="link" class="production" href="#value-production"><var>&lt;value&gt;</var></a> | <a data-autolink="link" class="production" href="#cdo-production"><var>&lt;CDO&gt;</var></a> | <a data-autolink="link" class="production" href="#cdc-production"><var>&lt;CDC&gt;</var></a> ]+</td></tr><tr><th>Initial:</th><td>(nothing, see prose)</td></tr><tr><th>Applies To:</th><td>all elements</td></tr><tr><th>Inherited:</th><td>yes</td></tr><tr><th>Computed Value:</th><td>specified value with variables substituted (but see prose for "invalid variables")</td></tr><tr><th>Media:</th><td>all</td></tr><tr><th>Animatable:</th><td>no</td></tr></tbody></table>
152+
</p><table class="propdef"><tbody><tr><th>Name:</th><td><dfn id="var-">var-*</dfn></td></tr><tr><th>Value:</th><td>[ <a data-autolink="link" class="production" href="#value-production"><var>&lt;value&gt;</var></a> | <a data-autolink="link" class="production" href="#cdo-production"><var>&lt;CDO&gt;</var></a> | <a data-autolink="link" class="production" href="#cdc-production"><var>&lt;CDC&gt;</var></a> ]+</td></tr><tr><th>Initial:</th><td>(nothing, see prose)</td></tr><tr><th>Applies to:</th><td>all elements</td></tr><tr><th>Inherited:</th><td>yes</td></tr><tr><th>Computed value:</th><td>specified value with variables substituted (but see prose for "invalid variables")</td></tr><tr><th>Media:</th><td>all</td></tr><tr><th>Animatable:</th><td>no</td></tr></tbody></table>
153153
<p> A <dfn id="custom-property">custom property</dfn> is any property
154154
whose name starts with "var-",
155155
and contains at least one additional character.
@@ -918,7 +918,7 @@ <h2 id="index" class="no-num no-ref">
918918

919919
<h2 id="property-index" class="no-num no-ref">
920920
Property index</h2>
921-
<div data-fill-with="property-index"><table class="proptable"><thead><tr><th scope="col">Name</th><th scope="col">Value</th><th scope="col">Initial</th><th scope="col">Applies To</th><th scope="col">Inh.</th><th scope="col">%ages</th><th scope="col">Media</th><th scope="col">Computed Value</th><th scope="col">Animatable</th><th scope="col">Values</th></tr><tr><th scope="row"><a data-property="">var-*</a></th><td></td><td>(nothing, see prose)</td><td>all elements</td><td>yes</td><td></td><td>all</td><td>specified value with variables substituted (but see prose for "invalid variables")</td><td>no</td><td>[ <a data-autolink="link" class="production"><var>&lt;value&gt;</var></a> | <a data-autolink="link" class="production"><var>&lt;CDO&gt;</var></a> | <a data-autolink="link" class="production"><var>&lt;CDC&gt;</var></a> ]+</td></tr></thead></table></div>
921+
<div data-fill-with="property-index"><table class="proptable"><thead><tr><th scope="col">Name</th><th scope="col">Value</th><th scope="col">Initial</th><th scope="col">Applies To</th><th scope="col">Inh.</th><th scope="col">%ages</th><th scope="col">Media</th><th scope="col">Computed value</th><th scope="col">Applies to</th><th scope="col">Animatable</th></tr><tr><th scope="row"><a data-property="">var-*</a></th><td>[ <a data-autolink="link" class="production"><var>&lt;value&gt;</var></a> | <a data-autolink="link" class="production"><var>&lt;CDO&gt;</var></a> | <a data-autolink="link" class="production"><var>&lt;CDC&gt;</var></a> ]+</td><td>(nothing, see prose)</td><td></td><td>yes</td><td></td><td>all</td><td>specified value with variables substituted (but see prose for "invalid variables")</td><td>all elements</td><td>no</td></tr></thead></table></div>
922922

923923

924924
</body></html>

css-variables/Overview.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,16 @@ <h2 id='defining-variables'>
6868
This specification defines an open-ended set of properties called <a>custom properties</a>,
6969
which are used to define <a>variables</a>.
7070

71-
<xmp class='propdef'>
71+
<pre class='propdef'>
7272
Name: var-*
73-
Values: [ <<value>> | <<CDO>> | <<CDC>> ]+
73+
Value: [ <<value>> | <<CDO>> | <<CDC>> ]+
7474
Initial: (nothing, see prose)
75-
Applies To: all elements
75+
Applies to: all elements
7676
Inherited: yes
77-
Computed Value: specified value with variables substituted (but see prose for "invalid variables")
77+
Computed value: specified value with variables substituted (but see prose for "invalid variables")
7878
Media: all
7979
Animatable: no
80-
</xmp>
80+
</pre>
8181

8282
A <dfn>custom property</dfn> is any property
8383
whose name starts with "var-",

0 commit comments

Comments
 (0)