Skip to content

Commit

Permalink
Fixed property definitions (addressing comments by @tabatkins)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZ committed Jun 23, 2016
1 parent dfa5b34 commit 9c14f09
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions css-ruby/Overview.bs
Expand Up @@ -160,7 +160,7 @@ Ruby-specific 'display' Values</h3>
authors must map document language elements to ruby elements;
this is done with the 'display' property.

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

<pre class="propdef">
Name: ruby-position
Value: [ over | under | inter-character ]
Value: over | under | inter-character
Initial: over
Applies to: ruby annotation containers
Inherited: yes
Expand Down Expand Up @@ -1048,7 +1048,6 @@ Ruby Text Distribution: the 'ruby-align' property</h3>
Initial: space-around
Applies to: ruby bases, ruby annotations, ruby base containers, ruby annotation containers
Inherited: yes
Computed value: specified value (except for ''initial'' and ''inherit'')
</pre>

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

0 comments on commit 9c14f09

Please sign in to comment.