summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/platform/linux/fast/selectors/166-expected.txt
blob: 9bfca031b47211450f4a942f3940b7f915f6b76e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
layer at (0,0) size 800x600 clip at (0,0) size 785x600 scrollHeight 3662
  LayoutView at (0,0) size 800x600
layer at (0,0) size 785x3662 backgroundClip at (0,0) size 785x600 clip at (0,0) size 785x600
  LayoutBlockFlow {HTML} at (0,0) size 785x3661.50
    LayoutBlockFlow {BODY} at (8,21.44) size 769x3624.06
      LayoutBlockFlow {H1} at (0,0) size 769x37
        LayoutText {#text} at (0,0) size 247x36
          text run at (0,0) width 247: "HTML Test Index"
      LayoutBlockFlow {P} at (0,58.44) size 769x20
        LayoutText {#text} at (0,0) size 294x19
          text run at (0,0) width 294: "The HTML tests are available in several variants."
      LayoutBlockFlow {H2} at (0,98.34) size 769x27
        LayoutText {#text} at (0,0) size 276x26
          text run at (0,0) width 276: "Tests With Navigation Aids"
      LayoutBlockFlow {P} at (0,145.25) size 769x40
        LayoutText {#text} at (0,0) size 746x39
          text run at (0,0) width 746: "Each category of test is available using several different harnesses. The name of the harness describes how the test markup is"
          text run at (0,20) width 611: "contained within it, for example the Xlink embed case uses an XLink with the show axis set to embed."
      LayoutBlockFlow {UL} at (0,201.25) size 769x200
        LayoutListItem {LI} at (40,0) size 729x40
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 17x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 17x19
              text run at (0,0) width 17: "full"
          LayoutText {#text} at (17,0) size 7x19
            text run at (17,0) width 7: ": "
          LayoutInline {A} at (0,0) size 89x19 [color=#0000EE]
            LayoutText {#text} at (24,0) size 89x19
              text run at (24,0) width 89: "Self Contained"
          LayoutText {#text} at (113,0) size 8x19
            text run at (113,0) width 8: ", "
          LayoutInline {A} at (0,0) size 113x19 [color=#0000EE]
            LayoutText {#text} at (121,0) size 113x19
              text run at (121,0) width 113: "XHTML <iframe>"
          LayoutText {#text} at (234,0) size 8x19
            text run at (234,0) width 8: ", "
          LayoutInline {A} at (0,0) size 114x19 [color=#0000EE]
            LayoutText {#text} at (242,0) size 114x19
              text run at (242,0) width 114: "XHTML <object>"
          LayoutText {#text} at (356,0) size 8x19
            text run at (356,0) width 8: ", "
          LayoutInline {A} at (0,0) size 110x19 [color=#0000EE]
            LayoutText {#text} at (364,0) size 110x19
              text run at (364,0) width 110: "XHTML <frame>"
          LayoutText {#text} at (474,0) size 8x19
            text run at (474,0) width 8: ", "
          LayoutInline {A} at (0,0) size 102x19 [color=#0000EE]
            LayoutText {#text} at (482,0) size 102x19
              text run at (482,0) width 102: "HTML <iframe>"
          LayoutText {#text} at (584,0) size 8x19
            text run at (584,0) width 8: ", "
          LayoutInline {A} at (0,0) size 103x19 [color=#0000EE]
            LayoutText {#text} at (592,0) size 103x19
              text run at (592,0) width 103: "HTML <object>"
          LayoutText {#text} at (695,0) size 4x19
            text run at (695,0) width 4: ","
          LayoutInline {A} at (0,0) size 99x19 [color=#0000EE]
            LayoutText {#text} at (0,20) size 99x19
              text run at (0,20) width 99: "HTML <frame>"
          LayoutText {#text} at (99,20) size 8x19
            text run at (99,20) width 8: ", "
          LayoutInline {A} at (0,0) size 83x19 [color=#0000EE]
            LayoutText {#text} at (107,20) size 83x19
              text run at (107,20) width 83: "XLink embed"
          LayoutText {#text} at (190,20) size 8x19
            text run at (190,20) width 8: ", "
          LayoutInline {A} at (0,0) size 80x19 [color=#0000EE]
            LayoutText {#text} at (198,20) size 80x19
              text run at (198,20) width 80: "TNG Format"
        LayoutListItem {LI} at (40,40) size 729x40
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 31x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 31x19
              text run at (0,0) width 31: "static"
          LayoutText {#text} at (31,0) size 7x19
            text run at (31,0) width 7: ": "
          LayoutInline {A} at (0,0) size 89x19 [color=#0000EE]
            LayoutText {#text} at (38,0) size 89x19
              text run at (38,0) width 89: "Self Contained"
          LayoutText {#text} at (127,0) size 8x19
            text run at (127,0) width 8: ", "
          LayoutInline {A} at (0,0) size 113x19 [color=#0000EE]
            LayoutText {#text} at (135,0) size 113x19
              text run at (135,0) width 113: "XHTML <iframe>"
          LayoutText {#text} at (248,0) size 8x19
            text run at (248,0) width 8: ", "
          LayoutInline {A} at (0,0) size 114x19 [color=#0000EE]
            LayoutText {#text} at (256,0) size 114x19
              text run at (256,0) width 114: "XHTML <object>"
          LayoutText {#text} at (370,0) size 8x19
            text run at (370,0) width 8: ", "
          LayoutInline {A} at (0,0) size 110x19 [color=#0000EE]
            LayoutText {#text} at (378,0) size 110x19
              text run at (378,0) width 110: "XHTML <frame>"
          LayoutText {#text} at (488,0) size 8x19
            text run at (488,0) width 8: ", "
          LayoutInline {A} at (0,0) size 102x19 [color=#0000EE]
            LayoutText {#text} at (496,0) size 102x19
              text run at (496,0) width 102: "HTML <iframe>"
          LayoutText {#text} at (598,0) size 8x19
            text run at (598,0) width 8: ", "
          LayoutInline {A} at (0,0) size 103x19 [color=#0000EE]
            LayoutText {#text} at (606,0) size 103x19
              text run at (606,0) width 103: "HTML <object>"
          LayoutText {#text} at (709,0) size 4x19
            text run at (709,0) width 4: ","
          LayoutInline {A} at (0,0) size 99x19 [color=#0000EE]
            LayoutText {#text} at (0,20) size 99x19
              text run at (0,20) width 99: "HTML <frame>"
          LayoutText {#text} at (99,20) size 8x19
            text run at (99,20) width 8: ", "
          LayoutInline {A} at (0,0) size 83x19 [color=#0000EE]
            LayoutText {#text} at (107,20) size 83x19
              text run at (107,20) width 83: "XLink embed"
          LayoutText {#text} at (190,20) size 8x19
            text run at (190,20) width 8: ", "
          LayoutInline {A} at (0,0) size 80x19 [color=#0000EE]
            LayoutText {#text} at (198,20) size 80x19
              text run at (198,20) width 80: "TNG Format"
        LayoutListItem {LI} at (40,80) size 729x40
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 87x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 87x19
              text run at (0,0) width 87: "history-related"
          LayoutText {#text} at (87,0) size 7x19
            text run at (87,0) width 7: ": "
          LayoutInline {A} at (0,0) size 89x19 [color=#0000EE]
            LayoutText {#text} at (94,0) size 89x19
              text run at (94,0) width 89: "Self Contained"
          LayoutText {#text} at (183,0) size 8x19
            text run at (183,0) width 8: ", "
          LayoutInline {A} at (0,0) size 113x19 [color=#0000EE]
            LayoutText {#text} at (191,0) size 113x19
              text run at (191,0) width 113: "XHTML <iframe>"
          LayoutText {#text} at (304,0) size 8x19
            text run at (304,0) width 8: ", "
          LayoutInline {A} at (0,0) size 114x19 [color=#0000EE]
            LayoutText {#text} at (312,0) size 114x19
              text run at (312,0) width 114: "XHTML <object>"
          LayoutText {#text} at (426,0) size 8x19
            text run at (426,0) width 8: ", "
          LayoutInline {A} at (0,0) size 110x19 [color=#0000EE]
            LayoutText {#text} at (434,0) size 110x19
              text run at (434,0) width 110: "XHTML <frame>"
          LayoutText {#text} at (544,0) size 8x19
            text run at (544,0) width 8: ", "
          LayoutInline {A} at (0,0) size 102x19 [color=#0000EE]
            LayoutText {#text} at (552,0) size 102x19
              text run at (552,0) width 102: "HTML <iframe>"
          LayoutText {#text} at (654,0) size 8x19
            text run at (654,0) width 8: ", "
          LayoutInline {A} at (0,0) size 705x39 [color=#0000EE]
            LayoutText {#text} at (662,0) size 705x39
              text run at (662,0) width 43: "HTML"
              text run at (0,20) width 56: "<object>"
          LayoutText {#text} at (56,20) size 8x19
            text run at (56,20) width 8: ", "
          LayoutInline {A} at (0,0) size 99x19 [color=#0000EE]
            LayoutText {#text} at (64,20) size 99x19
              text run at (64,20) width 99: "HTML <frame>"
          LayoutText {#text} at (163,20) size 8x19
            text run at (163,20) width 8: ", "
          LayoutInline {A} at (0,0) size 83x19 [color=#0000EE]
            LayoutText {#text} at (171,20) size 83x19
              text run at (171,20) width 83: "XLink embed"
          LayoutText {#text} at (254,20) size 8x19
            text run at (254,20) width 8: ", "
          LayoutInline {A} at (0,0) size 80x19 [color=#0000EE]
            LayoutText {#text} at (262,20) size 80x19
              text run at (262,20) width 80: "TNG Format"
        LayoutListItem {LI} at (40,120) size 729x40
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 61x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 61x19
              text run at (0,0) width 61: "interactive"
          LayoutText {#text} at (61,0) size 7x19
            text run at (61,0) width 7: ": "
          LayoutInline {A} at (0,0) size 89x19 [color=#0000EE]
            LayoutText {#text} at (68,0) size 89x19
              text run at (68,0) width 89: "Self Contained"
          LayoutText {#text} at (157,0) size 8x19
            text run at (157,0) width 8: ", "
          LayoutInline {A} at (0,0) size 113x19 [color=#0000EE]
            LayoutText {#text} at (165,0) size 113x19
              text run at (165,0) width 113: "XHTML <iframe>"
          LayoutText {#text} at (278,0) size 8x19
            text run at (278,0) width 8: ", "
          LayoutInline {A} at (0,0) size 114x19 [color=#0000EE]
            LayoutText {#text} at (286,0) size 114x19
              text run at (286,0) width 114: "XHTML <object>"
          LayoutText {#text} at (400,0) size 8x19
            text run at (400,0) width 8: ", "
          LayoutInline {A} at (0,0) size 110x19 [color=#0000EE]
            LayoutText {#text} at (408,0) size 110x19
              text run at (408,0) width 110: "XHTML <frame>"
          LayoutText {#text} at (518,0) size 8x19
            text run at (518,0) width 8: ", "
          LayoutInline {A} at (0,0) size 102x19 [color=#0000EE]
            LayoutText {#text} at (526,0) size 102x19
              text run at (526,0) width 102: "HTML <iframe>"
          LayoutText {#text} at (628,0) size 8x19
            text run at (628,0) width 8: ", "
          LayoutInline {A} at (0,0) size 679x39 [color=#0000EE]
            LayoutText {#text} at (636,0) size 679x39
              text run at (636,0) width 43: "HTML"
              text run at (0,20) width 56: "<object>"
          LayoutText {#text} at (56,20) size 8x19
            text run at (56,20) width 8: ", "
          LayoutInline {A} at (0,0) size 99x19 [color=#0000EE]
            LayoutText {#text} at (64,20) size 99x19
              text run at (64,20) width 99: "HTML <frame>"
          LayoutText {#text} at (163,20) size 8x19
            text run at (163,20) width 8: ", "
          LayoutInline {A} at (0,0) size 83x19 [color=#0000EE]
            LayoutText {#text} at (171,20) size 83x19
              text run at (171,20) width 83: "XLink embed"
          LayoutText {#text} at (254,20) size 8x19
            text run at (254,20) width 8: ", "
          LayoutInline {A} at (0,0) size 80x19 [color=#0000EE]
            LayoutText {#text} at (262,20) size 80x19
              text run at (262,20) width 80: "TNG Format"
        LayoutListItem {LI} at (40,160) size 729x40
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 50x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 50x19
              text run at (0,0) width 50: "dynamic"
          LayoutText {#text} at (50,0) size 7x19
            text run at (50,0) width 7: ": "
          LayoutInline {A} at (0,0) size 89x19 [color=#0000EE]
            LayoutText {#text} at (57,0) size 89x19
              text run at (57,0) width 89: "Self Contained"
          LayoutText {#text} at (146,0) size 8x19
            text run at (146,0) width 8: ", "
          LayoutInline {A} at (0,0) size 113x19 [color=#0000EE]
            LayoutText {#text} at (154,0) size 113x19
              text run at (154,0) width 113: "XHTML <iframe>"
          LayoutText {#text} at (267,0) size 8x19
            text run at (267,0) width 8: ", "
          LayoutInline {A} at (0,0) size 114x19 [color=#0000EE]
            LayoutText {#text} at (275,0) size 114x19
              text run at (275,0) width 114: "XHTML <object>"
          LayoutText {#text} at (389,0) size 8x19
            text run at (389,0) width 8: ", "
          LayoutInline {A} at (0,0) size 110x19 [color=#0000EE]
            LayoutText {#text} at (397,0) size 110x19
              text run at (397,0) width 110: "XHTML <frame>"
          LayoutText {#text} at (507,0) size 8x19
            text run at (507,0) width 8: ", "
          LayoutInline {A} at (0,0) size 102x19 [color=#0000EE]
            LayoutText {#text} at (515,0) size 102x19
              text run at (515,0) width 102: "HTML <iframe>"
          LayoutText {#text} at (617,0) size 8x19
            text run at (617,0) width 8: ", "
          LayoutInline {A} at (0,0) size 668x39 [color=#0000EE]
            LayoutText {#text} at (625,0) size 668x39
              text run at (625,0) width 43: "HTML"
              text run at (0,20) width 56: "<object>"
          LayoutText {#text} at (56,20) size 8x19
            text run at (56,20) width 8: ", "
          LayoutInline {A} at (0,0) size 99x19 [color=#0000EE]
            LayoutText {#text} at (64,20) size 99x19
              text run at (64,20) width 99: "HTML <frame>"
          LayoutText {#text} at (163,20) size 8x19
            text run at (163,20) width 8: ", "
          LayoutInline {A} at (0,0) size 83x19 [color=#0000EE]
            LayoutText {#text} at (171,20) size 83x19
              text run at (171,20) width 83: "XLink embed"
          LayoutText {#text} at (254,20) size 8x19
            text run at (254,20) width 8: ", "
          LayoutInline {A} at (0,0) size 80x19 [color=#0000EE]
            LayoutText {#text} at (262,20) size 80x19
              text run at (262,20) width 80: "TNG Format"
      LayoutBlockFlow {H2} at (0,421.16) size 769x27
        LayoutText {#text} at (0,0) size 171x26
          text run at (0,0) width 171: "Unadorned Tests"
      LayoutBlockFlow {UL} at (0,468.06) size 769x3120
        LayoutListItem {LI} at (40,0) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 118x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 118x19
              text run at (0,0) width 118: "Groups of selectors"
          LayoutText {#text} at (118,0) size 30x19
            text run at (118,0) width 30: " (#1)"
        LayoutListItem {LI} at (40,20) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 137x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 137x19
              text run at (0,0) width 137: "Type element selectors"
          LayoutText {#text} at (136,0) size 31x19
            text run at (136,0) width 31: " (#2)"
        LayoutListItem {LI} at (40,40) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 156x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 156x19
              text run at (0,0) width 156: "Omitted universal selector"
          LayoutText {#text} at (156,0) size 30x19
            text run at (156,0) width 30: " (#4)"
        LayoutListItem {LI} at (40,60) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 163x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 163x19
              text run at (0,0) width 163: "Attribute existence selector"
          LayoutText {#text} at (163,0) size 30x19
            text run at (163,0) width 30: " (#5)"
        LayoutListItem {LI} at (40,80) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 139x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 139x19
              text run at (0,0) width 139: "Attribute value selector"
          LayoutText {#text} at (139,0) size 30x19
            text run at (139,0) width 30: " (#6)"
        LayoutListItem {LI} at (40,100) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 167x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 167x19
              text run at (0,0) width 167: "Attribute multivalue selector"
          LayoutText {#text} at (167,0) size 30x19
            text run at (167,0) width 30: " (#7)"
        LayoutListItem {LI} at (40,120) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 167x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 167x19
              text run at (0,0) width 167: "Attribute multivalue selector"
          LayoutText {#text} at (167,0) size 38x19
            text run at (167,0) width 38: " (#7b)"
        LayoutListItem {LI} at (40,140) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 326x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 326x19
              text run at (0,0) width 326: "Attribute value selectors (hyphen-separated attributes)"
          LayoutText {#text} at (326,0) size 30x19
            text run at (326,0) width 30: " (#8)"
        LayoutListItem {LI} at (40,160) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 287x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 287x19
              text run at (0,0) width 287: "Substring matching attribute selector (beginning)"
          LayoutText {#text} at (287,0) size 30x19
            text run at (287,0) width 30: " (#9)"
        LayoutListItem {LI} at (40,180) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 253x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 253x19
              text run at (0,0) width 253: "Substring matching attribute selector (end)"
          LayoutText {#text} at (253,0) size 38x19
            text run at (253,0) width 38: " (#10)"
        LayoutListItem {LI} at (40,200) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 280x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 280x19
              text run at (0,0) width 280: "Substring matching attribute selector (contains)"
          LayoutText {#text} at (280,0) size 38x19
            text run at (280,0) width 38: " (#11)"
        LayoutListItem {LI} at (40,220) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 131x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 131x19
              text run at (0,0) width 131: "Default attribute value"
          LayoutText {#text} at (131,0) size 38x19
            text run at (131,0) width 38: " (#12)"
        LayoutListItem {LI} at (40,240) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 90x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 90x19
              text run at (0,0) width 90: "Class selectors"
          LayoutText {#text} at (90,0) size 38x19
            text run at (90,0) width 38: " (#13)"
        LayoutListItem {LI} at (40,260) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 173x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 173x19
              text run at (0,0) width 173: "More than one class selector"
          LayoutText {#text} at (173,0) size 38x19
            text run at (173,0) width 38: " (#14)"
        LayoutListItem {LI} at (40,280) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 73x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 73x19
              text run at (0,0) width 73: "ID selectors"
          LayoutText {#text} at (73,0) size 38x19
            text run at (73,0) width 38: " (#15)"
        LayoutListItem {LI} at (40,300) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 107x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 107x19
              text run at (0,0) width 107: ":link pseudo-class"
          LayoutText {#text} at (107,0) size 38x19
            text run at (107,0) width 38: " (#16)"
        LayoutListItem {LI} at (40,320) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 124x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 124x19
              text run at (0,0) width 124: ":visited pseudo-class"
          LayoutText {#text} at (124,0) size 38x19
            text run at (124,0) width 38: " (#17)"
        LayoutListItem {LI} at (40,340) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 120x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 120x19
              text run at (0,0) width 120: ":hover pseudo-class"
          LayoutText {#text} at (120,0) size 38x19
            text run at (120,0) width 38: " (#18)"
        LayoutListItem {LI} at (40,360) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 120x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 120x19
              text run at (0,0) width 120: ":hover pseudo-class"
          LayoutText {#text} at (120,0) size 46x19
            text run at (120,0) width 46: " (#18b)"
        LayoutListItem {LI} at (40,380) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 121x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 121x19
              text run at (0,0) width 121: ":active pseudo-class"
          LayoutText {#text} at (121,0) size 38x19
            text run at (121,0) width 38: " (#19)"
        LayoutListItem {LI} at (40,400) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 118x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 118x19
              text run at (0,0) width 118: ":focus pseudo-class"
          LayoutText {#text} at (118,0) size 38x19
            text run at (118,0) width 38: " (#20)"
        LayoutListItem {LI} at (40,420) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 120x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 120x19
              text run at (0,0) width 120: ":target pseudo-class"
          LayoutText {#text} at (119,0) size 39x19
            text run at (119,0) width 39: " (#21)"
        LayoutListItem {LI} at (40,440) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 120x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 120x19
              text run at (0,0) width 120: ":target pseudo-class"
          LayoutText {#text} at (119,0) size 47x19
            text run at (119,0) width 47: " (#21b)"
        LayoutListItem {LI} at (40,460) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 120x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 120x19
              text run at (0,0) width 120: ":target pseudo-class"
          LayoutText {#text} at (119,0) size 46x19
            text run at (119,0) width 46: " (#21c)"
        LayoutListItem {LI} at (40,480) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 120x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 120x19
              text run at (0,0) width 120: ":lang() pseudo-class"
          LayoutText {#text} at (120,0) size 38x19
            text run at (120,0) width 38: " (#22)"
        LayoutListItem {LI} at (40,500) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 133x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 133x19
              text run at (0,0) width 133: ":enabled pseudo-class"
          LayoutText {#text} at (133,0) size 38x19
            text run at (133,0) width 38: " (#23)"
        LayoutListItem {LI} at (40,520) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 136x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 136x19
              text run at (0,0) width 136: ":disabled pseudo-class"
          LayoutText {#text} at (136,0) size 38x19
            text run at (136,0) width 38: " (#24)"
        LayoutListItem {LI} at (40,540) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 137x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 137x19
              text run at (0,0) width 137: ":checked pseudo-class"
          LayoutText {#text} at (137,0) size 38x19
            text run at (137,0) width 38: " (#25)"
        LayoutListItem {LI} at (40,560) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 111x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 111x19
              text run at (0,0) width 111: ":root pseudo-class"
          LayoutText {#text} at (111,0) size 38x19
            text run at (111,0) width 38: " (#27)"
        LayoutListItem {LI} at (40,580) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 148x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 148x19
              text run at (0,0) width 148: ":nth-child() pseudo-class"
          LayoutText {#text} at (148,0) size 38x19
            text run at (148,0) width 38: " (#28)"
        LayoutListItem {LI} at (40,600) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 148x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 148x19
              text run at (0,0) width 148: ":nth-child() pseudo-class"
          LayoutText {#text} at (148,0) size 46x19
            text run at (148,0) width 46: " (#28b)"
        LayoutListItem {LI} at (40,620) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 174x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 174x19
              text run at (0,0) width 174: ":nth-last-child() pseudo-class"
          LayoutText {#text} at (174,0) size 38x19
            text run at (174,0) width 38: " (#29)"
        LayoutListItem {LI} at (40,640) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 174x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 174x19
              text run at (0,0) width 174: ":nth-last-child() pseudo-class"
          LayoutText {#text} at (174,0) size 46x19
            text run at (174,0) width 46: " (#29b)"
        LayoutListItem {LI} at (40,660) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 164x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 164x19
              text run at (0,0) width 164: ":nth-of-type() pseudo-class"
          LayoutText {#text} at (164,0) size 38x19
            text run at (164,0) width 38: " (#30)"
        LayoutListItem {LI} at (40,680) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 190x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 190x19
              text run at (0,0) width 190: ":nth-last-of-type() pseudo-class"
          LayoutText {#text} at (190,0) size 38x19
            text run at (190,0) width 38: " (#31)"
        LayoutListItem {LI} at (40,700) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 142x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 142x19
              text run at (0,0) width 142: ":first-child pseudo-class"
          LayoutText {#text} at (142,0) size 38x19
            text run at (142,0) width 38: " (#32)"
        LayoutListItem {LI} at (40,720) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 140x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 140x19
              text run at (0,0) width 140: ":last-child pseudo-class"
          LayoutText {#text} at (140,0) size 38x19
            text run at (140,0) width 38: " (#33)"
        LayoutListItem {LI} at (40,740) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 158x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 158x19
              text run at (0,0) width 158: ":first-of-type pseudo-class"
          LayoutText {#text} at (158,0) size 38x19
            text run at (158,0) width 38: " (#34)"
        LayoutListItem {LI} at (40,760) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 156x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 156x19
              text run at (0,0) width 156: ":last-of-type pseudo-class"
          LayoutText {#text} at (156,0) size 38x19
            text run at (156,0) width 38: " (#35)"
        LayoutListItem {LI} at (40,780) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 145x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 145x19
              text run at (0,0) width 145: ":only-child pseudo-class"
          LayoutText {#text} at (145,0) size 38x19
            text run at (145,0) width 38: " (#36)"
        LayoutListItem {LI} at (40,800) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 161x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 161x19
              text run at (0,0) width 161: ":only-of-type pseudo-class"
          LayoutText {#text} at (161,0) size 38x19
            text run at (161,0) width 38: " (#37)"
        LayoutListItem {LI} at (40,820) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 154x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 154x19
              text run at (0,0) width 154: "::first-line pseudo-element"
          LayoutText {#text} at (154,0) size 38x19
            text run at (154,0) width 38: " (#38)"
        LayoutListItem {LI} at (40,840) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 164x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 164x19
              text run at (0,0) width 164: "::first-letter pseudo-element"
          LayoutText {#text} at (164,0) size 38x19
            text run at (164,0) width 38: " (#39)"
        LayoutListItem {LI} at (40,860) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 342x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 342x19
              text run at (0,0) width 342: "::first-letter pseudo-element with ::before pseudo-element"
          LayoutText {#text} at (342,0) size 45x19
            text run at (342,0) width 45: " (#39a)"
        LayoutListItem {LI} at (40,880) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 342x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 342x19
              text run at (0,0) width 342: "::first-letter pseudo-element with ::before pseudo-element"
          LayoutText {#text} at (342,0) size 45x19
            text run at (342,0) width 45: " (#39a)"
        LayoutListItem {LI} at (40,900) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 164x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 164x19
              text run at (0,0) width 164: "::first-letter pseudo-element"
          LayoutText {#text} at (164,0) size 46x19
            text run at (164,0) width 46: " (#39b)"
        LayoutListItem {LI} at (40,920) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 158x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 158x19
              text run at (0,0) width 158: "::selection pseudo-element"
          LayoutText {#text} at (158,0) size 38x19
            text run at (158,0) width 38: " (#40)"
        LayoutListItem {LI} at (40,940) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 145x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 145x19
              text run at (0,0) width 145: "::before pseudo-element"
          LayoutText {#text} at (145,0) size 38x19
            text run at (145,0) width 38: " (#41)"
        LayoutListItem {LI} at (40,960) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 133x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 133x19
              text run at (0,0) width 133: "::after pseudo-element"
          LayoutText {#text} at (133,0) size 38x19
            text run at (133,0) width 38: " (#42)"
        LayoutListItem {LI} at (40,980) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 143x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 143x19
              text run at (0,0) width 143: "Descendant combinator"
          LayoutText {#text} at (143,0) size 38x19
            text run at (143,0) width 38: " (#43)"
        LayoutListItem {LI} at (40,1000) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 143x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 143x19
              text run at (0,0) width 143: "Descendant combinator"
          LayoutText {#text} at (143,0) size 46x19
            text run at (143,0) width 46: " (#43b)"
        LayoutListItem {LI} at (40,1020) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 104x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 104x19
              text run at (0,0) width 104: "Child combinator"
          LayoutText {#text} at (104,0) size 38x19
            text run at (104,0) width 38: " (#44)"
        LayoutListItem {LI} at (40,1040) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 104x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 104x19
              text run at (0,0) width 104: "Child combinator"
          LayoutText {#text} at (104,0) size 46x19
            text run at (104,0) width 46: " (#44b)"
        LayoutListItem {LI} at (40,1060) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 176x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 176x19
              text run at (0,0) width 176: "Child combinator and classes"
          LayoutText {#text} at (176,0) size 45x19
            text run at (176,0) width 45: " (#44c)"
        LayoutListItem {LI} at (40,1080) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 159x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 159x19
              text run at (0,0) width 159: "Child combinatior and IDs"
          LayoutText {#text} at (159,0) size 46x19
            text run at (159,0) width 46: " (#44d)"
        LayoutListItem {LI} at (40,1100) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 164x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 164x19
              text run at (0,0) width 164: "Direct adjacent combinator"
          LayoutText {#text} at (164,0) size 38x19
            text run at (164,0) width 38: " (#45)"
        LayoutListItem {LI} at (40,1120) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 164x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 164x19
              text run at (0,0) width 164: "Direct adjacent combinator"
          LayoutText {#text} at (164,0) size 46x19
            text run at (164,0) width 46: " (#45b)"
        LayoutListItem {LI} at (40,1140) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 236x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 236x19
              text run at (0,0) width 236: "Direct adjacent combinator and classes"
          LayoutText {#text} at (236,0) size 45x19
            text run at (236,0) width 45: " (#45c)"
        LayoutListItem {LI} at (40,1160) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 173x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 173x19
              text run at (0,0) width 173: "Indirect adjacent combinator"
          LayoutText {#text} at (173,0) size 38x19
            text run at (173,0) width 38: " (#46)"
        LayoutListItem {LI} at (40,1180) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 173x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 173x19
              text run at (0,0) width 173: "Indirect adjacent combinator"
          LayoutText {#text} at (173,0) size 46x19
            text run at (173,0) width 46: " (#46b)"
        LayoutListItem {LI} at (40,1200) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 368x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 368x19
              text run at (0,0) width 368: "NEGATED substring matching attribute selector on beginning"
          LayoutText {#text} at (367,0) size 39x19
            text run at (367,0) width 39: " (#54)"
        LayoutListItem {LI} at (40,1220) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 334x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 334x19
              text run at (0,0) width 334: "NEGATED substring matching attribute selector on end"
          LayoutText {#text} at (333,0) size 39x19
            text run at (333,0) width 39: " (#55)"
        LayoutListItem {LI} at (40,1240) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 352x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 352x19
              text run at (0,0) width 352: "NEGATED substring matching attribute selector on middle"
          LayoutText {#text} at (351,0) size 39x19
            text run at (351,0) width 39: " (#56)"
        LayoutListItem {LI} at (40,1260) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 294x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 294x19
              text run at (0,0) width 294: "Default attribute value and negation pseudo-class"
          LayoutText {#text} at (294,0) size 38x19
            text run at (294,0) width 38: " (#58)"
        LayoutListItem {LI} at (40,1280) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 155x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 155x19
              text run at (0,0) width 155: "NEGATED class selector"
          LayoutText {#text} at (154,0) size 39x19
            text run at (154,0) width 39: " (#59)"
        LayoutListItem {LI} at (40,1300) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 142x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 142x19
              text run at (0,0) width 142: "NEGATED ID selector"
          LayoutText {#text} at (141,0) size 39x19
            text run at (141,0) width 39: " (#60)"
        LayoutListItem {LI} at (40,1320) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 182x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 182x19
              text run at (0,0) width 182: "NEGATED :link pseudo-class"
          LayoutText {#text} at (181,0) size 39x19
            text run at (181,0) width 39: " (#61)"
        LayoutListItem {LI} at (40,1340) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 199x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 199x19
              text run at (0,0) width 199: "NEGATED :visited pseudo-class"
          LayoutText {#text} at (198,0) size 39x19
            text run at (198,0) width 39: " (#62)"
        LayoutListItem {LI} at (40,1360) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 195x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 195x19
              text run at (0,0) width 195: "NEGATED :hover pseudo-class"
          LayoutText {#text} at (194,0) size 39x19
            text run at (194,0) width 39: " (#63)"
        LayoutListItem {LI} at (40,1380) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 196x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 196x19
              text run at (0,0) width 196: "NEGATED :active pseudo-class"
          LayoutText {#text} at (195,0) size 39x19
            text run at (195,0) width 39: " (#64)"
        LayoutListItem {LI} at (40,1400) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 193x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 193x19
              text run at (0,0) width 193: "NEGATED :focus pseudo-class"
          LayoutText {#text} at (192,0) size 39x19
            text run at (192,0) width 39: " (#65)"
        LayoutListItem {LI} at (40,1420) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 194x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 194x19
              text run at (0,0) width 194: "NEGATED :target pseudo-class"
          LayoutText {#text} at (193,0) size 39x19
            text run at (193,0) width 39: " (#66)"
        LayoutListItem {LI} at (40,1440) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 194x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 194x19
              text run at (0,0) width 194: "NEGATED :target pseudo-class"
          LayoutText {#text} at (193,0) size 47x19
            text run at (193,0) width 47: " (#66b)"
        LayoutListItem {LI} at (40,1460) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 195x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 195x19
              text run at (0,0) width 195: "NEGATED :lang() pseudo-class"
          LayoutText {#text} at (194,0) size 39x19
            text run at (194,0) width 39: " (#67)"
        LayoutListItem {LI} at (40,1480) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 212x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 212x19
              text run at (0,0) width 212: "NEGATED :checked pseudo-class"
          LayoutText {#text} at (211,0) size 39x19
            text run at (211,0) width 39: " (#70)"
        LayoutListItem {LI} at (40,1500) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 186x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 186x19
              text run at (0,0) width 186: "NEGATED :root pseudo-class"
          LayoutText {#text} at (185,0) size 39x19
            text run at (185,0) width 39: " (#72)"
        LayoutListItem {LI} at (40,1520) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 186x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 186x19
              text run at (0,0) width 186: "NEGATED :root pseudo-class"
          LayoutText {#text} at (185,0) size 47x19
            text run at (185,0) width 47: " (#72b)"
        LayoutListItem {LI} at (40,1540) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 223x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 223x19
              text run at (0,0) width 223: "NEGATED :nth-child() pseudo-class"
          LayoutText {#text} at (222,0) size 39x19
            text run at (222,0) width 39: " (#73)"
        LayoutListItem {LI} at (40,1560) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 223x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 223x19
              text run at (0,0) width 223: "NEGATED :nth-child() pseudo-class"
          LayoutText {#text} at (222,0) size 47x19
            text run at (222,0) width 47: " (#73b)"
        LayoutListItem {LI} at (40,1580) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 249x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 249x19
              text run at (0,0) width 249: "NEGATED :nth-last-child() pseudo-class"
          LayoutText {#text} at (248,0) size 39x19
            text run at (248,0) width 39: " (#74)"
        LayoutListItem {LI} at (40,1600) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 249x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 249x19
              text run at (0,0) width 249: "NEGATED :nth-last-child() pseudo-class"
          LayoutText {#text} at (248,0) size 47x19
            text run at (248,0) width 47: " (#74b)"
        LayoutListItem {LI} at (40,1620) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 239x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 239x19
              text run at (0,0) width 239: "NEGATED :nth-of-type() pseudo-class"
          LayoutText {#text} at (238,0) size 39x19
            text run at (238,0) width 39: " (#75)"
        LayoutListItem {LI} at (40,1640) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 239x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 239x19
              text run at (0,0) width 239: "NEGATED :nth-of-type() pseudo-class"
          LayoutText {#text} at (238,0) size 47x19
            text run at (238,0) width 47: " (#75b)"
        LayoutListItem {LI} at (40,1660) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 265x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 265x19
              text run at (0,0) width 265: "NEGATED :nth-last-of-type() pseudo-class"
          LayoutText {#text} at (264,0) size 39x19
            text run at (264,0) width 39: " (#76)"
        LayoutListItem {LI} at (40,1680) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 265x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 265x19
              text run at (0,0) width 265: "NEGATED :nth-last-of-type() pseudo-class"
          LayoutText {#text} at (264,0) size 47x19
            text run at (264,0) width 47: " (#76b)"
        LayoutListItem {LI} at (40,1700) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 217x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 217x19
              text run at (0,0) width 217: "NEGATED :first-child pseudo-class"
          LayoutText {#text} at (216,0) size 39x19
            text run at (216,0) width 39: " (#77)"
        LayoutListItem {LI} at (40,1720) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 217x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 217x19
              text run at (0,0) width 217: "NEGATED :first-child pseudo-class"
          LayoutText {#text} at (216,0) size 47x19
            text run at (216,0) width 47: " (#77b)"
        LayoutListItem {LI} at (40,1740) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 215x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 215x19
              text run at (0,0) width 215: "NEGATED :last-child pseudo-class"
          LayoutText {#text} at (214,0) size 39x19
            text run at (214,0) width 39: " (#78)"
        LayoutListItem {LI} at (40,1760) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 215x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 215x19
              text run at (0,0) width 215: "NEGATED :last-child pseudo-class"
          LayoutText {#text} at (214,0) size 47x19
            text run at (214,0) width 47: " (#78b)"
        LayoutListItem {LI} at (40,1780) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 233x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 233x19
              text run at (0,0) width 233: "NEGATED :first-of-type pseudo-class"
          LayoutText {#text} at (232,0) size 39x19
            text run at (232,0) width 39: " (#79)"
        LayoutListItem {LI} at (40,1800) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 231x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 231x19
              text run at (0,0) width 231: "NEGATED :last-of-type pseudo-class"
          LayoutText {#text} at (230,0) size 39x19
            text run at (230,0) width 39: " (#80)"
        LayoutListItem {LI} at (40,1820) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 220x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 220x19
              text run at (0,0) width 220: "NEGATED :only-child pseudo-class"
          LayoutText {#text} at (219,0) size 39x19
            text run at (219,0) width 39: " (#81)"
        LayoutListItem {LI} at (40,1840) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 220x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 220x19
              text run at (0,0) width 220: "NEGATED :only-child pseudo-class"
          LayoutText {#text} at (219,0) size 47x19
            text run at (219,0) width 47: " (#81b)"
        LayoutListItem {LI} at (40,1860) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 236x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 236x19
              text run at (0,0) width 236: "NEGATED :only-of-type pseudo-class"
          LayoutText {#text} at (235,0) size 39x19
            text run at (235,0) width 39: " (#82)"
        LayoutListItem {LI} at (40,1880) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 236x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 236x19
              text run at (0,0) width 236: "NEGATED :only-of-type pseudo-class"
          LayoutText {#text} at (235,0) size 47x19
            text run at (235,0) width 47: " (#82b)"
        LayoutListItem {LI} at (40,1900) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 325x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 325x19
              text run at (0,0) width 325: "Negation pseudo-class cannot be an argument of itself"
          LayoutText {#text} at (324,0) size 39x19
            text run at (324,0) width 39: " (#83)"
        LayoutListItem {LI} at (40,1920) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 145x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 145x19
              text run at (0,0) width 145: ":contains() pseudo-class"
          LayoutText {#text} at (145,0) size 38x19
            text run at (145,0) width 38: " (#84)"
        LayoutListItem {LI} at (40,1940) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 145x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 145x19
              text run at (0,0) width 145: ":contains() pseudo-class"
          LayoutText {#text} at (145,0) size 46x19
            text run at (145,0) width 46: " (#84b)"
        LayoutListItem {LI} at (40,1960) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 220x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 220x19
              text run at (0,0) width 220: "NEGATED :contains() pseudo-class"
          LayoutText {#text} at (219,0) size 39x19
            text run at (219,0) width 39: " (#85)"
        LayoutListItem {LI} at (40,1980) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 420x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 420x19
              text run at (0,0) width 420: "Nondeterministic matching of direct and indirect adjacent combinators"
          LayoutText {#text} at (420,0) size 38x19
            text run at (420,0) width 38: " (#87)"
        LayoutListItem {LI} at (40,2000) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 420x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 420x19
              text run at (0,0) width 420: "Nondeterministic matching of direct and indirect adjacent combinators"
          LayoutText {#text} at (420,0) size 46x19
            text run at (420,0) width 46: " (#87b)"
        LayoutListItem {LI} at (40,2020) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 444x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 444x19
              text run at (0,0) width 444: "Nondeterministic matching of descendant and direct adjacent combinators"
          LayoutText {#text} at (444,0) size 38x19
            text run at (444,0) width 38: " (#88)"
        LayoutListItem {LI} at (40,2040) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 444x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 444x19
              text run at (0,0) width 444: "Nondeterministic matching of descendant and direct adjacent combinators"
          LayoutText {#text} at (444,0) size 46x19
            text run at (444,0) width 46: " (#88b)"
        LayoutListItem {LI} at (40,2060) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 342x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 342x19
              text run at (0,0) width 342: "Simple combination of descendant and child combinators"
          LayoutText {#text} at (342,0) size 38x19
            text run at (342,0) width 38: " (#89)"
        LayoutListItem {LI} at (40,2080) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 379x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 379x19
              text run at (0,0) width 379: "Simple combination of direct and indirect adjacent combinators"
          LayoutText {#text} at (379,0) size 38x19
            text run at (379,0) width 38: " (#90)"
        LayoutListItem {LI} at (40,2100) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 379x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 379x19
              text run at (0,0) width 379: "Simple combination of direct and indirect adjacent combinators"
          LayoutText {#text} at (379,0) size 46x19
            text run at (379,0) width 46: " (#90b)"
        LayoutListItem {LI} at (40,2120) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 274x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 274x19
              text run at (0,0) width 274: "NEGATED :enabled:disabled pseudo-classes"
          LayoutText {#text} at (273,0) size 47x19
            text run at (273,0) width 47: " (#144)"
        LayoutListItem {LI} at (40,2140) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 175x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 175x19
              text run at (0,0) width 175: ":empty pseudo-class and text"
          LayoutText {#text} at (175,0) size 46x19
            text run at (175,0) width 46: " (#148)"
        LayoutListItem {LI} at (40,2160) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 246x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 246x19
              text run at (0,0) width 246: ":empty pseudo-class and empty elements"
          LayoutText {#text} at (246,0) size 46x19
            text run at (246,0) width 46: " (#149)"
        LayoutListItem {LI} at (40,2180) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 246x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 246x19
              text run at (0,0) width 246: ":empty pseudo-class and empty elements"
          LayoutText {#text} at (246,0) size 54x19
            text run at (246,0) width 54: " (#149b)"
        LayoutListItem {LI} at (40,2200) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 220x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 220x19
              text run at (0,0) width 220: ":empty pseudo-class and whitespace"
          LayoutText {#text} at (220,0) size 46x19
            text run at (220,0) width 46: " (#151)"
        LayoutListItem {LI} at (40,2220) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 205x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 205x19
              text run at (0,0) width 205: ":empty pseudo-class and elements"
          LayoutText {#text} at (205,0) size 46x19
            text run at (205,0) width 46: " (#152)"
        LayoutListItem {LI} at (40,2240) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 114x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 114x19
              text run at (0,0) width 114: "Syntax and parsing"
          LayoutText {#text} at (114,0) size 46x19
            text run at (114,0) width 46: " (#154)"
        LayoutListItem {LI} at (40,2260) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 114x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 114x19
              text run at (0,0) width 114: "Syntax and parsing"
          LayoutText {#text} at (114,0) size 46x19
            text run at (114,0) width 46: " (#155)"
        LayoutListItem {LI} at (40,2280) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 114x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 114x19
              text run at (0,0) width 114: "Syntax and parsing"
          LayoutText {#text} at (114,0) size 53x19
            text run at (114,0) width 53: " (#155a)"
        LayoutListItem {LI} at (40,2300) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 114x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 114x19
              text run at (0,0) width 114: "Syntax and parsing"
          LayoutText {#text} at (114,0) size 54x19
            text run at (114,0) width 54: " (#155b)"
        LayoutListItem {LI} at (40,2320) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 114x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 114x19
              text run at (0,0) width 114: "Syntax and parsing"
          LayoutText {#text} at (114,0) size 53x19
            text run at (114,0) width 53: " (#155c)"
        LayoutListItem {LI} at (40,2340) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 114x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 114x19
              text run at (0,0) width 114: "Syntax and parsing"
          LayoutText {#text} at (114,0) size 54x19
            text run at (114,0) width 54: " (#155d)"
        LayoutListItem {LI} at (40,2360) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 114x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 114x19
              text run at (0,0) width 114: "Syntax and parsing"
          LayoutText {#text} at (114,0) size 46x19
            text run at (114,0) width 46: " (#156)"
        LayoutListItem {LI} at (40,2380) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 114x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 114x19
              text run at (0,0) width 114: "Syntax and parsing"
          LayoutText {#text} at (114,0) size 54x19
            text run at (114,0) width 54: " (#156b)"
        LayoutListItem {LI} at (40,2400) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 114x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 114x19
              text run at (0,0) width 114: "Syntax and parsing"
          LayoutText {#text} at (114,0) size 53x19
            text run at (114,0) width 53: " (#156c)"
        LayoutListItem {LI} at (40,2420) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 114x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 114x19
              text run at (0,0) width 114: "Syntax and parsing"
          LayoutText {#text} at (114,0) size 46x19
            text run at (114,0) width 46: " (#157)"
        LayoutListItem {LI} at (40,2440) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 114x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 114x19
              text run at (0,0) width 114: "Syntax and parsing"
          LayoutText {#text} at (114,0) size 46x19
            text run at (114,0) width 46: " (#158)"
        LayoutListItem {LI} at (40,2460) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 265x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 265x19
              text run at (0,0) width 265: "Syntax and parsing of new pseudo-elements"
          LayoutText {#text} at (265,0) size 46x19
            text run at (265,0) width 46: " (#159)"
        LayoutListItem {LI} at (40,2480) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 285x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 285x19
              text run at (0,0) width 285: "Syntax and parsing of unknown pseudo-classes"
          LayoutText {#text} at (285,0) size 46x19
            text run at (285,0) width 46: " (#160)"
        LayoutListItem {LI} at (40,2500) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 417x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 417x19
              text run at (0,0) width 417: "Syntax and parsing of unknown pseudo-classes and pseudo-elements"
          LayoutText {#text} at (417,0) size 46x19
            text run at (417,0) width 46: " (#161)"
        LayoutListItem {LI} at (40,2520) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 127x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 127x19
              text run at (0,0) width 127: "Contextual ::selection"
          LayoutText {#text} at (127,0) size 46x19
            text run at (127,0) width 46: " (#162)"
        LayoutListItem {LI} at (40,2540) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 121x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 121x19
              text run at (0,0) width 121: "Contextual :contains"
          LayoutText {#text} at (121,0) size 46x19
            text run at (121,0) width 46: " (#163)"
        LayoutListItem {LI} at (40,2560) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 126x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 126x19
              text run at (0,0) width 126: ":focus with ::selection"
          LayoutText {#text} at (126,0) size 46x19
            text run at (126,0) width 46: " (#164)"
        LayoutListItem {LI} at (40,2580) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 128x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 128x19
              text run at (0,0) width 128: ":hover with ::selection"
          LayoutText {#text} at (128,0) size 46x19
            text run at (128,0) width 46: " (#165)"
        LayoutListItem {LI} at (40,2600) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 158x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 158x19
              text run at (0,0) width 158: ":first-letter with ::first-letter"
          LayoutText {#text} at (158,0) size 46x19
            text run at (158,0) width 46: " (#166)"
        LayoutListItem {LI} at (40,2620) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 158x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 158x19
              text run at (0,0) width 158: ":first-letter with ::first-letter"
          LayoutText {#text} at (158,0) size 53x19
            text run at (158,0) width 53: " (#166a)"
        LayoutListItem {LI} at (40,2640) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 138x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 138x19
              text run at (0,0) width 138: ":first-line with ::first-line"
          LayoutText {#text} at (138,0) size 46x19
            text run at (138,0) width 46: " (#167)"
        LayoutListItem {LI} at (40,2660) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 138x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 138x19
              text run at (0,0) width 138: ":first-line with ::first-line"
          LayoutText {#text} at (138,0) size 53x19
            text run at (138,0) width 53: " (#167a)"
        LayoutListItem {LI} at (40,2680) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 120x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 120x19
              text run at (0,0) width 120: ":before with ::before"
          LayoutText {#text} at (120,0) size 46x19
            text run at (120,0) width 46: " (#168)"
        LayoutListItem {LI} at (40,2700) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 120x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 120x19
              text run at (0,0) width 120: ":before with ::before"
          LayoutText {#text} at (120,0) size 53x19
            text run at (120,0) width 53: " (#168a)"
        LayoutListItem {LI} at (40,2720) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 96x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 96x19
              text run at (0,0) width 96: ":after with ::after"
          LayoutText {#text} at (96,0) size 46x19
            text run at (96,0) width 46: " (#169)"
        LayoutListItem {LI} at (40,2740) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 96x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 96x19
              text run at (0,0) width 96: ":after with ::after"
          LayoutText {#text} at (96,0) size 53x19
            text run at (96,0) width 53: " (#169a)"
        LayoutListItem {LI} at (40,2760) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 145x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 145x19
              text run at (0,0) width 145: "Long chains of selectors"
          LayoutText {#text} at (145,0) size 46x19
            text run at (145,0) width 46: " (#170)"
        LayoutListItem {LI} at (40,2780) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 145x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 145x19
              text run at (0,0) width 145: "Long chains of selectors"
          LayoutText {#text} at (145,0) size 53x19
            text run at (145,0) width 53: " (#170a)"
        LayoutListItem {LI} at (40,2800) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 145x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 145x19
              text run at (0,0) width 145: "Long chains of selectors"
          LayoutText {#text} at (145,0) size 54x19
            text run at (145,0) width 54: " (#170b)"
        LayoutListItem {LI} at (40,2820) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 145x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 145x19
              text run at (0,0) width 145: "Long chains of selectors"
          LayoutText {#text} at (145,0) size 53x19
            text run at (145,0) width 53: " (#170c)"
        LayoutListItem {LI} at (40,2840) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 145x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 145x19
              text run at (0,0) width 145: "Long chains of selectors"
          LayoutText {#text} at (145,0) size 54x19
            text run at (145,0) width 54: " (#170d)"
        LayoutListItem {LI} at (40,2860) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 167x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 167x19
              text run at (0,0) width 167: "Parsing: Numbers in classes"
          LayoutText {#text} at (167,0) size 53x19
            text run at (167,0) width 53: " (#175a)"
        LayoutListItem {LI} at (40,2880) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 167x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 167x19
              text run at (0,0) width 167: "Parsing: Numbers in classes"
          LayoutText {#text} at (167,0) size 54x19
            text run at (167,0) width 54: " (#175b)"
        LayoutListItem {LI} at (40,2900) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 167x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 167x19
              text run at (0,0) width 167: "Parsing: Numbers in classes"
          LayoutText {#text} at (167,0) size 53x19
            text run at (167,0) width 53: " (#175c)"
        LayoutListItem {LI} at (40,2920) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 241x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 241x19
              text run at (0,0) width 241: "NEGATED Dynamic handling of :empty"
          LayoutText {#text} at (240,0) size 39x19
            text run at (240,0) width 39: " (#d1)"
        LayoutListItem {LI} at (40,2940) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 241x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 241x19
              text run at (0,0) width 241: "NEGATED Dynamic handling of :empty"
          LayoutText {#text} at (240,0) size 47x19
            text run at (240,0) width 47: " (#d1b)"
        LayoutListItem {LI} at (40,2960) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 200x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 200x19
              text run at (0,0) width 200: "Dynamic handling of combinators"
          LayoutText {#text} at (200,0) size 38x19
            text run at (200,0) width 38: " (#d2)"
        LayoutListItem {LI} at (40,2980) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 274x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 274x19
              text run at (0,0) width 274: "Dynamic updating of :first-child and :last-child"
          LayoutText {#text} at (274,0) size 38x19
            text run at (274,0) width 38: " (#d4)"
        LayoutListItem {LI} at (40,3000) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 83x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 83x19
              text run at (0,0) width 83: ":indeterminate"
          LayoutText {#text} at (83,0) size 38x19
            text run at (83,0) width 38: " (#d5)"
        LayoutListItem {LI} at (40,3020) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 167x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 167x19
              text run at (0,0) width 167: ":indeterminate and :checked"
          LayoutText {#text} at (167,0) size 45x19
            text run at (167,0) width 45: " (#d5a)"
        LayoutListItem {LI} at (40,3040) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 242x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 242x19
              text run at (0,0) width 242: "NEGATED :indeterminate and :checked"
          LayoutText {#text} at (241,0) size 47x19
            text run at (241,0) width 47: " (#d5b)"
        LayoutListItem {LI} at (40,3060) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 167x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 167x19
              text run at (0,0) width 167: ":indeterminate and :checked"
          LayoutText {#text} at (167,0) size 45x19
            text run at (167,0) width 45: " (#d5c)"
        LayoutListItem {LI} at (40,3080) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 170x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 170x19
              text run at (0,0) width 170: ":indeterminate with :checked"
          LayoutText {#text} at (170,0) size 46x19
            text run at (170,0) width 46: " (#d5d)"
        LayoutListItem {LI} at (40,3100) size 729x20
          LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
          LayoutInline {A} at (0,0) size 245x19 [color=#0000EE]
            LayoutText {#text} at (0,0) size 245x19
              text run at (0,0) width 245: "NEGATED :indeterminate with :checked"
          LayoutText {#text} at (244,0) size 46x19
            text run at (244,0) width 46: " (#d5e)"
      LayoutBlockFlow {P} at (0,3604.06) size 769x20
        LayoutText {#text} at (0,0) size 58x19
          text run at (0,0) width 58: "See also: "
        LayoutInline {A} at (0,0) size 34x19 [color=#0000EE]
          LayoutText {#text} at (58,0) size 34x19
            text run at (58,0) width 34: "Index"
        LayoutText {#text} at (92,0) size 8x19
          text run at (92,0) width 8: ", "
        LayoutInline {A} at (0,0) size 54x19 [color=#0000EE]
          LayoutText {#text} at (100,0) size 54x19
            text run at (100,0) width 54: "XHTML"
        LayoutText {#text} at (154,0) size 8x19
          text run at (154,0) width 8: ", "
        LayoutInline {A} at (0,0) size 34x19 [color=#0000EE]
          LayoutText {#text} at (162,0) size 34x19
            text run at (162,0) width 34: "XML"