@@ -2461,38 +2461,6 @@ objects, the {{CSSURLImageValue/url}} attribute contains the URL that references
2461
2461
set to |url|.
2462
2462
</div>
2463
2463
2464
-
2465
- <!--
2466
- ████████ ███████ ██ ██ ████████ ████████ ███ ██████ ████████
2467
- ██ ██ ██ ███ ██ ██ ██ ██ ██ ██ ██ ██
2468
- ██ ██ ██ ████ ██ ██ ██ ██ ██ ██ ██
2469
- ██████ ██ ██ ██ ██ ██ ██ ██████ ██ ██ ██ ██████
2470
- ██ ██ ██ ██ ████ ██ ██ █████████ ██ ██
2471
- ██ ██ ██ ██ ███ ██ ██ ██ ██ ██ ██ ██
2472
- ██ ███████ ██ ██ ██ ██ ██ ██ ██████ ████████
2473
- -->
2474
-
2475
- {{CSSFontFaceValue}} objects {#fontfacevalue-objects}
2476
- -----------------------------------------------------
2477
-
2478
- <pre class='idl'>
2479
-
2480
- [Constructor(DOMString fontFamilyName)]
2481
- interface CSSFontFaceValue : CSSResourceValue {
2482
- readonly attribute DOMString fontFamilyName;
2483
- };
2484
-
2485
- </pre>
2486
-
2487
- Issue(293): Add a src?
2488
-
2489
- {{CSSFontFaceValue}} objects are opaque representations of the contents of
2490
- @font-face rules. They are used to pass font information into [=paint image definition=] s,
2491
- via [=custom properties=] .
2492
-
2493
- As font data may need to be fetched from a remote source, {{CSSFontFaceValue}} is a subclass
2494
- of {{CSSResourceValue}} .
2495
-
2496
2464
Issue(159): Spec up ColorValue
2497
2465
2498
2466
<!--
@@ -3052,12 +3020,6 @@ of serializations of the contained {{CSSTransformComponent}} objects.
3052
3020
{{CSSURLImageValue}} objects are serialized to the string given by
3053
3021
'url("' + {{CSSURLImageValue/url}} + '")' .
3054
3022
3055
- {{CSSFontFaceValue}} Serialization {#fontfacevalue-serialization}
3056
- -----------------------------------------------------------------
3057
-
3058
- {{CSSFontFaceValue}} objects are serialized to the value of their contained
3059
- {{CSSFontFaceValue/fontFamilyName}} .
3060
-
3061
3023
Serialization from CSSOM Values {#cssom-serialization}
3062
3024
------------------------------------------------------
3063
3025
@@ -3249,8 +3211,3 @@ Computed {{CSSImageValue}} objects {#computed-imagevalue-objects}
3249
3211
-----------------------------------------------------------------
3250
3212
3251
3213
Computed {{CSSImageValue}} objects are as specified.
3252
-
3253
- Computed {{CSSFontFaceValue}} objects {#computed-fontfacevalue-objects}
3254
- ---------------------------------------------------------------
3255
-
3256
- Computed {{CSSFontFaceValue}} objects are as specified.
0 commit comments