Skip to content

Commit

Permalink
drop parens around "see individual properties"
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored and svgeesus committed Dec 11, 2024
1 parent 00e6422 commit a334546
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions css-backgrounds-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1853,7 +1853,7 @@ Line Colors: the 'border-color' properties</h3>
<pre class="propdef">
Name: border-color
Value: <<color>>{1,4}
Initial: (see individual properties)
Initial: see individual properties
Applies to: all elements except [=ruby base containers=] and [=ruby annotation containers=]
Inherited: no
Percentages: N/A
Expand Down Expand Up @@ -1911,7 +1911,7 @@ Line Colors: the 'border-color' properties</h3>
<pre class="propdef">
Name: border-style
Value: <<line-style>>{1,4}
Initial: (see individual properties)
Initial: see individual properties
Applies to: all elements except [=ruby base containers=] and [=ruby annotation containers=]
Inherited: no
Percentages: N/A
Expand Down Expand Up @@ -2055,7 +2055,7 @@ Line Thickness: the 'border-width' properties</h3>
<pre class="propdef">
Name: border-width
Value: <<line-width>>{1,4}
Initial: (see individual properties)
Initial: see individual properties
Applies to: all elements except [=ruby base containers=] and [=ruby annotation containers=]
Inherited: no
Percentages: see individual properties
Expand Down
4 changes: 2 additions & 2 deletions css-box-3/block-layout.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ and <a href="#Collapsing">“Collapsing margins.”</a>
<pre class=propdef>
Name: padding
Value: <var>&lt;length&gt;</var>{1,4}
Initial: (see individual properties)
Initial: see individual properties
Applies to: all elements
Inherited: no
Animation type: see individual properties
Expand Down Expand Up @@ -1206,7 +1206,7 @@ block</em> is <em>horizontal,</em> otherwise the height
<pre class=propdef>
Name: margin
Value: [ <var>&lt;length&gt;</var> | <var>&lt;percentage&gt;</var> | auto]{1,4}
Initial: (see individual properties)
Initial: see individual properties
Applies to: see text
Inherited: no
Animation type: see individual properties
Expand Down
12 changes: 6 additions & 6 deletions css-speech-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -632,11 +632,11 @@ The 'pause' shorthand property</h3>
<pre class=propdef>
Name: pause
Value: <<'pause-before'>> <<'pause-after'>>?
Initial: N/A (see individual properties)
Initial: see individual properties
Applies to: all elements
Inherited: no
Percentages: N/A
Computed value: N/A (see individual properties)
Computed value: see individual properties
</pre>

The 'pause' property is a shorthand property for 'pause-before' and 'pause-after'.
Expand Down Expand Up @@ -739,11 +739,11 @@ The 'rest' shorthand property</h3>
<pre class=propdef>
Name: rest
Value: <<'rest-before'>> <<'rest-after'>>?
Initial: N/A (see individual properties)
Initial: see individual properties
Applies to: all elements
Inherited: no
Percentages: N/A
Computed value: N/A (see individual properties)
Computed value: see individual properties
</pre>

The 'rest' property is a shorthand for 'rest-before' and 'rest-after'.
Expand Down Expand Up @@ -896,11 +896,11 @@ The 'cue' shorthand property</h3>
<pre class=propdef>
Name: cue
Value: <<'cue-before'>> <<'cue-after'>>?
Initial: N/A (see individual properties)
Initial: see individual properties
Applies to: all elements
Inherited: no
Percentages: N/A
Computed value: N/A (see individual properties)
Computed value: see individual properties
</pre>

The 'cue' property is a shorthand for 'cue-before' and 'cue-after'.
Expand Down

0 comments on commit a334546

Please sign in to comment.