diff --git a/css-typed-om/Overview.bs b/css-typed-om/Overview.bs index bb2daadd..90eb2a17 100644 --- a/css-typed-om/Overview.bs +++ b/css-typed-om/Overview.bs @@ -2461,38 +2461,6 @@ objects, the {{CSSURLImageValue/url}} attribute contains the URL that references set to |url|. - - - -{{CSSFontFaceValue}} objects {#fontfacevalue-objects} ------------------------------------------------------ - -
- -[Constructor(DOMString fontFamilyName)] -interface CSSFontFaceValue : CSSResourceValue { - readonly attribute DOMString fontFamilyName; -}; - -- -Issue(293): Add a src? - -{{CSSFontFaceValue}} objects are opaque representations of the contents of -@font-face rules. They are used to pass font information into [=paint image definition=]s, -via [=custom properties=]. - -As font data may need to be fetched from a remote source, {{CSSFontFaceValue}} is a subclass -of {{CSSResourceValue}}. - Issue(159): Spec up ColorValue