@@ -54,8 +54,7 @@ type domProps = {
54
54
ariaRoledescription : string
55
55
[@ ns.optional] [@ bs.as "aria-roledescription" ];
56
56
(* Widget Attributes *)
57
- ariaAutocomplete : [`inline | `list | `both | `none ]
58
- [@ ns.optional] [@ bs.as "aria-autocomplete" ];
57
+ (* [@ns.optional] [@bs.as "aria-autocomplete"] ariaAutocomplete: inline|list|both|none, *)
59
58
(* [@ns.optional] [@bs.as "aria-checked"] ariaChecked: true|false|mixed, https://www.w3.org/TR/wai-aria-1.1/#valuetype_tristate *)
60
59
ariaExpanded : bool
61
60
[@ ns.optional] [@ bs.as "aria-expanded" ];
@@ -68,8 +67,7 @@ type domProps = {
68
67
[@ ns.optional] [@ bs.as "aria-multiline" ];
69
68
ariaMultiselectable : bool
70
69
[@ ns.optional] [@ bs.as "aria-multiselectable" ];
71
- ariaOrientation : [`horizontal | `vertical | `undefined ]
72
- [@ ns.optional] [@ bs.as "aria-orientation" ];
70
+ (* [@ns.optional] [@bs.as "aria-orientation"] ariaOrientation: horizontal|vertical|undefined, *)
73
71
ariaPlaceholder : string
74
72
[@ ns.optional] [@ bs.as "aria-placeholder" ];
75
73
(* [@ns.optional] [@bs.as "aria-pressed"] ariaPressed: true|false|mixed, https://www.w3.org/TR/wai-aria-1.1/#valuetype_tristate *)
@@ -94,13 +92,11 @@ type domProps = {
94
92
[@ ns.optional] [@ bs.as "aria-atomic" ];
95
93
ariaBusy : bool
96
94
[@ ns.optional] [@ bs.as "aria-busy" ];
97
- ariaLive : [`off | `polite | `assertive | `rude ]
98
- [@ ns.optional] [@ bs.as "aria-live" ];
95
+ (* [@ns.optional] [@bs.as "aria-live"] ariaLive: off|polite|assertive|rude *)
99
96
ariaRelevant : string
100
97
[@ ns.optional] [@ bs.as "aria-relevant" ];
101
98
(* Drag-and-Drop Attributes *)
102
- ariaDropeffect : [`copy | `move | `link | `execute | `popup | `none ]
103
- [@ ns.optional] [@ bs.as "aria-dropeffect" ];
99
+ (* [@ns.optional] [@bs.as "aria-dropeffect"] ariaDropeffect: copy|move|link|execute|popup|none *)
104
100
ariaGrabbed : bool
105
101
[@ ns.optional] [@ bs.as "aria-grabbed" ];
106
102
(* Relationship Attributes *)
0 commit comments