~ubuntu-branches/ubuntu/vivid/haskell-blaze-html/vivid

« back to all changes in this revision

Viewing changes to Text/Blaze/Html4/Strict/Attributes.hs

  • Committer: Package Import Robot
  • Author(s): Clint Adams
  • Date: 2012-01-26 20:15:49 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120126201549-jpd87031jzlt03y0
Tags: 0.4.3.1-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-- WARNING: The next block of code was automatically generated by
 
2
-- Util/GenerateHtmlCombinators.hs:92
2
3
--
3
4
-- | This module exports combinators that provide you with the
4
5
-- ability to set attributes on HTML elements.
100
100
    ) where
101
101
 
102
102
-- WARNING: The next block of code was automatically generated by
 
103
-- Util/GenerateHtmlCombinators.hs:98
103
104
--
104
105
import Prelude ()
105
106
 
106
107
import Text.Blaze.Internal (Attribute, AttributeValue, attribute)
107
108
 
108
109
-- WARNING: The next block of code was automatically generated by
 
110
-- Util/GenerateHtmlCombinators.hs:248
109
111
--
110
112
-- | Combinator for the @abbr@ attribute.
111
113
--
125
125
{-# INLINE abbr #-}
126
126
 
127
127
-- WARNING: The next block of code was automatically generated by
 
128
-- Util/GenerateHtmlCombinators.hs:248
128
129
--
129
130
-- | Combinator for the @accept@ attribute.
130
131
--
143
143
{-# INLINE accept #-}
144
144
 
145
145
-- WARNING: The next block of code was automatically generated by
 
146
-- Util/GenerateHtmlCombinators.hs:248
146
147
--
147
148
-- | Combinator for the @accesskey@ attribute.
148
149
--
161
161
{-# INLINE accesskey #-}
162
162
 
163
163
-- WARNING: The next block of code was automatically generated by
 
164
-- Util/GenerateHtmlCombinators.hs:248
164
165
--
165
166
-- | Combinator for the @action@ attribute.
166
167
--
179
179
{-# INLINE action #-}
180
180
 
181
181
-- WARNING: The next block of code was automatically generated by
 
182
-- Util/GenerateHtmlCombinators.hs:248
182
183
--
183
184
-- | Combinator for the @align@ attribute.
184
185
--
197
197
{-# INLINE align #-}
198
198
 
199
199
-- WARNING: The next block of code was automatically generated by
 
200
-- Util/GenerateHtmlCombinators.hs:248
200
201
--
201
202
-- | Combinator for the @alt@ attribute.
202
203
--
215
215
{-# INLINE alt #-}
216
216
 
217
217
-- WARNING: The next block of code was automatically generated by
 
218
-- Util/GenerateHtmlCombinators.hs:248
218
219
--
219
220
-- | Combinator for the @archive@ attribute.
220
221
--
233
233
{-# INLINE archive #-}
234
234
 
235
235
-- WARNING: The next block of code was automatically generated by
 
236
-- Util/GenerateHtmlCombinators.hs:248
236
237
--
237
238
-- | Combinator for the @axis@ attribute.
238
239
--
251
251
{-# INLINE axis #-}
252
252
 
253
253
-- WARNING: The next block of code was automatically generated by
 
254
-- Util/GenerateHtmlCombinators.hs:248
254
255
--
255
256
-- | Combinator for the @border@ attribute.
256
257
--
269
269
{-# INLINE border #-}
270
270
 
271
271
-- WARNING: The next block of code was automatically generated by
 
272
-- Util/GenerateHtmlCombinators.hs:248
272
273
--
273
274
-- | Combinator for the @cellpadding@ attribute.
274
275
--
287
287
{-# INLINE cellpadding #-}
288
288
 
289
289
-- WARNING: The next block of code was automatically generated by
 
290
-- Util/GenerateHtmlCombinators.hs:248
290
291
--
291
292
-- | Combinator for the @cellspacing@ attribute.
292
293
--
305
305
{-# INLINE cellspacing #-}
306
306
 
307
307
-- WARNING: The next block of code was automatically generated by
 
308
-- Util/GenerateHtmlCombinators.hs:248
308
309
--
309
310
-- | Combinator for the @char@ attribute.
310
311
--
323
323
{-# INLINE char #-}
324
324
 
325
325
-- WARNING: The next block of code was automatically generated by
 
326
-- Util/GenerateHtmlCombinators.hs:248
326
327
--
327
328
-- | Combinator for the @charoff@ attribute.
328
329
--
341
341
{-# INLINE charoff #-}
342
342
 
343
343
-- WARNING: The next block of code was automatically generated by
 
344
-- Util/GenerateHtmlCombinators.hs:248
344
345
--
345
346
-- | Combinator for the @charset@ attribute.
346
347
--
359
359
{-# INLINE charset #-}
360
360
 
361
361
-- WARNING: The next block of code was automatically generated by
 
362
-- Util/GenerateHtmlCombinators.hs:248
362
363
--
363
364
-- | Combinator for the @checked@ attribute.
364
365
--
377
377
{-# INLINE checked #-}
378
378
 
379
379
-- WARNING: The next block of code was automatically generated by
 
380
-- Util/GenerateHtmlCombinators.hs:248
380
381
--
381
382
-- | Combinator for the @cite@ attribute.
382
383
--
395
395
{-# INLINE cite #-}
396
396
 
397
397
-- WARNING: The next block of code was automatically generated by
 
398
-- Util/GenerateHtmlCombinators.hs:248
398
399
--
399
400
-- | Combinator for the @class@ attribute.
400
401
--
413
413
{-# INLINE class_ #-}
414
414
 
415
415
-- WARNING: The next block of code was automatically generated by
 
416
-- Util/GenerateHtmlCombinators.hs:248
416
417
--
417
418
-- | Combinator for the @classid@ attribute.
418
419
--
431
431
{-# INLINE classid #-}
432
432
 
433
433
-- WARNING: The next block of code was automatically generated by
 
434
-- Util/GenerateHtmlCombinators.hs:248
434
435
--
435
436
-- | Combinator for the @codebase@ attribute.
436
437
--
449
449
{-# INLINE codebase #-}
450
450
 
451
451
-- WARNING: The next block of code was automatically generated by
 
452
-- Util/GenerateHtmlCombinators.hs:248
452
453
--
453
454
-- | Combinator for the @codetype@ attribute.
454
455
--
467
467
{-# INLINE codetype #-}
468
468
 
469
469
-- WARNING: The next block of code was automatically generated by
 
470
-- Util/GenerateHtmlCombinators.hs:248
470
471
--
471
472
-- | Combinator for the @cols@ attribute.
472
473
--
485
485
{-# INLINE cols #-}
486
486
 
487
487
-- WARNING: The next block of code was automatically generated by
 
488
-- Util/GenerateHtmlCombinators.hs:248
488
489
--
489
490
-- | Combinator for the @colspan@ attribute.
490
491
--
503
503
{-# INLINE colspan #-}
504
504
 
505
505
-- WARNING: The next block of code was automatically generated by
 
506
-- Util/GenerateHtmlCombinators.hs:248
506
507
--
507
508
-- | Combinator for the @content@ attribute.
508
509
--
521
521
{-# INLINE content #-}
522
522
 
523
523
-- WARNING: The next block of code was automatically generated by
 
524
-- Util/GenerateHtmlCombinators.hs:248
524
525
--
525
526
-- | Combinator for the @coords@ attribute.
526
527
--
539
539
{-# INLINE coords #-}
540
540
 
541
541
-- WARNING: The next block of code was automatically generated by
 
542
-- Util/GenerateHtmlCombinators.hs:248
542
543
--
543
544
-- | Combinator for the @data@ attribute.
544
545
--
557
557
{-# INLINE data_ #-}
558
558
 
559
559
-- WARNING: The next block of code was automatically generated by
 
560
-- Util/GenerateHtmlCombinators.hs:248
560
561
--
561
562
-- | Combinator for the @datetime@ attribute.
562
563
--
575
575
{-# INLINE datetime #-}
576
576
 
577
577
-- WARNING: The next block of code was automatically generated by
 
578
-- Util/GenerateHtmlCombinators.hs:248
578
579
--
579
580
-- | Combinator for the @declare@ attribute.
580
581
--
593
593
{-# INLINE declare #-}
594
594
 
595
595
-- WARNING: The next block of code was automatically generated by
 
596
-- Util/GenerateHtmlCombinators.hs:248
596
597
--
597
598
-- | Combinator for the @defer@ attribute.
598
599
--
611
611
{-# INLINE defer #-}
612
612
 
613
613
-- WARNING: The next block of code was automatically generated by
 
614
-- Util/GenerateHtmlCombinators.hs:248
614
615
--
615
616
-- | Combinator for the @dir@ attribute.
616
617
--
629
629
{-# INLINE dir #-}
630
630
 
631
631
-- WARNING: The next block of code was automatically generated by
 
632
-- Util/GenerateHtmlCombinators.hs:248
632
633
--
633
634
-- | Combinator for the @disabled@ attribute.
634
635
--
647
647
{-# INLINE disabled #-}
648
648
 
649
649
-- WARNING: The next block of code was automatically generated by
 
650
-- Util/GenerateHtmlCombinators.hs:248
650
651
--
651
652
-- | Combinator for the @enctype@ attribute.
652
653
--
665
665
{-# INLINE enctype #-}
666
666
 
667
667
-- WARNING: The next block of code was automatically generated by
 
668
-- Util/GenerateHtmlCombinators.hs:248
668
669
--
669
670
-- | Combinator for the @for@ attribute.
670
671
--
683
683
{-# INLINE for #-}
684
684
 
685
685
-- WARNING: The next block of code was automatically generated by
 
686
-- Util/GenerateHtmlCombinators.hs:248
686
687
--
687
688
-- | Combinator for the @frame@ attribute.
688
689
--
701
701
{-# INLINE frame #-}
702
702
 
703
703
-- WARNING: The next block of code was automatically generated by
 
704
-- Util/GenerateHtmlCombinators.hs:248
704
705
--
705
706
-- | Combinator for the @headers@ attribute.
706
707
--
719
719
{-# INLINE headers #-}
720
720
 
721
721
-- WARNING: The next block of code was automatically generated by
 
722
-- Util/GenerateHtmlCombinators.hs:248
722
723
--
723
724
-- | Combinator for the @height@ attribute.
724
725
--
737
737
{-# INLINE height #-}
738
738
 
739
739
-- WARNING: The next block of code was automatically generated by
 
740
-- Util/GenerateHtmlCombinators.hs:248
740
741
--
741
742
-- | Combinator for the @href@ attribute.
742
743
--
755
755
{-# INLINE href #-}
756
756
 
757
757
-- WARNING: The next block of code was automatically generated by
 
758
-- Util/GenerateHtmlCombinators.hs:248
758
759
--
759
760
-- | Combinator for the @hreflang@ attribute.
760
761
--
773
773
{-# INLINE hreflang #-}
774
774
 
775
775
-- WARNING: The next block of code was automatically generated by
 
776
-- Util/GenerateHtmlCombinators.hs:248
776
777
--
777
778
-- | Combinator for the @http-equiv@ attribute.
778
779
--
791
791
{-# INLINE httpEquiv #-}
792
792
 
793
793
-- WARNING: The next block of code was automatically generated by
 
794
-- Util/GenerateHtmlCombinators.hs:248
794
795
--
795
796
-- | Combinator for the @id@ attribute.
796
797
--
809
809
{-# INLINE id #-}
810
810
 
811
811
-- WARNING: The next block of code was automatically generated by
 
812
-- Util/GenerateHtmlCombinators.hs:248
812
813
--
813
814
-- | Combinator for the @label@ attribute.
814
815
--
827
827
{-# INLINE label #-}
828
828
 
829
829
-- WARNING: The next block of code was automatically generated by
 
830
-- Util/GenerateHtmlCombinators.hs:248
830
831
--
831
832
-- | Combinator for the @lang@ attribute.
832
833
--
845
845
{-# INLINE lang #-}
846
846
 
847
847
-- WARNING: The next block of code was automatically generated by
 
848
-- Util/GenerateHtmlCombinators.hs:248
848
849
--
849
850
-- | Combinator for the @maxlength@ attribute.
850
851
--
863
863
{-# INLINE maxlength #-}
864
864
 
865
865
-- WARNING: The next block of code was automatically generated by
 
866
-- Util/GenerateHtmlCombinators.hs:248
866
867
--
867
868
-- | Combinator for the @media@ attribute.
868
869
--
881
881
{-# INLINE media #-}
882
882
 
883
883
-- WARNING: The next block of code was automatically generated by
 
884
-- Util/GenerateHtmlCombinators.hs:248
884
885
--
885
886
-- | Combinator for the @method@ attribute.
886
887
--
899
899
{-# INLINE method #-}
900
900
 
901
901
-- WARNING: The next block of code was automatically generated by
 
902
-- Util/GenerateHtmlCombinators.hs:248
902
903
--
903
904
-- | Combinator for the @multiple@ attribute.
904
905
--
917
917
{-# INLINE multiple #-}
918
918
 
919
919
-- WARNING: The next block of code was automatically generated by
 
920
-- Util/GenerateHtmlCombinators.hs:248
920
921
--
921
922
-- | Combinator for the @name@ attribute.
922
923
--
935
935
{-# INLINE name #-}
936
936
 
937
937
-- WARNING: The next block of code was automatically generated by
 
938
-- Util/GenerateHtmlCombinators.hs:248
938
939
--
939
940
-- | Combinator for the @nohref@ attribute.
940
941
--
953
953
{-# INLINE nohref #-}
954
954
 
955
955
-- WARNING: The next block of code was automatically generated by
 
956
-- Util/GenerateHtmlCombinators.hs:248
956
957
--
957
958
-- | Combinator for the @onabort@ attribute.
958
959
--
971
971
{-# INLINE onabort #-}
972
972
 
973
973
-- WARNING: The next block of code was automatically generated by
 
974
-- Util/GenerateHtmlCombinators.hs:248
974
975
--
975
976
-- | Combinator for the @onblur@ attribute.
976
977
--
989
989
{-# INLINE onblur #-}
990
990
 
991
991
-- WARNING: The next block of code was automatically generated by
 
992
-- Util/GenerateHtmlCombinators.hs:248
992
993
--
993
994
-- | Combinator for the @onchange@ attribute.
994
995
--
1007
1007
{-# INLINE onchange #-}
1008
1008
 
1009
1009
-- WARNING: The next block of code was automatically generated by
 
1010
-- Util/GenerateHtmlCombinators.hs:248
1010
1011
--
1011
1012
-- | Combinator for the @onclick@ attribute.
1012
1013
--
1025
1025
{-# INLINE onclick #-}
1026
1026
 
1027
1027
-- WARNING: The next block of code was automatically generated by
 
1028
-- Util/GenerateHtmlCombinators.hs:248
1028
1029
--
1029
1030
-- | Combinator for the @ondblclick@ attribute.
1030
1031
--
1043
1043
{-# INLINE ondblclick #-}
1044
1044
 
1045
1045
-- WARNING: The next block of code was automatically generated by
 
1046
-- Util/GenerateHtmlCombinators.hs:248
1046
1047
--
1047
1048
-- | Combinator for the @onfocus@ attribute.
1048
1049
--
1061
1061
{-# INLINE onfocus #-}
1062
1062
 
1063
1063
-- WARNING: The next block of code was automatically generated by
 
1064
-- Util/GenerateHtmlCombinators.hs:248
1064
1065
--
1065
1066
-- | Combinator for the @onkeydown@ attribute.
1066
1067
--
1079
1079
{-# INLINE onkeydown #-}
1080
1080
 
1081
1081
-- WARNING: The next block of code was automatically generated by
 
1082
-- Util/GenerateHtmlCombinators.hs:248
1082
1083
--
1083
1084
-- | Combinator for the @onkeypress@ attribute.
1084
1085
--
1097
1097
{-# INLINE onkeypress #-}
1098
1098
 
1099
1099
-- WARNING: The next block of code was automatically generated by
 
1100
-- Util/GenerateHtmlCombinators.hs:248
1100
1101
--
1101
1102
-- | Combinator for the @onkeyup@ attribute.
1102
1103
--
1115
1115
{-# INLINE onkeyup #-}
1116
1116
 
1117
1117
-- WARNING: The next block of code was automatically generated by
 
1118
-- Util/GenerateHtmlCombinators.hs:248
1118
1119
--
1119
1120
-- | Combinator for the @onload@ attribute.
1120
1121
--
1133
1133
{-# INLINE onload #-}
1134
1134
 
1135
1135
-- WARNING: The next block of code was automatically generated by
 
1136
-- Util/GenerateHtmlCombinators.hs:248
1136
1137
--
1137
1138
-- | Combinator for the @onmousedown@ attribute.
1138
1139
--
1151
1151
{-# INLINE onmousedown #-}
1152
1152
 
1153
1153
-- WARNING: The next block of code was automatically generated by
 
1154
-- Util/GenerateHtmlCombinators.hs:248
1154
1155
--
1155
1156
-- | Combinator for the @onmousemove@ attribute.
1156
1157
--
1169
1169
{-# INLINE onmousemove #-}
1170
1170
 
1171
1171
-- WARNING: The next block of code was automatically generated by
 
1172
-- Util/GenerateHtmlCombinators.hs:248
1172
1173
--
1173
1174
-- | Combinator for the @onmouseout@ attribute.
1174
1175
--
1187
1187
{-# INLINE onmouseout #-}
1188
1188
 
1189
1189
-- WARNING: The next block of code was automatically generated by
 
1190
-- Util/GenerateHtmlCombinators.hs:248
1190
1191
--
1191
1192
-- | Combinator for the @onmouseover@ attribute.
1192
1193
--
1205
1205
{-# INLINE onmouseover #-}
1206
1206
 
1207
1207
-- WARNING: The next block of code was automatically generated by
 
1208
-- Util/GenerateHtmlCombinators.hs:248
1208
1209
--
1209
1210
-- | Combinator for the @onmouseup@ attribute.
1210
1211
--
1223
1223
{-# INLINE onmouseup #-}
1224
1224
 
1225
1225
-- WARNING: The next block of code was automatically generated by
 
1226
-- Util/GenerateHtmlCombinators.hs:248
1226
1227
--
1227
1228
-- | Combinator for the @onreset@ attribute.
1228
1229
--
1241
1241
{-# INLINE onreset #-}
1242
1242
 
1243
1243
-- WARNING: The next block of code was automatically generated by
 
1244
-- Util/GenerateHtmlCombinators.hs:248
1244
1245
--
1245
1246
-- | Combinator for the @onselect@ attribute.
1246
1247
--
1259
1259
{-# INLINE onselect #-}
1260
1260
 
1261
1261
-- WARNING: The next block of code was automatically generated by
 
1262
-- Util/GenerateHtmlCombinators.hs:248
1262
1263
--
1263
1264
-- | Combinator for the @onsubmit@ attribute.
1264
1265
--
1277
1277
{-# INLINE onsubmit #-}
1278
1278
 
1279
1279
-- WARNING: The next block of code was automatically generated by
 
1280
-- Util/GenerateHtmlCombinators.hs:248
1280
1281
--
1281
1282
-- | Combinator for the @onunload@ attribute.
1282
1283
--
1295
1295
{-# INLINE onunload #-}
1296
1296
 
1297
1297
-- WARNING: The next block of code was automatically generated by
 
1298
-- Util/GenerateHtmlCombinators.hs:248
1298
1299
--
1299
1300
-- | Combinator for the @profile@ attribute.
1300
1301
--
1313
1313
{-# INLINE profile #-}
1314
1314
 
1315
1315
-- WARNING: The next block of code was automatically generated by
 
1316
-- Util/GenerateHtmlCombinators.hs:248
1316
1317
--
1317
1318
-- | Combinator for the @readonly@ attribute.
1318
1319
--
1331
1331
{-# INLINE readonly #-}
1332
1332
 
1333
1333
-- WARNING: The next block of code was automatically generated by
 
1334
-- Util/GenerateHtmlCombinators.hs:248
1334
1335
--
1335
1336
-- | Combinator for the @rel@ attribute.
1336
1337
--
1349
1349
{-# INLINE rel #-}
1350
1350
 
1351
1351
-- WARNING: The next block of code was automatically generated by
 
1352
-- Util/GenerateHtmlCombinators.hs:248
1352
1353
--
1353
1354
-- | Combinator for the @rev@ attribute.
1354
1355
--
1367
1367
{-# INLINE rev #-}
1368
1368
 
1369
1369
-- WARNING: The next block of code was automatically generated by
 
1370
-- Util/GenerateHtmlCombinators.hs:248
1370
1371
--
1371
1372
-- | Combinator for the @rows@ attribute.
1372
1373
--
1385
1385
{-# INLINE rows #-}
1386
1386
 
1387
1387
-- WARNING: The next block of code was automatically generated by
 
1388
-- Util/GenerateHtmlCombinators.hs:248
1388
1389
--
1389
1390
-- | Combinator for the @rowspan@ attribute.
1390
1391
--
1403
1403
{-# INLINE rowspan #-}
1404
1404
 
1405
1405
-- WARNING: The next block of code was automatically generated by
 
1406
-- Util/GenerateHtmlCombinators.hs:248
1406
1407
--
1407
1408
-- | Combinator for the @rules@ attribute.
1408
1409
--
1421
1421
{-# INLINE rules #-}
1422
1422
 
1423
1423
-- WARNING: The next block of code was automatically generated by
 
1424
-- Util/GenerateHtmlCombinators.hs:248
1424
1425
--
1425
1426
-- | Combinator for the @scheme@ attribute.
1426
1427
--
1439
1439
{-# INLINE scheme #-}
1440
1440
 
1441
1441
-- WARNING: The next block of code was automatically generated by
 
1442
-- Util/GenerateHtmlCombinators.hs:248
1442
1443
--
1443
1444
-- | Combinator for the @scope@ attribute.
1444
1445
--
1457
1457
{-# INLINE scope #-}
1458
1458
 
1459
1459
-- WARNING: The next block of code was automatically generated by
 
1460
-- Util/GenerateHtmlCombinators.hs:248
1460
1461
--
1461
1462
-- | Combinator for the @selected@ attribute.
1462
1463
--
1475
1475
{-# INLINE selected #-}
1476
1476
 
1477
1477
-- WARNING: The next block of code was automatically generated by
 
1478
-- Util/GenerateHtmlCombinators.hs:248
1478
1479
--
1479
1480
-- | Combinator for the @shape@ attribute.
1480
1481
--
1493
1493
{-# INLINE shape #-}
1494
1494
 
1495
1495
-- WARNING: The next block of code was automatically generated by
 
1496
-- Util/GenerateHtmlCombinators.hs:248
1496
1497
--
1497
1498
-- | Combinator for the @size@ attribute.
1498
1499
--
1511
1511
{-# INLINE size #-}
1512
1512
 
1513
1513
-- WARNING: The next block of code was automatically generated by
 
1514
-- Util/GenerateHtmlCombinators.hs:248
1514
1515
--
1515
1516
-- | Combinator for the @span@ attribute.
1516
1517
--
1529
1529
{-# INLINE span #-}
1530
1530
 
1531
1531
-- WARNING: The next block of code was automatically generated by
 
1532
-- Util/GenerateHtmlCombinators.hs:248
1532
1533
--
1533
1534
-- | Combinator for the @src@ attribute.
1534
1535
--
1547
1547
{-# INLINE src #-}
1548
1548
 
1549
1549
-- WARNING: The next block of code was automatically generated by
 
1550
-- Util/GenerateHtmlCombinators.hs:248
1550
1551
--
1551
1552
-- | Combinator for the @standby@ attribute.
1552
1553
--
1565
1565
{-# INLINE standby #-}
1566
1566
 
1567
1567
-- WARNING: The next block of code was automatically generated by
 
1568
-- Util/GenerateHtmlCombinators.hs:248
1568
1569
--
1569
1570
-- | Combinator for the @style@ attribute.
1570
1571
--
1583
1583
{-# INLINE style #-}
1584
1584
 
1585
1585
-- WARNING: The next block of code was automatically generated by
 
1586
-- Util/GenerateHtmlCombinators.hs:248
1586
1587
--
1587
1588
-- | Combinator for the @summary@ attribute.
1588
1589
--
1601
1601
{-# INLINE summary #-}
1602
1602
 
1603
1603
-- WARNING: The next block of code was automatically generated by
 
1604
-- Util/GenerateHtmlCombinators.hs:248
1604
1605
--
1605
1606
-- | Combinator for the @tabindex@ attribute.
1606
1607
--
1619
1619
{-# INLINE tabindex #-}
1620
1620
 
1621
1621
-- WARNING: The next block of code was automatically generated by
 
1622
-- Util/GenerateHtmlCombinators.hs:248
1622
1623
--
1623
1624
-- | Combinator for the @title@ attribute.
1624
1625
--
1637
1637
{-# INLINE title #-}
1638
1638
 
1639
1639
-- WARNING: The next block of code was automatically generated by
 
1640
-- Util/GenerateHtmlCombinators.hs:248
1640
1641
--
1641
1642
-- | Combinator for the @type@ attribute.
1642
1643
--
1655
1655
{-# INLINE type_ #-}
1656
1656
 
1657
1657
-- WARNING: The next block of code was automatically generated by
 
1658
-- Util/GenerateHtmlCombinators.hs:248
1658
1659
--
1659
1660
-- | Combinator for the @usemap@ attribute.
1660
1661
--
1673
1673
{-# INLINE usemap #-}
1674
1674
 
1675
1675
-- WARNING: The next block of code was automatically generated by
 
1676
-- Util/GenerateHtmlCombinators.hs:248
1676
1677
--
1677
1678
-- | Combinator for the @valign@ attribute.
1678
1679
--
1691
1691
{-# INLINE valign #-}
1692
1692
 
1693
1693
-- WARNING: The next block of code was automatically generated by
 
1694
-- Util/GenerateHtmlCombinators.hs:248
1694
1695
--
1695
1696
-- | Combinator for the @value@ attribute.
1696
1697
--
1709
1709
{-# INLINE value #-}
1710
1710
 
1711
1711
-- WARNING: The next block of code was automatically generated by
 
1712
-- Util/GenerateHtmlCombinators.hs:248
1712
1713
--
1713
1714
-- | Combinator for the @valuetype@ attribute.
1714
1715
--
1727
1727
{-# INLINE valuetype #-}
1728
1728
 
1729
1729
-- WARNING: The next block of code was automatically generated by
 
1730
-- Util/GenerateHtmlCombinators.hs:248
1730
1731
--
1731
1732
-- | Combinator for the @width@ attribute.
1732
1733
--