@@ -68,6 +68,17 @@ via two methods:
68
68
This specification is complementary to [[css-paint-api-1]] and [[css-layout-api-1]] , which
69
69
allow custom properties to directly impact paint and layout behaviours respectively.
70
70
71
+
72
+ <!--
73
+ ██ ██████
74
+ ██ ██ ██
75
+ ██ ██
76
+ ██ ██████
77
+ ██ ██ ██
78
+ ██ ██ ██ ██
79
+ ██████ ██████
80
+ -->
81
+
71
82
Registering Custom Properties {#registering-custom-properties}
72
83
==============================================================
73
84
@@ -404,6 +415,16 @@ component:
404
415
</div>
405
416
406
417
418
+ <!--
419
+ ██████ ██ ██ ██ ██ ████████ ███ ██ ██
420
+ ██ ██ ██ ██ ███ ██ ██ ██ ██ ██ ██
421
+ ██ ████ ████ ██ ██ ██ ██ ██ ██
422
+ ██████ ██ ██ ██ ██ ██ ██ ██ ███
423
+ ██ ██ ██ ████ ██ █████████ ██ ██
424
+ ██ ██ ██ ██ ███ ██ ██ ██ ██ ██
425
+ ██████ ██ ██ ██ ██ ██ ██ ██ ██
426
+ -->
427
+
407
428
Syntax Strings {#syntax-strings}
408
429
================================
409
430
@@ -684,6 +705,18 @@ Parsing The Syntax String {#parsing-syntax}
684
705
:: Return failure.
685
706
</div>
686
707
708
+
709
+
710
+ <!--
711
+ ████████ ████████ ██ ██ ███ ██ ██ ████ ███████ ████████
712
+ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
713
+ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
714
+ ████████ ██████ █████████ ██ ██ ██ ██ ██ ██ ██ ████████
715
+ ██ ██ ██ ██ ██ █████████ ██ ██ ██ ██ ██ ██ ██
716
+ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
717
+ ████████ ████████ ██ ██ ██ ██ ███ ████ ███████ ██ ██
718
+ -->
719
+
687
720
Behavior of Custom Properties {#behavior-of-custom-properties}
688
721
==============================================================
689
722
@@ -812,6 +845,18 @@ and [[css-syntax-3#tokenization|tokenizing]] the resulting string.
812
845
813
846
</div>
814
847
848
+
849
+
850
+ <!--
851
+ ██████ ██████ ██████ ███████ ██ ██
852
+ ██ ██ ██ ██ ██ ██ ██ ██ ███ ███
853
+ ██ ██ ██ ██ ██ ████ ████
854
+ ██ ██████ ██████ ██ ██ ██ ███ ██
855
+ ██ ██ ██ ██ ██ ██ ██
856
+ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
857
+ ██████ ██████ ██████ ███████ ██ ██
858
+ -->
859
+
815
860
CSSOM {#cssom}
816
861
==============
817
862
@@ -856,6 +901,17 @@ CSSOM {#cssom}
856
901
</div>
857
902
858
903
904
+
905
+ <!--
906
+ ███████ ████████ ████████ ███████ ████████ ████████ ████████ ████████ ██ ██
907
+ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
908
+ ██ ███ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████
909
+ ██ ███ ██ ████████ ████████ ██ ██ ████████ ██████ ████████ ██ ██
910
+ ██ █████ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
911
+ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
912
+ ███████ ██ ██ ██ ███████ ██ ████████ ██ ██ ██ ██
913
+ -->
914
+
859
915
The <dfn>@property</dfn> Rule {#at-property-rule}
860
916
=================================================
861
917
@@ -1016,6 +1072,17 @@ interface CSSPropertyRule : CSSRule {
1016
1072
</dl>
1017
1073
1018
1074
1075
+
1076
+ <!--
1077
+ ████████ ██ ██ ███ ██ ██ ████████ ██ ████████ ██████
1078
+ ██ ██ ██ ██ ██ ███ ███ ██ ██ ██ ██ ██ ██
1079
+ ██ ██ ██ ██ ██ ████ ████ ██ ██ ██ ██ ██
1080
+ ██████ ███ ██ ██ ██ ███ ██ ████████ ██ ██████ ██████
1081
+ ██ ██ ██ █████████ ██ ██ ██ ██ ██ ██
1082
+ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
1083
+ ████████ ██ ██ ██ ██ ██ ██ ██ ████████ ████████ ██████
1084
+ -->
1085
+
1019
1086
Examples {#examples}
1020
1087
====================
1021
1088
0 commit comments