Skip to content

Commit 9c14f09

Browse files
committed
Fixed property definitions (addressing comments by @tabatkins)
1 parent dfa5b34 commit 9c14f09

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

css-ruby/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Ruby-specific 'display' Values</h3>
160160
authors must map document language elements to ruby elements;
161161
this is done with the 'display' property.
162162

163-
<pre class="propdef">
163+
<pre class="propdef partial">
164164
Name: display
165165
New values: ruby | ruby-base | ruby-text | ruby-base-container | ruby-text-container
166166
</pre>
@@ -895,7 +895,7 @@ Ruby Positioning: the 'ruby-position' property</h3>
895895

896896
<pre class="propdef">
897897
Name: ruby-position
898-
Value: [ over | under | inter-character ]
898+
Value: over | under | inter-character
899899
Initial: over
900900
Applies to: ruby annotation containers
901901
Inherited: yes
@@ -1048,7 +1048,6 @@ Ruby Text Distribution: the 'ruby-align' property</h3>
10481048
Initial: space-around
10491049
Applies to: ruby bases, ruby annotations, ruby base containers, ruby annotation containers
10501050
Inherited: yes
1051-
Computed value: specified value (except for ''initial'' and ''inherit'')
10521051
</pre>
10531052

10541053
<p>This property specifies how text is distributed within the various ruby boxes

0 commit comments

Comments
 (0)