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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Clint Adams
  • Date: 2012-02-23 13:24:19 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120223132419-v0gz323h03rvn63y
Tags: 0.4.3.1-3
Bump to Standards-Version 3.9.3.

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.
113
113
    ) where
114
114
 
115
115
-- WARNING: The next block of code was automatically generated by
 
116
-- Util/GenerateHtmlCombinators.hs:98
116
117
--
117
118
import Prelude ()
118
119
 
119
120
import Text.Blaze.Internal (Attribute, AttributeValue, attribute)
120
121
 
121
122
-- WARNING: The next block of code was automatically generated by
 
123
-- Util/GenerateHtmlCombinators.hs:248
122
124
--
123
125
-- | Combinator for the @abbr@ attribute.
124
126
--
138
138
{-# INLINE abbr #-}
139
139
 
140
140
-- WARNING: The next block of code was automatically generated by
 
141
-- Util/GenerateHtmlCombinators.hs:248
141
142
--
142
143
-- | Combinator for the @accept@ attribute.
143
144
--
156
156
{-# INLINE accept #-}
157
157
 
158
158
-- WARNING: The next block of code was automatically generated by
 
159
-- Util/GenerateHtmlCombinators.hs:248
159
160
--
160
161
-- | Combinator for the @accesskey@ attribute.
161
162
--
174
174
{-# INLINE accesskey #-}
175
175
 
176
176
-- WARNING: The next block of code was automatically generated by
 
177
-- Util/GenerateHtmlCombinators.hs:248
177
178
--
178
179
-- | Combinator for the @action@ attribute.
179
180
--
192
192
{-# INLINE action #-}
193
193
 
194
194
-- WARNING: The next block of code was automatically generated by
 
195
-- Util/GenerateHtmlCombinators.hs:248
195
196
--
196
197
-- | Combinator for the @align@ attribute.
197
198
--
210
210
{-# INLINE align #-}
211
211
 
212
212
-- WARNING: The next block of code was automatically generated by
 
213
-- Util/GenerateHtmlCombinators.hs:248
213
214
--
214
215
-- | Combinator for the @alt@ attribute.
215
216
--
228
228
{-# INLINE alt #-}
229
229
 
230
230
-- WARNING: The next block of code was automatically generated by
 
231
-- Util/GenerateHtmlCombinators.hs:248
231
232
--
232
233
-- | Combinator for the @archive@ attribute.
233
234
--
246
246
{-# INLINE archive #-}
247
247
 
248
248
-- WARNING: The next block of code was automatically generated by
 
249
-- Util/GenerateHtmlCombinators.hs:248
249
250
--
250
251
-- | Combinator for the @axis@ attribute.
251
252
--
264
264
{-# INLINE axis #-}
265
265
 
266
266
-- WARNING: The next block of code was automatically generated by
 
267
-- Util/GenerateHtmlCombinators.hs:248
267
268
--
268
269
-- | Combinator for the @background@ attribute.
269
270
--
282
282
{-# INLINE background #-}
283
283
 
284
284
-- WARNING: The next block of code was automatically generated by
 
285
-- Util/GenerateHtmlCombinators.hs:248
285
286
--
286
287
-- | Combinator for the @bgcolor@ attribute.
287
288
--
300
300
{-# INLINE bgcolor #-}
301
301
 
302
302
-- WARNING: The next block of code was automatically generated by
 
303
-- Util/GenerateHtmlCombinators.hs:248
303
304
--
304
305
-- | Combinator for the @border@ attribute.
305
306
--
318
318
{-# INLINE border #-}
319
319
 
320
320
-- WARNING: The next block of code was automatically generated by
 
321
-- Util/GenerateHtmlCombinators.hs:248
321
322
--
322
323
-- | Combinator for the @cellpadding@ attribute.
323
324
--
336
336
{-# INLINE cellpadding #-}
337
337
 
338
338
-- WARNING: The next block of code was automatically generated by
 
339
-- Util/GenerateHtmlCombinators.hs:248
339
340
--
340
341
-- | Combinator for the @cellspacing@ attribute.
341
342
--
354
354
{-# INLINE cellspacing #-}
355
355
 
356
356
-- WARNING: The next block of code was automatically generated by
 
357
-- Util/GenerateHtmlCombinators.hs:248
357
358
--
358
359
-- | Combinator for the @char@ attribute.
359
360
--
372
372
{-# INLINE char #-}
373
373
 
374
374
-- WARNING: The next block of code was automatically generated by
 
375
-- Util/GenerateHtmlCombinators.hs:248
375
376
--
376
377
-- | Combinator for the @charoff@ attribute.
377
378
--
390
390
{-# INLINE charoff #-}
391
391
 
392
392
-- WARNING: The next block of code was automatically generated by
 
393
-- Util/GenerateHtmlCombinators.hs:248
393
394
--
394
395
-- | Combinator for the @charset@ attribute.
395
396
--
408
408
{-# INLINE charset #-}
409
409
 
410
410
-- WARNING: The next block of code was automatically generated by
 
411
-- Util/GenerateHtmlCombinators.hs:248
411
412
--
412
413
-- | Combinator for the @checked@ attribute.
413
414
--
426
426
{-# INLINE checked #-}
427
427
 
428
428
-- WARNING: The next block of code was automatically generated by
 
429
-- Util/GenerateHtmlCombinators.hs:248
429
430
--
430
431
-- | Combinator for the @cite@ attribute.
431
432
--
444
444
{-# INLINE cite #-}
445
445
 
446
446
-- WARNING: The next block of code was automatically generated by
 
447
-- Util/GenerateHtmlCombinators.hs:248
447
448
--
448
449
-- | Combinator for the @class@ attribute.
449
450
--
462
462
{-# INLINE class_ #-}
463
463
 
464
464
-- WARNING: The next block of code was automatically generated by
 
465
-- Util/GenerateHtmlCombinators.hs:248
465
466
--
466
467
-- | Combinator for the @classid@ attribute.
467
468
--
480
480
{-# INLINE classid #-}
481
481
 
482
482
-- WARNING: The next block of code was automatically generated by
 
483
-- Util/GenerateHtmlCombinators.hs:248
483
484
--
484
485
-- | Combinator for the @clear@ attribute.
485
486
--
498
498
{-# INLINE clear #-}
499
499
 
500
500
-- WARNING: The next block of code was automatically generated by
 
501
-- Util/GenerateHtmlCombinators.hs:248
501
502
--
502
503
-- | Combinator for the @codebase@ attribute.
503
504
--
516
516
{-# INLINE codebase #-}
517
517
 
518
518
-- WARNING: The next block of code was automatically generated by
 
519
-- Util/GenerateHtmlCombinators.hs:248
519
520
--
520
521
-- | Combinator for the @codetype@ attribute.
521
522
--
534
534
{-# INLINE codetype #-}
535
535
 
536
536
-- WARNING: The next block of code was automatically generated by
 
537
-- Util/GenerateHtmlCombinators.hs:248
537
538
--
538
539
-- | Combinator for the @cols@ attribute.
539
540
--
552
552
{-# INLINE cols #-}
553
553
 
554
554
-- WARNING: The next block of code was automatically generated by
 
555
-- Util/GenerateHtmlCombinators.hs:248
555
556
--
556
557
-- | Combinator for the @colspan@ attribute.
557
558
--
570
570
{-# INLINE colspan #-}
571
571
 
572
572
-- WARNING: The next block of code was automatically generated by
 
573
-- Util/GenerateHtmlCombinators.hs:248
573
574
--
574
575
-- | Combinator for the @compact@ attribute.
575
576
--
588
588
{-# INLINE compact #-}
589
589
 
590
590
-- WARNING: The next block of code was automatically generated by
 
591
-- Util/GenerateHtmlCombinators.hs:248
591
592
--
592
593
-- | Combinator for the @content@ attribute.
593
594
--
606
606
{-# INLINE content #-}
607
607
 
608
608
-- WARNING: The next block of code was automatically generated by
 
609
-- Util/GenerateHtmlCombinators.hs:248
609
610
--
610
611
-- | Combinator for the @coords@ attribute.
611
612
--
624
624
{-# INLINE coords #-}
625
625
 
626
626
-- WARNING: The next block of code was automatically generated by
 
627
-- Util/GenerateHtmlCombinators.hs:248
627
628
--
628
629
-- | Combinator for the @data@ attribute.
629
630
--
642
642
{-# INLINE data_ #-}
643
643
 
644
644
-- WARNING: The next block of code was automatically generated by
 
645
-- Util/GenerateHtmlCombinators.hs:248
645
646
--
646
647
-- | Combinator for the @datetime@ attribute.
647
648
--
660
660
{-# INLINE datetime #-}
661
661
 
662
662
-- WARNING: The next block of code was automatically generated by
 
663
-- Util/GenerateHtmlCombinators.hs:248
663
664
--
664
665
-- | Combinator for the @declare@ attribute.
665
666
--
678
678
{-# INLINE declare #-}
679
679
 
680
680
-- WARNING: The next block of code was automatically generated by
 
681
-- Util/GenerateHtmlCombinators.hs:248
681
682
--
682
683
-- | Combinator for the @defer@ attribute.
683
684
--
696
696
{-# INLINE defer #-}
697
697
 
698
698
-- WARNING: The next block of code was automatically generated by
 
699
-- Util/GenerateHtmlCombinators.hs:248
699
700
--
700
701
-- | Combinator for the @dir@ attribute.
701
702
--
714
714
{-# INLINE dir #-}
715
715
 
716
716
-- WARNING: The next block of code was automatically generated by
 
717
-- Util/GenerateHtmlCombinators.hs:248
717
718
--
718
719
-- | Combinator for the @disabled@ attribute.
719
720
--
732
732
{-# INLINE disabled #-}
733
733
 
734
734
-- WARNING: The next block of code was automatically generated by
 
735
-- Util/GenerateHtmlCombinators.hs:248
735
736
--
736
737
-- | Combinator for the @enctype@ attribute.
737
738
--
750
750
{-# INLINE enctype #-}
751
751
 
752
752
-- WARNING: The next block of code was automatically generated by
 
753
-- Util/GenerateHtmlCombinators.hs:248
753
754
--
754
755
-- | Combinator for the @for@ attribute.
755
756
--
768
768
{-# INLINE for #-}
769
769
 
770
770
-- WARNING: The next block of code was automatically generated by
 
771
-- Util/GenerateHtmlCombinators.hs:248
771
772
--
772
773
-- | Combinator for the @frame@ attribute.
773
774
--
786
786
{-# INLINE frame #-}
787
787
 
788
788
-- WARNING: The next block of code was automatically generated by
 
789
-- Util/GenerateHtmlCombinators.hs:248
789
790
--
790
791
-- | Combinator for the @frameborder@ attribute.
791
792
--
804
804
{-# INLINE frameborder #-}
805
805
 
806
806
-- WARNING: The next block of code was automatically generated by
 
807
-- Util/GenerateHtmlCombinators.hs:248
807
808
--
808
809
-- | Combinator for the @headers@ attribute.
809
810
--
822
822
{-# INLINE headers #-}
823
823
 
824
824
-- WARNING: The next block of code was automatically generated by
 
825
-- Util/GenerateHtmlCombinators.hs:248
825
826
--
826
827
-- | Combinator for the @height@ attribute.
827
828
--
840
840
{-# INLINE height #-}
841
841
 
842
842
-- WARNING: The next block of code was automatically generated by
 
843
-- Util/GenerateHtmlCombinators.hs:248
843
844
--
844
845
-- | Combinator for the @href@ attribute.
845
846
--
858
858
{-# INLINE href #-}
859
859
 
860
860
-- WARNING: The next block of code was automatically generated by
 
861
-- Util/GenerateHtmlCombinators.hs:248
861
862
--
862
863
-- | Combinator for the @hreflang@ attribute.
863
864
--
876
876
{-# INLINE hreflang #-}
877
877
 
878
878
-- WARNING: The next block of code was automatically generated by
 
879
-- Util/GenerateHtmlCombinators.hs:248
879
880
--
880
881
-- | Combinator for the @hspace@ attribute.
881
882
--
894
894
{-# INLINE hspace #-}
895
895
 
896
896
-- WARNING: The next block of code was automatically generated by
 
897
-- Util/GenerateHtmlCombinators.hs:248
897
898
--
898
899
-- | Combinator for the @http-equiv@ attribute.
899
900
--
912
912
{-# INLINE httpEquiv #-}
913
913
 
914
914
-- WARNING: The next block of code was automatically generated by
 
915
-- Util/GenerateHtmlCombinators.hs:248
915
916
--
916
917
-- | Combinator for the @id@ attribute.
917
918
--
930
930
{-# INLINE id #-}
931
931
 
932
932
-- WARNING: The next block of code was automatically generated by
 
933
-- Util/GenerateHtmlCombinators.hs:248
933
934
--
934
935
-- | Combinator for the @label@ attribute.
935
936
--
948
948
{-# INLINE label #-}
949
949
 
950
950
-- WARNING: The next block of code was automatically generated by
 
951
-- Util/GenerateHtmlCombinators.hs:248
951
952
--
952
953
-- | Combinator for the @lang@ attribute.
953
954
--
966
966
{-# INLINE lang #-}
967
967
 
968
968
-- WARNING: The next block of code was automatically generated by
 
969
-- Util/GenerateHtmlCombinators.hs:248
969
970
--
970
971
-- | Combinator for the @language@ attribute.
971
972
--
984
984
{-# INLINE language #-}
985
985
 
986
986
-- WARNING: The next block of code was automatically generated by
 
987
-- Util/GenerateHtmlCombinators.hs:248
987
988
--
988
989
-- | Combinator for the @maxlength@ attribute.
989
990
--
1002
1002
{-# INLINE maxlength #-}
1003
1003
 
1004
1004
-- WARNING: The next block of code was automatically generated by
 
1005
-- Util/GenerateHtmlCombinators.hs:248
1005
1006
--
1006
1007
-- | Combinator for the @media@ attribute.
1007
1008
--
1020
1020
{-# INLINE media #-}
1021
1021
 
1022
1022
-- WARNING: The next block of code was automatically generated by
 
1023
-- Util/GenerateHtmlCombinators.hs:248
1023
1024
--
1024
1025
-- | Combinator for the @method@ attribute.
1025
1026
--
1038
1038
{-# INLINE method #-}
1039
1039
 
1040
1040
-- WARNING: The next block of code was automatically generated by
 
1041
-- Util/GenerateHtmlCombinators.hs:248
1041
1042
--
1042
1043
-- | Combinator for the @multiple@ attribute.
1043
1044
--
1056
1056
{-# INLINE multiple #-}
1057
1057
 
1058
1058
-- WARNING: The next block of code was automatically generated by
 
1059
-- Util/GenerateHtmlCombinators.hs:248
1059
1060
--
1060
1061
-- | Combinator for the @name@ attribute.
1061
1062
--
1074
1074
{-# INLINE name #-}
1075
1075
 
1076
1076
-- WARNING: The next block of code was automatically generated by
 
1077
-- Util/GenerateHtmlCombinators.hs:248
1077
1078
--
1078
1079
-- | Combinator for the @nohref@ attribute.
1079
1080
--
1092
1092
{-# INLINE nohref #-}
1093
1093
 
1094
1094
-- WARNING: The next block of code was automatically generated by
 
1095
-- Util/GenerateHtmlCombinators.hs:248
1095
1096
--
1096
1097
-- | Combinator for the @noshade@ attribute.
1097
1098
--
1110
1110
{-# INLINE noshade #-}
1111
1111
 
1112
1112
-- WARNING: The next block of code was automatically generated by
 
1113
-- Util/GenerateHtmlCombinators.hs:248
1113
1114
--
1114
1115
-- | Combinator for the @nowrap@ attribute.
1115
1116
--
1128
1128
{-# INLINE nowrap #-}
1129
1129
 
1130
1130
-- WARNING: The next block of code was automatically generated by
 
1131
-- Util/GenerateHtmlCombinators.hs:248
1131
1132
--
1132
1133
-- | Combinator for the @onabort@ attribute.
1133
1134
--
1146
1146
{-# INLINE onabort #-}
1147
1147
 
1148
1148
-- WARNING: The next block of code was automatically generated by
 
1149
-- Util/GenerateHtmlCombinators.hs:248
1149
1150
--
1150
1151
-- | Combinator for the @onblur@ attribute.
1151
1152
--
1164
1164
{-# INLINE onblur #-}
1165
1165
 
1166
1166
-- WARNING: The next block of code was automatically generated by
 
1167
-- Util/GenerateHtmlCombinators.hs:248
1167
1168
--
1168
1169
-- | Combinator for the @onchange@ attribute.
1169
1170
--
1182
1182
{-# INLINE onchange #-}
1183
1183
 
1184
1184
-- WARNING: The next block of code was automatically generated by
 
1185
-- Util/GenerateHtmlCombinators.hs:248
1185
1186
--
1186
1187
-- | Combinator for the @onclick@ attribute.
1187
1188
--
1200
1200
{-# INLINE onclick #-}
1201
1201
 
1202
1202
-- WARNING: The next block of code was automatically generated by
 
1203
-- Util/GenerateHtmlCombinators.hs:248
1203
1204
--
1204
1205
-- | Combinator for the @ondblclick@ attribute.
1205
1206
--
1218
1218
{-# INLINE ondblclick #-}
1219
1219
 
1220
1220
-- WARNING: The next block of code was automatically generated by
 
1221
-- Util/GenerateHtmlCombinators.hs:248
1221
1222
--
1222
1223
-- | Combinator for the @onfocus@ attribute.
1223
1224
--
1236
1236
{-# INLINE onfocus #-}
1237
1237
 
1238
1238
-- WARNING: The next block of code was automatically generated by
 
1239
-- Util/GenerateHtmlCombinators.hs:248
1239
1240
--
1240
1241
-- | Combinator for the @onkeydown@ attribute.
1241
1242
--
1254
1254
{-# INLINE onkeydown #-}
1255
1255
 
1256
1256
-- WARNING: The next block of code was automatically generated by
 
1257
-- Util/GenerateHtmlCombinators.hs:248
1257
1258
--
1258
1259
-- | Combinator for the @onkeypress@ attribute.
1259
1260
--
1272
1272
{-# INLINE onkeypress #-}
1273
1273
 
1274
1274
-- WARNING: The next block of code was automatically generated by
 
1275
-- Util/GenerateHtmlCombinators.hs:248
1275
1276
--
1276
1277
-- | Combinator for the @onkeyup@ attribute.
1277
1278
--
1290
1290
{-# INLINE onkeyup #-}
1291
1291
 
1292
1292
-- WARNING: The next block of code was automatically generated by
 
1293
-- Util/GenerateHtmlCombinators.hs:248
1293
1294
--
1294
1295
-- | Combinator for the @onload@ attribute.
1295
1296
--
1308
1308
{-# INLINE onload #-}
1309
1309
 
1310
1310
-- WARNING: The next block of code was automatically generated by
 
1311
-- Util/GenerateHtmlCombinators.hs:248
1311
1312
--
1312
1313
-- | Combinator for the @onmousedown@ attribute.
1313
1314
--
1326
1326
{-# INLINE onmousedown #-}
1327
1327
 
1328
1328
-- WARNING: The next block of code was automatically generated by
 
1329
-- Util/GenerateHtmlCombinators.hs:248
1329
1330
--
1330
1331
-- | Combinator for the @onmousemove@ attribute.
1331
1332
--
1344
1344
{-# INLINE onmousemove #-}
1345
1345
 
1346
1346
-- WARNING: The next block of code was automatically generated by
 
1347
-- Util/GenerateHtmlCombinators.hs:248
1347
1348
--
1348
1349
-- | Combinator for the @onmouseout@ attribute.
1349
1350
--
1362
1362
{-# INLINE onmouseout #-}
1363
1363
 
1364
1364
-- WARNING: The next block of code was automatically generated by
 
1365
-- Util/GenerateHtmlCombinators.hs:248
1365
1366
--
1366
1367
-- | Combinator for the @onmouseover@ attribute.
1367
1368
--
1380
1380
{-# INLINE onmouseover #-}
1381
1381
 
1382
1382
-- WARNING: The next block of code was automatically generated by
 
1383
-- Util/GenerateHtmlCombinators.hs:248
1383
1384
--
1384
1385
-- | Combinator for the @onmouseup@ attribute.
1385
1386
--
1398
1398
{-# INLINE onmouseup #-}
1399
1399
 
1400
1400
-- WARNING: The next block of code was automatically generated by
 
1401
-- Util/GenerateHtmlCombinators.hs:248
1401
1402
--
1402
1403
-- | Combinator for the @onreset@ attribute.
1403
1404
--
1416
1416
{-# INLINE onreset #-}
1417
1417
 
1418
1418
-- WARNING: The next block of code was automatically generated by
 
1419
-- Util/GenerateHtmlCombinators.hs:248
1419
1420
--
1420
1421
-- | Combinator for the @onselect@ attribute.
1421
1422
--
1434
1434
{-# INLINE onselect #-}
1435
1435
 
1436
1436
-- WARNING: The next block of code was automatically generated by
 
1437
-- Util/GenerateHtmlCombinators.hs:248
1437
1438
--
1438
1439
-- | Combinator for the @onsubmit@ attribute.
1439
1440
--
1452
1452
{-# INLINE onsubmit #-}
1453
1453
 
1454
1454
-- WARNING: The next block of code was automatically generated by
 
1455
-- Util/GenerateHtmlCombinators.hs:248
1455
1456
--
1456
1457
-- | Combinator for the @onunload@ attribute.
1457
1458
--
1470
1470
{-# INLINE onunload #-}
1471
1471
 
1472
1472
-- WARNING: The next block of code was automatically generated by
 
1473
-- Util/GenerateHtmlCombinators.hs:248
1473
1474
--
1474
1475
-- | Combinator for the @profile@ attribute.
1475
1476
--
1488
1488
{-# INLINE profile #-}
1489
1489
 
1490
1490
-- WARNING: The next block of code was automatically generated by
 
1491
-- Util/GenerateHtmlCombinators.hs:248
1491
1492
--
1492
1493
-- | Combinator for the @readonly@ attribute.
1493
1494
--
1506
1506
{-# INLINE readonly #-}
1507
1507
 
1508
1508
-- WARNING: The next block of code was automatically generated by
 
1509
-- Util/GenerateHtmlCombinators.hs:248
1509
1510
--
1510
1511
-- | Combinator for the @rel@ attribute.
1511
1512
--
1524
1524
{-# INLINE rel #-}
1525
1525
 
1526
1526
-- WARNING: The next block of code was automatically generated by
 
1527
-- Util/GenerateHtmlCombinators.hs:248
1527
1528
--
1528
1529
-- | Combinator for the @rev@ attribute.
1529
1530
--
1542
1542
{-# INLINE rev #-}
1543
1543
 
1544
1544
-- WARNING: The next block of code was automatically generated by
 
1545
-- Util/GenerateHtmlCombinators.hs:248
1545
1546
--
1546
1547
-- | Combinator for the @rows@ attribute.
1547
1548
--
1560
1560
{-# INLINE rows #-}
1561
1561
 
1562
1562
-- WARNING: The next block of code was automatically generated by
 
1563
-- Util/GenerateHtmlCombinators.hs:248
1563
1564
--
1564
1565
-- | Combinator for the @rowspan@ attribute.
1565
1566
--
1578
1578
{-# INLINE rowspan #-}
1579
1579
 
1580
1580
-- WARNING: The next block of code was automatically generated by
 
1581
-- Util/GenerateHtmlCombinators.hs:248
1581
1582
--
1582
1583
-- | Combinator for the @rules@ attribute.
1583
1584
--
1596
1596
{-# INLINE rules #-}
1597
1597
 
1598
1598
-- WARNING: The next block of code was automatically generated by
 
1599
-- Util/GenerateHtmlCombinators.hs:248
1599
1600
--
1600
1601
-- | Combinator for the @scheme@ attribute.
1601
1602
--
1614
1614
{-# INLINE scheme #-}
1615
1615
 
1616
1616
-- WARNING: The next block of code was automatically generated by
 
1617
-- Util/GenerateHtmlCombinators.hs:248
1617
1618
--
1618
1619
-- | Combinator for the @scope@ attribute.
1619
1620
--
1632
1632
{-# INLINE scope #-}
1633
1633
 
1634
1634
-- WARNING: The next block of code was automatically generated by
 
1635
-- Util/GenerateHtmlCombinators.hs:248
1635
1636
--
1636
1637
-- | Combinator for the @scrolling@ attribute.
1637
1638
--
1650
1650
{-# INLINE scrolling #-}
1651
1651
 
1652
1652
-- WARNING: The next block of code was automatically generated by
 
1653
-- Util/GenerateHtmlCombinators.hs:248
1653
1654
--
1654
1655
-- | Combinator for the @selected@ attribute.
1655
1656
--
1668
1668
{-# INLINE selected #-}
1669
1669
 
1670
1670
-- WARNING: The next block of code was automatically generated by
 
1671
-- Util/GenerateHtmlCombinators.hs:248
1671
1672
--
1672
1673
-- | Combinator for the @shape@ attribute.
1673
1674
--
1686
1686
{-# INLINE shape #-}
1687
1687
 
1688
1688
-- WARNING: The next block of code was automatically generated by
 
1689
-- Util/GenerateHtmlCombinators.hs:248
1689
1690
--
1690
1691
-- | Combinator for the @size@ attribute.
1691
1692
--
1704
1704
{-# INLINE size #-}
1705
1705
 
1706
1706
-- WARNING: The next block of code was automatically generated by
 
1707
-- Util/GenerateHtmlCombinators.hs:248
1707
1708
--
1708
1709
-- | Combinator for the @span@ attribute.
1709
1710
--
1722
1722
{-# INLINE span #-}
1723
1723
 
1724
1724
-- WARNING: The next block of code was automatically generated by
 
1725
-- Util/GenerateHtmlCombinators.hs:248
1725
1726
--
1726
1727
-- | Combinator for the @src@ attribute.
1727
1728
--
1740
1740
{-# INLINE src #-}
1741
1741
 
1742
1742
-- WARNING: The next block of code was automatically generated by
 
1743
-- Util/GenerateHtmlCombinators.hs:248
1743
1744
--
1744
1745
-- | Combinator for the @standby@ attribute.
1745
1746
--
1758
1758
{-# INLINE standby #-}
1759
1759
 
1760
1760
-- WARNING: The next block of code was automatically generated by
 
1761
-- Util/GenerateHtmlCombinators.hs:248
1761
1762
--
1762
1763
-- | Combinator for the @start@ attribute.
1763
1764
--
1776
1776
{-# INLINE start #-}
1777
1777
 
1778
1778
-- WARNING: The next block of code was automatically generated by
 
1779
-- Util/GenerateHtmlCombinators.hs:248
1779
1780
--
1780
1781
-- | Combinator for the @style@ attribute.
1781
1782
--
1794
1794
{-# INLINE style #-}
1795
1795
 
1796
1796
-- WARNING: The next block of code was automatically generated by
 
1797
-- Util/GenerateHtmlCombinators.hs:248
1797
1798
--
1798
1799
-- | Combinator for the @summary@ attribute.
1799
1800
--
1812
1812
{-# INLINE summary #-}
1813
1813
 
1814
1814
-- WARNING: The next block of code was automatically generated by
 
1815
-- Util/GenerateHtmlCombinators.hs:248
1815
1816
--
1816
1817
-- | Combinator for the @tabindex@ attribute.
1817
1818
--
1830
1830
{-# INLINE tabindex #-}
1831
1831
 
1832
1832
-- WARNING: The next block of code was automatically generated by
 
1833
-- Util/GenerateHtmlCombinators.hs:248
1833
1834
--
1834
1835
-- | Combinator for the @target@ attribute.
1835
1836
--
1848
1848
{-# INLINE target #-}
1849
1849
 
1850
1850
-- WARNING: The next block of code was automatically generated by
 
1851
-- Util/GenerateHtmlCombinators.hs:248
1851
1852
--
1852
1853
-- | Combinator for the @title@ attribute.
1853
1854
--
1866
1866
{-# INLINE title #-}
1867
1867
 
1868
1868
-- WARNING: The next block of code was automatically generated by
 
1869
-- Util/GenerateHtmlCombinators.hs:248
1869
1870
--
1870
1871
-- | Combinator for the @type@ attribute.
1871
1872
--
1884
1884
{-# INLINE type_ #-}
1885
1885
 
1886
1886
-- WARNING: The next block of code was automatically generated by
 
1887
-- Util/GenerateHtmlCombinators.hs:248
1887
1888
--
1888
1889
-- | Combinator for the @usemap@ attribute.
1889
1890
--
1902
1902
{-# INLINE usemap #-}
1903
1903
 
1904
1904
-- WARNING: The next block of code was automatically generated by
 
1905
-- Util/GenerateHtmlCombinators.hs:248
1905
1906
--
1906
1907
-- | Combinator for the @valign@ attribute.
1907
1908
--
1920
1920
{-# INLINE valign #-}
1921
1921
 
1922
1922
-- WARNING: The next block of code was automatically generated by
 
1923
-- Util/GenerateHtmlCombinators.hs:248
1923
1924
--
1924
1925
-- | Combinator for the @value@ attribute.
1925
1926
--
1938
1938
{-# INLINE value #-}
1939
1939
 
1940
1940
-- WARNING: The next block of code was automatically generated by
 
1941
-- Util/GenerateHtmlCombinators.hs:248
1941
1942
--
1942
1943
-- | Combinator for the @valuetype@ attribute.
1943
1944
--
1956
1956
{-# INLINE valuetype #-}
1957
1957
 
1958
1958
-- WARNING: The next block of code was automatically generated by
 
1959
-- Util/GenerateHtmlCombinators.hs:248
1959
1960
--
1960
1961
-- | Combinator for the @vspace@ attribute.
1961
1962
--
1974
1974
{-# INLINE vspace #-}
1975
1975
 
1976
1976
-- WARNING: The next block of code was automatically generated by
 
1977
-- Util/GenerateHtmlCombinators.hs:248
1977
1978
--
1978
1979
-- | Combinator for the @width@ attribute.
1979
1980
--