Skip to content

Commit 2e8f571

Browse files
committed
[css-properties-values-api] Add big text.
1 parent dd4b63e commit 2e8f571

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

css-properties-values-api/Overview.bs

+67
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,17 @@ via two methods:
6868
This specification is complementary to [[css-paint-api-1]] and [[css-layout-api-1]], which
6969
allow custom properties to directly impact paint and layout behaviours respectively.
7070

71+
72+
<!--
73+
██ ██████
74+
██ ██ ██
75+
██ ██
76+
██ ██████
77+
██ ██ ██
78+
██ ██ ██ ██
79+
██████ ██████
80+
-->
81+
7182
Registering Custom Properties {#registering-custom-properties}
7283
==============================================================
7384

@@ -404,6 +415,16 @@ component:
404415
</div>
405416

406417

418+
<!--
419+
██████ ██ ██ ██ ██ ████████ ███ ██ ██
420+
██ ██ ██ ██ ███ ██ ██ ██ ██ ██ ██
421+
██ ████ ████ ██ ██ ██ ██ ██ ██
422+
██████ ██ ██ ██ ██ ██ ██ ██ ███
423+
██ ██ ██ ████ ██ █████████ ██ ██
424+
██ ██ ██ ██ ███ ██ ██ ██ ██ ██
425+
██████ ██ ██ ██ ██ ██ ██ ██ ██
426+
-->
427+
407428
Syntax Strings {#syntax-strings}
408429
================================
409430

@@ -684,6 +705,18 @@ Parsing The Syntax String {#parsing-syntax}
684705
:: Return failure.
685706
</div>
686707

708+
709+
710+
<!--
711+
████████ ████████ ██ ██ ███ ██ ██ ████ ███████ ████████
712+
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
713+
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
714+
████████ ██████ █████████ ██ ██ ██ ██ ██ ██ ██ ████████
715+
██ ██ ██ ██ ██ █████████ ██ ██ ██ ██ ██ ██ ██
716+
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
717+
████████ ████████ ██ ██ ██ ██ ███ ████ ███████ ██ ██
718+
-->
719+
687720
Behavior of Custom Properties {#behavior-of-custom-properties}
688721
==============================================================
689722

@@ -812,6 +845,18 @@ and [[css-syntax-3#tokenization|tokenizing]] the resulting string.
812845

813846
</div>
814847

848+
849+
850+
<!--
851+
██████ ██████ ██████ ███████ ██ ██
852+
██ ██ ██ ██ ██ ██ ██ ██ ███ ███
853+
██ ██ ██ ██ ██ ████ ████
854+
██ ██████ ██████ ██ ██ ██ ███ ██
855+
██ ██ ██ ██ ██ ██ ██
856+
██ ██ ██ ██ ██ ██ ██ ██ ██ ██
857+
██████ ██████ ██████ ███████ ██ ██
858+
-->
859+
815860
CSSOM {#cssom}
816861
==============
817862

@@ -856,6 +901,17 @@ CSSOM {#cssom}
856901
</div>
857902

858903

904+
905+
<!--
906+
███████ ████████ ████████ ███████ ████████ ████████ ████████ ████████ ██ ██
907+
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
908+
██ ███ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ████
909+
██ ███ ██ ████████ ████████ ██ ██ ████████ ██████ ████████ ██ ██
910+
██ █████ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
911+
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
912+
███████ ██ ██ ██ ███████ ██ ████████ ██ ██ ██ ██
913+
-->
914+
859915
The <dfn>@property</dfn> Rule {#at-property-rule}
860916
=================================================
861917

@@ -1016,6 +1072,17 @@ interface CSSPropertyRule : CSSRule {
10161072
</dl>
10171073

10181074

1075+
1076+
<!--
1077+
████████ ██ ██ ███ ██ ██ ████████ ██ ████████ ██████
1078+
██ ██ ██ ██ ██ ███ ███ ██ ██ ██ ██ ██ ██
1079+
██ ██ ██ ██ ██ ████ ████ ██ ██ ██ ██ ██
1080+
██████ ███ ██ ██ ██ ███ ██ ████████ ██ ██████ ██████
1081+
██ ██ ██ █████████ ██ ██ ██ ██ ██ ██
1082+
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
1083+
████████ ██ ██ ██ ██ ██ ██ ██ ████████ ████████ ██████
1084+
-->
1085+
10191086
Examples {#examples}
10201087
====================
10211088

0 commit comments

Comments
 (0)