Skip to content

Commit c4c62a8

Browse files
committed
[css-shapes] capitalization in propdef blocks matters?
1 parent 4e2a7bf commit c4c62a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-shapes/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -832,9 +832,9 @@ Float Area Shape: the 'shape-outside' property</h3>
832832
Name: shape-outside
833833
Value: none | [ <<basic-shape>> || <<shape-box>> ] | <<image>>
834834
Initial: none
835-
Applies To: floats
835+
Applies to: floats
836836
Inherited: no
837-
Computed Value: as <a href="#basic-shape-computed-values">defined</a> for <<basic-shape>> (with <<shape-box>> following, if supplied), the <<image>> with its URI made absolute, otherwise as specified.
837+
Computed value: as <a href="#basic-shape-computed-values">defined</a> for <<basic-shape>> (with <<shape-box>> following, if supplied), the <<image>> with its URI made absolute, otherwise as specified.
838838
Media: visual
839839
Animatable: as <a href="#basic-shape-interpolation">specified</a> for <<basic-shape>>, otherwise no
840840
</pre>
@@ -909,9 +909,9 @@ Choosing Image Pixels: the 'shape-image-threshold' property</h3>
909909
Name: shape-image-threshold
910910
Value: <<number>>
911911
Initial: 0.0
912-
Applies To: floats
912+
Applies to: floats
913913
Inherited: no
914-
Computed Value: The same as the specified value after clipping the <<number>> to the range [0.0,1.0]
914+
Computed value: The same as the specified value after clipping the <<number>> to the range [0.0,1.0]
915915
Media: visual
916916
Animatable: as <a href="http://www.w3.org/TR/css3-transitions/#animtype-number">number</a>
917917
</pre>
@@ -968,9 +968,9 @@ Expanding a Shape: the 'shape-margin' property</h3>
968968
Name: shape-margin
969969
Value: <<length>> | <<percentage>>
970970
Initial: 0
971-
Applies To: floats
971+
Applies to: floats
972972
Inherited: no
973-
Computed Value: as specified, but with lengths made absolute
973+
Computed value: as specified, but with lengths made absolute
974974
Media: visual
975975
Animatable: as <a href="http://www.w3.org/TR/css3-transitions/#animtype-lpcalc">length, percentage, or calc</a>.
976976
</pre>

0 commit comments

Comments
 (0)