From 059fffee726bb69854527ff3d93edeab1814cd4a Mon Sep 17 00:00:00 2001 From: Darren Shen Date: Tue, 30 Jan 2018 09:25:36 +1100 Subject: [PATCH] Remove references to font face --- css-typed-om/Overview.bs | 43 ---------------------------------------- 1 file changed, 43 deletions(-) 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