Skip to content

Commit a3decc4

Browse files
committed
Fill in missing and incomplete transform
1 parent 4ee3fde commit a3decc4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css-typed-om/Overview.bs

+5-1
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ Shorthand properties and values are not supported.
764764
<td>{{CSSKeywordValue}}</td>
765765
</tr>
766766
<tr>
767-
<td>'back'</td>
767+
<td>'backface-visibility'</td>
768768
<td>{{CSSKeywordValue}}</td>
769769
</tr>
770770
<tr>
@@ -1139,6 +1139,10 @@ Shorthand properties and values are not supported.
11391139
<td>'transform-origin'</td>
11401140
<td>TransformOriginValue | {{CSSKeywordValue}}</td>
11411141
</tr>
1142+
<tr>
1143+
<td>'transform-style'</td>
1144+
<td>{{CSSKeywordValue}}</td>
1145+
</tr>
11421146
<tr>
11431147
<td>'unicode-bidi'</td>
11441148
<td>{{CSSKeywordValue}}</td>

0 commit comments

Comments
 (0)