File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -900,8 +900,6 @@ struct
900
900
| `Rtl -> " rtl"
901
901
| `Get -> " GET"
902
902
| `Post -> " POST"
903
- | `Put -> " PUT"
904
- | `Delete -> " DELETE"
905
903
| `Formnovalidate -> " formnovalidate"
906
904
| `Hidden -> " hidden"
907
905
| `Ismap -> " ismap"
Original file line number Diff line number Diff line change @@ -479,10 +479,10 @@ module type T = sig
479
479
val a_maxlength : number wrap -> [> | `Maxlength ] attrib
480
480
481
481
val a_method :
482
- [< | `Get | `Post | `Put | `Delete ] wrap -> [> | `Method ] attrib
482
+ [< | `Get | `Post ] wrap -> [> | `Method ] attrib
483
483
484
484
val a_formmethod :
485
- [< | `Get | `Post | `Put | `Delete ] wrap -> [> | `Method ] attrib
485
+ [< | `Get | `Post ] wrap -> [> | `Method ] attrib
486
486
[@@ ocaml.deprecated "Use a_method" ]
487
487
(* * @deprecated Use a_method *)
488
488
Original file line number Diff line number Diff line change @@ -2223,8 +2223,6 @@ type big_variant =
2223
2223
| `Selected
2224
2224
| `Get
2225
2225
| `Post
2226
- | `Put
2227
- | `Delete
2228
2226
| `Checked
2229
2227
| `Disabled
2230
2228
| `ReadOnly
You can’t perform that action at this time.
0 commit comments