Skip to content

[css-backgrounds-3]/[css-box-3]/[css-speech-1] drop parens around "see individual properties" #11108

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

Merged
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
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