@@ -2461,38 +2461,6 @@ objects, the {{CSSURLImageValue/url}} attribute contains the URL that references
24612461 set to |url|.
24622462</div>
24632463
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-
24962464Issue(159): Spec up ColorValue
24972465
24982466<!--
@@ -3052,12 +3020,6 @@ of serializations of the contained {{CSSTransformComponent}} objects.
30523020{{CSSURLImageValue}} objects are serialized to the string given by
30533021'url("' + {{CSSURLImageValue/url}} + '")' .
30543022
3055- {{CSSFontFaceValue}} Serialization {#fontfacevalue-serialization}
3056- -----------------------------------------------------------------
3057-
3058- {{CSSFontFaceValue}} objects are serialized to the value of their contained
3059- {{CSSFontFaceValue/fontFamilyName}} .
3060-
30613023Serialization from CSSOM Values {#cssom-serialization}
30623024------------------------------------------------------
30633025
@@ -3249,8 +3211,3 @@ Computed {{CSSImageValue}} objects {#computed-imagevalue-objects}
32493211-----------------------------------------------------------------
32503212
32513213Computed {{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