@@ -78,7 +78,7 @@ module type T = sig
7878  *)  
7979  type  'a wrap  = 'a  Xml .W .t
8080
81-   (* * [list_wrap] is a containre  for list of elements.
81+   (* * [list_wrap] is a container  for list of elements.
8282
8383      In most cases, ['a list_wrap = 'a list]. For [R] modules (in eliom or js_of_ocaml), 
8484      It will be {!ReactiveData.RList.t}. 
@@ -488,7 +488,7 @@ module type T = sig
488488  val  a_animation_fill  : [< | `Freeze  | `Remove  ] wrap  -> [> | `Fill_Animation  ] attrib 
489489    [@@ reflect.attribute "fill"  ["animate" ]]
490490
491-   val  a_fill_opacity  : number  wrap  -> [> | `Fill_opacity  ] attrib 
491+   val  a_fill_opacity  : opacity  wrap  -> [> | `Fill_opacity  ] attrib 
492492
493493  val  a_fill_rule  : fill_rule  wrap  -> [> | `Fill_rule  ] attrib 
494494
@@ -635,11 +635,11 @@ module type T = sig
635635       | `Text_after_edge  | `Text_before_edge  | `Inherit  ] wrap  ->
636636    [> | `Dominant_Baseline  ] attrib 
637637
638-   val  a_opacity  : number  wrap  -> [> | `Opacity  ] attrib 
638+   val  a_opacity  : opacity  wrap  -> [> | `Opacity  ] attrib 
639639
640640  val  a_stop_color  : color  wrap  -> [> | `Stop_Color  ] attrib 
641641
642-   val  a_stop_opacity  : number  wrap  -> [> | `Stop_Opacity  ] attrib 
642+   val  a_stop_opacity  : opacity  wrap  -> [> | `Stop_Opacity  ] attrib 
643643
644644  val  a_stroke  : paint  wrap  -> [> | `Stroke  ] attrib 
645645
@@ -658,7 +658,7 @@ module type T = sig
658658
659659  val  a_stroke_dashoffset  : Unit .length  wrap  -> [> `Stroke_Dashoffset  ] attrib 
660660
661-   val  a_stroke_opacity  : float  wrap  -> [> `Stroke_Opacity  ] attrib 
661+   val  a_stroke_opacity  : opacity  wrap  -> [> `Stroke_Opacity  ] attrib 
662662
663663  (* * {2 Events}
664664
@@ -1117,7 +1117,7 @@ module type Wrapped_functions = sig
11171117
11181118  val  string_of_paint  : ([< Svg_types .paint ], string ) Xml .W .ft
11191119
1120-   val  string_of_opacity  : (float , string ) Xml .W .ft
1120+   val  string_of_opacity  : (opacity , string ) Xml .W .ft
11211121
11221122  val  string_of_fill_rule  : ([< Svg_types .fill_rule ], string ) Xml .W .ft
11231123
0 commit comments