Skip to content

Commit

Permalink
switch from simple colors to RGB/RGBA and add formatJustifyFull
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Sep 5, 2017
1 parent af6f14d commit 88bb8ac
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -929,12 +929,30 @@ <h5>Attributes</h5>
Any
</td>
</tr>
<tr>
<td>
<code>"formatJustifyFull"</code>
</td>
<td>
make the current selection
fully justified
</td>
<td>
No
</td>
<td>
Yes
</td>
<td>
Any
</td>
</tr>
<tr>
<td>
<code>"formatJustifyCenter"</code>
</td>
<td>
justify center the current
center align the current
selection
</td>
<td>
Expand All @@ -952,7 +970,7 @@ <h5>Attributes</h5>
<code>"formatJustifyRight"</code>
</td>
<td>
justify right the current
right align the current
selection
</td>
<td>
Expand All @@ -970,7 +988,7 @@ <h5>Attributes</h5>
<code>"formatJustifyLeft"</code>
</td>
<td>
justify left the current
left align the current
selection
</td>
<td>
Expand Down Expand Up @@ -1200,7 +1218,7 @@ <h5>Attributes</h5>
</tr>
<tr>
<td>
<code>"formatSetBlockTextDirection"</code>
<code>"formatSetInlineTextDirection"</code> or <code>"formatSetBlockTextDirection"</code>
</td>
<td>Any</td>
<td>
Expand All @@ -1209,11 +1227,11 @@ <h5>Attributes</h5>
</tr>
<tr>
<td>
<code>"formatSetInlineTextDirection"</code> or <code>"formatFontColor"</code>
<code>"formatBackColor"</code> or <code>"formatFontColor"</code>
</td>
<td>Any</td>
<td>
the <a href="https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#colours">simple color value</a> [[!HTML]] of the proposed color
a string containing an <a href="https://www.w3.org/TR/css-color-4/#rgb-functions">RGB function call</a> [[!CSS-COLOR-4]] corresponding to the proposed color
</td>
</tr>
<tr>
Expand Down

0 comments on commit 88bb8ac

Please sign in to comment.