@@ -564,8 +564,12 @@ module type T = sig
564
564
565
565
val a_align :
566
566
[< | `Left | `Right | `Justify | `Char ] wrap -> [> | `Align ] attrib
567
+ [@@ ocaml.deprecated "Use CSS text-align" ]
568
+ (* * @deprecated Use CSS text-align *)
567
569
568
570
val a_axis : cdata wrap -> [> | `Axis ] attrib
571
+ [@@ ocaml.deprecated "Not supported in HTML5" ]
572
+ (* * @deprecated Not supported in HTML5 *)
569
573
570
574
val a_colspan : number wrap -> [> | `Colspan ] attrib
571
575
@@ -575,15 +579,21 @@ module type T = sig
575
579
576
580
val a_scope :
577
581
[< | `Row | `Col | `Rowgroup | `Colgroup ] wrap -> [> | `Scope ] attrib
582
+ [@@ ocaml.deprecated "Not supported in HTML5" ]
583
+ (* * @deprecated Not supported in HTML5 *)
578
584
579
585
val a_summary : text wrap -> [> | `Summary ] attrib
586
+ [@@ ocaml.deprecated "Move content elsewhere or to a <caption> child" ]
587
+ (* * @deprecated Move content elsewhere or to a <caption> child *)
580
588
581
589
val a_border : pixels wrap -> [> | `Border ] attrib
582
-
583
- val a_datapagesize : cdata wrap -> [> | `Datapagesize ] attrib
590
+ [ @@ ocaml.deprecated "Use CSS border and/or border-width" ]
591
+ (* * @deprecated Use CSS border and/or border-width *)
584
592
585
593
val a_rules :
586
594
[< | `None | `Groups | `Rows | `Cols | `All ] wrap -> [> | `Rules ] attrib
595
+ [@@ ocaml.deprecated "Use CSS border" ]
596
+ (* * @deprecated Use CSS border *)
587
597
588
598
val a_char : character wrap -> [> | `Char ] attrib
589
599
[@@ ocaml.deprecated "The char attribute is not supported in HTML5" ]
@@ -606,12 +616,20 @@ module type T = sig
606
616
val a_data : Xml .uri wrap -> [> | `Data ] attrib
607
617
608
618
val a_codetype : contenttype wrap -> [> | `Codetype ] attrib
619
+ [@@ ocaml.deprecated "Not supported in HTML5" ]
620
+ (* * @deprecated Not supported in HTML5 *)
609
621
610
622
val a_frameborder : [< | `Zero | `One ] wrap -> [> | `Frameborder ] attrib
623
+ [@@ ocaml.deprecated "Use CSS border" ]
624
+ (* * @deprecated Use CSS border *)
611
625
612
626
val a_marginheight : pixels wrap -> [> | `Marginheight ] attrib
627
+ [@@ ocaml.deprecated "Use CSS margin" ]
628
+ (* * @deprecated Use CSS *)
613
629
614
630
val a_marginwidth : pixels wrap -> [> | `Marginwidth ] attrib
631
+ [@@ ocaml.deprecated "Use CSS margin" ]
632
+ (* * @deprecated Use CSS *)
615
633
616
634
val a_scrolling : [< | `Yes | `No | `Auto ] wrap -> [> | `Scrolling ] attrib
617
635
0 commit comments